{% extends "base.html" %} {% load crispy_forms_tags i18n translations %} {% block breadcrumbs %} {% path_object_breadcrumbs object %} {% endblock breadcrumbs %} {% block content %}

{% translate "Contributor license agreement" %}

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

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