{% extends 'admin/change_list.html' %}
{% load lara_model_description %}
{# block.super will print the "Select to change" h1 title #}
{# The model_desc template tag is the one you created and prints the docstring of the given model #}
{% block content_title %}{{ block.super }}
{% model_desc cl.model %}{% endblock %}