Widget Users:
-
{% for user in users %}
- {{ user.last_name }}, {{ user.first_name }} {% endfor %}
{% extends 'base.html' %} {% load static %} {% block style %}{% static 'dashboard/style.css' %}{% endblock %} {% block title %}Widget v2{% endblock %} {% block heading %}
Welcome to Widget!
{% endblock %} {% block content %}Widget Users: