{% extends "base.htm" %} {% from "form_macros.htm" import render_field, render_page_links, render_monitor_net_setup, render_monitor_sys_status %} {% block title %} Wohler iAM-Audio : Login {% endblock %} {% block config_menu_collapse %} class="collapse"" {% endblock %} {% block network_collapse %} class="collapse" {% endblock %} {% block db_collapse %} class="collapse"" {% endblock %} {% block header_content %}

{{ title }}

{% endblock %} {% block content %}

 {{ title }}

{{ form.hidden_tag() }}
{{ render_field ( form.username, size=50) }} {{ render_field ( form.password, size=50) }} {{ render_field ( form.submit) }}
{% if login_message %}
  • {{ login_message }}
{% endif %}
Access to this feature requires administration privileges. Changing these settings can affect the current operation of this unit and of other units connect to the same network. Do not login unless you are familiar with the effect of altering these settings and have permission to do so.
{% endblock %}