{% extends "indigo.html" %} {% load i18n %} {% block content %}

Make new RETURNABLES and RESTRICTABLES

Below you can mark all the keywords that correspond to your data. When you press "submit", a file will be generated and downloaded to you that contains a first guess (you will have to edit it!) for dictionaries.py in your node.

{% csrf_token %} {{ formset.management_form }} {% for form in formset.forms %} {% endfor %}
Use?KeywordDescription
{{ form.include }}{{ form.id }} {{ form.name.as_hidden }} {{ form.sdescr.as_hidden }} {{ form.ldescr.as_hidden }} {{ form.instance.name }}{{ form.instance.ldescr }}

{% endblock %}