From 6ada27fdea81e6d9197f6f57527636c9ace4bdb2 Mon Sep 17 00:00:00 2001 From: Josue Kouka Date: Fri, 23 Mar 2018 15:16:57 +0100 Subject: [PATCH] mandayejs meyzieu: change wcs link label (#22769) --- templates/variants/meyzieu/mandaye/panel.html | 38 +++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 templates/variants/meyzieu/mandaye/panel.html diff --git a/templates/variants/meyzieu/mandaye/panel.html b/templates/variants/meyzieu/mandaye/panel.html new file mode 100644 index 0000000..4d6c988 --- /dev/null +++ b/templates/variants/meyzieu/mandaye/panel.html @@ -0,0 +1,38 @@ +{% load i18n gadjo staticfiles %} + + + + + + +{% if site_scripts %} + {%for script in site_scripts%} + + {%endfor%} +{%endif%} + +{% include 'mandaye/panel_styles.html' %} + + +{% if user.is_authenticated %} +
{{ user.get_full_name }}
+ {% if portal_user_url %}
Retour à Mon Meyzieu
{% endif %} +
{% trans 'Logout' %}
+ {% if is_linked %} +
{% trans 'Dissociate' %}
+ {% else %} +
{% trans 'Associate' %}
+ {% endif %} +{% else %} + {% if portal_user_url %}
Retour à Mon Meyzieu
{% endif %} +
{% trans 'Login' %}
+
{% trans 'Associate' %}
+{% endif %} -- 2.11.0