{% extends "django_cradmin/viewhelpers/listbuilder/base/itemvalue.django.html" %} {% 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 buttons %}

{% block select-button %} {% endblock select-button %}

{% endblock buttons %} {% block preview-wrapper %} {% cradmin_render_renderable me.selected_item_renderer %} {% endblock preview-wrapper %} {% endblock content %}