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

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

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

To insert comments in a selected thematic field you need to register.

How to do it?

  1. Click on a selected link from the list of the thematic fields.
  2. Choose "Register" option.
  3. Enter your data.
  4. Check your email for the message confirming the registration and click on the link included.
  5. Enter your username and password.
  6. Go back to the consultation page. Choose one of the fields, log in and share your comments.

How to add a comment?

  1. Highlight a fragment of the text.
  2. Click on a yellow "comment" button on the left.
  3. Type in a subject and content of your comment.
  4. Save your comment.
{% endblocktrans %} {% endblock %}