{% extends "aristotle_mdr/base.html" %}
{% load static from staticfiles %}
{% load render_bundle from webpack_loader %}
{% block webpack_css_bundle %}
{% render_bundle 'bulk_action' 'css' %}
{% endblock %}
{% block webpack_bundle %}
{% render_bundle 'bulk_action' 'js' %}
{% endblock %}