{% extends "report_builder/base.html" %} {% load staticfiles %} {% block report_header %} {% if user %} {% endif %} {% endblock %} {% block content %} {% if not STATIC_URL %}

Please add 'django.core.context_processors.static' to context_processors in settings.py

{% endif %}
{% endblock %}