{% extends 'atlas/base.html' %} {% block content %}

Categories

The platform has numberous different ways to tag and categorise content. These help with organsing cases and series, given the ability to find cases by a particuarly property (such as a finding) or find similar cases.

These can be browsed below.

{# HTMX loading indicator styles: hide by default, show when HTMX adds the .htmx-request class #}

Alternatively you can use the search function below

{# Spinner shown while HTMX request is in-flight (selector matched by hx-indicator) #}
{# Collapsed advanced filters block - defaults to collapsed #}
{# Spinner shown while HTMX request is in-flight (selector matched by hx-indicator) #} {% comment %} {% endcomment %}
{% if results is not None %} {% include 'atlas/_categories_search_results.html' %} {% endif %}
{% if request.user.is_staff %}

Manage Examinations

{% endif %} {% endblock %}