{% extends "base.html" %} {% block content %}

{{ business.name }}

{% if business.trade_name %}

{{ business.trade_name }}

{% endif %}

{{ business.get_business_type_display }}

{{ business.accounting_period_start|date:"d M Y" }} → {{ business.accounting_period_end|date:"d M Y" }}

{{ business.get_cash_or_accruals_display }}

Edit Delete
{% endblock %}