{# templates/superadmin_v2/artisans/sa_gestion_artisans_villes_add.html.twig #} {% extends 'superadmin_v2/superadmin.html.twig' %} {% block title %}Gestion des Artisans - Joindre Ville - {{ 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') }}
{{ include('superadmin_v2/layout/sa_debug.html.twig') }} {{ include('superadmin_v2/layout/sa_alert.html.twig') }}
[ {{ listing|length }} ]
{% if nb_pages >= page %} {% for k,row in listing %} {% endfor %}
ID Société Ville Infos Création /
Inscription
Actions
{{ row.id }} {{ row.societe }} {% 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 %}
{{ row.ville|trim }} {{ row.cp }}   {{ row.email }} {% if row.tel|length > 0 %}
  {{ row.tel }}{% endif %} {% if row.mobile|length > 0 %}
  {{ row.mobile }}{% endif %} {% if row.mobile_bis|length > 0 %}
  {{ row.mobile_bis }}{% endif %}

  {{ row.adresse }}
{{ row.creation_date|date('d-m-Y H:i') }}
{% endif %}
{{ include('superadmin_v2/layout/sa_footer.html.twig') }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}