{% extends 'base/base.html' %} {% import 'components/block.html' as block with context %} {% block body %} {{ icon_defs(*icons_names) }} {% trans %} Please select the type of list that you want to create {% endtrans %} {% for tpl in lists_templates %} {{ block.icon_item(tpl.icon, tpl.name, tpl.url) }} {% endfor %} {% endblock body %}