{% load i18n %} {% load humanize %}
{% translate 'Last update' %}: {{ update_section.finished_at|naturaltime|default:"(No data)" }} | {% translate 'Status' %}: {% if not update_section %} {% translate 'missing' %} {% elif update_section.is_updating %} {% translate 'updating' %} {% elif update_section.is_success %} {% translate 'OK' %} {% else %} {% translate 'failed' %} {% endif %} {% if update_section and not update_section.is_updating and not update_section.is_success %} | {% translate 'Error' %}: {{ update_section.last_error_message|default:"?" }} {% endif %}