{% extends "base.html" %} {% block title %}{% if edit_mode %}{{ _('Edit Event') }}{% else %}{{ _('New Event') }}{% endif %} - {{ app_name }}{% endblock %} {% block content %}

{% if edit_mode %}{{ _('Edit Event') }}{% else %}{{ _('New Event') }}{% endif %}

{{ _('Choose a color for this event') }}

{{ _('Private events are only visible to you') }}

{{ _('Recurring Event') }}

{{ _('Use RRULE format (e.g., FREQ=WEEKLY;BYDAY=MO,WE,FR)') }}

{{ _('Cancel') }}
{% endblock %}