{% extends "machines/base.html" %} {% load machine_extras %} {% block head_title %}{{ page_title }} | {{ _('Machines') }} | {{ block.super }}{% endblock %} {% block content %}

{{ _('Machines') }}

{{ page_title }}

{{ _('Parameter:') }} {% if conf_parameter %}{{ conf_parameter }}{% else %}{{ _('(All)') }}{% endif %} {{ _('Value:') }} {% if conf_value %}{{ conf_value }}{% else %}{{ _('(All)') }}{% endif %}

{% if section_slug == 'apacheconfig' %} {% endif %} {% for param, value, cf in results %} {% if section_slug == 'apacheconfig' %} {% endif %} {% if section_slug == 'apacheconfig' %} {% else %} {% endif %} {% endfor %}
{{ _('Filtered results') }}
{{ _('Machine') }}{{ _('Domains') }}{{ _('Filename') }} {{ _('Parameter') }} {{ _('Value') }}
{{ cf.machine.sys_ip }} {{ cf.machine.hostname }} {% if cf.get_domains %}
    {% for domain, ports, i_cf in cf.get_domains %}
  • {{ domain }}
  • {% endfor %}
{% endif %}
{{ cf.filename }}{{ cf.filename }}{{ param }} {{ value }}
{% endblock %}