{% block list_header %}{{ list_title }}{% endblock %}
{% block list_buttons %}{{ menus.list_menu.render }}{% endblock %}
{% for entry in entries %}

{% if entry.colour %}{% endif %}{{ entry.name }}

{% if selected_id == entry.pk %} {% endif %} {% empty %}
No {{ list_type }} setup yet!.
{% endfor %}