{% extends "page.html" %} {% set page = c.page %} {% set item_count = c.page.item_count %} {% block subtitle %}{{ _('Apps & Ideas') }}{% endblock %} {% block breadcrumb_content %}
  • {{ _('Apps & Ideas') }}
  • {% endblock %} {% block primary_content %}

    {{ _('Apps & Ideas') }}

    {% if item_count %} {% trans first=page.first_item, last=page.last_item, item_count=item_count %}

    Showing items {{ first }} - {{ last }} of {{ item_count }} related items found

    {% endtrans %} {% elif c.filters.type %} {% trans item_count=item_count %}

    {{ item_count }} related items found

    {% endtrans %} {% else %}

    {{ _('There have been no apps submitted yet.') }} {% endif %} {% snippet "related/snippets/related_list.html", related_items=page.items %}

    {{ page.pager() }}
    {% endblock %} {% block secondary_content %}

    {{ _('What are applications?') }}

    {% trans %} These are applications built with the datasets as well as ideas for things that could be done with them. {% endtrans %}

    {{ _('Filter Results') }}

    {% endblock %}