X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_account-view.html;h=985974fba1dcd7a8e0ada71f7c191a848b861b4d;hb=1e02b46f35cfbcc3d139469dd827d3bbe75b627c;hp=9941e97c04866814fe7a5eaa14e28027ed692419;hpb=d81f5f5ca87b6eba05adb93cd27ac3c9952cc294;p=unfold.git diff --git a/portal/templates/onelab/onelab_account-view.html b/portal/templates/onelab/onelab_account-view.html index 9941e97c..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%}
-
+