{% extends "django_cradmin/viewhelpers/listbuilder/itemvalue/titledescription.django.html" %} {% load i18n %} {% load devilry_account_tags %} {% block title %}

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

{% endblock title %} {% block description %}

{% block description-content %} {% with users=me.get_users %} {% if users %} {% devilry_multiple_users_verbose_inline users %} {% else %} {% trans "No users in permission group" %} {% endif %} {% endwith %} {% endblock description-content %}

{% endblock description %}