{% 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 "session delete" as breadcrumb_translation %} {% include 'common/include/breadcrumb.html' with breadcrumbs='sessions=roleplay:session:list,session delete' %} {% endblock breadcrumb %} {% block body_content %}


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

{% translate "you and your players will no longer be able to play in this session."|capfirst %}
{% translate "this action cannot be undone."|capfirst %}

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