{# -*- mode: jinja-html -*- #} {% extends 'base.j2' %} {% block styles %} {{super()}} {% endblock %} {% block app_content %} {% include 'entreprises/nav.j2' %} {% if logs %}
SIRET | Nom | Adresse | Code postal | Ville | Pays | {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}Action | {% endif %}
{{ entreprise.siret }} | {{ entreprise.nom }} | {{ entreprise.adresse }} | {{ entreprise.codepostal }} | {{ entreprise.ville }} | {{ entreprise.pays }} | {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}{% endif %} |
SIRET | Nom | Adresse | Code postal | Ville | Pays | {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}Action | {% endif %}