{% extends 'base.html.twig' %} {% block title %}Transformation data — {{ firmName }}{% endblock title %} {% block head_style %} {{ parent() }} {{ encore_entry_link_tags('form') }} {% endblock head_style %} {% block head_script %} {{ parent() }} {{ encore_entry_script_tags('form') }} {% endblock head_script %} {% block page_header_h1 %}Transformation Declaration {{ declarationYear }}{% endblock page_header_h1 %} {% block content %} {% for message in app.flashes('success') %}
{{ firmName }}
{% if contactName|trim %}Signed in as: {{ contactName }}
{% endif %} {% if prefilledFromYear %}No previous annual declaration was found. Please complete the transformation statistics for {{ declarationYear }}.
{% endif %}These fields match the data used on the transformation reporting dashboards (firm profile, three-year turnover, B-BBEE level, and staff counts by occupational band and demographic column).
{{ form_start(form, { attr: { class: 'well', novalidate: 'novalidate' } }) }} {{ form_errors(form) }}For each band below, enter headcount per demographic category (same columns as the management reporting graphs).
{% set demos = ['ma', 'mc', 'mi', 'mw', 'mn', 'fa', 'fc', 'fi', 'fw', 'fn'] %} {% set bands = { 'trans_top': 'Top management', 'trans_senior': 'Senior management', 'trans_prof': 'Professionally qualified', 'trans_skilled': 'Skilled', 'trans_semi': 'Semi-skilled', 'trans_unskill': 'Unskilled', 'trans_temp': 'Temporary' } %} {% for prefix, bandTitle in bands %}