{% csrf_token %}
Choose registration to be PWA enabled
{% if registrations %}
{% for registration in registrations %}
{{ registration.name }}
{% endfor %}
{% else %}
There is no active registrations right now...
{% endif %}
Send