{% extends "page.html" %} {% set page = c.page %} {% set item_count = c.page.item_count %} {% block subtitle %}{{ _('Government Data Use Cases') }}{% endblock %} {% block breadcrumb_content %}
  • {{ _('Government Data Use Cases') }}
  • {% endblock %} {% block primary_content %}

    {% block page_heading %}{{ _('Government Data Use Cases') }}{% endblock %}

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

    Showing items {{ first }} - {{ last }} of {{ item_count }} use cases found

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

    {{ item_count }} use cases found

    {% endtrans %} {% else %}

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

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

    {{ _('What are use cases?') }}

    {% trans %}

    Use Cases are any apps, articles, visualisations or ideas using datasets.

    For example, it could be a custom visualisation, pictograph or bar chart, an app using all or part of the data or even a news story that references datasets from this site.

    Send your ideas to data.gov@finance.gov.au with Title; Description; URL; Image URL; and Type: [API|Applications|Idea|News Article|Paper|Post|Visualisation]

    {% endtrans %}

    {{ _('Filter Results') }}

    {% endblock %}