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