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

{{ project }}

{% if project.billing_period %} {% endif %}
Type: {{ project.type }}
Status: {{ project.status }}
Billable: {{ project.billable }}
Point Person: {{ project.point_person }}
Billing Period: {{ project.billing_period }} - Latest billing window: {{ project.billing_period.billing_windows.latest }}
Description: {{ project.description|textile }}
{% endblock %}