{% extends "bitcaster/base.html" %} {% load feature_flags i18n static %} {% block base %}
{# #}
{% if user.is_authenticated %} Console {% if user.is_staff %} Admin {% endif %}
{% csrf_token %}
{% else %} {% translate "Login" %} {% endif %}
light_mode Light dark_mode Dark
{% endblock %}