{% extends 'newsletter_outlook_template.html' %}
{% macro display_topic_evolution(topic, language) %}
{% if topic.topic_evolution %}
▶
{% if language == 'en' %}
Topic Evolution
{% else %}
Evolution du sujet
{% endif %}
{{ topic_evolution_period.title | e }}
{% endif %}
{% for key_development in topic_evolution_period.key_developments %}
{% endif %}
▶
{% if language == 'en' %}
Evolution Scenarios
{% else %}
Scénarios d'évolution
{% endif %}
{% if language == 'en' %}
Optimistic scenario
{% else %}
Scénario optimiste
{% endif %}
{% for point in topic.topic_analysis.evolution_scenario.optimistic_scenario_points %}
{% endif %}
{% if language == 'en' %}
Pessimistic scenario
{% else %}
Scénario pessimiste
{% endif %}
{% for point in topic.topic_analysis.evolution_scenario.pessimistic_scenario_points %}
{% endif %}
▶
{% if language == 'en' %}
Potential Implications
{% else %}
Implications potentielles
{% endif %}
{% if language == 'en' %}
Short-term implications
{% else %}
Implications à court terme
{% endif %}
{% for implication in topic.topic_analysis.potential_implications.short_term_implications %}
{% if language == 'en' %}
Long-term implications
{% else %}
Implications à long terme
{% endif %}
{% for implication in topic.topic_analysis.potential_implications.long_term_implications %}
▶
{% if language == 'en' %}
Topic Interconnections
{% else %}
Interconnexions du sujet
{% endif %}
{% for interconnection in topic.topic_analysis.topic_interconnexions.interconnexions %}
{% for effect in topic.topic_analysis.topic_interconnexions.ripple_effects %}
▶
{% if language == 'en' %}
Drivers and Inhibitors
{% else %}
Moteurs et inhibiteurs
{% endif %}
{% for driver in topic.topic_analysis.drivers_inhibitors.drivers %}
{% for inhibitor in topic.topic_analysis.drivers_inhibitors.inhibitors %}
▶ {% if language == 'en' %} Detailed Analysis {% else %} Analyse Détaillée {% endif %} {% if language == 'en' %} Click to expand {% else %} Cliquer pour développer {% endif %}
{{ display_topic_evolution(topic, language) }}
{{ display_evolution_scenario(topic, language) }}
{{ display_multifactorial_analysis(topic, language) }}
|