{% 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 "Create an alignment" %}

{% translate "Select the two texts you want to align, then click on words on both sides to align." %}
{% form "web/formica/alignment_form.html" form %} {% fields %} {% endform %} {% for passage_text in passage_texts %} {% endfor %}
{% translate "Cancel" %}
{% endblock %} {% block extra_body %} {% endblock %}