{% extends 'core/layout.html' %} {% load i18n %} {% block title %}{% translate "delete"|capfirst %} {{ object.name }}{% endblock title %} {% load string_utils %} {% 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 "world delete" as breadcrumb_translation %} {% include 'common/include/breadcrumb.html' with breadcrumbs='worlds=roleplay:world:list,world delete' %} {% endblock breadcrumb %} {% block body_content %}


{% translate "are you sure traveller?"|capfirstletter %}

{% translate "do you really want to erase this world and all its inhabitants?"|capfirstletter %}
{% translate "this action cannot be undone."|capfirst %}

{% csrf_token %}
{% endblock body_content %} {% block javascript %} {% endblock javascript %}