{% load i18n %} {% load markup %} {% load custom_tags %} {% load wikitags %}
{% for field in form_well_index %} {% endfor %}
{{ field.label_tag }}{{ field }}{% if field.errors %}{{ field.errors }}{% endif %}{{ field.help_text|safe }}
{% for cn in manager.names.column_names %} {% endfor %} {% for row in manager.containers.wells %} {% for col in row.1 %} {% if col.1.isWellSample %} {% else %} {% endif %} {% endfor %} {% endfor %}
{{ cn }}
{{ row.0 }}