diff --git a/cp/resources/views/admin/contacts/index.twig b/cp/resources/views/admin/contacts/index.twig index 330fdd8..e257e19 100644 --- a/cp/resources/views/admin/contacts/index.twig +++ b/cp/resources/views/admin/contacts/index.twig @@ -1,6 +1,6 @@ {% extends "layouts/app.twig" %} -{% block title %}Contacts{% endblock %} +{% block title %}{{ __('Contacts') }}{% endblock %} {% block content %}
@@ -14,7 +14,7 @@ Overview

- Contacts + {{ __('Contacts') }}

@@ -42,48 +42,29 @@
-
-
-
- - - - - - - - - - - - - {% for contact in contacts %} - - - - - - - - - {% endfor %} - -
Actions
{{ contact.identifier }}{{ contact.name }}{{ contact.email }}{{ contact.contact_status }}{{ contact.has_domain_contact_mapping }} - - - - -
+
+
+
+
+
+ + + + +
+
+ Search: +
+ +
+
+
-
-
+
+
+
+
+