{% extends "hostingpackages/base.html" %} {% load i18n %} {% block title %}{{ block.super }} - {% spaceless %} {% if user == customer %} {% blocktrans with package=hostingpackage.name %}Details for your Hosting Package {{ package }}{% endblocktrans %} {% else %} {% blocktrans with package=hostingpackage.name full_name=customer.get_full_name %}Details for Hosting Package {{ package }} of {{ full_name }}{% endblocktrans %} {% endif %} {% endspaceless %}{% endblock title %} {% block page_title %}{% blocktrans with package=hostingpackage.name %}Details of Hosting Package {{ package }}{% endblocktrans %}{% endblock page_title %} {% block content %}
{% trans "No options booked" %}
{% endif %} {% if user.is_staff %} {% endif %}{% trans "Domain name" %} | {% trans "Mail addresses" %} | {% trans "Websites" %} | {% trans "Actions" %} | |
---|---|---|---|---|
{{ domain.domain }} | {% if domain.domain.maildomain %}{% with maildomain=domain.domain.maildomain %} {% for mailaddress in maildomain.mailaddresses %}{% spaceless %} {{ mailaddress }} {% endspaceless %}{% if not forloop.last %}, {% endif %} {% endfor %} {% endwith %} | {% else %}{% trans "None" %} | {% endif %}{% with maildomain=domain.domain.maildomain %} {% endwith %} |
{% trans "There are no domains assigned to this hosting package yet." %}
{% endif %} {% if user.is_staff %} {% endif %}{% trans "Mailbox" %} | {% trans "Mail addresses" %} | {% trans "Active" %} | {% trans "Actions" %} |
---|---|---|---|
{{ mailbox.username }} | {{ mailbox.mailaddresses|join:", " }} | {% if mailbox.active %}{% trans "Active" %}{% else %}{% trans "inactive" %}{% endif %} | {% trans "Set mailbox password" %} | {% endfor %}
{% trans "There are no mailboxes assigned to this hosting package yet." %}
{% endif %} {% if hostingpackage.may_add_mailbox %} {% endif %}{% trans "Database name" %} | {% trans "Database user" %} | {% trans "Type" %} | {% trans "Actions" %} |
---|---|---|---|
{{ database.db_name }} | {{ database.db_user.name }} | {% include "userdbs/snippets/db_type.html" with db_type=database.db_user.db_type %} | {% trans "Set database user password" %} {% trans "Delete database" %} |
{% trans "There are no databases assigned to this hosting package yet." %}
{% endif %} {% if hostingpackage.may_add_database %} {% endif %}