{% extends 'nature_guides/widgets/grid_choices.html' %}
{% block size %}{% endblock %}
{# there is no space_id for numbers, adjust space_id and input #}
{% block space_id %}id="numberspace_{{ widget.name }}_{{ option.value }}"{% endblock %}
{% block input %}
{% endblock %}
{% block label %}
{% endblock %}