{% for item in chain %}
  • {% if not forloop.last %}{{ item.name }}{% else %}{{ item.name }}{% endif %}
  • {% endfor %}