{% extends 'layouts/base.html' %} {% load static %} {% load i18n %} {% block content %} {% include 'header.html' %}

{% translate 'Upload hostname CSV' %}

{% if messages %} {% for message in messages %}
{{ message|safe }}
{% endfor %} {% else %}

{% blocktranslate trimmed %} Values should be separated by ','. Column titles should be in the first row. First column should be the fqdn. Second column should be organization code. Third culumn should be OOI type. Currently supported types are: Hostname, IPAddressV4 and IPAddressV6. {% endblocktranslate %}

{% csrf_token %} {% translate 'Only accepts CSV files' %}
{% endif %}
{% endblock %}