{% include 'flash_messages.html' %} {% if not dismiss_notification %}

{{_('Welcome to Mycodo')}}

{{_("This appears to be a new Mycodo install. Please create an administrator user. Read and accept the agreement to begin.")}}

{{_('NO WARRANTY NOTICE')}}

{{_('Mycodo is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Mycodo is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Mycodo. If not, see http://www.gnu.org/licenses/.')}}
 
{{_('Mycodo collects anonymous usage statistics to aid with development. You can opt-out at any time from the Configuration page, after you log in.')}}

{{form_notice.csrf_token}} {{form_notice.acknowledge(class_='form-control btn btn-primary btn-sm')}}

{% else %}
{{_('Login information is stored locally')}}
{{_('Usernames must be 3 to 64 characters, passwords >3 characters, and contain only letters and numbers')}}
{% endif %}