X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_account-view.html;h=ffa882f918447d6e70854d3eab61810b9a8afc04;hb=9cba83218f3c5a6c5d4a871c2924dc767b27f883;hp=57acd8913c3909317826fc1a819573b00756e4d4;hpb=53f7d81c045337639dcbcb7c69bb7c197e8c5d5d;p=unfold.git diff --git a/portal/templates/onelab/onelab_account-view.html b/portal/templates/onelab/onelab_account-view.html index 57acd891..ffa882f9 100644 --- a/portal/templates/onelab/onelab_account-view.html +++ b/portal/templates/onelab/onelab_account-view.html @@ -1,12 +1,21 @@ {% extends "layout.html" %} +{% load portal_filters %} {% block content %} - +{% widget "_widget-no_credentials.html" %} +{% widget "_widget-tradeoff.html" %}
+ {%if 'no_creds' in user_cred %} +

NO CREDENTIALS are delegated to the portal!

+ {%endif%} + {%if 'creds_expired' in user_cred %} +

EXPIRED CREDENTIALS Please delegate again your credentials to the portal!

+ {%endif%} +
{% if messages %} {% endif %} + +
+ +
- -
@@ -318,7 +326,7 @@ {{ row.account_type }} {{ row.account_reference }} - @@ -337,7 +345,7 @@ {{ platform.platform_no_access }} - @@ -347,16 +355,20 @@
{%endif%}
-
+