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