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

{{ domain.domain }} Comment List

{% for comment in [] %} {% 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') : '' }} comments show edit
no records found
Create new {% endblock %}