{% extends 'base.html' %} {% load ui_extras %} {% block content %}
| Attribute | Value |
|---|---|
| description | {{ feed.description|linebreaks }} |
| created at | {{ feed.created_at }} |
| updated at | {{ feed.updated_at }} |
| last synced at | {{ feed.last_synced_at|default:"-" }} |
| Model | Name | Description | {% for feed_probe in active_probes %}
|---|---|---|
| {{ feed_probe.get_model_display }} | {% if perms.probes.view_probesource %} {{ feed_probe }} {% else %} {{ feed_probe }} {% endif %} | {{ feed_probe.description|linebreaks }} |