{% extends 'base.html' %} {% block title %} - {% if not bulk %}Add a set{% else %}Bulk add sets{% endif %}{% endblock %} {% block main %}
{% if not bulk and not config['HIDE_ADD_BULK_SET'] %} {% endif %}
{% if not bulk %}Add a set{% else %}Bulk add sets{% endif %}
{% if not bulk %} {% else %}
{% endif %}
{% if brickset_owners | length %}
Owners
{% for owner in brickset_owners %} {% with id=owner.as_dataset() %}
{% endwith %} {% endfor %}
{% endif %} {% if brickset_tags | length %}
Tags
{% for tag in brickset_tags %} {% with id=tag.as_dataset() %}
{% endwith %} {% endfor %}
{% endif %}

Progress Loading...

{% if not bulk %} {% endif %}
{% with id='add', bulk=bulk %} {% include 'set/socket.html' %} {% endwith %} {% endblock %}