{% extends "user_inbox/base.html" %} {% import "macros.html" as macros %} {% block profilesection %} {% trans %}inbox - responses{% endtrans %} {% endblock %} {% block inbox_content %}
"{{ response.response_title.strip()|escape}}"
{{ macros.inbox_post_snippet(response, inbox_section) }} {% for nested_response in response.nested_responses %} {{ macros.inbox_post_snippet(nested_response, inbox_section) }} {%endfor%}