X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=383aa9514a1788a68822284fb6cbac5284dcb844;hb=33b8be6fd7245e0902e11137ed16ccbce2afe701;hp=99d6464bd3cdd824d683b022843c02cf3184fcd9;hpb=0f192ac863eb30a39d37d5b834a6c35b82cd2279;p=myslice.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index 99d6464b..383aa951 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,13 +1,16 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} +{% load portal_filters %} -{% block unfold_main %} - -
+{% block content %} +
+{% widget '_widget-news.html' %} +
+
-
+
@@ -15,49 +18,99 @@ - - - + + + -
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 %}