{% extends "admin/base.html" %} {% load i18n %} {% load static %} {% block title %} Send Message {% endblock %} {% block content %}

Select File to Send

 Make your required selections below:


{% csrf_token %} {{ form.as_table }}

 

{% endblock %}