{% load bootstrap3 %}


{% for line in rc_lines %}
{% bootstrap_form line.form layout='horizontal' size='small' %}

{% for f in line.subforms %}
{% if edit %}{% endif %}
{% bootstrap_form f layout='horizontal' size='small' %}
{% endfor %} {% if edit and line.subform %}
{% endif %} {% if edit and line.line_type.name == 'codes' %}
{% endif %}
{% endfor%}