{% extends "wcs/backoffice.html" %} {% load i18n %} {% block appbar-title %}{% trans "Comment Template" %} - {{ comment_template.name }}{% endblock %} {% block appbar-after-title %} {% if comment_template.category_id %}
{% endif %} {% endblock %} {% block appbar-actions %} {% if not comment_template.is_readonly %} {% include "wcs/backoffice/includes/documentation-editor-link.html" %} {% endif %} {% endblock %} {% block body %} {% include "wcs/backoffice/includes/documentation.html" with element=comment_template object=comment_template %} {% if comment_template.comment %}{% trans "Searching..." %}
{% trans "This comment template is readonly." %}