{% extends 'feed/layout.html' %} {% load feed_page_tags %} {% load i18n %} {% block opengraph_images %} {% firstof status.book status.mention_books.first as book %} {% if book %} {% include 'snippets/opengraph_images.html' with image=preview %} {% else %} {% include 'snippets/opengraph_images.html' %} {% endif %} {% 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 %}
{% for child in children %}
{% include 'snippets/status/status.html' with status=child %}
{% endfor %}
{% endblock %}