{% extends 'core/layout.html' %} {% load i18n %} {% load string_utils %} {% block title %}{% blocktranslate with name=object.name %}Delete {{ name }}{% endblocktranslate %}{% endblock title %} {% block breadcrumb %} {# NOTE: Translations that are 'supossed' to be on the go should be declared first #} {# NOTE: Is should add a 'as' in order to NOT render on template #} {% translate "campaign delete" as breadcrumb_translation %} {% include 'common/include/breadcrumb.html' with breadcrumbs='campaigns=roleplay:campaign:list-private,campaign delete' %} {% endblock breadcrumb %} {% block body_content %}

{{ ICONS.CROSS_THIN|safe }}
{% translate "are you sure traveller?"|capfirstletter %}

{% translate "do you really want to erase this campaign?"|capfirstletter %}
{% translate "this action cannot be undone."|capfirst %}

{% csrf_token %}
{% endblock body_content %}