{% extends 'probes/probe.html' %} {% block probe_extra %}

Munki install

{% if probe.installed_item_names %} {% endif %} {% if probe.unattended_installs is not None %} {% endif %}
install types {{ probe.get_install_types_display }}
installed item name{{ probe.installed_item_names|length|pluralize }} {{ probe.get_installed_item_names_display }}
unattended installs {{ probe.unattended_installs|yesno }}
{% endblock %}