X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=portal%2Ftemplates%2Fhome-view.html;h=d7b3c33eb8b05b4afe0fd61daa37583fd94c0ff7;hb=dd64244a2dfe1ae24c9fb6b2cde38ff455b21687;hp=4a44ce1f7cafefc2c38d02a9f729483a3ab1d8f7;hpb=4f70001534beb026fea80433221dfe45c4530a8b;p=myslice.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index 4a44ce1f..d7b3c33e 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,13 +1,13 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} +{% load portal_filters %} -{% block unfold_main %} - -
+{% block content %} +
-
+
@@ -15,49 +15,109 @@ - - + + -
ACCOUNTSUPPORT
- {% include '_widget-login-user.html' %} + {% if person %} + + +
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
+ {% endif %} + Email: {{person.email}} +
+ {% else %} +
+ {% widget '_widget-login-user.html' %} + {% endif %} - + {% if person %} + +
Loading Slices
+ {% else %} + {% endif %}
- - + +
-
+
- + - - + + -
INSTITUTION SLICESSUPPORTREQUESTS
- {% include '_widget-login-manager.html' %} + {% if person %} + + + {% else %} + + {% widget '_widget-login-manager.html' %} + {% endif %} - + {% if person %} + + {% endif %} - - + {% if person %} + + {% endif %}
-{% endblock unfold_main %} + +{% endblock %}