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