{% set vocationKeyHtml %}

Vocation

Question to candidate: “Why do you want to be a teacher?”

{% endset %} {% set subjectKnowledgeKeyHtml %}

Subject knowledge

Question to candidate: “Your knowledge about the subject you want to teach”

{% endset %} {{ govukSummaryList({ rows: [{ key: { html: vocationKeyHtml }, value: { html: application.personalStatement.vocation | nl2br or "—" } }, { key: { html: subjectKnowledgeKeyHtml }, value: { html: application.personalStatement.subjectKnowledge | nl2br or "—" } }] }) }}