{% for item in items %}
{{ item.title }} {% if item.description %} : {{ item.description }}{% endif %}
{% endfor %}