{% extends "musician/base.html" %} {% load i18n %} {% block content %} {% trans "Go back" %}
{% trans "Server" %}: | {{ object.target_server }} |
---|---|
{% trans "Domains" %}: |
{% for domain in object.domains.all %}
{{ domain }} {% endfor %} |
{% trans "active" %}: | {{ website.is_active|yesno }} |
{% trans "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 }} |