{% extends "layout.html" %} {% from "macros.html" import section_button_group %} {% set return_url = url_for("section", user_id=user.id, section_type=section_type, url=url) %} {% block content %} {{ section_button_group(user.id, section_type, url=url) }}
ORCID iD | {{ user.orcid }} |
First Name | {{ user.first_name }} |
Last Name | {{ user.last_name }} |