{% extends "layout.html" %} {% block content %}
{% if section_type == "EDU" %} {% else %} {% endif %} {% if section_type == "EDU" %} {% else %} {% endif %} {% if not records %} {% else %} {% for r in records %} {% if r.get("source", "source-client-id") and org_client_id in r.get("source", "source-client-id", "path") %} {% else %} {% endif %} {% endfor %} {% endif %}
 InstitutionInstitution/employerCity State/region Country DepartmentDegreeRole Put-code
There are no records.
{{r.get("organization", "name")|default("", True)}}
Source: {{r.get("source", "source-name", "value")|default("", True)}}
{{r.get("organization", "address", "city")|default("", True)}} {{r.get("organization", "address", "region")|default("", True)}} {{r.get("organization", "address", "country")|default("", True)}} {{r.get("department-name")|default("", True)}} {{r.get("role-title")|default("", True)}} {{r|year_range}} {{r.get("put-code")|default("", True)}}
{% if url %} Cancel {% endif %} New...
{% endblock %}