{% extends "default.html" %} {% block pagetitle %}!{{group}}{% endblock %} {% block content %} {% if v.mods_group(group) %}
{{group.description_html | safe}}
{% endif %}# | Name | {% if name == 'members' %} | Approved on | Approved by | {% else %}Applied on | {% endif %}
---|---|---|---|---|---|
{{loop.index}} | {% set is_owner = membership.user_id == group.owner_id %}{% with user=membership.user %} {% include "user_in_table.html" %} {% endwith %} {% if is_owner %} {% elif membership.is_mod %} {% endif %} |
{% if v.mods_group(group) %}
{% if v.id == group.owner_id and v.id != membership.user_id %}
{% if v.id == membership.user_id %}
{% else %}
{% endif %}
{% endif %}
{% if v.mods_group(group) %}
{% endif %}
|
{% if name == 'members' %}
{% with user=membership.approver %} {% include "user_in_table.html" %} {% endwith %} | {% else %}{% endif %} |
# | Name | {% if v.mods_group(group) %}{% endif %} | Blacklisted on | Blacklisted by | Expires on |
---|---|---|---|---|---|
{{loop.index}} | {% with user=blacklist.user %} {% include "user_in_table.html" %} {% endwith %} | {% if v.mods_group(group) %}{% endif %} | {% with user=blacklist.blacklister %} {% include "user_in_table.html" %} {% endwith %} |