{% extends 'base.html' %} {% block title %}Update Branch{% endblock title %} {% block page_content %} {% include 'messages.html' %}
Edit {{ branch.name }} Branch
{% csrf_token %} {{ form.as_p }}
Details for {{ branch.name }} Branch
{% if branch %}
Name {{ branch.name }}
Code{{ branch.branch_code }}
Location {{ branch.location }}
Email {{ branch.email }}
Contact {{ branch.phone_contact }}
{% else %}
No products have been added yet
{% endif %}
{% endblock page_content %}