{% extends "base.html" %} {% load i18n %} {% load bootstrap4 %} {% load static %} {% block title %} {% if object %} {% trans "Edit shift" %} {% else %} {% trans "Create new shift for event" %} {% endif %} {% endblock %} {% block content %}
{% trans "Event type" %}: {{ event.type }}
{% trans "Location" %}: {{ event.location }}
{% trans "You are currently adding this shift" %}