skill_ranking.html.twig 104 B

123456789
  1. {% autoescape false %}
  2. <script>
  3. $(function() {
  4. {{ jqgrid_html }}
  5. });
  6. </script>
  7. {% endautoescape %}