{% extends "base.html" %} {% block title %}{{ scan.company_name or scan.org_name }} - MT Scan{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Overzicht
Scores
Expert Input
Rapport

Organisatie Context

{{ scan.company_name or "-" }}
{{ scan.org_sector or "-" }}
{{ scan.org_size or "-" }}
{{ scan.mt_size or "-" }}
{{ scan.mt_composition or "-" }}
{% if scan.strategy_priorities %}

{{ scan.strategy_priorities }}

{% endif %} {% if scan.challenges %}

{{ scan.challenges }}

{% endif %} {% if scan.scan_reason %}

{{ scan.scan_reason }}

{% endif %}

Scores per Categorie

{% for cat, avg in cat_scores.items() %}
{{ cat }}
{{ avg }}/5
{% endfor %}
{% if scan.ambition_changes or scan.ambition_opportunities or scan.ambition_support %}

Ambitie & Doelen

{% if scan.ambition_changes %}

{{ scan.ambition_changes }}

{% endif %} {% if scan.ambition_opportunities %}

{{ scan.ambition_opportunities }}

{% endif %} {% if scan.ambition_support %}

{{ scan.ambition_support }}

{% endif %} {% if scan.remarks %}

{{ scan.remarks }}

{% endif %}
{% endif %}
{% for cat in categories %} {% if cat in cat_responses and cat_responses[cat] %}
{{ cat }} - gemiddeld: {{ cat_scores[cat] }}/5
{% for r in cat_responses[cat] %}
{{ r.question_id }}. {{ r.question_text }}
{% if r.context %}
{{ r.context }}
{% endif %}
{{ r.score }} {% if r.comment %}
{{ r.comment }}
{% endif %}
{% endfor %}
{% endif %} {% endfor %}

Expert Analyse

Rapport Genereren

Genereer een professioneel HTML-rapport op basis van de scanresultaten en expert analyse.

{% endblock %}