{% if child.block.label %}
{% endif %}
{{ child.render_form }}
{% if child.block.label == "Language" %}
{# As we loop through, load each language dialect #}
{% for language_choice, language_name in child.block.field.choices %}
{% if language_choice|length %}
{% endif %}
{% endfor %}
{% endif %}
{% if child.block.label == "Code" %}