{% extends "django_cradmin/viewhelpers/listbuilder/base/itemvalue.django.html" %} {% load i18n %} {% load cradmin_tags %} {% block content %} {% block start-of-content %}{% endblock start-of-content %} {% block title %}

{% block title-content %} {{ me.get_title }} {% endblock title-content %}

{% endblock title %} {% block below-title %}{% endblock below-title %} {% block description %} {% if me.get_description %}

{% block description-content %} {{ me.get_description }} {% endblock description-content %}

{% endif %} {% endblock description %} {% block below-description %}{% endblock below-description %} {% block end-of-content %}{% endblock end-of-content %} {% endblock content %}