{% extends "layout_base.html" %} {% load portal_filters %} {% block content %} {% if username %} {% block head %} {% endblock head %} {% 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%}

EXPERIMENT

Your slices

Loading Slices

Experiment now

jFed

MANAGEMENT

Your projects

Loading projects

SUPPORT

ACCOUNT

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

Fed4FIRE Portal

Your easy access to Future Internet Research and Experimentation testbeds belonging to the Fed4FIRE federation.

Want to learn more?

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