{% extends "tickets/_section.html" %} {% load paginator %} {% block title %} Sound Moderation {% endblock title %} {% block section_content %}

Sounds by tardy moderators

{% if tardy_moderators_tickets %} {% show_paginator paginator page current_page request "sound" %} {% for ticket in page.object_list %}
{% include 'tickets/ticket_sound.html' %}
{% if ticket.assignee.id != request.user.id %}

Assign to me

{% endif %}
{% endfor %} {% show_paginator paginator page current_page request "sound" %} {% endif %} {% endblock section_content %}