{% extends "idhub/base_admin.html" %} {% load i18n %} {% block content %}

{{ subtitle }}

{% for f in dates.all %} {% endfor %}
{{ f.created_at }} {{ f.file_name }} {% if f.success %}{% else %}{% endif %}
{% endblock %}