MT Scan Rapport

{{ scan.company_name or scan.org_name }}

Gegenereerd op {{ generated_at }}

Organisatie Context

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

Strategie: {{ scan.strategy_priorities | replace(chr(10), "
") }}

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

Communicatie-uitdagingen: {{ scan.challenges | replace(chr(10), "
") }}

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

Reden van scan: {{ scan.scan_reason }}

{% endif %}

Samenvatting

{{ overall }}/5
Algemene Score

Sterktes & Ontwikkelgebieden

Sterktes

    {% for s in strengths %}
  • {{ s }} ({{ cat_scores[s].avg }}/5)
  • {% endfor %}

Ontwikkelgebieden

    {% for w in weaknesses %}
  • {{ w }} ({{ cat_scores[w].avg }}/5)
  • {% endfor %}

Resultaten per Categorie

{% for cat, data in cat_scores.items() %} {% if data.responses %}
{{ cat }}
Gemiddelde score: {{ data.avg }}/5
{% for r in data.responses %}
{{ r.score }} {{ r.question_text }}
{% if r.context %}
{{ r.context }}
{% endif %} {% if r.comment %}
{{ r.comment }}
{% endif %}
{% endfor %}
{% endif %} {% endfor %} {% if expert %}

Expert Analyse

Observatie

{{ expert.observation }}

Context

{{ expert.context }}

Aanbevelingen

{{ expert.recommendations | replace(chr(10), "
") }}

{% endif %} {% if scan.ambition_changes or scan.ambition_opportunities or scan.ambition_support %}

Ambitie & Doelen

{% if scan.ambition_changes %}

Komende 6 maanden

{{ scan.ambition_changes | replace(chr(10), "
") }}

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

Kansen

{{ scan.ambition_opportunities | replace(chr(10), "
") }}

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

Gewenste ondersteuning

{{ scan.ambition_support | replace(chr(10), "
") }}

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

Opmerkingen

{{ scan.remarks }}

{% endif %} {% endif %}