{% extends 'generic/object_list.html' %} {% load helpers %} {% block title %}FreeIPA Hosts{% endblock %} {% block header %}

{% block page_title %}FreeIPA Hosts{% endblock %}

{% csrf_token %}
{% endblock %} {% block content %}
{% include 'inc/table.html' %}
{% endblock %}