{% load i18n permissions %}

{% translate "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 %}

{% translate "Push the repository" %}

{% endif %}