{% extends "base.html" %} {% load crm_tags markup %} {% block title %}{{ project }}{% endblock %} {% block content %}

{{ project }}

{% if project.billing_period %} {% endif %}
Type: {{ project.type }}
Status: {{ project.status }}
Point Person: {{ project.point_person }}
Billing Period: {{ project.billing_period }} - Latest billing window: {{ project.billing_period.billing_windows.latest }}
Description: {{ project.description|textile }}
{# {% if exchanges and perms.ledger.view_exchange %} #} {#

Exchanges

#} {# {% if exchange_type %} #} {# {% load pagination_tags %} #} {# {% autopaginate exchanges %} #} {# {% endif %} #} {# #} {# {% paginate %} #} {# {% regroup exchanges by type as type_list %} #} {# {% include 'crm/business/_exchange_list.html' %} #} {# {% endif %} #} {% endblock %}