{# {% set title = "Dashboard" %}#} {# {% include 'include_header.html' %}#}

{{ current_user.name }}


Roles: {% for r in current_user.roles %} {{ r }} {% endfor %}

Contact Information

  • {{ current_user.email }}
  • {{ current_user.phone }}

Lab Members

Applications

{% for a in current_user.get_applications() %} {{ a.code }} {% endfor %}
{% for r in resources %}
{{ r['name'] }}
{{ r['name'] }}
{# TODO: Activate a link to either create to session or see the associated one. #} {# {% if r['microscope'] %}#} {# Session#} {##} {# {% endif %}#}
{% endfor %}

Upcoming Bookings

{% for bTitle, bList in bookings %} {% if bList|length > 0 %} {% for b in bList %} {% endfor %} {% else %} {% endif %} {% endfor %}
{{ bTitle }}
{{ b['owner'] }} {{ b['resource'] }} {{ b['start'] }} {{ b['end'] }}
None