{% for item in arrItems %}
    • {% if boolShowLabel %}
    • {{ item.strLabel }}
    • {% endif %} {% if boolShowIcon %}
    • {% endif %} {% if item.boolObjContent %}
    • {% else %}
    • {{ item.strContent }}
    • {% endif %}
  • {% endfor %}