X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=c51c876379851524873599863acd7d93c5213684;hb=bdfaa2b2cff1bf24258ccd7944fd0b1f72576017;hp=cfd63a8ad204a2b58fe83c7a3e9cd79a2d7d24f4;hpb=e2df3c64f7c2a819529b32a5da06d6ae5b17af7d;p=unfold.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index cfd63a8a..c51c8763 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,41 +1,118 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} +{% load portal_filters %} -{% block unfold_main %} - -
+{% block content %} +
+{% widget '_widget_news.html' %} +{% widget '_widget_message.html' %} + +
+
-
+
- + - - - + + + + {% if person %} + -
PROFILEACCOUNT SLICES SUPPORT
+ +
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
+ {% endif %} + Email: {{person.email}} +
+ {% else %} +
+ {% widget '_widget-login-user.html' %} + {% endif %} + - {% block unfold_margin %} - {% include 'widget-login.html' %} - {% endblock unfold_margin %} - + {% if person %} + +
Loading Slices
+ {% else %} + + {% endif %}
- - +
-
- +
+ + + + + + + + + + + + + {% if person %} + + + + +
INSTITUTIONSLICESREQUESTS
+ + {% else %} + + {% widget '_widget-login-manager.html' %} + {% endif %} + + {% if person %} + + {% endif %} + + {% if person %} + + {% endif %} +
-{% endblock unfold_main %} + +{% endblock %}