{% extends "base.html" %} {% block title %}Admin: Mail allowances - Makenotwork{% endblock %} {% block body_attrs %} class="{{ crate::shell::measure(crate::shell::Measure::Wide) }} admin-page"{% endblock %} {% block content %} {% include "partials/site_header.html" %}
{% include "partials/admin_nav.html" %}

Mail allowance requests

A creator asks when the monthly allowance stops a send they need to make. Grant the number that fits what they described, which need not be the number they asked for. Granting writes their per-account override; denying leaves the tier default in place.

{% include "partials/admin_mail_cap_entries.html" %}
{% endblock %}