{% extends "company/company_base.html" %} {% load static %} {% load i18n %}} {% block details %} {% include 'company/tabs.html' with tab='details' %}

{% trans "Company 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 %}
{% endblock %} {% block js_ready %} {{ block.super }} {% endblock %}