{% extends 'base.html' %} {% load inventory_extras %} {% block content %}

{% if object %}Update{% else %}Upload{% endif %} package

{% csrf_token %} {% if object %}
{{ object.data.installer_item_location|default:"-" }}
{% endif %} {{ form }}
{% for tag, active, shard in form.tag_shards %} {% endfor %}

{% if object %} Cancel {% else %} {% if pkg_info_name %} Cancel {% else %} Cancel {% endif %} {% endif %}

{% endblock %} {% block extrajs %} {% endblock %}