questlab/www/analytics/plugins/UserCountry/templates/_updaterNextRunTime.twig

9 lines
No EOL
386 B
Twig

{% if nextRunTime|default is not empty %}
{% if date(nextRunTime.getTimestamp()) <= date() %}
{{ 'UserCountry_UpdaterScheduledForNextRun'|translate }}
{% else %}
{{ 'UserCountry_UpdaterWillRunNext'|translate('<strong><em>' ~ nextRunTime.toString() ~ '</em></strong>')|raw }}
{% endif %}
{% else %}
{{ 'UserCountry_UpdaterIsNotScheduledToRun'|translate }}
{% endif %}