Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
<div class="column is-one-third has-text-centered">
<div>
<p class="title is-3 mb-1">
- {{ locale.format_date(list.updated_at, shorter=True) }}
+ {% if list.updated_at %}
+ {{ locale.format_date(list.updated_at, shorter=True) }}
+ {% else %}
+ {{ _("Never") }}
+ {% end %}
</p>
<p class="heading">
</td>
<td class="has-text-right">
- {{ locale.format_date(source.updated_at, shorter=True) }}
+ {% if source.updated_at %}
+ {{ locale.format_date(source.updated_at, shorter=True) }}
+ {% else %}
+ {{ _("Never") }}
+ {% end %}
</td>
{# Total Domains #}