{% extends "base.html" %} {% block title %}Home - Network Inventory{% endblock %} {% block content %}

Welcome, {{ username }}.

{% if username == "administratort" %}

You signed-in with ADMIN rights.

{% else %}

You signed-in with USER rights.

{% endif %}

Devices list:

{% endblock %}