{% load translations %} {% load i18n %} {% if object.locked %} {% trans "This translation is currently locked for updates." 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 %}