diff --git a/logs/templates/logs/entries.html b/logs/templates/logs/entries.html index c1a37ed..35c7c72 100644 --- a/logs/templates/logs/entries.html +++ b/logs/templates/logs/entries.html @@ -10,9 +10,13 @@ {% trans "logs_title" %} {% for source in sources %} + {% if source.first_date %} {% with date=source.first_date %} {{ source.source__name }} {% endwith %} + {% else %} + {{ source.source__name }} + {% endif %} {% empty %} {% trans "logs_no_logs_available" %} {% endfor %}
{% trans "logs_title" %}