{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% block breadcrumbs %} {% path_object_breadcrumbs object %}
  • {% trans "Contributor license agreement" %}
  • {% endblock %} {% block content %}

    {% trans "Please review the contributor license agreement" %}

    {% trans "Please read the following contributor license agreement:" %}

    {{ object.agreement|markdown }}
    {% csrf_token %} {% crispy form %}
    {% endblock %}