{% load i18n %}
{% if self.plot_label and self.point_color %}

{{ self.plot_label }} {% trans "Overlay" %}

{% endif %}

{% trans "Description:" %} {% if self.description %} {{ self.description }} {% else %} {% trans "No description provided" %} {% endif %}

{% trans "Source:" %} {% if self.citation %} {{ self.citation }} {% else %} {% trans "No citation provided" %} {% endif %}

{% trans "Data:" %} {% if self.claim_data %} {{ self.claim_data }} {% else %} {% trans "No data provided" %} {% endif %}