{% extends "base.html" %} {% load static %} {% load render_bundle from webpack_loader %} {% block header %} {% endblock %} {% block navigation %} {% if user.is_superuser and 'project_id' in view.kwargs %} Edit Data {% endif %} {% endblock %} {% block content %}
{% endblock %} {% block footer %} {% render_bundle bundle_name 'js' %} {% endblock %}