{% extends "crm/business/list.html" %} {% load i18n %} {% load markup %} {% block title %}{{ business }}{% endblock %} {% block breadcrumb %} {{ block.super }} {% load breadcrumb_tags %} {% if business %} {% add_crumb business 'view_business' business.pk %} {% endif %} {% endblock %} {% block javascript %} {% endblock %} {% block content %}
{{ location.type|capfirst }} Address: | {{ address }} |
---|---|
{{ location.type|capfirst }} {{ phone.type|capfirst }}: | {{ phone }} |
Description: | {{ business.description|textile }} |
Notes: | {{ business.notes|textile }} |
No projects exist for this {% trans "business" %}. Create one now...
{% else %}Name | Type | Status | Point Person | Description |
---|---|---|---|---|
{{ project.name }} | {{ project.type }} | {{ project.status }} | {{ project.point_person }} | {{ project.description }} |