        $mform->addElement('float', '{{ id }}', get_string('{{ id }}', '{{ langCategory }}'), [array('size' => '5')]);
        $mform->setType('{{ id }}', PARAM_LOCALISEDFLOAT);
{% include 'form/form-common-element.twig' %}