{% if features|length > 1 %} {% with menuId='dropdownMenu1', menuText='Feature', values=features, menuDivVisible=groupId %} {% include "dropdown.html" %} {% endwith %} {% endif %} {% for col in features %}

{{ col['name'] }} - {{ col['type'] }}

{% if col['name'] != col['description'] and col['description']|length %}
{{ col['description'] }}
{% else %} {% endif %}
{{ col['table'] }}
{{ col['image'] }}
{% endfor %}