{% extends 'default.html' %} {% set active_page = "subdomain" %} {% block title %} Subdomains {% endblock %} {% block head %} {% endblock %} {% block default_content %}

Subdomains

{% if not current_user.is_premium() %} {% endif %}
{% for subdomain in subdomains %}
{{ subdomain.domain }}
Created {{ subdomain.created_at | dt }}
{{ subdomain.nb_alias() }} aliases.
Details ➡
{% endfor %}

New Subdomain

You are about to create [[ subdomain]].[[domain]] subdomain.
Deleting a subdomain will not restore the subdomain quota so please make sure to choose the subdomain you want to keep.
Currently you can create up to {{ current_user.subdomain_quota }} subdomains.
{% endblock %} {% block script %} {% endblock %}