{% extends 'base.html' %} {% block title %}Delete Branch{% endblock title %} {% block page_content %} {% include 'messages.html' %}
Delete {{ branch.name }}
Proceed to delete {{ branch.name }} ?
{% csrf_token %}
{{ branch.name }} Details
{% if branch %}
Name{{ branch.name }}
Phone{{ branch.primary_phone }}
Secondary Phone{{ supplier.secondary_phone }}
Email{{ supplier.email }}
Created{{ supplier.date_created|date:'d-m-Y H:i' }}
{% endif %}
{% endblock page_content %}