{% extends 'feed/layout.html' %} {% load feed_page_tags %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block opengraph %} {% include 'snippets/opengraph.html' with image=page_image %} {% endblock %} {% block panel %}
{% trans "Back" %}
{% for parent in ancestors %} {% if parent.id %}
{% include 'snippets/status/status.html' with status=parent|load_subclass %}
{% endif %} {% endfor %}
{% include 'snippets/status/status.html' with status=status main=True expand=True %}
{% for child in children %}
{% include 'snippets/status/status.html' with status=child %}
{% endfor %}
{% endblock %}