{% extends "model_databank/modelreference_base.html" %} {% load i18n %} {% block section_title %}{% trans "Files" %}{% endblock section_title %} {% block section_body %}
{% for item in file_tree %} {% endfor %}
{{ item.filename }}
{% endblock section_body %}