{% extends 'ftp_deploy/notification/notification.html' %} {% load crispy_forms_tags %} {% block title %} {% if notification %}

{{notification.name}} Edit

{% else %}

Notification Add

{% endif %} {% endblock title %} {% block content_notification %}
{% crispy form form.helper_header %} {% for email,values in emails.items %} {% if email %} {% endif %} {% endfor %} {% crispy form form.helper_user %}
Success Fail
{{email}}
{% include "ftp_deploy/pagination.html" %} {% endblock content_notification %}