{% 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 %}