{% load translations %} {% load i18n %} {% if object.locked %} {% trans "The translation is temporarily closed for contributions due to maintenance, please come back later." as msg %} {% show_message "warning" msg %} {% endif %} {% show_contributor_agreement object %} {% if not object.project.paid %} {% trans "Pay the bills to unlock this project." as msg %} {% show_message "warning" msg %} {% endif %}