{% extends 'base/base.html' %} {% load i18n %} {% block bodyblock %}
{% csrf_token %} {% blocktrans with imageset=imageset.name team=imageset.team.name %}

Are you sure that you want to delete the imageset {{ imageset }} of the team {{ team }}?

{% endblocktrans %} {% trans 'Cancel' %}
{% endblock bodyblock %}