{% blocktranslate with name=object.label %}
Do you really want to delete the role {{ name }}?
{% endblocktranslate %}
{% if object.member_count > 0 %}
{% blocktranslate count count=object.member_count %}
{{ count }} user currently holds this role and will lose it.
{% plural %}
{{ count }} users currently hold this role and will lose it.
{% endblocktranslate %}