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

{% if object %}Update{% else %}Add{% endif %} PkgInfo

{% csrf_token %} {% if object %}

{{ object.pkg_info_name }}

{% endif %} {{ form|bootstrap }}
{% for tag, active, shard in form.tag_shards %} {% endfor %}
Cancel
{% endblock %} {% block extrajs %} {% endblock %}