{% load i18n %}
{% trans "Plot info" %}
{% for overlay in self.overlay_data %}{{ overlay.plot_label }}
{% if overlay.description %}{% trans "Description:" %} {{ overlay.description }}
{% endif %} {% if overlay.citation %}{% trans "Source:" %} {{ overlay.citation }}
{% endif %} {% endif %}