{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% load survey_filters %} {% block title %}{% trans "Survey" %} #{{ survey.id|slice:":8" }} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ response.text_value|linebreaks }}
{% trans "No responses yet" %}
{{ survey.comment|linebreaks }}
{{ survey.comment_analysis.summary_en }}
{% trans "No comment provided by patient" %}
{{ survey.contact_notes }}