{% if include.check or include.radio %} {% for i in (1..3) %} {% endfor %} {% elsif include.type == 'text' %} {% else %} {% if include.header %}Dropdown header{% endif %} {% if include.icons %}{% include ui/icon.html icon="settings" %} {% endif %} Action {% if include.badge %}12{% endif %} {% if include.icons %}{% include ui/icon.html icon="edit" %} {% endif %}Another action {% if include.active %}{% if include.icons %}{% include ui/icon.html icon="activity" %} {% endif %}Active action{% endif %} {% if include.disabled %}{% if include.icons %}{% include ui/icon.html icon="user-x" %} {% endif %}Disabled action{% endif %} {% if include.separated %}
{% if include.icons %}{% include ui/icon.html icon="plus" class="dropdown-icon" %} {% endif %}Separated link {% endif %} {% endif %}