{% extends base_template %} {% load helpers %} {% load form_helpers %} {% block title %}{{ block.super }} - Dynamic Groups{% endblock %} {% block content %}
Dynamic group membership is cached for performance reasons, therefore this page may not always be up-to-date.
You can refresh the membership of any specific group by viewing it from the list below or from the Dynamic Groups list view.
You can also refresh the membership of all groups by running the Refresh Dynamic Group Caches job.
{% include 'responsive_table.html' %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %} {% endblock %}