{% load i18n permissions %}

{% translate "Weblate could not fetch upstream changes when updating the repository." %}

{% if not analysis.redirect %}
{{ error }}
{% endif %} {% include "trans/alert/common-repo.html" %} {% perm 'vcs.update' component as user_can_update %} {% perm 'component.edit' component as user_can_edit_component %} {% if user_can_update or user_can_edit_component %}

{% if user_can_update %} {% translate "Update the repository" %} {% endif %} {% if user_can_edit_component %} {% translate "Edit component settings" %} {% endif %}

{% endif %}