{% extends "billy/base.html" %} {% load humanize %} {% load billy_utiltags %} {% block content %}

Warning! Read me! This voids the warranty!!


If you doubt what you're doing, or don't feel like you know exactly what's going to happen, don't do it! This has the potental to break the API for folks, so please do think twice.

Merge Plan

This is an incomplete listing!

It's worth noting that all fields that have no change have been hidden from the default view. If you'd like to show them, feel free to toggle the fields on below.

The actions here will remove legislator {{ remove }} and update legislator {{ merge.leg_id }}
{% for key, val in merge_view.items %} {% endfor %}
attr info root value
{{ key }} {{ merge_view_info|key:val }}
New Value
{{ merge|key:key }}
{% if leg1.leg_id == remove %} "Duplicated" Legislator {% else %} "Original" Legislator {% endif %}
{{ leg1|key:key }}
{% if leg2.leg_id == remove %} "Duplicated" Legislator {% else %} "Original" Legislator {% endif %}
{{ leg2|key:key }}

Approve this change

Approving this change means that you've looked over this data (very carefuly) and you consider this to be a valid and meaningful merge that will result in no net data loss. If you're not at all sure, this is your last chance to avoid the merge.

{% csrf_token %}   {% endblock %}