{% extends 'base.html.twig' %} {% block title %}Domain List{% endblock %} {% block body %}

Domain List

{% for domain in domains %} {% else %} {% endfor %}
Domain Name Enabled DefaultSortPolicy UpdatedAt CreatedAt actions
{{ domain.domain }} {{ domain.name }} {{ domain.enabled ? 'Yes' : 'No' }} {{ domain.getDefaultSortPolicyName }} {{ domain.updatedAt ? domain.updatedAt|date('Y-m-d H:i:s') : '' }} {{ domain.createdAt ? domain.createdAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}