X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_account-view.html;h=985974fba1dcd7a8e0ada71f7c191a848b861b4d;hb=6c978327b002ef4b46047ce22ba7e8f61768f652;hp=585e39bd246c9064197bfa7853713de9327ba489;hpb=6b2b529bd1b93c14b5d2fb9ee8c1aab9dc1300ed;p=unfold.git diff --git a/portal/templates/onelab/onelab_account-view.html b/portal/templates/onelab/onelab_account-view.html index 585e39bd..985974fb 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 %} + +
+ +
+
@@ -282,7 +320,7 @@ {{ row.account_type }} {{ row.account_reference }} - @@ -301,7 +339,7 @@ {{ platform.platform_no_access }} - @@ -311,16 +349,20 @@
{%endif%}
-
+