{% extends "home/main_dashboard.html" %} {% block dashboard %} {% load custom_tags %} {% if 'faculty' in request.session %}
{% csrf_token %}

Enter your message -

Select students to send -

{% for student in student_data %}
{% endfor %}
{% endif %} {% endblock %}