{% extends 'base.html' %} {% block title %}Create Branch{% endblock title %} {% block page_content %} {% include 'messages.html' %}
| Name | Code | Location | Phone | Created | {% for branch in branches %}|
|---|---|---|---|---|---|
| {{ branch.name }} | {{ branch.branch_code }} | {{ branch.location }} | {{ branch.email }} | {{ branch.phone_contact }} | {{ branch.created|date:'d-m-Y' }} |