{% extends base_generic %}
{% load static %}
{% block content %}
{% if user.is_staff %}
{% include "rsshistory/icon_edit.html" %}
{% if object.enabled %}
{% include "rsshistory/icon_disable.html" %}
{% else %}
{% include "rsshistory/icon_enable.html" %}
{% endif %}
{% endif %}
{% if object.enabled %}