{% extends "django_cradmin/viewhelpers/listbuilderview/default.django.html" %} {% load i18n %} {% load cradmin_tags %} {% load cradmin_icon_tags %} {% block pageheader-outer-extraclasses %} {{ block.super }} devilry-page-header-with-backlink {% endblock pageheader-outer-extraclasses %} {% block pageheader-inner %} {% trans "Back" %}

{% trans "Comment history" context "devilry comment history" %}

{% endblock pageheader-inner %} {% block content %}
{% cradmin_render_renderable group_comment_renderable %}
{% if history_available %} {{ block.super }} {% else %}
{% blocktrans trimmed with context='devilry comment history' %} No comment-history available. This may be because you do not have access to see the edit-history for this comment. If you think this is an error, please contact an administrator. {% endblocktrans %}
{% endif %} {% endblock content %}