{% extends "base.html" %} {% block extracss %} {% endblock %} {% block content %} {% include "admin_header.html" %}
{% for files in file_list %} {% endfor %}
S No.Signer's NameAction
{{files.name}}      
{% if file_list.has_other_pages %} {% endif %}
{% endblock %}