{% extends "django_cradmin/viewhelpers/listbuilder/itemvalue/titledescription.django.html" %} {% load i18n %} {% load cradmin_tags %} {% comment %} Title and description block is overridden to make sure we dont't get any crashes when testing for rendered items that also uses the titledescription renderable. This also makes it easier to test for the match results. {% endcomment %} {% block title %}
{% block description-content %} {{ me.get_description }} {% endblock description-content %}
{% endif %} {% endblock description %}