{% extends "modal/content.html" %} {% load converter %} {% load humanize %} {% block modal_title %}

User Feedback

Submitted {{ object.created }} {% endblock %} {% block modal_body %}
Session Duration:
{% if object.session.total_time %} {{ object.session.total_time|humanize_duration }} {% else %} No Session {% endif %}
Session Start:
{{ object.session.start }}
{% if object.comments %}
{{ object.comments }}
{% endif %}
{% for area in object.areas.all %} {% endfor %}
Support Area User Experience
{{ area.area.name }} {{ area.get_rating_display }}
{% endblock %}