{% extends "base/base.html" %} {% block title %}home{% endblock %} {% block content_class %} text-center gap-2 {% endblock content_class %} {% block content %}
Welcome to
a remote PC fleet management system
Notice: Please use this system responsibly and in accordance with all applicable laws and organizational policies.
{% if logged %} {% else %}Please log in to manage your remote PCs.
{% endif %} {% endblock %} {% block scripts %} {% endblock %}