{% extends "base.html" %} {% block title %}All users{% endblock %} {% block content %} {% if users %} {% else %}

No users in database.

{% endif %} {% endblock %}