{% extends 'foirequest/base.html' %} {% load i18n %} {% load static %} {% load markup %} {% load foirequest_tags %} {% load form_helper %} {% load block_helper %} {% block title %}{{ object.title }}{% endblock %} {% block metadescription %}{{ object.description }}{% endblock %} {% block extra_head %} {% if not object.is_foi or object.same_as %} {% endif %} {% if object|can_write_foirequest:request %} {% with object.get_set_tags_form as set_tags_form %} {{ set_tags_form.media.css }} {% endwith %} {% endif %} {% endblock %} {% block app_body %} {% if not user.is_authenticated and object.awaits_classification and not object|can_read_foirequest_anonymous:request %} {% url "account-login" as login_url %}
{% trans "You clicked a special URL that gave you access. Share this link responsibly." %}
{% blocktrans %}As the author of this request, please choose a public body from one of the suggestions:{% endblocktrans %}
{% endif %} {% endwith %}{% blocktrans %}You can suggest a public body for this request.{% endblocktrans %}
{% with suggestions=object.public_body_suggestions %}
{% if suggestions %}
{% blocktrans %}The following public bodies have already been suggested:{% endblocktrans %}
{% endif %}