{% extends "bitcaster/base.html" %}{% load feature_flags i18n static %} {% block body %}
{% if user.is_authenticated %} {% if user.is_staff %} Admin {% endif %}
{% csrf_token %}
{% else %} {% translate "Login" %} {% endif %}
{% endblock body %}