Submit
Path:
~
/
home
/
sbfocnqg
/
public_html
/
myadmin
/
templates
/
server
/
user_groups
/
File Content:
user_listings.twig
<h2>{{ 'Users of \'%s\' user group'|trans|format(user_group_special_chars)|raw }}</h2> {% if users|length == 0 %} <p>{% trans 'No users were found belonging to this user group.' %}</p> {% else %} <table class="table table-striped w-auto"> <thead> <tr> <th>#</th> <th>{% trans 'User' %}</th> </tr> </thead> <tbody> {% for obj in users %} <tr> <td>{{ obj.count }}</td> <td>{{ obj.user }}</td> </tr> {% endfor %} </tbody> </table> {% endif %}
Submit
FILE
FOLDER
Name
Size
Permission
Action
edit_user_groups.twig
1156 bytes
0644
tab_list.twig
457 bytes
0644
user_groups.twig
3146 bytes
0644
user_listings.twig
549 bytes
0644
N4ST4R_ID | Naxtarrr