{% extends "base.html" %} {% block title %}Import codebook | Taguette{% endblock %} {% block contents %}

Import a codebook

Use this form to import an existing codebook into your project. Existing tags will not be deleted, new tags will be added alongside them.

{% for error in errors %}
{{ error }}
{% endfor %}

You are about to create the following tags:

{{ xsrf_form_html() }} {% for tag in tags %}
{% if tag.exists %} {% else %} {% endif %}
{% endfor %}
{% endblock %}