{% extends 'Admin/base.html.twig' %} {% block title %} OceanExpert | Add Expert {% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% include('navbarlogin.html.twig') %}
{% block sidebar %} {% include('Admin/adminSidebar.html.twig') %} {% endblock %}
{% block content %}

Data Table With Full Features

Displaying {{ data.getPaginationData.firstItemNumber }} – {{ data.getPaginationData.lastItemNumber }} results of {{ data.getTotalItemCount }}.
{% for expert in data.items %} {% endfor %}
ID Name Position Organiztion Email Country Date Action
{{ expert.id_ind }} {{ expert.fname ~ ' ' ~ expert.sname }} {{ expert.jobtitle }} Organiztion Email Country Date Action
ID Name Position Organiztion Email Country Date Action
{% endblock %}
{% include "footer.html.twig" %} {% endblock %}