-
- {{ wtf.quick_form(form_scodoc) }}
-
+
{% endblock %}
{% block scripts %}
@@ -75,20 +76,19 @@
-{% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/confirm_dialog.html b/app/templates/confirm_dialog.j2
similarity index 89%
rename from app/templates/confirm_dialog.html
rename to app/templates/confirm_dialog.j2
index 5ef4e1601..4755ed104 100644
--- a/app/templates/confirm_dialog.html
+++ b/app/templates/confirm_dialog.j2
@@ -1,5 +1,4 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
+{% extends 'base.j2' %}
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
diff --git a/app/templates/create_dept.html b/app/templates/create_dept.j2
similarity index 90%
rename from app/templates/create_dept.html
rename to app/templates/create_dept.j2
index 7745af7a0..75887a4c2 100644
--- a/app/templates/create_dept.html
+++ b/app/templates/create_dept.j2
@@ -1,5 +1,5 @@
{# -*- mode: jinja-html -*- #}
-{% extends "base.html" %}
+{% extends "base.j2" %}
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
diff --git a/app/templates/dept_news.html b/app/templates/dept_news.html
deleted file mode 100644
index 23e3f26c8..000000000
--- a/app/templates/dept_news.html
+++ /dev/null
@@ -1,47 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends "sco_page.html" %}
-{% block styles %}
-{{super()}}
-{% endblock %}
-
-{% block app_content %}
-
Opérations dans le département {{g.scodoc_dept}}
-
-
-
-
- Date |
- Type |
- Auteur |
- Détail |
-
-
-
-
-
-{% endblock %}
-
-
-{% block scripts %}
-{{super()}}
-
-{% endblock %}
diff --git a/app/templates/dept_news.j2 b/app/templates/dept_news.j2
new file mode 100644
index 000000000..23b0ae51d
--- /dev/null
+++ b/app/templates/dept_news.j2
@@ -0,0 +1,47 @@
+{# -*- mode: jinja-html -*- #}
+{% extends "sco_page.j2" %}
+{% block styles %}
+{{super()}}
+{% endblock %}
+
+{% block app_content %}
+
Opérations dans le département {{g.scodoc_dept}}
+
+
+
+
+ Date |
+ Type |
+ Auteur |
+ Détail |
+
+
+
+
+
+{% endblock %}
+
+
+{% block scripts %}
+{{super()}}
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/email/reset_password.html b/app/templates/email/reset_password.j2
similarity index 100%
rename from app/templates/email/reset_password.html
rename to app/templates/email/reset_password.j2
diff --git a/app/templates/email/welcome.html b/app/templates/email/welcome.j2
similarity index 100%
rename from app/templates/email/welcome.html
rename to app/templates/email/welcome.j2
diff --git a/app/templates/entreprises/_correspondant.html b/app/templates/entreprises/_correspondant.j2
similarity index 100%
rename from app/templates/entreprises/_correspondant.html
rename to app/templates/entreprises/_correspondant.j2
diff --git a/app/templates/entreprises/_offre.html b/app/templates/entreprises/_offre.j2
similarity index 100%
rename from app/templates/entreprises/_offre.html
rename to app/templates/entreprises/_offre.j2
diff --git a/app/templates/entreprises/contacts.html b/app/templates/entreprises/contacts.html
deleted file mode 100644
index 8158e7e70..000000000
--- a/app/templates/entreprises/contacts.html
+++ /dev/null
@@ -1,104 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-
-{% block styles %}
-{{super()}}
-
-
-
-{% endblock %}
-
-{% block app_content %}
-
-
-
-
Liste des contacts
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
-
Ajouter contact
- {% endif %}
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/contacts.j2 b/app/templates/entreprises/contacts.j2
new file mode 100644
index 000000000..2180a0115
--- /dev/null
+++ b/app/templates/entreprises/contacts.j2
@@ -0,0 +1,109 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+
+{% block styles %}
+{{super()}}
+
+
+
+{% endblock %}
+
+{% block app_content %}
+
+
+
+
Liste des contacts
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
+
Ajouter contact
+ {% endif %}
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/correspondants.html b/app/templates/entreprises/correspondants.html
deleted file mode 100644
index d4ce63225..000000000
--- a/app/templates/entreprises/correspondants.html
+++ /dev/null
@@ -1,93 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-
-{% block styles %}
-{{super()}}
-
-
-
-{% endblock %}
-
-{% block app_content %}
- {% include 'entreprises/nav.html' %}
-
- {% if logs %}
-
-
Dernières opérations Voir tout
-
- {% for log in logs %}
- - {{ log.date.strftime('%d %b %Hh%M') }}{{ log.text|safe }} par {{ log.authenticated_user|get_nomcomplet_by_username }}
- {% endfor %}
-
-
- {% endif %}
-
-
-
Liste des correspondants
-
-
-
- Nom |
- Prenom |
- Téléphone |
- Mail |
- Poste |
- Service |
- Entreprise |
-
-
-
- {% for correspondant, site in correspondants %}
-
- {{ correspondant.nom }} |
- {{ correspondant.prenom }} |
- {{ correspondant.telephone }} |
- {{ correspondant.mail }} |
- {{ correspondant.poste}} |
- {{ correspondant.service}} |
- {{ site.nom }} |
-
- {% endfor %}
-
-
-
- Nom |
- Prenom |
- Téléphone |
- Mail |
- Poste |
- Service |
- Entreprise |
-
-
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/correspondants.j2 b/app/templates/entreprises/correspondants.j2
new file mode 100644
index 000000000..dc47ff35c
--- /dev/null
+++ b/app/templates/entreprises/correspondants.j2
@@ -0,0 +1,95 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+
+{% block styles %}
+{{super()}}
+
+
+
+{% endblock %}
+
+{% block app_content %}
+{% include 'entreprises/nav.html' %}
+
+{% if logs %}
+
+
Dernières opérations Voir tout
+
+ {% for log in logs %}
+ - {{ log.date.strftime('%d %b %Hh%M') }}{{ log.text|safe }} par
+ {{ log.authenticated_user|get_nomcomplet_by_username }}
+ {% endfor %}
+
+
+{% endif %}
+
+
+
Liste des correspondants
+
+
+
+ Nom |
+ Prenom |
+ Téléphone |
+ Mail |
+ Poste |
+ Service |
+ Entreprise |
+
+
+
+ {% for correspondant, site in correspondants %}
+
+ {{ correspondant.nom }} |
+ {{ correspondant.prenom }} |
+ {{ correspondant.telephone }} |
+ {{ correspondant.mail }} |
+ {{ correspondant.poste}} |
+ {{ correspondant.service}} |
+ {{
+ site.nom }} |
+
+ {% endfor %}
+
+
+
+ Nom |
+ Prenom |
+ Téléphone |
+ Mail |
+ Poste |
+ Service |
+ Entreprise |
+
+
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/entreprises.html b/app/templates/entreprises/entreprises.html
deleted file mode 100644
index 89fd97be6..000000000
--- a/app/templates/entreprises/entreprises.html
+++ /dev/null
@@ -1,133 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-
-{% block styles %}
-{{super()}}
-
-
-
-{% endblock %}
-
-{% block app_content %}
- {% include 'entreprises/nav.html' %}
-
- {% if logs %}
-
-
Dernières opérations Voir tout
-
- {% for log in logs %}
- - {{ log.date.strftime('%d %b %Hh%M') }}{{ log.text|safe }} par {{ log.authenticated_user|get_nomcomplet_by_username }}
- {% endfor %}
-
-
- {% endif %}
-
-
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
-
Ajouter une entreprise
- {% endif %}
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesExport, None) %}
-
Importer des données
- {% endif %}
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesExport, None) and entreprises %}
-
Exporter des données
- {% endif %}
-
-
-
-
Liste des entreprises
- {% if form %}
-
- {% endif %}
-
-
-
- SIRET |
- Nom |
- Adresse |
- Code postal |
- Ville |
- Pays |
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
- Action |
- {% endif %}
-
-
-
- {% for entreprise in entreprises %}
-
- {{ entreprise.siret }} |
- {{ entreprise.nom }} |
- {{ entreprise.adresse }} |
- {{ entreprise.codepostal }} |
- {{ entreprise.ville }} |
- {{ entreprise.pays }} |
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
-
-
- |
- {% endif %}
-
- {% endfor %}
-
-
-
- SIRET |
- Nom |
- Adresse |
- Code postal |
- Ville |
- Pays |
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
- Action |
- {% endif %}
-
-
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/entreprises.j2 b/app/templates/entreprises/entreprises.j2
new file mode 100644
index 000000000..5aa4634df
--- /dev/null
+++ b/app/templates/entreprises/entreprises.j2
@@ -0,0 +1,143 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+
+{% block styles %}
+{{super()}}
+
+
+
+{% endblock %}
+
+{% block app_content %}
+{% include 'entreprises/nav.html' %}
+
+{% if logs %}
+
+
Dernières opérations Voir tout
+
+ {% for log in logs %}
+ - {{ log.date.strftime('%d %b %Hh%M') }}{{ log.text|safe }} par
+ {{ log.authenticated_user|get_nomcomplet_by_username }}
+ {% endfor %}
+
+
+{% endif %}
+
+
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
+
Ajouter une entreprise
+ {% endif %}
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesExport, None) %}
+
Importer des données
+ {% endif %}
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesExport, None) and entreprises %}
+
Exporter des données
+ {% endif %}
+
+
+
+
Liste des entreprises
+ {% if form %}
+
+ {% endif %}
+
+
+
+ SIRET |
+ Nom |
+ Adresse |
+ Code postal |
+ Ville |
+ Pays |
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
+ Action |
+ {% endif %}
+
+
+
+ {% for entreprise in entreprises %}
+
+ {{
+ entreprise.siret }} |
+ {{ entreprise.nom }} |
+ {{ entreprise.adresse }} |
+ {{ entreprise.codepostal }} |
+ {{ entreprise.ville }} |
+ {{ entreprise.pays }} |
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
+
+
+ |
+ {% endif %}
+
+ {% endfor %}
+
+
+
+ SIRET |
+ Nom |
+ Adresse |
+ Code postal |
+ Ville |
+ Pays |
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
+ Action |
+ {% endif %}
+
+
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/entreprises_validation.html b/app/templates/entreprises/entreprises_validation.html
deleted file mode 100644
index c37e3c11b..000000000
--- a/app/templates/entreprises/entreprises_validation.html
+++ /dev/null
@@ -1,95 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-
-{% block styles %}
-{{super()}}
-
-
-
-{% endblock %}
-
-{% block app_content %}
- {% include 'entreprises/nav.html' %}
-
- {% if logs %}
-
-
Dernières opérations
-
- {% for log in logs %}
- - {{ log.date.strftime('%d %b %Hh%M') }}{{ log.text|safe }} par {{ log.authenticated_user|get_nomcomplet_by_username }}
- {% endfor %}
-
-
- {% endif %}
-
-
-
Liste des entreprises à valider
-
-
-
- SIRET |
- Nom |
- Adresse |
- Code postal |
- Ville |
- Pays |
- Action |
-
-
-
- {% for entreprise in entreprises %}
-
- {{ entreprise.siret }} |
- {{ entreprise.nom }} |
- {{ entreprise.adresse }} |
- {{ entreprise.codepostal }} |
- {{ entreprise.ville }} |
- {{ entreprise.pays }} |
-
- Voir
- |
-
- {% endfor %}
-
-
-
- SIRET |
- Nom |
- Adresse |
- Code postal |
- Ville |
- Pays |
- Action |
-
-
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/entreprises_validation.j2 b/app/templates/entreprises/entreprises_validation.j2
new file mode 100644
index 000000000..6c2c83576
--- /dev/null
+++ b/app/templates/entreprises/entreprises_validation.j2
@@ -0,0 +1,98 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+
+{% block styles %}
+{{super()}}
+
+
+
+{% endblock %}
+
+{% block app_content %}
+{% include 'entreprises/nav.html' %}
+
+{% if logs %}
+
+
Dernières opérations
+
+ {% for log in logs %}
+ - {{ log.date.strftime('%d %b %Hh%M') }}{{ log.text|safe }} par
+ {{ log.authenticated_user|get_nomcomplet_by_username }}
+ {% endfor %}
+
+
+{% endif %}
+
+
+
Liste des entreprises à valider
+
+
+
+ SIRET |
+ Nom |
+ Adresse |
+ Code postal |
+ Ville |
+ Pays |
+ Action |
+
+
+
+ {% for entreprise in entreprises %}
+
+ {{
+ entreprise.siret }} |
+ {{ entreprise.nom }} |
+ {{ entreprise.adresse }} |
+ {{ entreprise.codepostal }} |
+ {{ entreprise.ville }} |
+ {{ entreprise.pays }} |
+
+ Voir
+ |
+
+ {% endfor %}
+
+
+
+ SIRET |
+ Nom |
+ Adresse |
+ Code postal |
+ Ville |
+ Pays |
+ Action |
+
+
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/error.html b/app/templates/entreprises/error.html
deleted file mode 100644
index b1db9c313..000000000
--- a/app/templates/entreprises/error.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-
-{% block app_content %}
-
-
Erreur !
-
- {{ e }}
-
-
- Retour
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/error.j2 b/app/templates/entreprises/error.j2
new file mode 100644
index 000000000..dc2c0ccf0
--- /dev/null
+++ b/app/templates/entreprises/error.j2
@@ -0,0 +1,14 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+
+{% block app_content %}
+
+
Erreur !
+
+{{ e }}
+
+
+ Retour
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/fiche_entreprise.html b/app/templates/entreprises/fiche_entreprise.html
deleted file mode 100644
index c895348ab..000000000
--- a/app/templates/entreprises/fiche_entreprise.html
+++ /dev/null
@@ -1,227 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-
-{% block styles %}
-{{super()}}
-
-
-
-{% endblock %}
-
-{% block app_content %}
-
-
- {% if logs %}
-
-
Dernières opérations sur cette fiche Voir tout
-
- {% for log in logs %}
- -
- {{ log.date.strftime('%d %b %Hh%M') }}
- {{ log.text|safe }} par {{ log.authenticated_user|get_nomcomplet_by_username }}
-
- {% endfor %}
-
-
- {% endif %}
-
-
-
Fiche entreprise - {{ entreprise.nom }} ({{ entreprise.siret }})
-
- {% if not entreprise.active %}
-
- La fiche entreprise est désactivée
- {% if entreprise.notes_active != "" %}
- Notes : {{ entreprise.notes_active }}
- {% endif %}
-
- {% endif %}
-
-
-
- SIRET {% if entreprise.siret_provisoire %}provisoire{% endif %} : {{ entreprise.siret }}
- Nom : {{ entreprise.nom }}
- Adresse : {{ entreprise.adresse }}
- Code postal : {{ entreprise.codepostal }}
- Ville : {{ entreprise.ville }}
- Pays : {{ entreprise.pays }}
- {% if entreprise.association %}
- Association
- {% endif %}
-
-
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
-
- Taxe d'apprentissage
-
Ajouter taxe apprentissage
-
-
- {% if not taxes|check_taxe_now %}
- - année actuelle : non versée
- {% endif %}
- {% for taxe in taxes %}
- -
-
- {{ taxe.annee }} : {{ taxe.montant }} euros {% if taxe.notes %}- {{ taxe.notes}} {% endif %}
-
- {% endfor %}
-
-
-
- {% endif %}
-
-
-
-
-
-
- {% if entreprise.sites %}
-
-
Sites
- {% for site in entreprise.sites %}
-
- Nom : {{ site.nom }}
- Adresse : {{ site.adresse }}
- Code postal : {{ site.codepostal }}
- Ville : {{ site.ville }}
- Pays : {{ site.pays }}
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
-
- {% endif %}
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesCorrespondants, None) %}
- {% for correspondant in site.correspondants %}
- {% include 'entreprises/_correspondant.html' %}
- {% endfor %}
- {% endif %}
-
- {% endfor %}
-
- {% endif %}
-
- {% if offres %}
-
-
- {% for offre, files, offre_depts, correspondant in offres %}
- {% include 'entreprises/_offre.html' %}
- {% endfor %}
-
- {% endif %}
-
-
-
-
-
Liste des stages et apprentissages réalisés au sein de l'entreprise
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
-
Ajouter stage ou apprentissage
- {% endif %}
-
-
-
- Date début |
- Date fin |
- Durée |
- Type |
- Étudiant |
- Formation |
- Notes |
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
- Action |
- {% endif %}
-
-
-
- {% for stage_apprentissage, etudiant in stages_apprentissages %}
-
- {{ stage_apprentissage.date_debut.strftime('%d/%m/%Y') }} |
- {{ stage_apprentissage.date_fin.strftime('%d/%m/%Y') }} |
- {{ (stage_apprentissage.date_fin-stage_apprentissage.date_debut).days//7 }} semaines |
- {{ stage_apprentissage.type_offre }} |
- {{ etudiant.nom|format_nom }} {{ etudiant.prenom|format_prenom }} |
- {% if stage_apprentissage.formation_text %}{{ stage_apprentissage.formation_text }}{% endif %} |
- {{ stage_apprentissage.notes }} |
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
-
-
- |
- {% endif %}
-
- {% endfor %}
-
-
-
- Date début |
- Date fin |
- Durée |
- Type |
- Étudiant |
- Formation |
- Notes |
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
- Action |
- {% endif %}
-
-
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/fiche_entreprise.j2 b/app/templates/entreprises/fiche_entreprise.j2
new file mode 100644
index 000000000..1970db6ac
--- /dev/null
+++ b/app/templates/entreprises/fiche_entreprise.j2
@@ -0,0 +1,253 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+
+{% block styles %}
+{{super()}}
+
+
+
+{% endblock %}
+
+{% block app_content %}
+
+
+{% if logs %}
+
+
Dernières opérations sur cette fiche Voir tout
+
+ {% for log in logs %}
+ -
+ {{ log.date.strftime('%d %b %Hh%M') }}
+ {{ log.text|safe }} par {{ log.authenticated_user|get_nomcomplet_by_username }}
+
+ {% endfor %}
+
+
+{% endif %}
+
+
+
Fiche entreprise - {{ entreprise.nom }} ({{ entreprise.siret }})
+
+ {% if not entreprise.active %}
+
+ La fiche entreprise est désactivée
+ {% if entreprise.notes_active != "" %}
+ Notes : {{ entreprise.notes_active }}
+ {% endif %}
+
+ {% endif %}
+
+
+
+ SIRET {% if entreprise.siret_provisoire %}provisoire{% endif %} : {{ entreprise.siret }}
+ Nom : {{ entreprise.nom }}
+ Adresse : {{ entreprise.adresse }}
+ Code postal : {{ entreprise.codepostal }}
+ Ville : {{ entreprise.ville }}
+ Pays : {{ entreprise.pays }}
+ {% if entreprise.association %}
+ Association
+ {% endif %}
+
+
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
+
+ Taxe d'apprentissage
+
Ajouter taxe
+ apprentissage
+
+
+ {% if not taxes|check_taxe_now %}
+ - année actuelle : non versée
+ {% endif %}
+ {% for taxe in taxes %}
+ -
+
+ {{
+ taxe.annee }} : {{ taxe.montant }} euros {% if taxe.notes %}- {{ taxe.notes}} {% endif
+ %}
+
+ {% endfor %}
+
+
+
+ {% endif %}
+
+
+
+
+
+
+ {% if entreprise.sites %}
+
+
Sites
+ {% for site in entreprise.sites %}
+
+ Nom : {{ site.nom }}
+ Adresse : {{ site.adresse }}
+ Code postal : {{ site.codepostal }}
+ Ville : {{ site.ville }}
+ Pays : {{ site.pays }}
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
+
+ {% endif %}
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesCorrespondants, None) %}
+ {% for correspondant in site.correspondants %}
+ {% include 'entreprises/_correspondant.html' %}
+ {% endfor %}
+ {% endif %}
+
+ {% endfor %}
+
+ {% endif %}
+
+ {% if offres %}
+
+
+ {% for offre, files, offre_depts, correspondant in offres %}
+ {% include 'entreprises/_offre.html' %}
+ {% endfor %}
+
+ {% endif %}
+
+
+
+
+
Liste des stages et apprentissages réalisés au sein de l'entreprise
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
+
Ajouter stage ou apprentissage
+ {% endif %}
+
+
+
+ Date début |
+ Date fin |
+ Durée |
+ Type |
+ Étudiant |
+ Formation |
+ Notes |
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
+ Action |
+ {% endif %}
+
+
+
+ {% for stage_apprentissage, etudiant in stages_apprentissages %}
+
+ {{ stage_apprentissage.date_debut.strftime('%d/%m/%Y') }} |
+ {{ stage_apprentissage.date_fin.strftime('%d/%m/%Y') }} |
+ {{ (stage_apprentissage.date_fin-stage_apprentissage.date_debut).days//7 }} semaines |
+ {{ stage_apprentissage.type_offre }} |
+ {{
+ etudiant.nom|format_nom }} {{ etudiant.prenom|format_prenom }} |
+ {% if stage_apprentissage.formation_text %}{{ stage_apprentissage.formation_text }}{% endif %} |
+ {{ stage_apprentissage.notes }} |
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
+
+
+ |
+ {% endif %}
+
+ {% endfor %}
+
+
+
+ Date début |
+ Date fin |
+ Durée |
+ Type |
+ Étudiant |
+ Formation |
+ Notes |
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesChange, None) %}
+ Action |
+ {% endif %}
+
+
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/fiche_entreprise_validation.html b/app/templates/entreprises/fiche_entreprise_validation.html
deleted file mode 100644
index f4b6f7182..000000000
--- a/app/templates/entreprises/fiche_entreprise_validation.html
+++ /dev/null
@@ -1,84 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-
-{% block app_content %}
-
-
-
-
Fiche entreprise - {{ entreprise.nom }} ({{ entreprise.siret }})
-
-
-
- SIRET {% if entreprise.siret_provisoire %}provisoire{% endif %} : {{ entreprise.siret }}
- Nom : {{ entreprise.nom }}
- Adresse : {{ entreprise.adresse }}
- Code postal : {{ entreprise.codepostal }}
- Ville : {{ entreprise.ville }}
- Pays : {{ entreprise.pays }}
- {% if entreprise.association %}
- Association
- {% endif %}
-
-
-
-
- {% if entreprise.sites %}
-
-
Sites
- {% for site in entreprise.sites %}
-
- Nom : {{ site.nom }}
- Adresse : {{ site.adresse }}
- Code postal : {{ site.codepostal }}
- Ville : {{ site.ville }}
- Pays : {{ site.pays }}
- {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesCorrespondants, None) %}
- {% for correspondant in site.correspondants %}
-
-
- 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 %}
-
-
- {% endfor %}
- {% endif %}
-
- {% endfor %}
-
- {% endif %}
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/fiche_entreprise_validation.j2 b/app/templates/entreprises/fiche_entreprise_validation.j2
new file mode 100644
index 000000000..e67c7bf71
--- /dev/null
+++ b/app/templates/entreprises/fiche_entreprise_validation.j2
@@ -0,0 +1,86 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+
+{% block app_content %}
+
+
+
+
Fiche entreprise - {{ entreprise.nom }} ({{ entreprise.siret }})
+
+
+
+ SIRET {% if entreprise.siret_provisoire %}provisoire{% endif %} : {{ entreprise.siret }}
+ Nom : {{ entreprise.nom }}
+ Adresse : {{ entreprise.adresse }}
+ Code postal : {{ entreprise.codepostal }}
+ Ville : {{ entreprise.ville }}
+ Pays : {{ entreprise.pays }}
+ {% if entreprise.association %}
+ Association
+ {% endif %}
+
+
+
+
+ {% if entreprise.sites %}
+
+
Sites
+ {% for site in entreprise.sites %}
+
+ Nom : {{ site.nom }}
+ Adresse : {{ site.adresse }}
+ Code postal : {{ site.codepostal }}
+ Ville : {{ site.ville }}
+ Pays : {{ site.pays }}
+ {% if current_user.has_permission(current_user.Permission.RelationsEntreprisesCorrespondants, None) %}
+ {% for correspondant in site.correspondants %}
+
+
+ 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 %}
+
+
+ {% endfor %}
+ {% endif %}
+
+ {% endfor %}
+
+ {% endif %}
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form.html b/app/templates/entreprises/form.html
deleted file mode 100644
index 067f4a508..000000000
--- a/app/templates/entreprises/form.html
+++ /dev/null
@@ -1,62 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-{% import 'bootstrap/wtf.html' as wtf %}
-
-{% block styles %}
-{{super()}}
-
-
-{% endblock %}
-
-{% block app_content %}
-
{{ title }}
-
-
-
-
- (*) champs requis
-
- {{ wtf.quick_form(form, novalidate=True) }}
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form.j2 b/app/templates/entreprises/form.j2
new file mode 100644
index 000000000..2f1f735a9
--- /dev/null
+++ b/app/templates/entreprises/form.j2
@@ -0,0 +1,62 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+{% import 'bootstrap/wtf.html' as wtf %}
+
+{% block styles %}
+{{super()}}
+
+
+{% endblock %}
+
+{% block app_content %}
+
{{ title }}
+
+
+
+
+ (*) champs requis
+
+ {{ wtf.quick_form(form, novalidate=True) }}
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form_ajout_correspondants.html b/app/templates/entreprises/form_ajout_correspondants.html
deleted file mode 100644
index 3690a3470..000000000
--- a/app/templates/entreprises/form_ajout_correspondants.html
+++ /dev/null
@@ -1,91 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-{% import 'bootstrap/wtf.html' as wtf %}
-
-{% block styles %}
-{{super()}}
-{% endblock %}
-
-{% block app_content %}
-
{{ title }}
-
-
-
-
- (*) champs requis
-
-
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form_ajout_correspondants.j2 b/app/templates/entreprises/form_ajout_correspondants.j2
new file mode 100644
index 000000000..ada71b155
--- /dev/null
+++ b/app/templates/entreprises/form_ajout_correspondants.j2
@@ -0,0 +1,91 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+{% import 'bootstrap/wtf.html' as wtf %}
+
+{% block styles %}
+{{super()}}
+{% endblock %}
+
+{% block app_content %}
+
{{ title }}
+
+
+
+
+ (*) champs requis
+
+
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form_ajout_entreprise.html b/app/templates/entreprises/form_ajout_entreprise.html
deleted file mode 100644
index 83dff9fd4..000000000
--- a/app/templates/entreprises/form_ajout_entreprise.html
+++ /dev/null
@@ -1,58 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-{% import 'bootstrap/wtf.html' as wtf %}
-
-{% block app_content %}
-
Ajout entreprise
-
-
-
-
- Les champs s'auto complète selon le SIRET
- (*) champs requis
-
- {{ wtf.quick_form(form, novalidate=True) }}
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form_ajout_entreprise.j2 b/app/templates/entreprises/form_ajout_entreprise.j2
new file mode 100644
index 000000000..08f20dec7
--- /dev/null
+++ b/app/templates/entreprises/form_ajout_entreprise.j2
@@ -0,0 +1,58 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+{% import 'bootstrap/wtf.html' as wtf %}
+
+{% block app_content %}
+
Ajout entreprise
+
+
+
+
+ Les champs s'auto complète selon le SIRET
+ (*) champs requis
+
+ {{ wtf.quick_form(form, novalidate=True) }}
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form_ajout_stage_apprentissage.html b/app/templates/entreprises/form_ajout_stage_apprentissage.html
deleted file mode 100644
index 8055850f2..000000000
--- a/app/templates/entreprises/form_ajout_stage_apprentissage.html
+++ /dev/null
@@ -1,36 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-{% import 'bootstrap/wtf.html' as wtf %}
-
-{% block styles %}
-{{super()}}
-
-
-{% endblock %}
-
-{% block app_content %}
-
{{ title }}
-
-
-
-
- (*) champs requis
-
- {{ wtf.quick_form(form, novalidate=True) }}
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form_ajout_stage_apprentissage.j2 b/app/templates/entreprises/form_ajout_stage_apprentissage.j2
new file mode 100644
index 000000000..ba25df2af
--- /dev/null
+++ b/app/templates/entreprises/form_ajout_stage_apprentissage.j2
@@ -0,0 +1,36 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+{% import 'bootstrap/wtf.html' as wtf %}
+
+{% block styles %}
+{{super()}}
+
+
+{% endblock %}
+
+{% block app_content %}
+
{{ title }}
+
+
+
+
+ (*) champs requis
+
+ {{ wtf.quick_form(form, novalidate=True) }}
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form_confirmation.html b/app/templates/entreprises/form_confirmation.html
deleted file mode 100644
index 5de63ba06..000000000
--- a/app/templates/entreprises/form_confirmation.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-{% import 'bootstrap/wtf.html' as wtf %}
-
-{% block app_content %}
-
{{ title }}
-
-
{{ info_message }}
-
-
-
- {{ wtf.quick_form(form) }}
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form_confirmation.j2 b/app/templates/entreprises/form_confirmation.j2
new file mode 100644
index 000000000..f29930c2a
--- /dev/null
+++ b/app/templates/entreprises/form_confirmation.j2
@@ -0,0 +1,15 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+{% import 'bootstrap/wtf.html' as wtf %}
+
+{% block app_content %}
+
{{ title }}
+
+
{{ info_message }}
+
+
+
+ {{ wtf.quick_form(form) }}
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form_envoi_offre.html b/app/templates/entreprises/form_envoi_offre.html
deleted file mode 100644
index 860ce372a..000000000
--- a/app/templates/entreprises/form_envoi_offre.html
+++ /dev/null
@@ -1,88 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-{% import 'bootstrap/wtf.html' as wtf %}
-
-{% block styles %}
-{{super()}}
-
-
-{% endblock %}
-
-{% block app_content %}
-
Envoyer une offre
-
-
-
-
- (*) champs requis
-
-
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form_envoi_offre.j2 b/app/templates/entreprises/form_envoi_offre.j2
new file mode 100644
index 000000000..ab1be632f
--- /dev/null
+++ b/app/templates/entreprises/form_envoi_offre.j2
@@ -0,0 +1,88 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+{% import 'bootstrap/wtf.html' as wtf %}
+
+{% block styles %}
+{{super()}}
+
+
+{% endblock %}
+
+{% block app_content %}
+
Envoyer une offre
+
+
+
+
+ (*) champs requis
+
+
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form_modification_entreprise.html b/app/templates/entreprises/form_modification_entreprise.html
deleted file mode 100644
index 27483d5be..000000000
--- a/app/templates/entreprises/form_modification_entreprise.html
+++ /dev/null
@@ -1,68 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-{% import 'bootstrap/wtf.html' as wtf %}
-
-{% block styles %}
-{{super()}}
-{% endblock %}
-
-{% block app_content %}
-
{{ title }}
-
-
-
-
- (*) champs requis
-
- {{ wtf.quick_form(form, novalidate=True) }}
-
-
-
-
Informations de la base SIRENE
-
-
-
-
-
Copier
-
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form_modification_entreprise.j2 b/app/templates/entreprises/form_modification_entreprise.j2
new file mode 100644
index 000000000..8f325ff86
--- /dev/null
+++ b/app/templates/entreprises/form_modification_entreprise.j2
@@ -0,0 +1,68 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+{% import 'bootstrap/wtf.html' as wtf %}
+
+{% block styles %}
+{{super()}}
+{% endblock %}
+
+{% block app_content %}
+
{{ title }}
+
+
+
+
+ (*) champs requis
+
+ {{ wtf.quick_form(form, novalidate=True) }}
+
+
+
+
Informations de la base SIRENE
+
+
+
+
+
Copier
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form_validate_confirmation.html b/app/templates/entreprises/form_validate_confirmation.html
deleted file mode 100644
index 277bf237c..000000000
--- a/app/templates/entreprises/form_validate_confirmation.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-{% import 'bootstrap/wtf.html' as wtf %}
-
-{% block app_content %}
-
Validation entreprise
-
-
Cliquez sur le bouton Valider pour confirmer votre validation
-
-
-
- {{ wtf.quick_form(form) }}
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/form_validate_confirmation.j2 b/app/templates/entreprises/form_validate_confirmation.j2
new file mode 100644
index 000000000..d41f19d66
--- /dev/null
+++ b/app/templates/entreprises/form_validate_confirmation.j2
@@ -0,0 +1,15 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+{% import 'bootstrap/wtf.html' as wtf %}
+
+{% block app_content %}
+
Validation entreprise
+
+
Cliquez sur le bouton Valider pour confirmer votre validation
+
+
+
+ {{ wtf.quick_form(form) }}
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/import_donnees.html b/app/templates/entreprises/import_donnees.html
deleted file mode 100644
index ee883862a..000000000
--- a/app/templates/entreprises/import_donnees.html
+++ /dev/null
@@ -1,149 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-{% import 'bootstrap/wtf.html' as wtf %}
-
-{% block styles %}
-{{super()}}
-{% endblock %}
-
-{% block app_content %}
-
-
-
-
{{ title }}
-
-
-
-
-
-
- (*) champs requis
-
- {{ wtf.quick_form(form, novalidate=True) }}
-
-
-
- {% if not entreprises_import and not sites_import and not correspondants_import %}
-
Feuille Entreprises
-
- Attribut | Type | Description |
- siret (*) | text | siret de l'entreprise |
- nom_entreprise (*) | text | nom de l'entreprise |
- adresse (*) | text | adresse de l'entreprise |
- ville (*) | text | ville de l'entreprise |
- code_postal (*) | text | code postal de l'entreprise |
- pays | text | pays de l'entreprise |
-
-
Feuille Sites
-
- Attribut | Type | Description |
- siret_entreprise (*) | text | siret de l'entreprise |
- id_site (*) | text | id du site (ne rien remplir pour créer un site) |
- nom_site (*) | text | nom du site |
- adresse (*) | text | adresse du site |
- ville (*) | text | ville du site |
- code_postal (*) | text | code postal du site |
- pays (*) | text | pays du site |
-
-
-
Feuille Correspondants (à utiliser pour les modifications)
-
- Attribut | Type | Description |
- civilite (*) | text | civilite du correspondant (H ou F) |
- nom (*) | text | nom du correspondant |
- prenom (*) | text | prenom du correspondant |
- telephone (*) | text | telephone du correspondant |
- mail (*) | text | mail du correspondant |
- poste | text | poste du correspondant |
- service | text | service dans lequel travaille le correspondant |
- origine | text | origine du correspondant |
- notes | text | notes sur le correspondant |
- nom_site | text | nom du site lié au correspondant |
-
- {% endif %}
-
- {% 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
-
- {% for site in entreprise.sites %}
-
- Nom : {{ site.nom }}
- Adresse : {{ site.adresse }}
- Code postal : {{ site.codepostal }}
- Ville : {{ site.ville }}
- Pays : {{ site.pays }}
-
- {% 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
-
-
- {% endfor %}
- {% endif %}
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/import_donnees.j2 b/app/templates/entreprises/import_donnees.j2
new file mode 100644
index 000000000..8293e469f
--- /dev/null
+++ b/app/templates/entreprises/import_donnees.j2
@@ -0,0 +1,265 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+{% import 'bootstrap/wtf.html' as wtf %}
+
+{% block styles %}
+{{super()}}
+{% endblock %}
+
+{% block app_content %}
+
+
+
+
{{ title }}
+
+
+
+
+
+
+ (*) champs requis
+
+ {{ wtf.quick_form(form, novalidate=True) }}
+
+
+
+ {% if not entreprises_import and not sites_import and not correspondants_import %}
+
Feuille Entreprises
+
+
+
+ Attribut |
+ Type |
+ Description |
+
+
+
+ siret (*) |
+ text |
+ siret de l'entreprise |
+
+
+ nom_entreprise (*) |
+ text |
+ nom de l'entreprise |
+
+
+ adresse (*) |
+ text |
+ adresse de l'entreprise |
+
+
+ ville (*) |
+ text |
+ ville de l'entreprise |
+
+
+ code_postal (*) |
+ text |
+ code postal de l'entreprise |
+
+
+ pays |
+ text |
+ pays de l'entreprise |
+
+
+
Feuille Sites
+
+
+
+ Attribut |
+ Type |
+ Description |
+
+
+
+ siret_entreprise (*) |
+ text |
+ siret de l'entreprise |
+
+
+ id_site (*) |
+ text |
+ id du site (ne rien remplir pour créer un site) |
+
+
+ nom_site (*) |
+ text |
+ nom du site |
+
+
+ adresse (*) |
+ text |
+ adresse du site |
+
+
+ ville (*) |
+ text |
+ ville du site |
+
+
+ code_postal (*) |
+ text |
+ code postal du site |
+
+
+ pays (*) |
+ text |
+ pays du site |
+
+
+
+
Feuille Correspondants (à utiliser pour les modifications)
+
+
+
+ Attribut |
+ Type |
+ Description |
+
+
+
+ civilite (*) |
+ text |
+ civilite du correspondant (H ou F) |
+
+
+ nom (*) |
+ text |
+ nom du correspondant |
+
+
+ prenom (*) |
+ text |
+ prenom du correspondant |
+
+
+ telephone (*) |
+ text |
+ telephone du correspondant |
+
+
+ mail (*) |
+ text |
+ mail du correspondant |
+
+
+ poste |
+ text |
+ poste du correspondant |
+
+
+ service |
+ text |
+ service dans lequel travaille le correspondant |
+
+
+ origine |
+ text |
+ origine du correspondant |
+
+
+ notes |
+ text |
+ notes sur le correspondant |
+
+
+ nom_site |
+ text |
+ nom du site lié au correspondant |
+
+
+ {% endif %}
+
+ {% 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
+
+ {% for site in entreprise.sites %}
+
+ Nom : {{ site.nom }}
+ Adresse : {{ site.adresse }}
+ Code postal : {{ site.codepostal }}
+ Ville : {{ site.ville }}
+ Pays : {{ site.pays }}
+
+ {% 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
+
+
+ {% endfor %}
+ {% endif %}
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/logs.html b/app/templates/entreprises/logs.html
deleted file mode 100644
index 2072c4a84..000000000
--- a/app/templates/entreprises/logs.html
+++ /dev/null
@@ -1,54 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-
-{% block app_content %}
-
-
-
-
Dernières opérations
- {% if logs.items %}
-
- {% for log in logs.items %}
- - {{ log.date.strftime('%d %b %Hh%M') }}{{ log.text|safe }} par {{ log.authenticated_user|get_nomcomplet_by_username }}
- {% endfor %}
-
-
-
-
- «
-
- {% for page_num in logs.iter_pages(left_edge=1, right_edge=1, left_current=1, right_current=2) %}
- {% if page_num %}
- {% if logs.page == page_num %}
-
{{ page_num }}
- {% else %}
-
{{ page_num }}
- {% endif %}
- {% else %}
- ...
- {% endif %}
- {% endfor %}
-
- »
-
-
-
-
- Page {{ logs.page }} sur {{ logs.pages }}
-
- {% else %}
-
Aucune opération
- {% endif %}
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/logs.j2 b/app/templates/entreprises/logs.j2
new file mode 100644
index 000000000..a704b7c5b
--- /dev/null
+++ b/app/templates/entreprises/logs.j2
@@ -0,0 +1,57 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+
+{% block app_content %}
+
+
+
+
Dernières opérations
+ {% if logs.items %}
+
+ {% for log in logs.items %}
+ - {{ log.date.strftime('%d %b %Hh%M') }}{{ log.text|safe }} par
+ {{ log.authenticated_user|get_nomcomplet_by_username }}
+ {% endfor %}
+
+
+
+
+ «
+
+ {% for page_num in logs.iter_pages(left_edge=1, right_edge=1, left_current=1, right_current=2) %}
+ {% if page_num %}
+ {% if logs.page == page_num %}
+
{{ page_num }}
+ {% else %}
+
{{ page_num }}
+ {% endif %}
+ {% else %}
+ ...
+ {% endif %}
+ {% endfor %}
+
+ »
+
+
+
+
+ Page {{ logs.page }} sur {{ logs.pages }}
+
+ {% else %}
+
Aucune opération
+ {% endif %}
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/logs_entreprise.html b/app/templates/entreprises/logs_entreprise.html
deleted file mode 100644
index ea549c45f..000000000
--- a/app/templates/entreprises/logs_entreprise.html
+++ /dev/null
@@ -1,56 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-
-{% block app_content %}
-
-
-
-
Dernières opérations - {{ entreprise.nom }}
- {% if logs.items %}
-
- {% for log in logs.items %}
- - {{ log.date.strftime('%d %b %Hh%M') }}{{ log.text|safe }} par {{ log.authenticated_user|get_nomcomplet_by_username }}
- {% endfor %}
-
-
-
-
- «
-
- {% for page_num in logs.iter_pages(left_edge=1, right_edge=1, left_current=1, right_current=2) %}
- {% if page_num %}
- {% if logs.page == page_num %}
-
{{ page_num }}
- {% else %}
-
{{ page_num }}
- {% endif %}
- {% else %}
- ...
- {% endif %}
- {% endfor %}
-
- »
-
-
-
-
- Page {{ logs.page }} sur {{ logs.pages }}
-
- {% else %}
-
Aucune opération
- {% endif %}
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/logs_entreprise.j2 b/app/templates/entreprises/logs_entreprise.j2
new file mode 100644
index 000000000..1a22a4e15
--- /dev/null
+++ b/app/templates/entreprises/logs_entreprise.j2
@@ -0,0 +1,62 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+
+{% block app_content %}
+
+
+
+
Dernières opérations - {{ entreprise.nom }}
+ {% if logs.items %}
+
+ {% for log in logs.items %}
+ - {{ log.date.strftime('%d %b %Hh%M') }}{{ log.text|safe }} par
+ {{ log.authenticated_user|get_nomcomplet_by_username }}
+ {% endfor %}
+
+
+
+
+ «
+
+ {% for page_num in logs.iter_pages(left_edge=1, right_edge=1, left_current=1, right_current=2) %}
+ {% if page_num %}
+ {% if logs.page == page_num %}
+
{{ page_num }}
+ {% else %}
+
{{ page_num }}
+ {% endif %}
+ {% else %}
+ ...
+ {% endif %}
+ {% endfor %}
+
+ »
+
+
+
+
+ Page {{ logs.page }} sur {{ logs.pages }}
+
+ {% else %}
+
Aucune opération
+ {% endif %}
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/nav.html b/app/templates/entreprises/nav.j2
similarity index 100%
rename from app/templates/entreprises/nav.html
rename to app/templates/entreprises/nav.j2
diff --git a/app/templates/entreprises/offres_expirees.html b/app/templates/entreprises/offres_expirees.html
deleted file mode 100644
index 06142d412..000000000
--- a/app/templates/entreprises/offres_expirees.html
+++ /dev/null
@@ -1,29 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-
-{% block app_content %}
-
-
-
-
Offres expirées - {{ entreprise.nom }}
- {% if offres_expirees %}
- {% for offre, files, offre_depts, correspondant in offres_expirees %}
- {% include 'entreprises/_offre.html' %}
- {% endfor %}
- {% else %}
-
Aucune offre expirées
- {% endif %}
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/offres_expirees.j2 b/app/templates/entreprises/offres_expirees.j2
new file mode 100644
index 000000000..26bc42c4b
--- /dev/null
+++ b/app/templates/entreprises/offres_expirees.j2
@@ -0,0 +1,30 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+
+{% block app_content %}
+
+
+
+
Offres expirées - {{ entreprise.nom }}
+ {% if offres_expirees %}
+ {% for offre, files, offre_depts, correspondant in offres_expirees %}
+ {% include 'entreprises/_offre.html' %}
+ {% endfor %}
+ {% else %}
+
Aucune offre expirées
+ {% endif %}
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/offres_recues.html b/app/templates/entreprises/offres_recues.html
deleted file mode 100644
index ce7719b9e..000000000
--- a/app/templates/entreprises/offres_recues.html
+++ /dev/null
@@ -1,52 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-
-{% block app_content %}
- {% include 'entreprises/nav.html' %}
-
-
-
Offres reçues
- {% if offres_recues %}
- {% for envoi_offre, offre, files, correspondant in offres_recues %}
-
-
- Envoyé le {{ envoi_offre.date_envoi.strftime('%d/%m/%Y') }} à {{ envoi_offre.date_envoi.strftime('%Hh%M') }} par {{ envoi_offre.sender_id|get_nomcomplet_by_id }}
- Intitulé : {{ offre.intitule }}
- Description : {{ offre.description }}
- Type de l'offre : {{ offre.type_offre }}
- Missions : {{ offre.missions }}
- Durée : {{ offre.duree }}
-
- {% if offre.correspondant_id %}
- Contacté {{ correspondant.nom }} {{ correspondant.prenom }}
- {% if correspondant.mail and correspondant.telephone %}
- ({{ correspondant.mail }} - {{ correspondant.telephone }})
- {% else %}
- ({{ correspondant.mail }}{{ correspondant.telephone }})
- {% endif %}
- {% endif %}
-
- {% if correspondant.poste %}
- - poste : {{ correspondant.poste }}
- {% endif %}
- {% if correspondant.service %}
- - service : {{ correspondant.service }}
- {% endif %}
-
-
-
lien vers l'entreprise
-
- {% for filedir, filename in files %}
-
{{ filename }}
- {% endfor %}
-
-
-
-
-
- {% endfor %}
- {% else %}
-
Aucune offre reçue
- {% endif %}
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/offres_recues.j2 b/app/templates/entreprises/offres_recues.j2
new file mode 100644
index 000000000..a8166b66d
--- /dev/null
+++ b/app/templates/entreprises/offres_recues.j2
@@ -0,0 +1,58 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+
+{% block app_content %}
+{% include 'entreprises/nav.html' %}
+
+
+
Offres reçues
+ {% if offres_recues %}
+ {% for envoi_offre, offre, files, correspondant in offres_recues %}
+
+
+ Envoyé le {{ envoi_offre.date_envoi.strftime('%d/%m/%Y') }} à {{ envoi_offre.date_envoi.strftime('%Hh%M') }}
+ par {{ envoi_offre.sender_id|get_nomcomplet_by_id }}
+ Intitulé : {{ offre.intitule }}
+ Description : {{ offre.description }}
+ Type de l'offre : {{ offre.type_offre }}
+ Missions : {{ offre.missions }}
+ Durée : {{ offre.duree }}
+
+ {% if offre.correspondant_id %}
+ Contacté {{ correspondant.nom }} {{ correspondant.prenom }}
+ {% if correspondant.mail and correspondant.telephone %}
+ ({{ correspondant.mail }} - {{ correspondant.telephone }})
+ {% else %}
+ ({{ correspondant.mail }}{{ correspondant.telephone }})
+ {% endif %}
+ {% endif %}
+
+ {% if correspondant.poste %}
+ - poste : {{ correspondant.poste }}
+ {% endif %}
+ {% if correspondant.service %}
+ - service : {{ correspondant.service }}
+ {% endif %}
+
+
+
lien vers
+ l'entreprise
+
+ {% for filedir, filename in files %}
+
{{
+ filename }}
+ {% endfor %}
+
+
+
+
+
+ {% endfor %}
+ {% else %}
+
Aucune offre reçue
+ {% endif %}
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/preferences.html b/app/templates/entreprises/preferences.html
deleted file mode 100644
index 39b45de8b..000000000
--- a/app/templates/entreprises/preferences.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
-{% import 'bootstrap/wtf.html' as wtf %}
-
-{% block app_content %}
- {% include 'entreprises/nav.html' %}
-
-
-
Préférences module gestion entreprises
-
-
-
- {{ wtf.quick_form(form, novalidate=True) }}
-
-
-
-{% endblock %}
\ No newline at end of file
diff --git a/app/templates/entreprises/preferences.j2 b/app/templates/entreprises/preferences.j2
new file mode 100644
index 000000000..5da57f0d9
--- /dev/null
+++ b/app/templates/entreprises/preferences.j2
@@ -0,0 +1,17 @@
+{# -*- mode: jinja-html -*- #}
+{% extends 'base.j2' %}
+{% import 'bootstrap/wtf.html' as wtf %}
+
+{% block app_content %}
+{% include 'entreprises/nav.html' %}
+
+
+
Préférences module gestion entreprises
+
+
+
+ {{ wtf.quick_form(form, novalidate=True) }}
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/app/templates/error_500.html b/app/templates/error_500.j2
similarity index 76%
rename from app/templates/error_500.html
rename to app/templates/error_500.j2
index dffc113c4..3e47f8087 100644
--- a/app/templates/error_500.html
+++ b/app/templates/error_500.j2
@@ -1,5 +1,5 @@
{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
+{% extends 'base.j2' %}
{% import 'bootstrap/wtf.html' as wtf %}
{% block title %}Une erreur est survenue !{% endblock %}
@@ -7,7 +7,7 @@
{% block app_content %}
Une erreur est survenue !
Oups... ScoDoc version
- {{SCOVERSION}}
+ {{SCOVERSION}}
a un problème, désolé.
{{date}}
@@ -16,23 +16,23 @@
}}">le canal Discord.
{% if 'scodoc_dept' in g %}
-
Pour aider les développeurs à corriger le problème, nous vous
+
Pour aider les développeurs à corriger le problème, nous vous
suggérons d'envoyer les données anonymisées sur votre configuration:
-
-
+
+
+
{% endif %}
-
Vous pouvez aussi envoyer un mail à la liste "notes"
+
Vous pouvez aussi envoyer un mail à la liste "notes"
{{scu.SCO_USERS_LIST}}
-
Pour plus d'informations sur les listes de diffusion
+
Pour plus d'informations sur les listes de diffusion
voir cette page.
diff --git a/app/templates/error_503.html b/app/templates/error_503.j2
similarity index 100%
rename from app/templates/error_503.html
rename to app/templates/error_503.j2
diff --git a/app/templates/error_access_denied.html b/app/templates/error_access_denied.j2
similarity index 94%
rename from app/templates/error_access_denied.html
rename to app/templates/error_access_denied.j2
index 516361d5c..92cf9ec8a 100644
--- a/app/templates/error_access_denied.html
+++ b/app/templates/error_access_denied.j2
@@ -1,5 +1,5 @@
{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
+{% extends 'base.j2' %}
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
diff --git a/app/templates/essais/testcheckbox.html b/app/templates/essais/testcheckbox.j2
similarity index 95%
rename from app/templates/essais/testcheckbox.html
rename to app/templates/essais/testcheckbox.j2
index 5bd3e339e..111df3670 100644
--- a/app/templates/essais/testcheckbox.html
+++ b/app/templates/essais/testcheckbox.j2
@@ -1,4 +1,4 @@
-{% extends 'base.html' %}
+{% extends 'base.j2' %}
{% block app_content %}
diff --git a/app/templates/flashed_messages.html b/app/templates/flashed_messages.j2
similarity index 100%
rename from app/templates/flashed_messages.html
rename to app/templates/flashed_messages.j2
diff --git a/app/templates/formsemestre_header.html b/app/templates/formsemestre_header.j2
similarity index 100%
rename from app/templates/formsemestre_header.html
rename to app/templates/formsemestre_header.j2
diff --git a/app/templates/formsemestre_page_title.html b/app/templates/formsemestre_page_title.j2
similarity index 100%
rename from app/templates/formsemestre_page_title.html
rename to app/templates/formsemestre_page_title.j2
diff --git a/app/templates/main/index.html b/app/templates/main/index.j2
similarity index 98%
rename from app/templates/main/index.html
rename to app/templates/main/index.j2
index 35005c95d..f02aabbe5 100644
--- a/app/templates/main/index.html
+++ b/app/templates/main/index.j2
@@ -1,5 +1,5 @@
{# -*- mode: jinja-html -*- #}
-{% extends 'base.html' %}
+{% extends 'base.j2' %}
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
diff --git a/app/templates/pn/form_descr.j2 b/app/templates/pn/form_descr.j2
index b27340c4b..c610b288c 100644
--- a/app/templates/pn/form_descr.j2
+++ b/app/templates/pn/form_descr.j2
@@ -21,7 +21,7 @@
{{parcours.__doc__|e}}