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

Company Details

Customer {% include 'yesnolabel.html' with value=company.is_customer %}
Supplier {% include 'yesnolabel.html' with value=company.is_supplier %}
{% if company.notes %}
Notes
{{ company.notes }}
{% endif %}
{% endblock %}