{% extends "mail/base.html" %} {% load url from future %} {% load i18n %}{% load translations %} {% block content %}

{% trans "Hi,"%}

{% blocktrans %}there has been a merge failure on {{ subproject }} at {{ site_title }}.{% endblocktrans %}

{% trans "Error message" %}

{{ error }}

{% trans "Repository status" %}

{{ status }}
{% with subproject.get_export_url as export_url %} {% if export_url %}

{% trans "Repository with Weblate translations:" %} {{ export_url }}

{% endif %} {% endwith %}

{% trans "Check our FAQ for information how to resolve this." %}

{% endblock %}