{% trans "The translation is temporarily closed for contributions due to maintenance, please come back later." %}
{% with alerts=object.lock_alerts %}
{% if alerts %}
{% trans "The translation was automatically locked due to following alerts:" %}
{% for alert in alerts %}
{{ alert }}
{% endfor %}
{% endif %}
{% endwith %}
{% endblock %}