{% extends "musician/base.html" %} {% load i18n %} {% block content %} {% trans "Go back" %}
Server: | {{ object.target_server }} |
---|---|
Domains: |
{% for domain in object.domains.all %}
{{ domain }} {% endfor %} |
active: | {{ website.is_active|yesno }} |
Protocol: | {{ object.protocol }} |
{% trans "Webapps assigned to this website" %}
{% trans "Webapp" %} | {% trans "Type " %} | {% trans "Path" %} | |
---|---|---|---|
{{ option.webapp }} | {{ option.webapp.get_type_display }} | {{ option.path }} |
{% trans "Options assigned to this Website" %}
{% trans "Name" %} | {% trans "Value" %} | |
---|---|---|
{{ option.name }} | {{ option.value }} |