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