{% extends "base_mil.html" %} {% load i18n %} {% block body %}

{% blocktrans with href=form_href %} Take part in consultations by filling out this form or comment on specific competencies in different thematic fields {% endblocktrans %}:

    {% for document in object_list %}
  1. {{document.name}}
  2. {% endfor %}
{% endblock %}