mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Show templates even if there is just 1
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{% from "components/table.html" import list_table, field, right_aligned_field_heading, row_heading, spark_bar_field %}
|
{% from "components/table.html" import list_table, field, right_aligned_field_heading, row_heading, spark_bar_field %}
|
||||||
|
|
||||||
<div class="ajax-block-container">
|
<div class="ajax-block-container">
|
||||||
{% if template_statistics|length > 1 %}
|
{% if template_statistics|length > 0 %}
|
||||||
<h2 class="margin-top-4 margin-bottom-1">Recent Templates</h2>
|
<h2 class="margin-top-4 margin-bottom-1">Recent Templates</h2>
|
||||||
<div class='template-statistics-table table-overflow-x-auto'>
|
<div class='template-statistics-table table-overflow-x-auto'>
|
||||||
{% call(item, row_number) list_table(
|
{% call(item, row_number) list_table(
|
||||||
|
|||||||
Reference in New Issue
Block a user