        $filepickeroptions = array('maxbytes'=>0, 'accepted_types'=>'*', 'return_types'=>null);
        $mform->addElement('filepicker', '{{ id }}', get_string('{{ id }}', '{{ langCategory }}'), null, $filepickeroptions);
{% include 'form/form-common-element.twig' %}