{% extends "common/base.html" %} {% from 'components/header.html' import header %} {% block title %}Trash - DocuPulse{% endblock %} {% block content %} {{ header( title="Trash", description="View and manage deleted files. Files in trash will be permanently deleted after 30 days.", button_text="Empty Trash", button_url="#", icon="fa-trash", button_class="btn-danger", button_icon="" ) }}