{% extends "django_cradmin/viewhelpers/listbuilderview/filterlist-right.django.html" %} {% load devilry_account_tags %} {% load crispy_forms_tags %} {% load i18n %} {% load cradmin_tags %} {% block title %} {{ request.cradmin_role.get_path }} {% endblock title %} {% block pageheader-inner %}

{{ headline }}

{% endblock pageheader-inner %} {% block listbuilderview_buttons %}

{% trans "Create new status" %}

{% endblock listbuilderview_buttons %} {% block content %} {{ block.super }} {% endblock content %}