{% extends "base.html" %} {% block title %}Delete {{ role.name }} — Fossilrepo{% endblock %} {% block content %}
This role has {{ active_members.count }} active member{{ active_members.count|pluralize }}. You must reassign them to another role before deleting.
Are you sure you want to delete {{ role.name }}? This action uses soft delete -- the record will be marked as deleted but can be recovered.
{% endif %}