{% extends 'so_base.html' %} {% load auth_extras %} {% block content %} {% if request.yauser|has_group:"shingers-shingles_operator" or request.yauser|has_group:"shingers-administrator" %}
Uid
{% else %}

You have no permission to use this tool.

{% endif %} {% endblock content %} {% block script %} {% endblock %}