{% extends 'generic/_base.html' %} {% load helpers %} {% load form_helpers %} {% load i18n %} {% comment %} Blocks: - title: Page title - tabs: Page tabs - content: Primary page content Context: - model: The model class being imported - form: The bulk import form - fields: A dictionary of form fields, to display import options (optional) - return_url: The URL to which the user is redirected after submitting the form {% endcomment %} {% block title %}{{ model|meta:"verbose_name"|bettertitle }} {% trans "Bulk Import" %}{% endblock %} {% block tabs %}
{% endblock tabs %} {% block content %} {# Data Import Form #}{% blocktrans trimmed %} Required fields must be specified for all objects. {% endblocktrans %}
{% blocktrans trimmed with example="vrf.rd" %}
Related objects may be referenced by any unique attribute. For example, {{ example }}
would identify a VRF by its route distinguisher.
{% endblocktrans %}