diff --git a/itou/templates/apply/process_details_company.html b/itou/templates/apply/process_details_company.html
index dcc1ec51ba8..6601ebb07bb 100644
--- a/itou/templates/apply/process_details_company.html
+++ b/itou/templates/apply/process_details_company.html
@@ -1,12 +1,38 @@
{% extends "apply/process_base.html" %}
{% load django_bootstrap5 %}
{% load format_filters %}
+{% load theme_inclusion %}
{% load matomo %}
{% block actions %}
{% include "apply/includes/siae_hiring_actions.html" with job_application=job_application %}
{% endblock %}
+{% block content_title %}
+ {{ block.super }}
+
+ {# Temporary advertisement alert #}
+
diff --git a/itou/templates/approvals/detail.html b/itou/templates/approvals/detail.html
index e541387da14..db0353075a4 100644
--- a/itou/templates/approvals/detail.html
+++ b/itou/templates/approvals/detail.html
@@ -1,9 +1,33 @@
{% extends "layout/base.html" %}
+{% load theme_inclusion %}
{% load matomo %}
{% block title %}Profil salarié - {{ approval.user.get_full_name }} {{ block.super }}{% endblock %}
-{% block content_title %}
{{ approval.user.get_full_name }}
{% endblock %}
+{% block content_title %}
+
{{ approval.user.get_full_name }}
+
+ {# Temporary advertisement alert #}
+
+
+
+
+
+
+
+
+ Page PASS IAE
+
+
+ Une page dédiée au PASS IAE est actuellement en construction. Vos retours sont importants, aidez-nous en réalisant ce test de 5 minutes
+
+
+
+
+
+{% endblock %}
{% block content %}
diff --git a/itou/utils/staticfiles.py b/itou/utils/staticfiles.py
index 8833d62cd8e..9f443f9583f 100644
--- a/itou/utils/staticfiles.py
+++ b/itou/utils/staticfiles.py
@@ -205,11 +205,11 @@
},
"theme-inclusion": {
"download": {
- "url": "https://github.com/gip-inclusion/itou-theme/archive/refs/tags/v1.5.6.zip",
- "sha256": "5adcffce81430dc7c59453070754d43c0086da313c087bcdfcc922a385bfb9bc",
+ "url": "https://github.com/gip-inclusion/itou-theme/archive/refs/tags/v1.6.1.zip",
+ "sha256": "89606203853bb1f6b2d536f2c9804686618e4bfc564d3d76ff9b3811f0a7d8b6",
},
"extract": {
- "origin": "itou-theme-1.5.6/dist",
+ "origin": "itou-theme-1.6.1/dist",
"destination": "vendor/theme-inclusion/",
"files": [
"javascripts/app.js",