{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %} {% include "mail/snippets/source-string.html" %}

{% trans "Comment" %}

{{ comment.comment|markdown }}

{% if comment.language %} {% trans "Edit this string" %} {% else %} {% trans "Edit this string" %} {% endif %}
{% endblock %}