-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dépôt de besoin : CTA sur les fiches structures (#864)
* Add card_suggest_tender to Siae detail * Adapt card below to homogenize
- Loading branch information
Showing
4 changed files
with
47 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
{% load wagtailcore_tags %} | ||
|
||
<div class="card c-card rounded-lg shadow-lg"> | ||
<div class="card-body"> | ||
<h4>Vous avez besoin d'être accompagné dans vos achats inclusifs par des partenaires reconnus ?</h2> | ||
<div class="c-box"> | ||
<div class="row"> | ||
<div class="col"> | ||
<h4>Vous avez besoin d'être accompagné dans vos achats inclusifs par des partenaires reconnus ?</h2> | ||
|
||
{% if siae.kind_is_esat_or_ea %} | ||
<a href="{% slugurl "faciltez-vous-les-achats-responsables" %}" id="track_siae_detail_partners_esat_ea" class="btn btn-link btn-ico"> | ||
<span>Découvrez-les maintenant</span> | ||
<i class="ri-arrow-right-up-line ri-lg"></i> | ||
</a> | ||
{% else %} | ||
<a href="{% url 'pages:partenaires' %}" id="track_siae_detail_partners" class="btn btn-link btn-ico"> | ||
<span>Découvrez-les maintenant</span> | ||
<i class="ri-arrow-right-up-line ri-lg"></i> | ||
</a> | ||
{% endif %} | ||
{% if siae.kind_is_esat_or_ea %} | ||
<a href="{% slugurl "faciltez-vous-les-achats-responsables" %}" target="_blank" id="track_siae_detail_partners_esat_ea" class="btn btn-sm btn-outline-primary btn-ico"> | ||
<span>Découvrez-les maintenant</span> | ||
<i class="ri-arrow-right-up-line ri-lg"></i> | ||
</a> | ||
{% else %} | ||
<a href="{% url 'pages:partenaires' %}" target="_blank" id="track_siae_detail_partners" class="btn btn-sm btn-outline-primary btn-ico"> | ||
<span>Découvrez-les maintenant</span> | ||
<i class="ri-arrow-right-up-line ri-lg"></i> | ||
</a> | ||
{% endif %} | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters