{% extends "base.html" %} {% load taxonomy %} {% block title %}Accueil{% endblock %} {% block topbar %}Accueil{% endblock %} {% block head %} {% endblock %} {% block content %}

Contenu

Domaine {% for d in domains %}{% endfor %}
Type {% for t in types %}{% endfor %}
Dossier {% for p in projects %}{% endfor %}
État {% for s in statuses %}{% endfor %}
Tags {% for t in tags %}{% endfor %}

{% endblock %} {% block scripts %} {% endblock %}