diff --git a/idhub/templates/templates/musician/address_check_delete.html b/idhub/templates/templates/musician/address_check_delete.html deleted file mode 100644 index 27981d4..0000000 --- a/idhub/templates/templates/musician/address_check_delete.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "musician/base.html" %} -{% load i18n %} - -{% block content %} -
-{% endblock %} diff --git a/idhub/templates/templates/musician/address_form.html b/idhub/templates/templates/musician/address_form.html deleted file mode 100644 index de21067..0000000 --- a/idhub/templates/templates/musician/address_form.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "musician/base.html" %} -{% load bootstrap4 i18n %} - -{% block content %} -{% trans "Email" %} | -{% trans "Domain" %} | -{% trans "Mailboxes" %} | -{% trans "Forward" %} | -
---|---|---|---|
{{ obj.full_address_name }} | -{{ obj.domain.name }} | -
- {% for mailbox in obj.mailboxes %}
- {{ mailbox.name }}
- {% if not forloop.last %} {% endif %} - {% endfor %} - |
- {{ obj.forward }} | -
{% trans "Billing page description." %}
- -{% blocktrans with last_login=profile.last_login|date:"SHORT_DATE_FORMAT" %}Last time you logged in was: {{ last_login }}{% endblocktrans %}
-{% else %} -{% trans "It's the first time you log into the system, welcome on board!" %}
-{% endif %} - -{{ message }}
- {% empty %} -{% trans "There is no notifications at this time." %}
- {% endfor %} -{% trans "Dashboard page description." %}
- -{% for domain in domains %} --
{{ service.description }}
- -{% for database in object_list %} -- {% include "musician/components/usage_progress_bar.html" with detail=database.usage %} -
- {# Translators: database page when there isn't any database. #} -
{% trans "DNS settings page description." %}
- -{% trans "Type" %} | -{% trans "Value" %} | -
---|---|
{{ record.type }} | -{{ record.value }} | -
{{ service.description }}
- -{% with request.resolver_match.url_name as url_name %} - - -{% endwith %} - -{% trans "Name" %} | -{% trans "Filtering" %} | -{% trans "Addresses" %} | -
---|---|---|
- {{ mailbox.name }} - - {% trans "Update password" %} - | -{{ mailbox.filtering }} | -
- {% for addr in mailbox.addresses %}
-
- {{ addr.full_address_name }}
- - {% endfor %} - |
-
{{ service.description }}
- -Name | -Status | -Address | -Admin email | -Configure | -|
---|---|---|---|---|---|
{{ resource.name }} | - {% if resource.is_active %} -{% trans "Active" %} | - {% else %} -{% trans "Inactive" %} | - {% endif %} -{{ resource.address_name}} | -{{ resource.admin_email }} | -Mailtrain | -
{% trans "Little description on profile page." %}
- -{{ profile.username }}
-{{ profile.type }}
-{% trans "Preferred language:" %} {{ profile.language|language_name_local }}
-{{ service.description }}
- -{% for saas in object_list %} --
- {# Translators: saas page when there isn't any saas. #} -
{{ service.description }}
-{{ field_name }} | - {% endfor %} -
---|
{{ resource|get_item:field_name }} | - {% endfor %} -