{% 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 give up ownership of the imageset {{ imageset }} of the team {{ team }}? This makes the imageset publicly available and means you lose all rights to manage this imageset.

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