Resource outage: {{ r }}
{{ r.restriction_message }}
{% endfor %}
▼
{% endif %}
{% if unvalidated_charges or usage_events or user.in_area or self_log_in or user.is_staff and user.charging_staff_time %}
Current {{ facility_name }} usage
{% if unvalidated_charges %}
{{ unvalidated_charges }}
You have unvalidated charges in my usage
{% if user.is_staff and "remote_work"|customization:"remote_work_validation" == "enabled" %} and/or in remote work{% endif %}
{% endif %}
{% if user.is_staff and user.charging_staff_time %}
{% 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...