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