{% load form_helpers %} {% load helpers %} {% load i18n %}
{% trans "Step 4: Review & Create" %}
{% if state.cid %} {% endif %}
{% trans "Name" %} {{ state.name }}
{% trans "Circuit ID" %} {{ state.cid }}
{% trans "Strand Count" %} {{ state.strand_count }}
{% trans "Hops" %} {{ proposal.hop_count }}
{% trans "New Splices" %} {{ proposal.new_splice_count }}
{% csrf_token %} {% if needs_splices %}
{% trans "Splice Project" %}

{% trans "New splices are required. Select or create a splice project to organize them." %}

{% render_form form %}
{% endif %}
{% trans "Start Over" %}