diff --git a/templates/states.html b/templates/states.html
index 4e4bb4d..0ec5345 100644
--- a/templates/states.html
+++ b/templates/states.html
@@ -69,24 +69,12 @@
{% for st in states %}
- | {{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.path_type}} |
{{st.noo}} |
{{st.how_many}} |
{{st.folders}} |
{{st.grouping}} |
{{st.size}} |
- {{st.st_offset}} |
{{st.root}} |
{{st.cwd}} |