{% extends 'admin/base_site.html' %} {% load i18n foundation_form ralph_tags %} {% block content %}

{% trans 'Bulk adding:' %} {{ obj }}


{% trans "This object will be multiplied" %}
{% include "admin/includes/summary_table.html" %}

{% trans "Please add multiple values separated with comma, new line or pipe" %}
{% csrf_token %} {% errors form %} {% for field in form %} {% endfor %} {% for field in form %} {% endfor %}
{{ field.label }}
{% for error in field.errors %} {{ error }} {% endfor %} {{ field }}
{% endblock %} {% block extra_scripts %} {{ block.super }} {{ form.media.js }} {% endblock %}