{{ template.name }}
{{ template.slug }}
{% if template.is_active %}
Active
{% else %}
Inactive
{% endif %}
{% if template.description %}
{{ template.description|truncatewords:20 }}
{% endif %}
Channel:
{{ template.channel.name|default:"No Channel" }}
Category:
{{ template.get_category_display }}
Threshold:
{{ template.similarity_threshold|floatformat:3 }}
Created:
{{ template.created_at|date:"M d, Y" }}
By:
{{ template.created_by.username }}