{% load helpers %} {% with tags=object.tags %} {% if tags %}
Tags
{% include "components/panel/body_content_tags.html" with tags=tags.all list_url_name=url %}
{% endif %} {% endwith %}