{% extends "layout_base.html" %} {% load portal_filters %} {% block content %} {% if username %}

EXPERIMENT

Loading Slices

MANAGEMENT

SUPPORT

ACCOUNT

{% if person.last_name %} {{person.first_name}} {{person.last_name}}
{% endif %} Email: {{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 %} {% endblock %}