X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fdashboard.html;h=3ef79145466f1c08acb3b5cf7b0ac6066e89f8e3;hb=350a118a4f8e3329f39fe7f245cb27388a3756f0;hp=9ba4c4e3f737d749c0fa1f6382815f5134833b73;hpb=8476d7d432f712af498211268c0dbd2a26170301;p=myslice.git diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index 9ba4c4e3..3ef79145 100644 --- a/portal/templates/dashboard.html +++ b/portal/templates/dashboard.html @@ -1,44 +1,45 @@ {% extends "layout-unfold1.html" %} {% block head %} - {% endblock %} -{% block unfold1_main %} +{% block unfold_main %}
+
+
+
+
+

User profile

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

User profile

-
-
- - -
-
+
+
+

Testbeds

+
+
+ {{testbeds}} +
+
-
-
-

Testbeds access

-
-
- {{networks}} +
+
+

Slices

-
- -
-
-

Slices

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