{% load i18n comments %}

{{ object.source.name }}, {{ object.date|date:"DATE_FORMAT" }}
{{ object.title }}

{% comment %}
{{ object.text|linebreaksbr|truncatewords:50 }}

{{ object.source.name }} - {{ object.title }}

{% endcomment %} {% with requests=object.foirequests.all %} {% if requests %} {% trans "Requests based on this article:" %} {% endif %} {% endwith %} {% blocktrans %}Make a request based on this article:{% endblocktrans %}
{% get_comment_list for object as comment_list %}
{% if comment_list %}

{% trans "Ideas for requests:" %}

{% include "comments/foirequest/list.html" %} {% endif %} {% blocktrans %}Provide an idea for a request based on this article{% endblocktrans %}
{% if user.is_authenticated %} {% with next=object.get_absolute_url %} {% render_comment_form for object %} {% endwith %} {% else %} {% blocktrans %}Please login to provide an idea.{% endblocktrans %}
{% endif %}