{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Delete Rulebook" %}{% endblock %} {% block content %}
{% trans "This rulebook cannot be deleted:" %}
{% blocktrans trimmed with name=object.name %} Are you sure you want to delete {{ name }}? {% endblocktrans %}
{% endif %}