{% extends 'so_base.html' %}
{% load static %}
{% load auth_extras %}
{% block startup %}
$("#stid").val(params["stid"]);
{% endblock startup %}
{% block script %}
{% endblock script %}
{% block content %}
{% if request.yauser|has_group:"superuser" %}
Stid:
{% if view.msgid %}
Show log by Message-ID
{% endif %}
{% if view.queueid %}
Show log by QueueID
{% endif %}
{% if view.text %}