{% set hints_free_public_access = "true" if hints_free_public_access == True else "false" %} {% with form = Forms.config.ChallengeSettingsForm( hints_free_public_access=hints_free_public_access, ) %}
{{ form.hints_free_public_access.label }} {{ form.hints_free_public_access(class="form-control custom-select") }} {{ form.hints_free_public_access.description }}
{% endwith %}