{% extends base_template|default:'website/backoffice/base.html' %} {% load url from future %} {% block bodyclass %}detail-page{% endblock %} {% block actions %} {% if comment.flag_status == comment.FLAG_STATUSES.not_reviewed %} {% endif %} {% endblock %} {% block content %} {% for field_name, field in object_display %} {% if field %} {% endif %} {% endfor %}
{{ field_name|capfirst }} {{ field }}
View on site {% endblock %}