{% extends "layout.html" %} {% block content %}
{% if person %}
ACCOUNT SLICES SUPPORT
{% if person.last_name %} {{person.first_name}} {{person.last_name}}
{% endif %} Email: {{person.email}}
{% else %}
{% include 'onelab__widget-login-user.html' %} {% endif %} {% if person %}
Loading Slices
{% else %} {% endif %}
{% if person %}
INSTITUTION SLICES REQUESTS
{% else %} {% include 'onelab__widget-login-manager.html' %} {% endif %} {% if person %} {% endif %} {% if person %} {% endif %}
{% endblock %}