I want to merge this change because...
- Privileged views and APIs are guarded by proper permission checks.
- All visible strings are translated with proper context.
- All data-formatting is locale-aware (dates, numbers, and so on).
- Database queries are optimized and the number of queries is constant.
- The changes are tested.
- The code is documented (docstrings, project documentation).