{% extends 'editor/base.html' %} {% load tag_library %} {% load humanize %} {% load i18n %} {% load static %} {% block editor_scripts %} {% endblock %} {% block editor_style %} {% endblock %} {% block content %}
{% trans 'back' %}

{% blocktrans %}Compare local {{activity_plural_lower}} with IATI{% endblocktrans %}

{% if available_action %}

{% trans available_action.description %}

{% endif %}
{{ left.get_status_display }}
{{ right.get_status_display }}
{% include 'editor/activity_card.html' with activity=left %}
{% include 'editor/activity_card.html' with activity=right %}
{% if available_action %}
{% csrf_token %}
{% endif %}
{% endblock %}