{% extends 'layout.html' %}
{% comment %}
This is the common system base template for all ATX Products
{% endcomment %}
{% load assets %}
{% block title %}System Configuration{%endblock%}
{% block title_html %}
System Configuration
{% endblock %}
{% block content %}
{% block link_set %}
{% include 'netconfig/interfaceforms.html' %}
{% include 'atxstyle/userlinkform.html' %}
{% endblock %}
{% include 'atxstyle/systemlocationform.html' %}
{% include 'atxstyle/systempowerform.html' %}
{% include 'atxstyle/firmwareform.html' %}
{% include 'atxstyle/licenseclientconfig.html' %}
{% if snmp_form %}
{% include 'atxstyle/snmpform.html' %}
{% endif %}
{% if not request.settings.NO_USER_SMTP %}
{% include 'sysemail/smtp_system_link.html' %}
{% endif %}
{% block special_config %}
{% endblock %}
{# This is more than a bit ugly #}
{% if 'encprofile' in request.settings.INSTALLED_APPS or perms.config.internals %}