{% extends "helpdesk/base.html" %}{% load i18n %} {% load static %} {% block helpdesk_title %}{% trans "RSS Feeds" %}{% endblock %} {% block helpdesk_breadcrumb %} {% endblock %} {% block helpdesk_body %}

{% trans "RSS Feeds" %}

{% trans "The following RSS feeds are available for you to monitor using your preferred RSS software. With the exception of the 'Latest Activity' feed, all feeds provide information only on Open and Reopened cases. This ensures your RSS reader isn't full of information about closed or historical tasks." %}

{% trans "My Open Tickets" %}
{% trans "A summary of your open tickets - useful for getting alerted to new tickets opened for you" %}
{% trans "Latest Activity" %}
{% trans "A summary of all helpdesk activity - including comments, emails, attachments, and more" %}
{% trans "Unassigned Tickets" %}
{% trans "All unassigned tickets - useful for being alerted to new tickets opened by the public via the web or via e-mail" %}

{% trans "These RSS feeds allow you to view a summary of either your own tickets, or all tickets, for each of the queues in your helpdesk. For example, if you manage the staff who utilise a particular queue, this may be used to view new tickets coming into that queue." %}

{% trans "Per-Queue Feeds" %}
{% for queue in queues %} {% endfor %}
{% trans "Queue" %} {% trans "All Open Tickets" %} {% trans "My Open Tickets" %}
{{ queue.title }}
{% endblock %}