{% extends 'atlas/base.html' %} {% load render_table from django_tables2 %} {% block content_container_class %}container-fluid content-wide px-3{% endblock %} {% block content %}

My Series

Filter

{{ filter.form }}
View my cases.
Actions
{% csrf_token %}
{% render_table table %}
{% endblock %} {% block js %} {% endblock %} {% block css %} {% endblock css %}