{% load display %} {% if display_project %}
{{ summary.container.project }} summary
{% endif %}
{{ summary.content|as_html }} {% if summary.citations.count %}

Sources

{% for cite in summary.citations.all %} {% include "citation.include" %} {% endfor %}
{% endif %}