X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=383aa9514a1788a68822284fb6cbac5284dcb844;hb=8b147c2787afcd2a94a71e2d2b1e57a7bc78ed64;hp=4a44ce1f7cafefc2c38d02a9f729483a3ab1d8f7;hpb=4f70001534beb026fea80433221dfe45c4530a8b;p=unfold.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index 4a44ce1f..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 %}