[wip] remove crown attributes list display (#87992)
gitea/publik-base-theme/pipeline/head There was a failure building this commit Details

This commit is contained in:
Paul Marillonnet 2024-03-11 16:29:59 +01:00
parent 04714268e1
commit bb7229c1b1
1 changed files with 0 additions and 6 deletions

View File

@ -22,12 +22,6 @@
<div id="cut-account">
<div class="progress{% if user.attributes.validated and user.attributes.validation_context %} validated{% endif %}">
<h2 id="mon-compte">Mon compte</h2>
<ul class="profile profile-{% if user.attributes.validation_context == 'FC' %}fc-validated{% elif user.attributes.validated and user.attributes.validation_context != 'FC' %}guichet-validated{% else %}completed{% endif %}-{% if cut_core_filled %}{% if cut_crown_filled %}3{% else %}2{% endif %}{% else %}1{% endif %}-3">
<li>DONNÉES OBLIGATOIRES</li>
<li>DONNÉES D'IDENTITÉ</li>
<li>DONNÉES COMPLÉMENTAIRES</li>
</ul>
{% if user.attributes.validated and user.attributes.validation_context == 'FC' %}
<div class="fc-validated">
<h2>VOTRE IDENTITÉ VÉRIFIÉE</h2>