{% extends 'foirequest/base.html' %} {% load i18n %} {% load static %} {% load markup %} {% load foirequest_tags %} {% load block_helper %} {% block title %}{{ object.title }}{% endblock %} {% block metadescription %}{{ object.description }}{% endblock %} {% block extra_head %} {% if not object.private %} {% endif %} {% if user.is_staff %} {% with object.get_set_tags_form as set_tags_form %} {{ set_tags_form.media.css }} {% endwith %} {% endif %} {% endblock %} {% block app_body %}
{% blocktrans with date=object.created|date:"SHORT_DATE_FORMAT" num=object.request_count %} Created on {{ date }} with currently {{ num }} requests. {% endblocktrans %} {% if object.public %} {% trans "This project and all its requests are public." %} {% else %} {% trans "This project and all its requests are not public." %} {% endif %}
# | {% trans "status" %} | {% trans "last message" %} | {% trans "public body" %} |
---|---|---|---|
{{ req.project_order }} | {{ req.get_status_display }} | {{ req.last_message|date:"SHORT_DATE_FORMAT" }} | {{ req.public_body.name }} |