Ubuntu

­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
{% for item in items %} {% if item is not empty %}
{% if item.getIcon %}{% endif %} {%- if item.getUrlParams -%} {%- else -%} {%- endif -%} {{ item.getLabel }}{% if item.getValue %}: {% endif %} {%- if item.getUrlParams -%} {%- else -%} {%- endif -%} {% if item.getValue %}{{ item.getValue }}{% endif %}
{% endif %} {% endfor %}