{% extends base_template|default:"handyhelpers/bs5/handyhelpers_base.htm" %}
{% load static %}
{% load handyhelper_tags %}
{% block local_head %}
{% endblock %}
{% block local_javascript %}
{% endblock %}
{% block content %}
{% include "handyhelpers/generic/bs5/generic_list_content.htm" %}
{% endblock content %}