{% extends "obpages/base.html" %} {% block meta_description %}Delete sequence {{ sequence }}.{% endblock %} {% block content %}
{% csrf_token %} {% with total=sequence.items.count %}

Delete {{ sequence }} ({{ total }} item{{ total|pluralize }})?

{% endwith %}
{% endblock content %}