{% extends 'django_spire/glue/scroll/scroll.html' %} {% load django_glue %} {% block scroll_queryset_order_by_field %}-created_datetime{% endblock %} {% block scroll_queryset_unique_name %}subdomains{% endblock %} {% block scroll_queryset_filter_field %}name{% endblock %} {% block scroll_header %}
{{ domain.sub_domain_name }}
Sort by
{% if perms.django_spire_metric_domain.add_subdomain %} {% url 'django_spire:metric:domain:form:subdomain_form' domain_pk=domain.pk pk=0 as new_subdomain_url %} Add {% endif %}
{% endblock %} {% block scroll_template_item %}
Name
Description
{% include 'django_spire/metric/domain/dropdown/subdomain_ellipsis_dropdown.html' %}
{% endblock %}