blob: 5afd6497efa4fe9282787da48c126946c06dde21 (
plain)
1
2
3
4
5
6
7
8
|
<input name="field_null[{{ column_number }}]"
id="field_{{ column_number }}_{{ ci - ci_offset }}"
{% if column_meta['Null'] is not empty and column_meta['Null'] != 'NO' and column_meta['Null'] != 'NOT NULL' -%}
checked="checked"
{%- endif %}
type="checkbox"
value="YES"
class="allow_null">
|