{% extends 'base/layout.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% block header %} {% if new_release %} {# new_release is set only if the current user is a superuser or staff member #}
{% endif %} {% endblock %} {% block title %}Home{% endblock %} {% block content-wrapper %} {# Render the user's customized dashboard #}
{% for widget in dashboard %} {% include 'extras/dashboard/widget.html' %} {% endfor %}
Add Widget Reset Dashboard
{% endblock content-wrapper %} {% block modals %} {% include 'inc/htmx_modal.html' %} {% endblock modals %}