X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=portal%2Ftemplates%2Fdashboard.html;h=3ef79145466f1c08acb3b5cf7b0ac6066e89f8e3;hb=ccbd6e9fc2ff9e6683e38d13220ffc9dccfb20ea;hp=bc4be7590864bc181fb6eadc4e153c4e60bba483;hpb=2b1ae67a6922ed97c96d22dc78090a8aea2c3a4d;p=myslice.git diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index bc4be759..3ef79145 100644 --- a/portal/templates/dashboard.html +++ b/portal/templates/dashboard.html @@ -1,43 +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 %}