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

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

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

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