{% extends "page_base.html" %} {% load static %} {% load i18n %} {% load inventree_extras %} {% block page_title %} {% inventree_title %} | {% trans "Company" %} - {{ company.name }} {% endblock %} {% block details_left %}
{% trans "Website" %} | {{ company.website }}{% include "clip.html"%} | |
{% trans "Currency" %} | {% if company.currency %} {{ company.currency }} {% else %} {% trans "Uses default currency" %} {% endif %} | |
{% trans "Address" %} | {{ company.address }}{% include "clip.html"%} | |
{% trans "Phone" %} | {% include "tel.html" with tel=company.phone %} | |
{% trans "Email" %} | {% include "mail.html" with mail=company.email %} | |
{% trans "Contact" %} | {{ company.contact }}{% include "clip.html"%} | |
{%trans "Manufacturer" %} | {% include "yesnolabel.html" with value=company.is_manufacturer %} | |
{% trans "Supplier" %} | {% include 'yesnolabel.html' with value=company.is_supplier %} | |
{% trans "Customer" %} | {% include 'yesnolabel.html' with value=company.is_customer %} |