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