{% extends "common/base.html" %} {% block title %}Trash - DocuPulse{% endblock %} {% block content %}
Trash
{% include 'components/search_bar.html' %}
{% include 'components/details_modal.html' %} {% include 'components/permanent_delete_modal.html' %} {% include 'components/empty_trash_modal.html' %} {% endblock %} {% block extra_js %} {% endblock %}