X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fdashboard.html;h=e4c61b42032afc0ec9b5573da03ecafb250053d4;hb=5c3c3f2147e6adc9178fe82c80596772ce6f7240;hp=df5c2119bb6185a642f643dcb18df636290bf102;hpb=32098db9ef6e2a568a14b40a6b1d1051c65b0389;p=unfold.git diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index df5c2119..e4c61b42 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

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

Slices

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