{% block footer_content %}
{% block footer_nav %}
    {% block footer_links %} {% set api_url = 'http://docs.ckan.org/en/{0}/api.html'.format(g.ckan_doc_version) %}
  • {{ _('About {0}').format(g.site_title) }}
  • {{ _('CKAN API') }}
  • {{ _('Open Knowledge Foundation') }}
  • {% endblock %}
{% endblock %}
{% block footer_attribution %}

{% trans %}Powered by CKAN{% endtrans %}

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