X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=383aa9514a1788a68822284fb6cbac5284dcb844;hb=f3986ca10595bec2c5559c9bc6fb034be4cbd2d8;hp=c88902d2b67aabc621e43c3cbca1750f7136a1e8;hpb=d251934bd71c678f552dc9a1d49c3f8efe102e1e;p=unfold.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index c88902d2..383aa951 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,13 +1,16 @@ {% extends "layout.html" %} +{% load portal_filters %} {% 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 %}