{% load i18n %} {% load machine_extras %}
{% if apacheconfig %}

{{ apacheconfig.filename }}

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

{{ _('None') }}

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

{{ _('None') }}

{% endif %} {% else %}

{{ _('Not available') }}

{% endif %}
{% for ac_ver in apacheconfig_versions %} {% empty %} {% endfor %}
{{ _('History') }}
{{ _('Compare against') }} {{ _('Filename') }} {{ _('Revision') }} {{ _('Modified') }}
{% if ac_ver.is_newest %}{{ _('(current)') }}{% else %} {{ _('(current)') }} {% endif %} {{ _('(previous)') }} {{ ac_ver.fields.filename }} {{ ac_ver.version }}