{% load i18n %} {% load humanize %}
{% block first_index_row %}
{% block first_index_row_search %}

{% block site_name %}{{ SITE_NAME }}{% endblock %}

{% block site_description %}

{% blocktrans %}This site publishes Freedom of Information requests and helps you to make your own!{% endblocktrans %}

{% endblock %} {% block index-search %}
{% block example_search_terms_block %} {% block example_search_terms %} {% blocktrans %}Try the following:{% endblocktrans %} {% trans "Nuclear" %} {% trans "or" %} {% trans "Employment" %} {% endblock %} {% endblock %}
{% endblock index-search %} {% endblock first_index_row_search %}
{% block first_index_row_featured %}
{% if featured %}

{% trans "Featured Request" %}
{{ featured.title }}

{{ featured.text|truncatewords:55|linebreaksbr }}

{% if featured.url %} {% blocktrans %}Read the blog post{% endblocktrans %} {% endif %} {% if featured.request %} {% blocktrans %}Visit this request{% endblocktrans %} {% endif %}

{% else %}
{% blocktrans %}Freedom of Information Request To: Ministry of Interior Dear Sir or Madam, I request information about the following: ...{% endblocktrans %} {% blocktrans %}Write a Request Now!{% endblocktrans %}
{% endif %}
{% endblock first_index_row_featured %}
{% endblock first_index_row %}