X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fdashboard.html;h=cd136088d6bc1fd18a2b4b16229ae69573891b9f;hb=83f238a32f62a34370f24d69e85823c709d95627;hp=9ba4c4e3f737d749c0fa1f6382815f5134833b73;hpb=8476d7d432f712af498211268c0dbd2a26170301;p=myslice.git diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index 9ba4c4e3..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 %}