{% extends "main.html" %} {% load render_table from django_tables2 %} {% block title %}Bounced Email{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Submitting this form will send an email to all the active project leaders below and also lock the account

{% render_table leader_list %}
{% csrf_token %}
{% endblock %}