{% load form_helpers %} {% load helpers %} {% load i18n %}
| {% 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 }} |