{% extends 'wafer/base.html' %} {% load i18n %} {% block content %} {% trans "Confirm Talk Withdrawal" %} {% blocktrans trimmed with talk_title=object.title talk_url=object.get_absolute_url %} You are about to withdraw the talk "{{ talk_title }}". This cannot be undone without help from the site administrators. {% endblocktrans %} {% csrf_token %} {% endblock %}