{% if error_message %}Error trying {% else %}You are about {% endif %}to login to the {{ area }}

{% if error_message %}
{{ error_message }}
{% endif %} {% if not error_message %}
{% if projects|length == 1 %} You only have one active project. Area access will be billed to: {{ projects.0 }} {% else %}

Charge area access to which project?

{% for p in projects %}
{% endfor %} {% endif %}
{% else %}
{% endif %}