{% extends "base.html" %} {% block content %}
{% for r in data.get("education_summary", []) %} {% if org_client_id in r["source"]["source_client_id"]["path"] %} {% else %} {% endif %} {% endfor %}
  Institution City State/region Country Department Degree
{{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}}
{% if url %} Cancel {% endif %} New...
{% endblock %}