{% extends "base.html" %} {% block main_content %}

{{page_title}}

{{CreateSelect( "noo", OPT.noo, ["Oldest", "Newest","A to Z", "Z to A"], "changeOPT(getPageFileList); return false", "rounded-start py-1 my-1")|safe }} {{CreateSelect( "how_many", OPT.how_many|string, ["10", "25", "50", "75", "100", "150", "200", "500"], "changeOPT(getPageFileList); return false", "rounded-end py-1 my-1" )|safe }}
 {{OPT.how_many}} files 
 {{OPT.how_many}} files 
{% endblock main_content %} {% block script_content %} {% endblock script_content %}