{% extends 'base/layout.html' %} {% load helpers %} {% load form_helpers %} {% block title %}{{ obj_type|bettertitle }} Bulk Import{% endblock %} {% block tabs %}
{% endblock %} {% block content-wrapper %}Field | Required | Accessor | Description |
---|---|---|---|
{{ name }}
|
{% if field.required %} {% else %} — {% endif %} |
{% if field.to_field_name %}
{{ field.to_field_name }}
{% else %}
—
{% endif %}
|
{% if field.STATIC_CHOICES %}
{% elif field.label %} {{ field.label }} {% endif %} {% if field|widget_type == 'dateinput' %} Format: YYYY-MM-DD {% elif field|widget_type == 'checkboxinput' %} Specify "true" or "false" {% endif %} |
Required fields must be specified for all objects.
Related objects may be referenced by any unique attribute.
For example, vrf.rd
would identify a VRF by its route distinguisher.