{# -*- mode: jinja-html -*- #} {% extends 'base.html' %} {% block app_content %} {% if logs %}

Dernières opérations sur cette fiche

{% endif %} {% if historique %}

Historique

{% endif %}

Fiche entreprise - {{ entreprise.nom }} ({{ entreprise.siret }})

SIRET : {{ entreprise.siret }}
Nom : {{ entreprise.nom }}
Adresse : {{ entreprise.adresse }}
Code postal : {{ entreprise.codepostal }}
Ville : {{ entreprise.ville }}
Pays : {{ entreprise.pays }}

{% if contacts %}
{% for contact in contacts %} Contact {{loop.index}} {% include 'entreprises/_contact.html' %} {% endfor %}
{% endif %} {% if offres %}
{% for offre in offres %} Offre {{loop.index}} (ajouté le {{offre[0].date_ajout.strftime('%d/%m/%Y') }}) {% include 'entreprises/_offre.html' %} {% endfor %}
{% endif %}
Modifier Supprimer Ajouter offre Ajouter contact Ajouter historique
{% endblock %}