{% extends "base.html" %} {% block title %}{{ title|default:"Branch Form" }}{% endblock %} {% block content %}

{{ title|default:"Branch Form" }}

{% csrf_token %} {{ form.as_p }}
Cancel
{% endblock %}