{% load wagtailcore_tags wagtail_richer_text_tags wagtail_synopsis_tags %}
{% if self.show_rubrics %}{% if synopsis.rubric_url %}{{ synopsis.rubric }}{% else %}{{ synopsis.rubric }}{% endif %}{% endif %} {% if self.show_publishing_date %}{{ synopsis.last_date_time|date:"j F Y" }}{% endif %}{% if self.show_publishing_date and synopsis.last_date_time and self.show_authors and synopsis.names %}{% endif %} {% if synopsis.has_destination_url %}{% endif %}

{{ synopsis.heading }}

{% if synopsis.has_destination_url %}
{% endif %} {% if synopsis.has_destination_url %}{{ synopsis.summary|richertext|strip_paragraphs }}{% else %}
{{ synopsis.summary|richertext|strip_paragraphs }}
{% endif %} {% if self.show_authors and synopsis.names %} {% include_block synopsis.names %} {% endif %} {% if self.show_tags and synopsis.tags %} {% for tag in synopsis.tags.all %} {{ tag.name }} {% endfor %} {% endif %}