{{ name }}
{% block description %}
{{ description }}
{% endblock %}
{% if paginator %}
{% endif %}
{{ request.method }} {{ request.get_full_path }}
CRUDFilters Information
Current Settings
Operation: {{ request.crud_operation }}
Role: {{ request.crud_role }}
Remember: set role header as "CRUD-Role", not "CRUD_Role"
Filters: {{ request.crud_filters }}
Remember: set filters header as "CRUD-Filters", not "CRUD_Filters"Options For This User
{% print_available_options request %}
{% endautoescape %}
{{ content|urlize_quoted_links }}
{% if post_form %}
{% endif %}
{% if put_form or raw_data_put_form or raw_data_patch_form %}
{% endif %}
{% if post_form %}
{% with form=post_form %}
{% endwith %}
{% endif %}
{% with form=raw_data_post_form %}
{% endwith %}
{% if put_form %}
{% endif %}
{% endif %}
{% endif %}
{% if put_form %}
{% endif %}
{% with form=raw_data_put_or_patch_form %}
{% endwith %}