<script type="text/javascript">$(function () {$(document).on("click", "a.solicitar-curso-no-access", function (event) {event.preventDefault();const title = "{{ 'js.title.modal.solicitar_curso_no_access' | trans({}, 'js') }}";const message = "{{ 'js.message.modal.solicitar_curso_no_access' | trans({'%login%': path('login_request_credentials'), '%register%': path('register_request_information')}, 'js') | raw }}";AlertUtils.info(title, message, null, AlertUtils.Buttons.simple);});});</script>