{% if not nothing_if_empty or object.tags.exists %}
{% for tag in object.tags.all %}{{ tag }} {% endfor %}
{% endif %}