{% load i18n %} {% load permissions %}

{% trans "Weblate could not push changes to the upstream repository." %}

{{ error }}
{% include "trans/alert/common-repo.html" %} {% perm 'vcs.push' component as user_can_push %} {% if user_can_push %}

{% trans "Push the repository" %}

{% endif %}