{% extends 'base.html' %} {% load i18n %} {% load static %} {% load bootstrap %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{% trans 'Create idc' %}
{% csrf_token %} {{ form.name|bootstrap_horizontal }} {{ form.assets|bootstrap_horizontal }} {{ form.bandwidth|bootstrap_horizontal }} {{ form.operator|bootstrap_horizontal }} {{ form.contact|bootstrap_horizontal }} {{ form.phone|bootstrap_horizontal }} {{ form.address|bootstrap_horizontal }} {{ form.network|bootstrap_horizontal }} {{ form.comment|bootstrap_horizontal }}
{% endblock %} {% block custom_foot_js %} {% endblock %}