{% extends "wcs/backoffice/base.html" %} {% load i18n %} {% block appbar-title %}{% trans "Comment Template" %} - {{ comment_template.name }}{% endblock %} {% block appbar-actions %} {% if not comment_template.is_readonly %} {% trans "Edit" %} {% endif %} {% endblock %} {% block content %} {% if comment_template.description %}