{% 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 %}
Add Expert
fields marked * are mandatory fields.
 
Address
fields marked * are mandatory fields.
fields marked * are mandatory fields.
{#
#}
{# #}
Cancel
fields marked * are mandatory fields.
Personal Data
Full Name
Email Address
Registration Type
Gender
Institution
Department
Country
Address
{% if expert is defined %} {% if expert.2.instName is defined %} {% endif %} {% if expert.0.useInstAddr is defined %} {% endif %} {% if expert.0.idInd is not defined and app.user.id is defined %} {% elseif app.user.id != expert.0.idInd %} {% endif %} {% endif %}
Cancel
{% endblock %}
{% include "footer.html.twig" %} {% endblock %}