{% load news %} {% if categories %} {% for category in categories %} {{ category }}{% if not forloop.last %},{% endif %} {% endfor %} {% endif %}