{% endfor %}
{% if user.in_area %}
{% with user.active_project_count as active_project_count %}
You are logged in to the {{ user.area_access_record.area }}
{% if self_log_out %}
(logout)
{% endif %}
.
Usage time is being billed to the project named {{ user.billing_to_project }}.
{% if active_project_count > 1 %}
Click here to bill to a different project at any time.
{% endif %}
{% if forloop.counter|divisibleby:4 or forloop.last %}
{% endif %}
{% empty %}
Welcome! This is {{ site_title }}'s landing page - the first page users see when visiting the site. There's nothing here yet...