{% extends 'foirequest/base.html' %} {% load i18n %} {% block app_body %}
{{ foirequest.description }}
{% trans "May not contain private information" %}
{% blocktrans with name=attachment.belongs_to.request.user.get_full_name %}May only contain name {{ name }}.{% endblocktrans %}