{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}
{% trans "Hi,"%}
{% blocktrans %}there has been a merge failure on {{ subproject }} at {{ site_title }}.{% endblocktrans %}
{{ error }}
{{ status }}{% with subproject.get_export_url as export_url %} {% if export_url %}
{% trans "Repository with Weblate translations:" %}
{{ export_url }}
{% trans "Check our FAQ for information how to resolve this." %}
{% endblock %}