{% load i18n %} {% load translations %}
{% trans "Weblate could not push changes to the upstream repository." %}
{{ error }}{% if analysis.terminal %}
{% trans "Your push URL seems to miss credentials. Either provide them in the URL or use SSH with key based authentication." %}
{% endif %} {% if analysis.repo_suggestion %}{% trans "You might want to use following URL instead:" %} {{ analysis.repo_suggestion }}