ending_table_row.html
514 Bytes
<tr data-bfl-id="{{ base_form_label.id }}">
<td><strong>{{ base_form_label.symbol }}</strong></td>
<td>
<ul class="ending-group">
{% for ending, ro_qualifiers, form in ending_group %}
{% include 'ending_row.html' %}
{% endfor %}
</ul>
</td>
<td>
{% if editable %}
<button type="button" class="add-ending">
<span class="ui-icon ui-icon-plus"></span>
</button>
{% endif %}
</td>
</tr>