{% if bulk_actions %} {% include "dynamic_listing/partials/__bulk_actions_item_checkbox.html" with item=object %} {% endif %}

{{ item.id }} - {{ item.title }}

{{ item.content }}

Tags: {% for tag in item.tags.all %} {{ tag.name }} {% endfor %}

Category: {{ item.category.name }}

Created At: {{ item.created_at|date:"SHORT_DATE_FORMAT" }}