{% extends "maasserver/base.html" %}
{% block title %}Login{% endblock %}
{% block page-title %}Metal as a Service{% endblock %}
{% block layout-modifiers %}modal-content login {% if no_users %}no-users{% endif %}{% endblock %}
{% block head %}
{% if not no_users %}
{% endif %}
{% endblock %}
{% block content %}
{% if no_users %}
Run the following command from the console to create an admin user:
{{ create_command }} createsuperuserlogin {% else %}
Your username and password didn't match. Please try again.
{% endif %} {% endif %} {% endblock %} {% block footer-copyright %}{% endblock %}