{% extends "web/base.html" %} {% load static i18n %} {% load formica alignments %} {% block page_title %}

← {% translate "Back to" %} {{ passage }}

{{ block.super }} {% endblock page_title %} {% block content %}

{% translate "Update an alignment" %}

{% translate "Click on words on both sides to align." %}
{% form "web/formica/alignment_form.html" form %} {% fields %} {% endform %}
{% render_alignment text_1 alignment.alignment_data 0 %}
{% render_alignment text_2 alignment.alignment_data 1 %}
{% translate "Cancel" %}
{% endblock %} {% block extra_body %} {% endblock %}