{% load i18n %} {% if user.is_authenticated %}
{% block controls %} {% if user.is_superuser or settings.allow_users_to_delete_posts %} {% endif %} {% if moderation %} {% include moderation.moderate_template %} {% endif %} {% endblock %}
{% endif %}