{% extends 'core/base.html' %} {% block title %}{{ title }} - {{ org.name }} | Killian{% endblock %} {% block content %}

{{ title }}

{{ subtitle }}

Back
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}

Internet Connection

{{ form.internet_provider }}{{ form.internet_provider.errors }}
{{ form.link_type }}{{ form.link_type.errors }}
{{ form.location }}{{ form.location.errors }}
{{ form.firewall_router }}{{ form.firewall_router.errors }}
{{ form.account_number }}{{ form.account_number.errors }}{% if form.account_number.help_text %}{{ form.account_number.help_text }}{% endif %}
{{ form.monthly_fee }}{{ form.monthly_fee.errors }}{% if form.monthly_fee.help_text %}{{ form.monthly_fee.help_text }}{% endif %}
{{ form.download_speed_mbps }}{{ form.download_speed_mbps.errors }}{% if form.download_speed_mbps.help_text %}{{ form.download_speed_mbps.help_text }}{% endif %}
{{ form.upload_speed_mbps }}{{ form.upload_speed_mbps.errors }}{% if form.upload_speed_mbps.help_text %}{{ form.upload_speed_mbps.help_text }}{% endif %}
{{ form.contact_details }}{{ form.contact_details.errors }}{% if form.contact_details.help_text %}{{ form.contact_details.help_text }}{% endif %}
Cancel
{% endblock %}