Skip to content
Snippets Groups Projects
Commit 72d66da7 authored by Andreas Hubel's avatar Andreas Hubel
Browse files

chore(backoffice): improve schedule importer dashboard

parent d5a93767
Branches
Tags
No related merge requests found
...@@ -27,22 +27,11 @@ ...@@ -27,22 +27,11 @@
<div class="card-body"> <div class="card-body">
<p> <p>
<span class="text-muted small">{% trans "ScheduleSource__import_url" %} (<span title="{% trans "ScheduleSource__import_type" %}">{{ source.import_type }}</span>):</span> <span class="text-muted small">{% trans "ScheduleSource__import_url" %} (<span title="{% trans "ScheduleSource__import_type" %}">{{ source.import_type }}</span>):</span>
<br>
{{ source.import_url_masked }} {{ source.import_url_masked }}
</p> </p>
<p> <p>
<span class="text-muted small">{% trans "ScheduleSource__last_import" %}:</span> <span class="text-muted small">{% trans "ScheduleSource__last_import" %}:</span>
<br> {{ latest.summary|linebreaksbr|default:"" }}
{{ source.last_import|naturaltime|default:"-/-" }}
</p>
<p>
<span class="text-muted small">{% trans "ScheduleSource__import_frequency" %}:</span>
<br>
{% if source.frequency %}
{{ source.frequency|naturaltimespan }}
{% else %}
-/-
{% endif %}
</p> </p>
{% if source.has_running_import %} {% if source.has_running_import %}
<p class="text-primary"> <p class="text-primary">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment