-
+
{{ abstract_html|safe }}
+ {% if show_all or selected_category == 'tr' %}
-
+
{% if has_data.tr %}
+ {% endif %}
+ {% if show_all or selected_category == 'mh' %}
-
+
{% if has_data.mh %}
+ {% endif %}
+ {% if show_all or selected_category == 'dc' %}
-
+
{% if has_data.dc %}
+ {% endif %}
+ {% if show_all or selected_category == 'laying' %}
-
+
{% if has_data.laying %}
+ {% endif %}
@@ -329,7 +346,7 @@
}
})();
- // Reset
+ // Reset
document.getElementById("resetBtn").addEventListener("click", function () {
sessionStorage.removeItem(TAB_STORAGE_KEY);
location.reload();
@@ -382,7 +399,7 @@
});
// SELECT ALL (per table)
- // The header checkbox is now rendered server-side with
+ // The header checkbox is rendered server-side with
// class="select-all-checkbox" and data-model="tr|mh|dc|laying"
// (see add_select_all_header in file_report.py), and each row
// checkbox carries the same data-model. Scoping by data-model