{% extends 'base.html' %} {% block content %}
{% for install in host.installations.all %} {% endfor %}
Date Profile name Config files ShortLog
Started by {% if install.owner %}{{ install.owner.first_name }} {{ install.owner.last_name }}{% else %}No user{% endif %} on
{{ install.created|date:'r' }}
{{ install.profile.name }}
{% for log in install.times %}[{{ log.timer }}] {{ log.message }}
{% endfor %}
{% endblock %}