CONFIG.MD
LICENSE
README.md
__init__.py
_capabilities.py
_codegen.py
_codegen_settings.py
_template_contract.py
actions.py
admin.py
apps.py
checks.py
codegen_urls.py
conf.py
conftest.py
delivery.py
dto.py
errors.py
gdpr.py
language.py
models.py
py.typed
pyproject.toml
raw_content.py
routing.py
serializers.py
services.py
telemetry.py
translation_keys.py
translations.py
urls.py
urls_v1.py
views.py
./CONFIG.MD
./__init__.py
./_capabilities.py
./_codegen.py
./_codegen_settings.py
./_template_contract.py
./actions.py
./admin.py
./apps.py
./checks.py
./codegen_urls.py
./conf.py
./conftest.py
./delivery.py
./dto.py
./errors.py
./gdpr.py
./language.py
./models.py
./py.typed
./raw_content.py
./routing.py
./serializers.py
./services.py
./telemetry.py
./translation_keys.py
./translations.py
./urls.py
./urls_v1.py
./views.py
./channels/__init__.py
./channels/email.py
./channels/push.py
./channels/sms.py
./channels/telegram.py
./docs/capabilities.json
./docs/errors.json
./docs/flows.json
./docs/llms.txt
./docs/templates.json
./locale/ru/LC_MESSAGES/django.mo
./locale/ru/LC_MESSAGES/django.po
./management/__init__.py
./management/commands/__init__.py
./management/commands/check_notifications.py
./management/commands/consume_contacts.py
./management/commands/consume_notifications.py
./management/commands/consume_profiles.py
./management/commands/eject_notification_templates.py
./management/commands/scrub_notification_logs.py
./management/commands/sync_translations.py
./migrations/0001_initial.py
./migrations/0002_add_auto_detected_language.py
./migrations/0003_add_sms_preferences.py
./migrations/0004_usercontact_is_active.py
./migrations/0005_drop_language_mirror.py
./migrations/0006_delivery_claim.py
./migrations/0007_telegram_channel.py
./migrations/__init__.py
./schemas/consumes/translations.changed.json
./schemas/consumes/user.deleted.json
./schemas/consumes/user.deletion_initiated.json
./templates/notifications/email/_base.html
./templates/notifications/email/_footer_unsubscribe.html
./templates/notifications/email/_raw_content.html
./templates/notifications/email/all_sessions_revoked.html
./templates/notifications/email/auth_change.html
./templates/notifications/email/gdpr_export_ready.html
./templates/notifications/email/gdpr_inactivity_closed.html
./templates/notifications/email/gdpr_inactivity_warning.html
./templates/notifications/email/listing_blocked.html
./templates/notifications/email/listing_expiring.html
./templates/notifications/email/magic_link_login.html
./templates/notifications/email/new_device_login.html
./templates/notifications/email/new_message.html
./templates/notifications/email/otp_code.html
./templates/notifications/email/report_reviewed.html
./templates/notifications/email/suspicious_login.html
./templates/notifications/email/workspace_invitation.html
./templates/notifications/email/workspace_invitation_decline_confirmed.html
./templates/notifications/email/workspace_invitation_declined.html
./templates/notifications/email/workspace_invitation_new_user.html
./templates/notifications/email/workspace_invitation_reminder.html
./templates/notifications/email/workspace_member_password_reset.html
./templates/notifications/email/workspace_mfa_restored.html
./templates/notifications/email/workspace_mfa_suspension.html
./templates/notifications/email/workspace_provisioned_account.html
./translations/errors.es.json
./translations/errors.ru.json
channels/__init__.py
channels/email.py
channels/push.py
channels/sms.py
channels/telegram.py
docs/capabilities.json
docs/errors.json
docs/flows.json
docs/llms.txt
docs/templates.json
locale/ru/LC_MESSAGES/django.mo
locale/ru/LC_MESSAGES/django.po
management/__init__.py
management/commands/__init__.py
management/commands/check_notifications.py
management/commands/consume_contacts.py
management/commands/consume_notifications.py
management/commands/consume_profiles.py
management/commands/eject_notification_templates.py
management/commands/scrub_notification_logs.py
management/commands/sync_translations.py
migrations/0001_initial.py
migrations/0002_add_auto_detected_language.py
migrations/0003_add_sms_preferences.py
migrations/0004_usercontact_is_active.py
migrations/0005_drop_language_mirror.py
migrations/0006_delivery_claim.py
migrations/0007_telegram_channel.py
migrations/__init__.py
schemas/consumes/translations.changed.json
schemas/consumes/user.deleted.json
schemas/consumes/user.deletion_initiated.json
stapel_notifications.egg-info/PKG-INFO
stapel_notifications.egg-info/SOURCES.txt
stapel_notifications.egg-info/dependency_links.txt
stapel_notifications.egg-info/requires.txt
stapel_notifications.egg-info/top_level.txt
templates/notifications/email/_base.html
templates/notifications/email/_footer_unsubscribe.html
templates/notifications/email/_raw_content.html
templates/notifications/email/all_sessions_revoked.html
templates/notifications/email/auth_change.html
templates/notifications/email/gdpr_export_ready.html
templates/notifications/email/gdpr_inactivity_closed.html
templates/notifications/email/gdpr_inactivity_warning.html
templates/notifications/email/listing_blocked.html
templates/notifications/email/listing_expiring.html
templates/notifications/email/magic_link_login.html
templates/notifications/email/new_device_login.html
templates/notifications/email/new_message.html
templates/notifications/email/otp_code.html
templates/notifications/email/report_reviewed.html
templates/notifications/email/suspicious_login.html
templates/notifications/email/workspace_invitation.html
templates/notifications/email/workspace_invitation_decline_confirmed.html
templates/notifications/email/workspace_invitation_declined.html
templates/notifications/email/workspace_invitation_new_user.html
templates/notifications/email/workspace_invitation_reminder.html
templates/notifications/email/workspace_member_password_reset.html
templates/notifications/email/workspace_mfa_restored.html
templates/notifications/email/workspace_mfa_suspension.html
templates/notifications/email/workspace_provisioned_account.html
tests/test_api_endpoints.py
tests/test_branding_and_content.py
tests/test_channels.py
tests/test_checks.py
tests/test_consumers.py
tests/test_contract.py
tests/test_delivery_claim.py
tests/test_error_i18n.py
tests/test_error_keys.py
tests/test_extensibility.py
tests/test_features.py
tests/test_gdpr_and_misc.py
tests/test_guest_surface.py
tests/test_i18n_loop.py
tests/test_language.py
tests/test_library_commands.py
tests/test_models.py
tests/test_no_hardcoded_copy_in_templates.py
tests/test_org_program_notifications.py
tests/test_public_api.py
tests/test_raw_content_policy.py
tests/test_render_language.py
tests/test_secret_hygiene.py
tests/test_serializer_seams.py
tests/test_services_pipeline.py
tests/test_settings_env_policy.py
tests/test_template_contract.py
tests/test_template_render.py
tests/test_translations_sync.py
tests/test_unsubscribe_policy.py
translations/errors.es.json
translations/errors.ru.json