{% extends "base.html" %} {% block title %}{{ _('Seerr Requests') }} — MediaForge{% endblock %} {% block styles %} {# forms.css (.chb-main, .mf-segmented, …) and modals.css are already loaded globally by base.html; mf_components.css is not, so link it here. #} {% endblock %} {% block content %}

{{ _('Seerr Requests') }}

{{ _('Pending & accepted series requests') }}

{% include "shared_modals.html" %} {% endblock %} {% block scripts %} {% set is_admin = not auth_enabled or (current_user and current_user.role == 'admin') %} {% endblock %}