Skip to content

Commit

Permalink
apply: add new Tally survey for SIAE employers
Browse files Browse the repository at this point in the history
  • Loading branch information
xavfernandez committed Jun 25, 2024
1 parent 8186cb2 commit 6d91108
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions itou/templates/apply/list_for_siae.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{% load django_bootstrap5 %}
{% load matomo %}
{% load static %}
{% load theme_inclusion %}

{% block title %}Candidatures reçues {{ block.super }}{% endblock %}

Expand Down Expand Up @@ -29,6 +30,32 @@ <h2>{{ siae.display_name }}</h2>
{% endif %}
{% endblock %}

{% block messages %}
{{ block.super }}
{% if request.current_organization.is_subject_to_eligibility_rules %}
<div id="siae-employers-survey-about-autonomous-candidates" class="alert alert-important alert-dismissible-once d-none" role="status">
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Fermer"></button>
<div class="row">
<div class="d-none d-md-inline col-md-auto">
<img src="{% static_theme_images "ico-bicro-important.svg" %}" alt="" height="80">
</div>
<div class="col-12 col-md px-md-0">
<p class="mb-2">
<strong>Votre avis nous intéresse !</strong>
</p>
<p class="mb-0">
Dites-nous en plus sur vos pratiques vis-à-vis des candidats qui postulent en autonomie dans votre structure.
Prenez 5 min pour répondre à notre enquête.
</p>
</div>
<div class="col-12 col-md-auto mt-3 mt-md-0 d-flex align-items-center justify-content-center">
<a href="https://tally.so/r/waBJr9" class="btn btn-sm btn-primary" target="_blank" rel="noopener"><span>Répondre à l’enquête</span><i class="ri-external-link-line font-weight-medium" aria-hidden="true"></i></a>
</div>
</div>
</div>
{% endif %}
{% endblock %}

{% block content %}
<section class="s-section">
<div class="s-section__container container">
Expand Down

0 comments on commit 6d91108

Please sign in to comment.