{% extends 'atom/base.html' %} {% block content %}

{{s1.trie_name}} by {{s1.author}}, {{s1.created|date:"Y.m.d H:i:s"}}

{{s2.trie_name}} by {{s2.author}}, {{s2.created|date:"Y.m.d H:i:s"}}

{% if deleted %}

Deleted lists

{{ deleted }} {% endif %} {% if added %}

Added lists

{{ added }} {% endif %} {% for hunk in hunks %}

{{hunk.key}}

{% autoescape off %} {{hunk.diff}} {% endautoescape %}
{% endfor %} {% endblock %} {% block head_css %} {{ block.super }} {% endblock %} {% block body_js %} {{block.super}} {% endblock %}