{% extends "foirequest/base.html" %} {% load i18n %} {% load static %} {% block body %}
{% blocktrans with title=foirequest.title message_url=message.get_absolute_url %} This attachment is part of the request ”{{ title }}”. {% endblocktrans %}
{% trans "This file cannot be previewed." %} {% trans "Download the file here." %}
{% endif %}