{% if is_root %} {{ name }} {% else %} {% if is_archived %} {{ name }} (archived) {% else %} {{ name }} {% endif %} {% endif %}