{% 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 buttons %}

{% block editbutton %} {% block editbutton-content %} {% trans "Edit" %} {% endblock editbutton-content %} {% endblock editbutton %} {% block viewbutton %} {% if me.get_view_viewname %} {% endif %} {% endblock viewbutton %} {% block deletebutton %} {% block deletebutton-content %} {% trans "Delete" %} {% endblock deletebutton-content %} {% endblock deletebutton %}

{% endblock buttons %} {% block end-of-content %}{% endblock end-of-content %} {% endblock content %}