{% extends "base/base.html" %} {% block title %}home{% endblock %} {% block content %}

Welcome to

judas

a remote PC fleet management system

Notice: Please use this system responsibly and in accordance with all applicable laws and organizational policies.

{% if logged %}

Go to panel

{% else %}

Please log in to manage your remote PCs.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}