{# templates/superadmin_v2/artisans/sa_gestion_artisans_list.html.twig #} {% extends 'superadmin_v2/superadmin.html.twig' %} {% block title %}Gestion des Artisans - {{ parent() }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} {{ render(controller('App\\Controller\\Superadmin\\SaLayoutController::breadcrumb', {'rubriques_id':rubriques_id, 'action':filariane_action} )) }} {{ include('superadmin_v2/layout/sa_tab.html.twig') }}
ID {{ getDirectionV2('id')|raw }} | Société | Infos | Ville | Création / Inscription {{ getDirectionV2('creation_date')|raw }} |
Dernière connexion {{ getDirectionV2('derniere_connexion')|raw }} |
Chiffres | Actions | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ highLight(row.id, id)|raw }}
{% if row.checked == 1 %}
{% endif %} {% if row.to_delete == 1 %} {% endif %} |
{{ highLight(row.societe, q)|raw }}
{% if row.gerant|length > 0 %} Gérant : {{ row.gerant }}{% endif %} {% if row.siret|length > 0 %} N° SIRET : {{ row.siret }}{% endif %} {% if row.tva|length > 0 %} N° TVA : {{ row.tva }}{% endif %} {% if row.validated == 0 and 7 in roles %} {% endif %} {{ getLinkPjArtisan('kbis', row.kbis, 'Extrait Kbis')|raw }} {{ getLinkPjArtisan('attestation_assurance', row.attestation_assurance, 'Attestation d\'assurance')|raw }} {{ getLinkPjArtisan('piece_identite_gerant', row.piece_identite_gerant, 'Pièce d\'identité Gérant')|raw }} {{ getLinkPjArtisan('attestation_certibiocide', row.attestation_certibiocide, 'Attestation certibiocide')|raw }} |
{{ highLight(row.email, q)|raw }}
{% if row.tel|length > 0 %} {{ highLight(row.tel, q)|raw }}{% endif %} {% if row.mobile|length > 0 %} {{ highLight(row.mobile, q)|raw }}{% endif %} {% if row.mobileBis|length > 0 %} {{ highLight(row.mobileBis, q)|raw }}{% endif %} {% if row.mobileTrois|length > 0 %} {{ highLight(row.mobileTrois, q)|raw }}{% endif %} {% if row.site_web|length > 0 %} {{ wordBreak(row.site_web, 50) }} {% endif %} {{ row.adresse }} {{ row.credits * 1.2 }} {% if row.credits > 0 %}€ HT ({{ row.credits }} points){% endif %} {% if row.audio|length > 0 %}{{ getAudio(row.audio)|raw }}{% endif %} |
{% if row.idVille > 0 %}
{{ row.cp }} {{ row.ville }} {% else %} {{ row.d_ville }} {{ row.d_cp }} {% endif %} {% if 8 in roles %} |
{{ row.creationDate|date('d-m-Y H:i') }}
{% if row.inscription == 1 %} Auto-inscription {% elseif row.inscription == 0 %} Prospection {% endif %} {#
{% if row.inscription == 1 %}
{% elseif row.inscription == 0 %}
{% endif %}
#}
|
{% if row.derniere_connexion is not null %}{{ row.derniere_connexion|date('d-m-Y H:i') }}{% endif %} |
{% if k == 0 %}
|
{% if row.to_delete == 0 %}
{% if 8 in roles %}
{# % if row.validated == 1 and row.idVille > 0 and '-- Désinscription' not in row.email and '[a]' not in row.email % #}
{# % endif % #}
{% if 22 in roles %}
{% if 5 > row.nbr_reponses_payantes %}
{% else %}
{% endif %}
{% endif %}
{% if row.inscription == 1 %}
{% endif %}
{% if 27 in roles %}
{% endif %}
{% endif %}
{% if 7 in roles %}
{% endif %}
{% if 23 in roles %}
{% endif %}
{% if 27 in roles %}
{# % if
row.checked == 0
and row.validated == 1
and row.activated == 1
and row.desinscription == 0
and row.deleted == 0
and row.to_delete == 0
and row.idVille > 0
and row.email|length > 0
and (row.tel|length > 9 or row.mobile|length > 9)
and row.siret|length > 10
and row.tva|length > 0
and row.kbis|length > 0
and row.attestation_assurance|length > 0
and row.piece_identite_gerant|length > 0
and ((row.ind_nuisible == 1 and row.attestation_certibiocide|length > 0) or (row.ind_nuisible == 0))
and row.document_administratif_valid == 1
and row.nbr_reponses_payantes > 0
%}
{% endif % #}
{% if
row.checked == 0
and row.to_delete == 0
and row.activated == 0
and row.send_devis == 0
and row.document_administratif_valid == 0
and row.nbr_reponses == 0
and row.nbr_reponses_payantes == 0
%}
{% endif %}
{% endif %}
{% endif %}
|