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

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

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

    {{ object.agreement|linebreaks|urlize }}
    {% csrf_token %} {% crispy form %}
    {% endblock %}