{% load i18n permissions %}

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

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

{% translate "Update the repository" %}

{% endif %}