Technology Configuration
{% if technology_validation_errors %}
Technology Configuration Issues
{% for error in technology_validation_errors %}
{{ error.title }}

{{ error.description }}

{% if error.suggestions %}
Enable at least one of these {{ error.product_type }} technologies:
    {% for suggestion in error.suggestions %}
  • {{ suggestion.display_name }} {% if suggestion.code %}({{ suggestion.code }}){% endif %}
  • {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if error_message %}
{{ error_message }}
{% elif technologies %}
Technologies loaded from: {{ selected_preparation.name }}
{% for slug, tech in technologies.items %} {% endfor %}
Technology Allowed From Year To Year
{{ tech.display_name }}
{{ technologies|length }} technolog{{ technologies|length|pluralize:"y,ies" }} available
{% else %}
No technology configuration available

The selected data preparation does not contain technology configuration. Please ensure the master Excel file has been properly prepared with technology data.

{% endif %}