- SIRET : {{ entreprise.siret }}
- Nom : {{ entreprise.nom }}
- Adresse : {{ entreprise.adresse }}
- Code postal : {{ entreprise.codepostal }}
- Ville : {{ entreprise.ville }}
- Pays : {{ entreprise.pays }}
-
Fiche entreprise
-
- Nom : {{ site.nom }}
- Adresse : {{ site.adresse }}
- Code postal : {{ site.codepostal }}
- Ville : {{ site.ville }}
- Pays : {{ site.pays }}
+ {% if entreprises_import %}
+
Importation de {{ entreprises_import|length }} entreprise(s)
+ {% for entreprise in entreprises_import %}
+
+
+ SIRET : {{ entreprise.siret }}
+ Nom : {{ entreprise.nom }}
+ Adresse : {{ entreprise.adresse }}
+ Code postal : {{ entreprise.codepostal }}
+ Ville : {{ entreprise.ville }}
+ Pays : {{ entreprise.pays }}
+
Fiche entreprise
- {% endfor %}
-
- {% endfor %}
- {% endif %}
-
- {% if sites_import %}
-
Importation de {{ sites_import|length }} site(s)
- {% for site in sites_import %}
-
- Nom : {{ site.nom }}
- Adresse : {{ site.adresse }}
- Code postal : {{ site.codepostal }}
- Ville : {{ site.ville }}
- Pays : {{ site.pays }}
-
Fiche entreprise
-
- {% endfor %}
- {% endif %}
-
- {% if correspondants_import %}
-
Importation de {{ correspondants_import|length }} correspondant(s)
- {% for correspondant in correspondants_import %}
-
-
- Civilité : {{ correspondant.civilite|get_civilité }}
- Nom : {{ correspondant.nom }}
- Prénom : {{ correspondant.prenom }}
- {% if correspondant.telephone %}
- Téléphone : {{ correspondant.telephone }}
- {% endif %}
- {% if correspondant.mail %}
- Mail : {{ correspondant.mail }}
- {% endif %}
- {% if correspondant.poste %}
- Poste : {{ correspondant.poste }}
- {% endif %}
- {% if correspondant.service %}
- Service : {{ correspondant.service }}
- {% endif %}
- {% if correspondant.origine %}
- Origine : {{ correspondant.origine }}
- {% endif %}
- {% if correspondant.notes %}
- Notes : {{ correspondant.notes }}
- {% endif %}
-
Fiche entreprise
+ {% for site in entreprise.sites %}
+
+ Nom : {{ site.nom }}
+ Adresse : {{ site.adresse }}
+ Code postal : {{ site.codepostal }}
+ Ville : {{ site.ville }}
+ Pays : {{ site.pays }}
+
+ {% endfor %}
-
- {% endfor %}
- {% endif %}
+ {% endfor %}
+ {% endif %}
+
+ {% if sites_import %}
+
Importation de {{ sites_import|length }} site(s)
+ {% for site in sites_import %}
+
+ Nom : {{ site.nom }}
+ Adresse : {{ site.adresse }}
+ Code postal : {{ site.codepostal }}
+ Ville : {{ site.ville }}
+ Pays : {{ site.pays }}
+
Fiche entreprise
+
+ {% endfor %}
+ {% endif %}
+
+ {% if correspondants_import %}
+
Importation de {{ correspondants_import|length }} correspondant(s)
+ {% for correspondant in correspondants_import %}
+
+
+ Civilité : {{ correspondant.civilite|get_civilité }}
+ Nom : {{ correspondant.nom }}
+ Prénom : {{ correspondant.prenom }}
+ {% if correspondant.telephone %}
+ Téléphone : {{ correspondant.telephone }}
+ {% endif %}
+ {% if correspondant.mail %}
+ Mail : {{ correspondant.mail }}
+ {% endif %}
+ {% if correspondant.poste %}
+ Poste : {{ correspondant.poste }}
+ {% endif %}
+ {% if correspondant.service %}
+ Service : {{ correspondant.service }}
+ {% endif %}
+ {% if correspondant.origine %}
+ Origine : {{ correspondant.origine }}
+ {% endif %}
+ {% if correspondant.notes %}
+ Notes : {{ correspondant.notes }}
+ {% endif %}
+
Fiche entreprise
+
+
+ {% endfor %}
+ {% endif %}
+
{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/logs.html b/app/templates/entreprises/logs.html
index c6cba95f4..2072c4a84 100644
--- a/app/templates/entreprises/logs.html
+++ b/app/templates/entreprises/logs.html
@@ -2,6 +2,17 @@
{% extends 'base.html' %}
{% block app_content %}
+
Dernières opérations
{% if logs.items %}
diff --git a/app/templates/entreprises/logs_entreprise.html b/app/templates/entreprises/logs_entreprise.html
index cebea0405..d54c4d0af 100644
--- a/app/templates/entreprises/logs_entreprise.html
+++ b/app/templates/entreprises/logs_entreprise.html
@@ -2,6 +2,20 @@
{% extends 'base.html' %}
{% block app_content %}
+
+
Dernières opérations - {{ entreprise.nom }}
{% if logs.items %}
diff --git a/app/templates/entreprises/nav.html b/app/templates/entreprises/nav.html
index 3cd9636dc..3df51b87b 100644
--- a/app/templates/entreprises/nav.html
+++ b/app/templates/entreprises/nav.html
@@ -1,14 +1,16 @@
{# -*- mode: jinja-html -*- #}
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/templates/entreprises/offres_expirees.html b/app/templates/entreprises/offres_expirees.html
index d4bc2e415..f0bd4b2f6 100644
--- a/app/templates/entreprises/offres_expirees.html
+++ b/app/templates/entreprises/offres_expirees.html
@@ -2,6 +2,20 @@
{% extends 'base.html' %}
{% block app_content %}
+
+
Offres expirées - {{ entreprise.nom }}
{% if offres_expirees %}
diff --git a/app/templates/entreprises/preferences.html b/app/templates/entreprises/preferences.html
index 625143728..39b45de8b 100644
--- a/app/templates/entreprises/preferences.html
+++ b/app/templates/entreprises/preferences.html
@@ -5,11 +5,13 @@
{% block app_content %}
{% include 'entreprises/nav.html' %}
-
Préférences module gestion entreprises
-
-
-
- {{ wtf.quick_form(form, novalidate=True) }}
+
+
Préférences module gestion entreprises
+
+
+
+ {{ wtf.quick_form(form, novalidate=True) }}
+
{% endblock %}
\ No newline at end of file