{% load static %} ⬣ EventNest Explore Categories ▼ ■ All Categories {% for cat in nav_categories %} {{ cat.title }} {% endfor %} {% if user.is_authenticated %} {% if user.is_system_user %} Admin Panel {% else %} Dashboard My Tickets {% if user.groups.all.0.name == 'Organiser' %} + Event {% endif %} {% endif %} Profile {% csrf_token %} Logout {% else %} Login Sign Up {% endif %}