{% extends "nsa/layout.html" %} {% block title %}Users{% endblock %} {% block content %}

Users

{% for user in users %} {% endfor %}
ID Name Actions
{{ user.id }} {{ user.get_full_name }} I think they are a terrorist
{% endblock %}