{% extends "layouts/base-electric.html" %} {% load static %} {% block title %} Importer {% endblock title %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} {% include "includes/navigation-transparent.html" %}

Importer

{% include "importer/partials/tabnavbar.html" %}
{% if ImportURLFormMSG %}

{{ ImportURLFormMSG | safe }}

{% endif %} {% csrf_token %}
{{ ImportURLForm.url }}
{% comment %} URL {% endcomment %}

{% endblock content %}