diff --git a/labonneboite/web/office/views.py b/labonneboite/web/office/views.py index b9af3cb60..51892771f 100644 --- a/labonneboite/web/office/views.py +++ b/labonneboite/web/office/views.py @@ -87,11 +87,7 @@ def office_detail_html(office): """ Return the html corresponding to the office details. """ - return render_template('office/pdf_detail.html', **{ - 'company': office, - 'contact_mode': office.recommended_contact_mode, # FIXME simplify - 'stages': office.recommended_contact_steps, # FIXME simplify - }) + return render_template('office/pdf_detail.html', **{'office': office,}) @officeBlueprint.route('/events/toggle-details/', methods=['POST']) diff --git a/labonneboite/web/templates/includes/office/info_table.html b/labonneboite/web/templates/includes/office/info_table.html index d398fb18e..f18ecf8c7 100644 --- a/labonneboite/web/templates/includes/office/info_table.html +++ b/labonneboite/web/templates/includes/office/info_table.html @@ -1,21 +1,21 @@ -
{{ company.name }} en un clin d'oeil
+
{{ office.name }} en un clin d'oeil
- Secteur d'activités {{ company.naf_text }}
- Nombre de salariés {{ company.headcount_text }}
+ Secteur d'activités {{ office.naf_text }}
+ Nombre de salariés {{ office.headcount_text }}
- {% if company.email %}{{ company.email }}
{% endif %} - {% if company.website %}{{ company.website }}
{% endif %} - {% if company.phone %}Téléphone : {{ company.phone }}
{% endif %} + {% if office.email %}{{ office.email }}
{% endif %} + {% if office.website %}{{ office.website }}
{% endif %} + {% if office.phone %}Téléphone : {{ office.phone }}
{% endif %} Adresse - {% for field in company.address_fields %} + {% for field in office.address_fields %} {{ field }}
{% endfor %}
-
Mode de contact à privilégier : {{ company.recommended_contact_mode_label }}
+
Mode de contact à privilégier : {{ office.recommended_contact_mode_label }}
diff --git a/labonneboite/web/templates/office/pdf_detail.html b/labonneboite/web/templates/office/pdf_detail.html index 3e165de44..a917fcbbd 100644 --- a/labonneboite/web/templates/office/pdf_detail.html +++ b/labonneboite/web/templates/office/pdf_detail.html @@ -9,11 +9,11 @@ {% include "includes/office/pdf_header.html" %} -

L'entreprise {{ company.name }} est recommandée (*) par La Bonne Boite

+

L'entreprise {{ office.name }} est recommandée (*) par La Bonne Boite

{% include "includes/office/info_table.html" %} -

La voie du succès pour travailler chez {{ company.name }}

+

La voie du succès pour travailler chez {{ office.name }}

@@ -28,10 +28,10 @@

La voie du succès pour travailler chez {{ compan

- {% for stage in stages %} + {% for contact_step in office.recommended_contact_steps %} - +
Bravo, vous avez déjà réussi la première étape !
{{ loop.index + 1 }}{{ stage }}{{ contact_step }} ................. .................