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

Host sources

{% for source in object_list %} {% endfor %}
Name Url Type Action
{{ source.name }} {{ source.url }} {{ source.type }} Edit Delete {% if source.enable %}Disable{% else %}Enable{% endif %}
Add new source of hosts {% endblock %}