{% extends FS3V_TEMPLATE_NAMESPACE + "/layout.html" %} {% block title %}Files{% endblock %} {% block controller %} {% include FS3V_TEMPLATE_NAMESPACE + '/controller.html' with context %} {% endblock %} {% block head %} {{ super() }} {% endblock %} {% macro checkbox(type="", id="", val="") -%} {%- endmacro %} {% macro tr(id='', display='', text='') -%}
{{ checkbox(id='all') }} | Name | Created at | Size | Functions | {% if STARTING_TOKEN and PAGE_INDICATOR != 0 %} prev {% endif %} {% if FS3V_PAGES %} {% for page in range(FS3V_PAGES) %} {{ loop.index + PAGE_INDICATOR * FS3V_MAX_PAGES | int}} {% endfor %} {% endif %} {% if FS3V_NEXT_TOKEN %} next {% endif %} ( viewing {{ PAGE_INDICATOR + 1 }} ) |
---|