{% load i18n %} {% if account.get_timers %}
{% for timer in account.get_timers %} {% if timer.is_active %} {% else %} {% endif %} {% empty %} {% endfor %}
{% if timer.is_active %} {% else %} {% endif %} {{ timer.title|truncatewords:3 }} {% if not timer.is_active %} {% else %} {% endif %}
{% trans "No timers found" %}
{% endif %} {%if user%}
{%endif%}