{% extends "groups/base.html" %} {% load crispy_forms_tags %} {% block groups_title %}Comments on {{ discussion.name }}{% endblock groups_title %} {% block groups_subtitle %}
{{ comment.body }}
{% endif %} {% if comment.file %} Attached file: {{ comment.file.name }} {% endif %} {% endif %}