{% extends "main/base/layout.html" %} {% from "main/components/js_alert.html" import no_js_alert %} {% block content %} {{ no_js_alert() }}
{% include "main/filter_list_content.html" %} {% endblock %}