{% extends "lfs/base.html" %} {% load i18n lfs_tags %} {% block section %}preview-review {% endblock %} {% block left-slot-wrapper %}{% endblock %} {% block right-slot-wrapper %}{% endblock %} {% block content %}

{% trans 'Preview' %}

{{name}}
{% if request.POST.user_email %}
{{email}}
{% endif %}
{% if request.POST.comment %}
{{request.POST.comment|linebreaks}}
{% endif %}
{% endblock %}