| Status | {{ contract.get_status_display }} |
| Start Date | {{ contract.start_date|date:'M j, Y' }} |
{% if contract.end_date < today %}
{% elif contract.end_date < warning_date %}
{% else %}
{% endif %}
| End Date |
{{ contract.end_date|date:'M j, Y' }}
{% if contract.end_date >= today and contract.end_date < warning_date %}
{% endif %}
|
| Contract Hours |
{{ contract.contracted_hours|floatformat:2 }}
{% if contract.pending_hours %}
(+{{ contract.pending_hours }})
{% endif %} |
| Hours Worked (billable) |
{{ contract.hours_worked|floatformat:2 }}
({% widthratio contract.hours_worked contract.contracted_hours 100 %}%)
|
| Hours Remaining | {{ contract.hours_remaining|floatformat:2 }} |
| Type | {{ contract.get_type_display }} |