{% extends "users/base.html" %} {% block title %}Create Email Forword{% endblock title %} {% block content %}

Create Email Forword

{% csrf_token %}
{% endblock content %} {% include "users/footer.html" %}