<head>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="shortcut icon" type="image/x-icon" href="/images/logo.png" />
  <link href="https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&amp;display=swap" rel="stylesheet">
  <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&amp;display=swap" rel="stylesheet">
  @entryPointStyles('dashboard')
  @entryPointScripts('dashboard')
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css" integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA==" crossorigin="anonymous" referrerpolicy="no-referrer" /><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/fontawesome.min.css" integrity="sha512-Rcr1oG0XvqZI1yv1HIg9LgZVDEhf2AHjv+9AuD1JXWGLzlkoKDVvE925qySLcEywpMAYA/rkg296MkvqBF07Yw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  <link href="https://spruko.com/demo/django/zanex/zanex/assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
  <link href="https://spruko.com/demo/django/zanex/zanex/assets/css/style.css" rel="stylesheet"/>
  <link href="https://spruko.com/demo/django/zanex/zanex/assets/css/dark-style.css" rel="stylesheet"/>
  <link href="https://spruko.com/demo/django/zanex/zanex/assets/css/skin-modes.css" rel="stylesheet" />
  <link href="https://spruko.com/demo/django/zanex/zanex/assets/plugins/charts-c3/c3-chart.css" rel="stylesheet"/>
  <link href="https://spruko.com/demo/django/zanex/zanex/assets/plugins/p-scroll/perfect-scrollbar.css" rel="stylesheet" />
  <link href="https://spruko.com/demo/django/zanex/zanex/assets/css/icons.css" rel="stylesheet"/>
  <link href="https://spruko.com/demo/django/zanex/zanex/assets/plugins/sidebar/sidebar.css" rel="stylesheet">
  <link href="https://spruko.com/demo/django/zanex/zanex/assets/plugins/select2/select2.min.css" rel="stylesheet"/>
  <link href="https://spruko.com/demo/django/zanex/zanex/assets/plugins/datatable/css/dataTables.bootstrap5.css" rel="stylesheet" />
  <link href="https://spruko.com/demo/django/zanex/zanex/assets/plugins/datatable/responsive.bootstrap5.css" rel="stylesheet" />
  <link id="theme" rel="stylesheet" type="text/css" media="all" href="https://spruko.com/demo/django/zanex/zanex/assets/colors/color1.css" />
  <link href="https://spruko.com/demo/django/zanex/zanex/assets/switcher/css/switcher.css" rel="stylesheet"/>
  <link href="https://spruko.com/demo/django/zanex/zanex/assets/switcher/demo.css" rel="stylesheet"/>
  <script src="https://www.google.com/recaptcha/api.js?render=6Lch-vwpAAAAAP6mgacad1vWMvxQ9brYmTZ1Dt5U"></script>
  <script src="https://cdn.tiny.cloud/1/efv65zctfdf9kf0dis8f222mxdn5ktsy2n6rufgct7xoui2c/tinymce/7/tinymce.min.js" referrerpolicy="origin"></script>
  <style>
    .form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type="text"], .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type="number"], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint {
      box-shadow: none;
    }
    .dark-mode .form-control {
      box-shadow: none;
    }
  </style>
  <title>Painel de Controle - {{ title }}</title>
</head>
