{% extends "company/company_base.html" %} {% load static %} {% load i18n %}} {% block details %} {% include 'company/tabs.html' with tab='details' %}
{% trans "Customer" %} | {% include 'yesnolabel.html' with value=company.is_customer %} | |
{% trans "Supplier" %} | {% include 'yesnolabel.html' with value=company.is_supplier %} |