{% extends "company/company_base.html" %} {% load static %} {% load i18n %}} {% block details %} {% include 'company/tabs.html' with tab='details' %}
{% 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 %} |