{% extends 'base.html' %} {% load i18n %} {% load dwll %} {% block title %}{% display_message 'list.title' 'Listado' %}{% endblock %} {% block body %}

{% display_message 'list.of' 'Listado' %}

{% for item in [ITEM]_list %} {% endfor %}
{% display_message 'cols.actions' %} {% display_message 'cols.name' %} {% display_message 'cols.slug' %}
{% display_message 'actions.edit' %} {{item.name}} {{item.slug}}
{% endblock %}