{% extends 'base.html' %} {% block content %}

Feed {{ feed.name }}

{% if feed.description %} {% endif %}
description{{ feed.description|linebreaks }}
created at{{ feed.created_at }}
updated at{{ feed.updated_at }}
last synced at{{ feed.last_synced_at|default:"-" }}
{% if perms.probes.update_feed or perms.probes.delete_feed %} {% endif %}

{{ active_probes|length }} Probe{{ active_probes|length|pluralize }}

{% for feed_probe in active_probes %} {% endfor %}
Model Name Description
{{ feed_probe.get_model_display }} {% if perms.probes.view_probesource %} {{ feed_probe }} {% else %} {{ feed_probe }} {% endif %} {{ feed_probe.description|linebreaks }}
{% endblock %}