{% extends 'opcalendar/base.html' %} {% load static %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %} Event Details {% endblock %} {% block content %}
{% trans "This event is part of a repeat chain. What would you like to remove?" %}
{% trans "Are you sure you want to remove" %} {{ event.title }}?
{% trans "This action cannot be undone." %}