{% extends '/admin/authenticated/layout/base.html.twig' %} {% import '/admin/components/helpers_macro.html.twig' as helpers %} {% block title %} Team Members {% endblock %} {% block content %} {{ helpers.notifications_success() }} {{ helpers.notifications_error() }} {{ helpers.notifications_warning() }}
| Name | Position | Contact | Status | |||||
|---|---|---|---|---|---|---|---|---|
|
{% if item.picture %}
|
{{ item.position }} |
{{ item.email }}
{% if item.phone %}{{ item.phone|dashed }}{% endif %}
|
{% if item.active %} Active {% else %} Inactive {% endif %} | |||||
|
{% if item.active %}
Active
{% else %}
Inactive
{% endif %}
{% if item.picture %}
{% endif %}
Details
{% if item.details %}
|
||||||||
| No data found. | ||||||||