{% extends "wcs/backoffice.html" %} {% load i18n %} {% block content %} {% block appbar %}

{% trans "Ancient forms" %}

{% endblock %}

{% blocktrans trimmed %} These forms have ancient data. Their workflows should be reviewed so they are anonymised or deleted. {% endblocktrans %}

{% for formdef_count in formdef_counts.items %} {% endfor %}
{{ formdef_count.0.name }} {{ formdef_count.1 }}
{% endblock %}