{% extends 'base.html' %} {% load humanize %} {% block content %}
{% for call in calls %} {% empty %} {% endfor %}
Call Status Closes
{{ call.title }}

Paid: {{ call.paid|yesno }} • Genre: {{ call.genre }} • Owner: {{ call.owner.username }} • Length: {{ call.length }}

{{ call.get_status_display }} {{ call.end_date|naturalday }}
No calls to list
{% endblock %}