{% extends "base.html" %} {% block title %}{% if action=='new' %}Log New Incident{% else %}Edit {{incident.ref}}{% endif %}{% endblock %} {% block breadcrumb %}{% if action=='new' %}Log New Incident{% else %}Edit Incident{% endif %}{% endblock %} {% block content %}