{% extends "core/base_package.html" %}{% load bootstrap3 i18n %} {% block bootstrap3_title %}{% trans 'Compare states' %}{% endblock %} {% block repo_content %}

{% trans 'Compare states' %}

{% csrf_token %} {% bootstrap_form form %}
{% if all_valid %}
{% trans 'All packages are valid.' %}
{% endif %} {% if invalid_values %}

{% trans 'Invalid packages' %}

{% endif %} {% if only_left %}

{% trans 'Files only in the left state' %}

{% endif %} {% if only_right %}

{% trans 'Files only in the right state' %}

{% endif %} {% endblock %}