{% extends "base.html" %} {% load i18n %} {% load translations %} {% load crispy_forms_tags %} {% block breadcrumbs %}
  • {{ object.project }}
  • {% include "snippets/component-breadcrumb.html" %}
  • {% trans "Contributor agreement" %}
  • {% endblock %} {% block content %}

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

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

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