{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}
| {% trans "name" %} | {{ object.name }} |
| {% trans "created" %} | {{ object.created }} |
| {% trans "modified" %} | {{ object.modified }} |
| {% trans "address" %} | {{ object.address }} |
| {% trans "contact name" %} | {{ object.contact_name }} |
| {% trans "contact phone" %} | {{ object.contact_phone }} |
| {% trans "customer balance" %} | {{ object.customer_balance }} |
| {% trans "supplier balance" %} | {{ object.supplier_balance }} |
| {% trans "created" %} | {{ object.created }} |
| {% trans "modified" %} | {{ object.modified }} |