{% extends 'webui/base.html' %} {% block content %}
{% for install in host.installations.all %} {% endfor %}
# Date Profile name preseed.cfg
{{ forloop.counter }} {{ install.created|date:'r' }} {{ install.profile }} show
{% endblock %}