{% extends "layouts/base.html" %} {% load widget_tweaks %} {% load staticfiles %} {% block title %}Notification Incident{% endblock %} {% block head %} {{ form.media }} {% endblock %} {% block header %}{% include 'header.html' %}{% endblock %} {% block sidebar %}{% include 'sidebar.html' %}{% endblock %} {% block content %}

Notification Incident {% if edit %}Edit{% else %}Add new{% endif %}

Notification Incident Details

{{ form.notification_type }}
{{ form.name|add_class:"form-control" }} {{ form.name.errors }}
{{ form.type|add_class:"form-control" }} {{ form.type.errors }}

Actions

{% csrf_token %}
{% endblock %} {% block script %} {% endblock %}