{% extends "combo/wcs/current_forms.html" %} {% block cell-content %}
En cours
{% for slug, forms in current_forms.items %} {{ forms.data|length }} {% endfor %}
{% endblock %}