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

NO CREDENTIALS are delegated to the portal!

{%endif%} {%if 'creds_expired' in user_cred %}

EXPIRED CREDENTIALS Please delegate again your credentials to the portal!

{%endif%}
{% if 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
{% if pending_slices %}

Pending slices

    {% for slices in pending_slices %}
  • {{slices}}
  • {% endfor %}

{%endif%}

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 %} {% endblock %}