{% extends "machines/base.html" %} {% load i18n %} {% load machine_extras %} {% block head_title %}{{ _('Apache configuration file') }}: {{ ac.filename }} | {{ machine.hostname }} | {{ block.super }}{% endblock %} {% block content %}

{{ _('Machines') }}

{{ machine.hostname }} {{ machine.sys_ip }}

{{ _('Apache configuration file') }} {{ ac.filename }}

{{ _('Last Modified') }}
{{ ac_body|safe }} {{ apacheconfig_latest_body|safe }}
{{ _('Domains in this file') }}
{% if ac.domains %} {% else %}

{{ _('None') }}

{% endif %}
{{ _('Includes') }}
{% if ac_includes %} {% else %}

{{ _('None') }}

{% endif %}
{% for ac_ver in apacheconfig_versions %} {% empty %} {% endfor %}
{{ _('History') }}
{{ _('Compare against') }} {{ _('Revisions') }} {{ _('Modified') }}
{% if ac_ver.is_newest %}{{ _('(current)') }}{% else %} {{ _('(current)') }} {% endif %} {{ _('(previous)') }} {{ _('Version') }} #{{ ac_ver.version }}
{% endblock %}