From f090cbcd6622371750c8f4490a751d9a38dea53e Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Fri, 22 Mar 2024 11:20:01 +0100 Subject: [PATCH] =?UTF-8?q?feat(Besoins):=20D=C3=A9tail=20:=20mieux=20affi?= =?UTF-8?q?cher=20l'email=20d'equipe=20(#1137)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/tenders/_detail_contact.html | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/lemarche/templates/tenders/_detail_contact.html b/lemarche/templates/tenders/_detail_contact.html index 2ffd4d4e6..8b29b7279 100644 --- a/lemarche/templates/tenders/_detail_contact.html +++ b/lemarche/templates/tenders/_detail_contact.html @@ -20,17 +20,12 @@

{{ tender.contact_company_name_display }} {% endif %} - {% if tender.can_display_contact_email or source == "alert" and not tender.response_kind_is_only_external %} + +
+ {% if tender.can_display_contact_email %}
- {% if tender.can_display_contact_email %} - - {{ tender.contact_email }} - {% endif %} - {% if source == "alert" and not tender.response_kind_is_only_external %} - {% if tender.can_display_contact_email %}
{% endif %} - - {{ TEAM_CONTACT_EMAIL }} - {% endif %} + + {{ tender.contact_email }}
{% endif %} {% if tender.can_display_contact_phone %} @@ -39,6 +34,12 @@

{{ tender.contact_phone }}

{% endif %} + {% if source == "alert" and not tender.response_kind_is_only_external %} +
+ + {{ TEAM_CONTACT_EMAIL }} +
+ {% endif %} {% if tender.can_display_contact_external_link %}