{% load i18n %} {% load l10n %} {% load extratags %}
{% blocktrans with queued|pluralize as qp %}{{ queued }} job{{ qp }} in the rendering queue.{% endblocktrans %}
{% endif %}{% if daemon_running and gis_lag_ok and waymarked_lag_ok%} {% blocktrans with gis_lastupdate|timesince:utc_now as date %}All systems are operational.{% endblocktrans %} {% else %} {% if daemon_running and gis_lastupdate %} {% blocktrans %}Systems are operational but renderings may not reflect the latest available OpenStreetMap data.{% endblocktrans %} {% endif %} {% endif %} {% if daemon_running %}