{% extends "layout_base.html" %} {% load portal_filters %} {% block content %} {% if username %}
{%if 'no_creds' in user_cred %}

NO CREDENTIALS are delegated to the portal!

{%endif%}
{%if 'is_pi' in pi %}

EXPERIMENT

Your slices

Loading Slices

MANAGEMENT

SUPPORT

ACCOUNT

{% if person.last_name %} {{person.first_name}} {{person.last_name}}
{% endif %} Username: {{person.email}}
{%else%}

EXPERIMENT

Your slices

Loading Slices

SUPPORT

ACCOUNT

{% if person.last_name %} {{person.first_name}} {{person.last_name}}
{% endif %} Username: {{person.email}}
{%endif%}
{% else %}

Your Easy Access to Computer Networking Testbeds:

A wide variety of world class testbeds available through your one account

{% widget '_widget-login-user.html' %}
{% endif %} {# widget "_widget-monitor.html" #} {# widget "_widget-stats-top-slices.html" #} {% endblock %}