{% load i18n %} {% load drifters %}
{% if count == update_older_than_12h %}
{% elif count == update_older_than_8h %}
{% elif count == update_older_than_4h %}
{% else %}
{% endif %}
{{ complex }} x {{ count }}
update_older_than_4h: {{ update_older_than_4h }}
update_older_than_8h: {{ update_older_than_8h }}
update_older_than_12h: {{ update_older_than_12h }}