{% extends 'client/base_client.html' %} {% block content %}
{{ proposal.proposal }}
{% with answers=proposal.answer_set %} {% if answers %}Assigned to {{ assignee.tutor.name }}
{% endif %} {% if running %} End tuition {% endif %} {% if c_feedback %} {% with feedback=c_feedback %} {% with whos_feedback='Your' %} {% include 'tutor/feedback.inc.html' %} {% endwith %} {% endwith %} {% elif assignee and not running %} Provide feedback {% endif %} {% if t_feedback %} {% with feedback=t_feedback %} {% with whos_feedback="Tutor's" %} {% include 'tutor/feedback.inc.html' %} {% endwith %} {% endwith %} {% endif %} {% endblock content %}