{% extends "message.html" %} {% load i18n %} {% block tags %}warning{% endblock %} {% block message %} {% if user.is_authenticated %} {% trans "View contributor agreement" %} {% endif %} {% trans "Contribution to this translation requires you to agree with a contributor agreement." %}
{% endblock %}