{% extends "layout_base.html" %} {% load portal_filters %} {% block content %} {% if username %} {% block head %} {% endblock head %} {% widget "_widget-no_credentials.html" %}

EXPERIMENT

Create/Join project
Your projects and slices  
Loading projects
{% include theme|add:"_jfed_button.html" %}

ACCOUNT

{% if person.last_name %}

{{person.first_name}} {{person.last_name}}

{% endif %}

{{person.email}}

SUPPORT

Contact

Documentation & Tutorials

{% include theme|add:"_dashboard_links.html" %}
{% else %}
{% widget '_slogan.html' %}
{% widget '_widget-login-user.html' %}
{% endif %} {% if theme == 'onelab' %} {% widget "_widget-monitor.html" %} {% endif %} {% endblock %}