{% extends "member/master.html"%} {% block title %}{{ site.getLabelValue|escape }} - Members{% endblock %} {% block content %}
Here are all the members of {{ site.getLabelValue|escape }}.
{% include "snippets/memberstable.html" %} {% else %}There are no members of this site at this time.
{% endif %} {% if view.canCreateMember %} {% if site.members.pending %}Pending members.
{% include "snippets/pendingmemberstable.html" %} {% endif %}