{% extends "musician/base.html" %} {% load bootstrap4 i18n %} {% block content %}
{{ description }}
{% trans "Name" %} | {% trans "Url" %} | {% trans "Server" %} | {% trans "Status" %} | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ website.name }} |
{% for domain in website.domains.all %}
{{ website.get_protocol }}://{{ domain }} {% endfor %} |
{{ website.target_server }} | {{ website.is_active|yesno }} | |||||||||||||||||||||||||
|