{% extends 'feed/layout.html' %} {% load i18n %} {% block panel %}
{% trans "Back" %}
{% include 'snippets/status/status.html' with status=status main=True %}
{% for child in children %}
{% include 'snippets/status/status.html' with status=child %}
{% endfor %}
{% endblock %}