{% extends 'manager/base.html' %} {% load static %} {% load i18n %} {% block title %}{% trans "Send Notifications" %}{% endblock %} {% block header.add_script %} {% endblock %} {% block content %}

{% trans "Send Notifications to Users" %}

{% trans "Filter users and send targeted notifications" %}

{% trans "Target User Filters" %}

{% trans "Target Users Preview" %}

{% trans "With current filters, notification will be sent to:" %}

{{ target_users_count }}
{% trans "users" %}
{% csrf_token %}
{% trans "Maximum 100 characters" %}
{% trans "Maximum 500 characters" %}
{% trans "Notification Preview" %}
{% trans "Your notification title will appear here" %}
{% trans "Your notification message will appear here" %}
{% endblock %}