{% extends "base.html" %} {% load urlreplace %} {% block content %} {% block title %}{% endblock %} {% if user.is_authenticated %} Admin Charts Spotify Tracks {% endif %} {% if view == 'grid' %} List View {% else %} Grid View {% endif %} {% block charts_button %}{% endblock %} {% block lists %}{% endblock %} {% endblock %}