{{ area.title }}
{% if area.description %}
{{ area.description }}
{% endif %}
{{ area.subproject_count }} sub-project{{ 's' if area.subproject_count != 1 }}
{% if area.open_task_count %}·{{ area.open_task_count }} open task{{ 's' if area.open_task_count != 1 }}{% endif %}
{% if area.active_timer_count %}·{{ area.active_timer_count }} running{% endif %}
VIEW AREA →