{% load custom_tags_and_filters %} {% if tickets %}
{% include "NEMO_osticket/snippets/tickets_table.html" with sortable=False %}
{% else %} {% if not osticket_api_available %}
There are no open tickets for this tool.
{% endif %} {% endif %} {% if osticket_api_available %} {% url 'osticket_create_tool_ticket' tool_id as create_ticket_url %} {% include 'NEMO_osticket/snippets/osticket_create_ticket.html' with create_ticket_url=create_ticket_url %} {% endif %}
{# Spacer #}