{% extends "structure/base.html" %}
{% from 'crud/_macros.html' import shown %}
{% block title %}{{ construct.compose_title(construct.t(view.name)) }}{% endblock %}
{# This view renders its own visible
, so suppress the layout default. #}
{% block page_heading %}{% endblock %}
{% block content %}
{% set is_advanced_filter = request.args.get('advanced_filter') %}
{% set return_here = request.full_path.rstrip('?') %}