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

{% trans "Translation" %}

{% format_unit_target unit value=target %} {% if old %}

{% trans "Translation change" %}

{% format_unit_target unit value=target diff=old %} {% endif %}
{% trans "Edit this string" %}
{% include "mail/snippets/unit-screenshots.html" %} {% endblock %}