123456789101112131415161718192021 |
- {# presentation #}
- {# last_fil #}
- {# last_production #}
- {% if nodes %}
- {% for node in nodes %}
- {{ node.build }}
- {% endfor %}
- {% endif %}
- {% if lastdocs %}
- {{ lastdocs }}
- {% endif %}
- {% if agenda %}
- {{ agenda }}
- {% endif %}
- {% if collection %}
- {{ collection }}
- {% endif %}
|