{% 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 %}
{{ _('Machine') }} | {% if section_slug == 'apacheconfig' %}{{ _('Domains') }} | {% endif %}{{ _('Filename') }} | {{ _('Parameter') }} | {{ _('Value') }} | ||
---|---|---|---|---|---|---|
{{ cf.machine.sys_ip }} | {{ cf.machine.hostname }} | {% if section_slug == 'apacheconfig' %}
{% if cf.get_domains %}
|
{% endif %}
{% if section_slug == 'apacheconfig' %}
{{ cf.filename }} | {% else %}{{ cf.filename }} | {% endif %}{{ param }} | {{ value }} |