{% block footer_content %}
{% trans %}Site logo{% endtrans %}

{% trans %}The centralized portal of government data{% endtrans %}

{% block footer_nav %}
    {% block footer_links %}
  • {{ _('About {0}').format(g.site_title) }}
  • {% endblock %}
    {% block footer_links_ckan %} {% set api_url = 'http://docs.ckan.org/en/{0}/api/'.format(g.ckan_doc_version) %}
  • {{ _('CKAN API') }}
  • {{ _('CKAN Association') }}
  • Open Data
  • {% endblock %}
{% endblock %}
  • Privacy policy
{% block footer_lang %} {% snippet "snippets/language_selector.html" %} {% endblock %}
{% endblock %}

{% trans %}Developed by civil association Red Ciudadana®{% endtrans %}

{% block footer_debug %} {% if g.debug %} {% include 'snippets/debug.html' %} {% endif %} {% endblock %}