X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fdashboard.html;h=cd136088d6bc1fd18a2b4b16229ae69573891b9f;hb=83f238a32f62a34370f24d69e85823c709d95627;hp=df5c2119bb6185a642f643dcb18df636290bf102;hpb=1aea42c3668602aacfe22bc762ee939672129f53;p=myslice.git diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index df5c2119..cd136088 100644 --- a/portal/templates/dashboard.html +++ b/portal/templates/dashboard.html @@ -1,44 +1,46 @@ {% extends "layout-unfold1.html" %} {% block head %} - {% endblock %} -{% block unfold1_main %} +{% block unfold_main %}
-
-
-

User profile

-
-
- - -
-
- -
-
-

Testbeds access

-
-
- {{networks}} +
+
+
+
+

User profile

-
+
+
    + {% if person.last_name %}
  • {{person.first_name}} {{person.last_name}}
  • {% endif %} +
  • Email: {{person.email}}
  • +
+ +
+
-
-
-

Slices

-
-
- {{slices}} +
+
+

Testbeds

+
+
+ {{networks}} +
+
+ +
+
+

Slices

+
+
+ {{slices}} +
+
- {% endblock %}