Categories Add New

{% if not objects %} No categories yet. {% else %} {% for category in objects %} {% endfor %}
# Title Description Created Action
{{ category.id }} {{ category.title | safe }} {{ category.summary(20) }} {{ category.created_at | pretty_date }} Edit Delete
{% endif %}