{% extends "page.html" %} {% import "inventory/inventory_util_jinja.html" as m with context %} {% block title %}{{c.group.display_name}}{% endblock title%} {% block breadcrumb_content %} {{ h.build_nav('publisher_index', _('Datasets')) }} {{ h.build_nav('publisher_read', c.group['title'], id=c.group['name'] ) }} {{ h.build_nav('unpublished_edit', _('Manage inventory'), id=c.group['name'] ) }}
  • Upload results
  • {% endblock %} {% block primary_content_inner %} {% if c.group['state'] != 'active' %}

    State: {{c.group['state']}}

    {% endif %}
    {% if c.errors %}
    {% for e in c.errors %}

    {{h.literal(e)}}

    {% endfor %}
    {% else %}

    Upload results

    Your Inventory document has been successfully uploaded to data.gov.uk

    These items will appear in a list of your uploaded inventory items within 2-4 hours. To track of the status of Your Inventory uploads go to {{h.render_datestamp(c.job_timestamp)}} - {{h.render_datestamp(c.job_timestamp,format="%H:%M")}} or click the '{{h.render_datestamp(c.job_timestamp)}} - {{h.render_datestamp(c.job_timestamp,format="%H:%M")}}' link from the 'Recent Inventory Uploads' section of the side-bar.

    {% endif %}
    {{m.inventory_jobs()}}
    {% endblock %} {% block optional_feed %} {% endblock %}