{% extends 'so_base.html' %} {% load static %} {% load auth_extras %} {% block script %} {% endblock script %} {% block content %} {% if request.yauser|has_group:"af_rules-analyst" %}
{{ view.text|safe }}
  
{% else %}

You have no permission to use this tool.

{% endif %} {% endblock content %}