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

{% trans "Comment" %}

{{ comment.comment|markdown }}

{% trans "Edit this string" %}
{% include "mail/snippets/unit-screenshots.html" %} {% endblock %}