{% for item in arrItems %} {% ifequal item.strType "normal" %}
    • {% if boolShowNormalLeftIcon %}
    • {% endif %}
      • {{ item.strPrimaryContent }}
    • {% if boolShowTime %}
    • {{ item.strTime }}
    • {% endif %} {% if boolShowRightIcon %}
    • {% endif %}
  • {% endifequal %} {% ifequal item.strType "title" %} {% if not forloop.first %}
{% endif %}
    • {% if boolShowTitleLeftIcon %}
    • {% endif %}
      • {{ item.strPrimaryContent }}
    • {% if boolShowTime %}
    • {{ item.strTime }}
    • {% endif %}
      {% endifequal %} {% if forloop.last and boolTitled %}
  • {% endif %} {% endfor %}