{% extends "message.html" %} {% load i18n %} {% block tags %}warning{% endblock %} {% block message %} {% if user.is_authenticated %} {% trans "View contributor agreement" %} {% endif %} {% trans "Contributing to this translation requires agreeing to its contributor agreement." %}
{% endblock %}