{% extends 'base.html' %} {% load i18n %} {% load static %} {% load flatpages %} {% block title %}{{ object.name }} - {{ SITE_NAME }}{% endblock %} {% block body %}
{% trans "All bodies that work on administrative tasks of this jurisdiction." %}
{% trans "Contracts, memos, reports and other documents of the administration: you have the right to know." %}
{% blocktrans with name=object.name %}The freedom of information law in {{ name }} allows you access to administrative information. {% endblocktrans %}
{{ law.name }} {% if law.created %} {% blocktrans with date=law.created %}came into effect on {{ date }}{% endblocktrans %} {% endif %} - {% trans "get to know this law..." %}
{% endblock %} {% endfor %} {% endblock %} {% block jurisdiction_sidebar_requests %}