{% extends 'base/layout.html' %} {% load i18n %} {% block content %}
Merge Applications
{% csrf_token %} {% for pk in pks %} {% endfor %} {% for app in applications %} {% endfor %}
Primary Name Status Software
{{ app.name }} {{ app.get_status_display }} {{ app.software }}

Select the primary application – all others will be merged into it and deleted.

Cancel
{% endblock %}