{% if error %}
{{ error|safe }}
{% else %} {% ifnotequal worked 0 %}
{{ worked }} hours worked
{% endifnotequal %} {% ifnotequal left 0 %}
({{ left }} hours remaining)
{% endifnotequal %} {% ifnotequal over 0 %}
({{ over }} hours over)
{% endifnotequal %} {% endif %}