{% block search %} {% snippet 'home/snippets/search.html' %} {% endblock %} {% block mainCounters %} {% snippet 'home/snippets/mainCounters.html' %} {% endblock %}

OpenData Organizations

Get the most out of your data and model your business based on standards that ensure consistency and interoperability.

{% set organizations = h.get_featured_organizations(-1) %} {% block organizations %} {% for organization in organizations %} {% snippet "organization/snippets/organization_item.html", organization=organization, position=loop.index, show_capacity=show_capacity %} {% endfor %} {% endblock %}
{% set showcases = h.showcases_list_helper() %} {% if showcases %}

OpenData Showcases

Get all the information and related news from Onesait OpenData.

{% block showcase_list %} {% for showcaseListOne in showcases %} {% set showcase = h.showcase_show_helper(showcaseListOne.name) %} {% set truncate = truncate or 180 %} {% set truncate_title = truncate_title or 80 %} {% set title = showcase.title or showcase.name %} {% set notes = h.markdown_extract(showcase.notes, extract_length=truncate) %}
{{ h.link_to(h.truncate(title, truncate_title), h.url_for(controller='ckanext.showcase.controller:ShowcaseController', action='read', id=showcase.name)) }}
{% if notes %}

{{ notes|urlize }}

{% else %}

{% endif %}
{% if loop.index is divisibleby 3 %}
{% endif %} {% endfor %} {% endblock %}
{% endif %}