{% extends "AKPlan/plan_base.html" %}
{% load fontawesome_5 %}
{% load i18n %}
{% load static %}
{% load tz %}
{% block fullcalendar %}
{% if not event.plan_hidden or user.is_staff %}
{% get_current_language as LANGUAGE_CODE %}
{% endif %}
{% endblock %}