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

PA User state page

The following values are based on navigating the application and are not set by hand. This page is for checking/debugging only.
{% for st in states %} {% endfor %}
PathNew or OldestHow ManyFolders?Group byThumb sizeFullscreenDB retrieve offsetRootcwd
{{st.path_type}} {% if st.path_type == 'Search' %} "{{st.orig_search_term}}" {% endif %} {% if st.path_type == 'View' %} (orig: id={{st.view_eid}} in {{st.orig_ptype}}) {% if st.orig_ptype == 'Search' %} "{{st.orig_search_term}}" {% endif %} {% endif %} {{st.noo}} {{st.how_many}} {{st.folders}} {{st.grouping}} {{st.size}} {{st.fullscreen}} {{st.st_offset}} {{st.root}} {{st.cwd}}
{% endblock main_content %}