{% extends "message.html" %} {% load i18n permissions %} {% block tags %}warning{% endblock %} {% block message %} {% perm 'component.lock' object as user_can_lock_component %}
{% if user_can_lock_component %} {% translate "Unlock" %} {% endif %} {% if user.is_authenticated %} {% translate "Get notified when this project is unlocked again" %} {% endif %}
{% translate "The translation is temporarily closed for contributions due to maintenance, please come back later." %} {% with alerts=object.lock_alerts %} {% if alerts %}
{% translate "The translation was automatically locked due to following alerts:" %} {% for alert in alerts %}{{ alert }}{% endfor %} {% endif %} {% endwith %} {% endblock message %}