1 {% extends "base_mil.html" %}
 
   7     <p>{% blocktrans with href=form_href %}
 
   8     Take part in consultations by filling out <a href="{{form_href}}">this form</a> or comment on specific competencies in different thematic fields
 
   9     {% endblocktrans %}:</p>
 
  12     {% for document in object_list %}
 
  13         <li><a href="{{document.get_absolute_url}}">{{document.name}}</a></li>