{% extends "admin/base.html" %} {% block title %}Review LinkedIn import · bragi admin{% endblock %} {% block content %}

Review LinkedIn import

Reviewing changes from {{ export_filename }}. Untick any proposed change you want to skip; the rest will be applied to this resume page.

{% if warnings %} {% endif %}
{% if not by_section %}

No changes proposed. (Either the ZIP matches what's already on this page, or it contains nothing the importer can use.)

{% endif %} {% for section, proposals in by_section.items() %}
{{ section.capitalize() }} ({{ proposals | length }})
{% endfor %}
{% endblock %}