site-accueil-insa/matomo/plugins/GeoIp2/templates/_updaterNextRunTime.twig

9 lines
No EOL
362 B
Twig

{% if nextRunTime|default is not empty %}
{% if date(nextRunTime.getTimestamp()) <= date() %}
{{ 'GeoIp2_UpdaterScheduledForNextRun'|translate }}
{% else %}
{{ 'GeoIp2_UpdaterWillRunNext'|translate('<strong>' ~ nextRunTime.toString() ~ '</strong>')|raw }}
{% endif %}
{% else %}
{{ 'GeoIp2_UpdaterIsNotScheduledToRun'|translate }}
{% endif %}