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

Add {{ artifact }} to blueprint

{% csrf_token %} {{ form }} {% if form.tag_shards %}
{% for tag, active, shard in form.tag_shards %} {% endfor %}
{% endif %}

Cancel

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