{% extends "list_view.html" %}
{% load static %}
{% load render_table from django_tables2 %}
{% block page.header %}
{% if filter %}{% endif %}
{% if directory.create_url %}
{% endif %}
{% endblock page.header %}
{% block page.content %}
{% endblock page.content %}