{% extends 'base.html' %} {% block title %}Parent Term mappings{% endblock %} {% block header %}Parent Term mappings{% endblock %} {% block body %}

You can semi-automatically create parent and child Terms, creating and importing an external "mapping" file that you create. See the wiki, Bulk Mapping Parent Terms, for information.

Export

Generate a file to help you make an import file.

Books (export unknown terms)

Language (all existing Terms without parents)

Import

Import your prepared .csv mapping file.

{% for field_name, field_errors in form.errors.items() %} {% for error in field_errors %}
{{ error }}
{% endfor %}
{% endfor %}
{{ form.hidden_tag() }}
{% endblock %}