{{ result|safe }}

{% set ns = namespace(category='') %} {% for type_ in data %} {% if ns.category != type_.category %}
{{ type_.category }}
{% set ns.category = type_.category %} {% endif %}
  {{ type_.name }}
{{ type_.feature_value }}
{{ type_.value }}
{% if type_.option_value %} {{ type_.option_value }} {% endif %}
{% if type_.option_value %}
=
{{ type_.feature_value * type_.option_value }}
{% endif %}
{% endfor %}