{% extends 'gentelella/base_site.html' %} {% load blog_tags i18n static urlname_tags %} {% block content %} {% block pre_head %} {% define_urlname_action 'entrylist' %} {% define_urlname_action 'entrycreate' %} {% define_urlname_action 'entry_update' %} {% endblock %}
{% include 'gentelella/cruds/pagination/enumeration.html' %}
{% if perms.blog.add_entry %} {% endif %}

{% trans 'Categories' %}

{% endblock %} {% block js %} {% endblock %}