{% extends 'base.html' %} {% block title %}Control Panel - NooK Feedback{% endblock %} {% block content %}

Events

{% if current_user and current_user.is_authenticated and '/nook-feedback' in current_user.groups %} New Event {% else %} {% endif %}
{% include 'components/event_table.html' %} {% endblock %}