{% extends 'base.html' %} {% load base_extras %} {% block content %}
| feed | {{ object.feed }} |
| model | {{ object.get_model_display }} |
| description | {{ object.description|linebreaks }} |
| body | {{ object.body|pythonprettyprint }} |
| Name | Status | Up to date | {% for probe_source in probe_sources %}
|---|---|---|
| {% if perms.probes.view_probesource %} {{ probe_source.name }} {% else %} {{ probe_source.name }} {% endif %} | {% if probe_source.status == 'ACTIVE' %} Active {% else %} Inactive {% endif %} | {% if probe_source.feed_probe_update_available %} UPDATE AVAILABLE {% else %} OK {% endif %} |