{% load i18n %}
{% translate "Weblate could not merge upstream changes while updating the repository." %}
{% if analysis.repository_url_failure or analysis.redirect %} {% if not analysis.redirect %}{{ error }}{% endif %}
{% include "trans/alert/common-repo.html" %}
{% else %}
{{ error }}
{% include "trans/merge_instructions.html" %}
{% endif %}