Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="es"> <!--<![endif]-->
  3. <head>
  4. <meta charset="utf-8">
  5. <!-- www.phpied.com/conditional-comments-block-downloads/ -->
  6. <!-- Always force latest IE rendering engine
  7. (even in intranet) & Chrome Frame
  8. Remove this if you use the .htaccess -->
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  10. <!-- Mobile Viewport Fix
  11. j.mp/mobileviewport & davidbcalhoun.com/2010/viewport-metatag
  12. device-width: Occupy full width of the screen in its current orientation
  13. initial-scale = 1.0 retains dimensions instead of zooming out if page height > device height
  14. user-scalable = yes allows the user to zoom in -->
  15. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  16. <title>DeporteHD</title>
  17. <!-- http://dev.w3.org/html5/markup/meta.name.html -->
  18. <meta name="application-name" content="DeporteHD">
  19. <!-- Speaking of Google, don't forget to set your site up:
  20. http://google.com/webmasters -->
  21. <meta name="google-site-verification" content="">
  22.  
  23. <!-- tema de colores para navegador -->
  24. <!-- Chrome, Firefox OS and Opera -->
  25. <meta name="theme-color" content="#2b374a">
  26. <!-- Windows Phone -->
  27. <meta name="msapplication-navbutton-color" content="#2b374a">
  28. <!-- iOS Safari -->
  29. <meta name="apple-mobile-web-app-status-bar-style" content="#2b374a">
  30.  
  31.  
  32.  
  33. <!-- include stylesheets -->
  34. <!-- <link rel="stylesheet" href="/deportehd/static/css/bootstrap.min.css"/> -->
  35. <link rel="stylesheet" href="/deportehd/static/css/bootstrap.min.css"/>
  36. <link rel="stylesheet" href="/deportehd/static/css/web2py-bootstrap3.css"/>
  37. <!-- <link rel="stylesheet" href="/deportehd/static/fonts/font-awesome/4.5.0/css/font-awesome.min.css"/> -->
  38. <link href="/deportehd/static/font-awesome/css/font-awesome.css" rel="stylesheet">
  39. <link rel="stylesheet" href="/deportehd/static/css/animate.css"/>
  40.  
  41. <!-- Incluir css para los plugs aqui -->
  42. <link href="/deportehd/static/css/plugins/toastr/toastr.min.css" rel="stylesheet">
  43.  
  44. <link rel="shortcut icon" href="/deportehd/static/images/favicon.ico?v=2" type="image/x-icon">
  45. <link rel="apple-touch-icon" href="/deportehd/static/images/favicon.png?v=2">
  46. <!-- All JavaScript at the bottom, except for Modernizr which enables
  47. HTML5 elements & feature detects -->
  48. <script src="/deportehd/static/js/modernizr-2.8.3.min.js"></script>
  49. <!--[if lt IE 9]>
  50. <script src="/deportehd/static/js/respond-1.4.2.min.js"></script>
  51. <![endif]-->
  52. <!-- Favicons -->
  53. <script type="text/javascript"><!--
  54. // These variables are used by the web2py_ajax_init function in web2py_ajax.js (which is loaded below).
  55. var w2p_ajax_datetime_format = "%Y-%m-%d %H:%M:%S";
  56. var w2p_ajax_date_format = "%Y-%m-%d";
  57. var w2p_ajax_confirm_message = "\u00bfEst\u00e1 seguro que desea borrar este objeto?";
  58. var ajax_error_500 = "Ha ocurrido un error, por favor <a href=\"/deportehd/equipos/invitar/14\">recargar</a> la p\u00e1gina";
  59. var w2p_ajax_disable_with_message = "Trabajando...";
  60.  
  61. //--></script>
  62.  
  63. <meta name="keywords" content="[&#x27;web2py&#x27;, &#x27;python&#x27;, &#x27;framework&#x27;]" />
  64. <meta name="description" content="a cool new app" />
  65. <meta name="generator" content="Web2py Web Framework" />
  66. <meta name="author" content="Your Name &lt;you@example.com&gt;" />
  67. <script src="/deportehd/static/js/jquery-3.1.1.min.js" type="text/javascript"></script><link href="/deportehd/static/css/calendar.css" rel="stylesheet" type="text/css" /><script src="/deportehd/static/js/calendar.js" type="text/javascript"></script><script src="/deportehd/static/js/web2py.js" type="text/javascript"></script>
  68. <!-- this includes jquery.js, calendar.js/.css and web2py.js -->
  69.  
  70. <!-- Evitar errores sobre el sidebar -->
  71.  
  72. <!-- De último para que ese puedan sobre escribir las reglas de los plugins -->
  73. <link rel="stylesheet" href="/deportehd/static/css/style.css"/>
  74.  
  75.  
  76. <!-- link al feed de rss -->
  77. <link rel="alternate" type="application/rss+xml"
  78. title="RSS Feed para DeporteHD"
  79. href="http://127.0.0.1:8000/deportehd/video/feed" />
  80. </head>
  81. <body class="canvas-menu">
  82.  
  83. <div class="w2p_flash">¡Correcto!</div>
  84. <div id="wrapper">
  85.  
  86.  
  87. <!-- Sidebar general -->
  88.  
  89. <nav class="navbar-default navbar-static-side" role="navigation">
  90. <a class="close-canvas-menu"><i class="fa fa-times"></i></a>
  91. <div class="sidebar-collapse">
  92. <ul class="nav metismenu" id="side-menu">
  93. <li class="nav-header">
  94. <div class="text-center">
  95.  
  96. <div data-w2p_remote="/deportehd/perfil/avatar.load" id="c991173664338"><span><img alt="Avatar" class="img-circle responsive" src="/deportehd/static/images/user.svg" width="60" /></span></div>
  97. <div class="dropdown profile-element">
  98. <a data-toggle="dropdown" class="dropdown-toggle" href="#">
  99. <span class="clear">
  100. <span class="block m-t-xs">
  101. <strong class="font-bold">
  102. User 0
  103. </strong>
  104. </span>
  105. </span>
  106. </a>
  107. </div>
  108.  
  109. <div class="logo-element">
  110. D+HD
  111. </div>
  112. </li>
  113. <li><a href="/deportehd/video/publicos" title="Inicio"><i class="fa fa-home"></i><span class="nav-label">Inicio</span></a></li><li><a href="/deportehd/default/index" title="Dashboard"><i class="fa fa-tachometer"></i><span class="nav-label">Dashboard</span></a></li><li><a href="#videos" title="Vídeos"><i class="fa fa-youtube-play"></i><span class="nav-label">Vídeos</span><span class="fa arrow"></span></a><ul class="nav nav-second-level collapse"><li><a href="/deportehd/video/publicos" title="Públicos">Públicos</a></li><li><a href="/deportehd/videostorage/index" title="Privados">Privados</a></li><li><a href="/deportehd/piloto/registrarme" title="Subir vídeo propio">Subir vídeo propio</a></li></ul></li><li><a href="#productos" title="Productos"><i class="fa fa-shopping-cart"></i><span class="nav-label">Productos</span><span class="fa arrow"></span></a><ul class="nav nav-second-level collapse"><li><a href="/deportehd/producto/mostrar" title="Listado">Listado</a></li></ul></li><li><a href="/deportehd/banners/index" title="Banners"><i class="fa fa-bullhorn"></i><span class="nav-label">Banners</span></a></li><li><a href="#piloto" title="Pilotos"><i class="fa fa-video-camera"></i><span class="nav-label">Pilotos</span><span class="fa arrow"></span></a><ul class="nav nav-second-level collapse"><li><a href="/deportehd/reserva_piloto/crear" title="Solicitar reserva">Solicitar reserva</a></li></ul></li><li><a href="#comisiones" title="Beneficios"><i class="fa fa-money"></i><span class="nav-label">Beneficios</span><span class="fa arrow"></span></a><ul class="nav nav-second-level collapse"><li><a href="/deportehd/comision/comisiones" title="Mis fondos">Mis fondos</a></li><li><a href="/deportehd/comision/descriptores_comision_colaborador_por_usuario" title="Mis comisiones">Mis comisiones</a></li><li><a href="/deportehd/comision/solicitudes_traspaso_fondos" title="Solicitudes de traspaso de fondos">Solicitudes de traspaso de fondos</a></li></ul></li><li class="active"><a href="#centros" title="Centros"><i class="fa fa-futbol-o"></i><span class="nav-label">Centros</span><span class="fa arrow"></span></a><ul class="nav nav-second-level collapse"><li><a href="/deportehd/centro_deportivo/buscar_centro_deportivo" title="Buscar">Buscar</a></li><li><a href="/deportehd/equipos/index" title="Equipos">Equipos</a></li><li><a href="/deportehd/reserva/index" title="Reservas">Reservas</a></li></ul></li><li class="noti-icon" id="menu-noti-icon"><a href="/deportehd/notificaciones/index" title="Notificaciones"><i class="fa fa-bell"></i><span class="nav-label">Notificaciones</span><span class="label label-primary pull-right">0</span></a></li><li><a href="#blog" title="Blog"><i class="fa fa-newspaper-o"></i><span class="nav-label">Blog</span><span class="fa arrow"></span></a><ul class="nav nav-second-level collapse"><li><a href="/deportehd/plugin_blog/index" title="Artículos">Artículos</a></li></ul></li><li><a href="#configuracion" title="Configuración"><i class="fa fa-gear"></i><span class="nav-label">Configuración</span><span class="fa arrow"></span></a><ul class="nav nav-second-level collapse"><li><a href="/deportehd/perfil/index" title="Perfil">Perfil</a></li></ul></li><li><a href="#estadisticas" title="Estadísticas"><i class="fa fa-th-list"></i><span class="nav-label">Estadísticas</span><span class="fa arrow"></span></a><ul class="nav nav-second-level collapse"><li><a href="/deportehd/estadisticas/facturas" title="Facturación general">Facturación general</a></li></ul></li>
  114. <!-- Solo es visible en móviles-->
  115.  
  116. <li class="visible-xs">
  117. <a href="/deportehd/default/user/logout" title="Salir"><i class="fa fa-sign-out"></i></a>
  118. </li>
  119.  
  120. </ul>
  121.  
  122. </div>
  123. </nav>
  124.  
  125.  
  126. <div id="page-wrapper" class="gray-bg">
  127.  
  128. <!-- Navbar de arriba -->
  129. <div class="row border-bottom">
  130. <nav class="navbar navbar-static-top white-bg" role="navigation" style="margin-bottom: 0">
  131. <div class="navbar-header">
  132. <!-- Minimizar sidebar -->
  133. <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#">
  134. <i class="fa fa-bars"></i>
  135. </a>
  136.  
  137. <!-- Enlaces navbar -->
  138.  
  139. </div>
  140.  
  141. <ul class="nav navbar-top-links navbar-right">
  142.  
  143.  
  144. <li>
  145. <a href="/deportehd/piloto/registrarme" title="Subir vídeo propio">
  146. <i class="fa fa-cloud-upload fa-2x text-success"></i>
  147. </a>
  148. </li>
  149.  
  150.  
  151. <!-- Notificaciones -->
  152.  
  153. <li id="nav-noti-icon" class="noti-icon">
  154. <!-- aqui se va poner el icono de las notificaciones -->
  155. <a class="count-info" href="/deportehd/notificaciones/index"><i class="fa fa-bell"></i><span class="label label-default">0</span></a>
  156. </li>
  157.  
  158. <li><a class="count-info" href="/deportehd/producto/comprar_kits"><i class="fa fa-shopping-cart"></i><span class="label label-default">0</span></a></li>
  159.  
  160. <!-- END Notificaciones -->
  161. <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#" rel="nofollow">Hola, User</a><ul class="dropdown-menu"><li><a href="/deportehd/default/user/change_password" rel="nofollow"><i class="icon icon-lock glyphicon glyphicon-lock"></i> Contraseña</a></li><li class="divider"></li><li><a href="/deportehd/default/user/logout?_next=/deportehd/default/index" rel="nofollow"><i class="icon icon-off glyphicon glyphicon-off"></i> Salir</a></li></ul></li>
  162. </ul>
  163. </nav>
  164. </div>
  165.  
  166.  
  167. <!-- repetir esto -->
  168. <div class="row wrapper border-bottom white-bg page-heading">
  169.  
  170. </div>
  171.  
  172.  
  173.  
  174. <!-- Si es necesario un header para el contenido incluir lo siguiente: -->
  175. <!--
  176. <div class="row border-bottom white-bg dashboard-header">
  177. </div>
  178. -->
  179.  
  180.  
  181. <div class="wrapper wrapper-content animated fadeInRight">
  182.  
  183.  
  184. <!-- Usar class="row" para situar contenido -->
  185.  
  186. <div class="row white-bg m-b-lg">
  187. <div class="col-md-12">
  188.  
  189. <h2>Invitar</h2>
  190.  
  191.  
  192. <div id="totop-00d56e90-f9d6-403e-8d6e-f7eab33791f4"><button onclick="document.location=&#x27;/admin/default/design.html/deportehd&#x27;">design</button><button onclick="jQuery(&#x27;#request-00d56e90-f9d6-403e-8d6e-f7eab33791f4&#x27;).slideToggle()">request</button><button onclick="jQuery(&#x27;#response-00d56e90-f9d6-403e-8d6e-f7eab33791f4&#x27;).slideToggle()">response</button><button onclick="jQuery(&#x27;#session-00d56e90-f9d6-403e-8d6e-f7eab33791f4&#x27;).slideToggle()">session</button><button onclick="jQuery(&#x27;#db-tables-00d56e90-f9d6-403e-8d6e-f7eab33791f4&#x27;).slideToggle()">db tables</button><button onclick="jQuery(&#x27;#db-stats-00d56e90-f9d6-403e-8d6e-f7eab33791f4&#x27;).slideToggle()">db stats</button><div class="w2p-toolbar-hidden" id="request-00d56e90-f9d6-403e-8d6e-f7eab33791f4"><div><table><tr><td style="font-weight:bold;vertical-align:top;">ajax</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">application</td><td style="vertical-align:top;">:</td><td><div>deportehd</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">args</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>14</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">cid</td><td style="vertical-align:top;">:</td><td><div>None</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">client</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">controller</td><td style="vertical-align:top;">:</td><td><div>equipos</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">cookies</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">csrftoken</td><td style="vertical-align:top;">:</td><td><div>55kvup98t7cp4WzFQe8YU0OKbRGieJeyP0QKXdJfo30zHhcmWWRJQfxhLm1YenMN<table><tr><td style="font-weight:bold;vertical-align:top;">comment</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">domain</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">expires</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">httponly</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">max-age</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">path</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">secure</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">version</td><td style="vertical-align:top;">:</td><td><div></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_id_deportehd</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1-bbe6d0f9-ba42-41c8-bc42-934c5045afff<table><tr><td style="font-weight:bold;vertical-align:top;">comment</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">domain</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">expires</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">httponly</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">max-age</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">path</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">secure</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">version</td><td style="vertical-align:top;">:</td><td><div></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_id_init</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1-ee435797-0fd1-4114-b30b-1dc8c82cad39<table><tr><td style="font-weight:bold;vertical-align:top;">comment</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">domain</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">expires</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">httponly</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">max-age</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">path</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">secure</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">version</td><td style="vertical-align:top;">:</td><td><div></div></td></tr></table></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">env</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">CONTENT_LENGTH</td><td style="vertical-align:top;">:</td><td><div>463</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">CONTENT_TYPE</td><td style="vertical-align:top;">:</td><td><div>multipart/form-data; boundary=---------------------------8362619071297091661326555833</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_ACCEPT</td><td style="vertical-align:top;">:</td><td><div>text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_ACCEPT_ENCODING</td><td style="vertical-align:top;">:</td><td><div>gzip, deflate</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_ACCEPT_LANGUAGE</td><td style="vertical-align:top;">:</td><td><div>es,en;q=0.7,pt;q=0.3</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_CONNECTION</td><td style="vertical-align:top;">:</td><td><div>keep-alive</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_CONTENT_LENGTH</td><td style="vertical-align:top;">:</td><td><div>463</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_CONTENT_TYPE</td><td style="vertical-align:top;">:</td><td><div>multipart/form-data; boundary=---------------------------8362619071297091661326555833</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_COOKIE</td><td style="vertical-align:top;">:</td><td><div>csrftoken=55kvup98t7cp4WzFQe8YU0OKbRGieJeyP0QKXdJfo30zHhcmWWRJQfxhLm1YenMN; _ga=GA1.1.374488613.1519080822; session_id_init=127.0.0.1-ee435797-0fd1-4114-b30b-1dc8c82cad39; session_id_deportehd=127.0.0.1-bbe6d0f9-ba42-41c8-bc42-934c5045afff</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_HOST</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1:8000</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_REFERER</td><td style="vertical-align:top;">:</td><td><div>http://127.0.0.1:8000/deportehd/equipos/invitar/14</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_UPGRADE_INSECURE_REQUESTS</td><td style="vertical-align:top;">:</td><td><div>1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">HTTP_USER_AGENT</td><td style="vertical-align:top;">:</td><td><div>Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">PATH_INFO</td><td style="vertical-align:top;">:</td><td><div>/deportehd/equipos/invitar/14</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">QUERY_STRING</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">REMOTE_ADDR</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">REMOTE_PORT</td><td style="vertical-align:top;">:</td><td><div>35536</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">REQUEST_METHOD</td><td style="vertical-align:top;">:</td><td><div>POST</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">SCRIPT_NAME</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">SERVER_NAME</td><td style="vertical-align:top;">:</td><td><div>HP</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">SERVER_PORT</td><td style="vertical-align:top;">:</td><td><div>8000</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">SERVER_PROTOCOL</td><td style="vertical-align:top;">:</td><td><div>HTTP/1.1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">SERVER_SOFTWARE</td><td style="vertical-align:top;">:</td><td><div>Rocket 1.2.6</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">app_folders</td><td style="vertical-align:top;">:</td><td><div>set([&#x27;/home/ernesto/Work/DeportesHD/Proyecto/deportehd/web2py/applications/deportehd/&#x27;, &#x27;/home/ernesto/Work/DeportesHD/Proyecto/deportehd/web2py/applications/init/&#x27;])</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">applications_parent</td><td style="vertical-align:top;">:</td><td><div>/home/ernesto/Work/DeportesHD/Proyecto/deportehd/web2py</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">cmd_args</td><td style="vertical-align:top;">:</td><td><div><table></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">cmd_options</td><td style="vertical-align:top;">:</td><td><div>&lt;Values at 0x7fe90126ef80: {&#x27;verbose&#x27;: False, &#x27;ip&#x27;: &#x27;127.0.0.1&#x27;, &#x27;debuglevel&#x27;: 30, &#x27;with_scheduler&#x27;: True, &#x27;shutdown_timeout&#x27;: 5, &#x27;taskbar&#x27;: False, &#x27;with_coverage&#x27;: False, &#x27;pid_filename&#x27;: &#x27;httpserver.pid&#x27;, &#x27;maxthreads&#x27;: None, &#x27;softcron&#x27;: False, &#x27;server_name&#x27;: &#x27;HP&#x27;, &#x27;bpython&#x27;: False, &#x27;nogui&#x27;: False, &#x27;port&#x27;: 8000, &#x27;print_errors&#x27;: False, &#x27;extcron&#x27;: False, &#x27;runcron&#x27;: False, &#x27;run_system_tests&#x27;: False, &#x27;test&#x27;: None, &#x27;folder&#x27;: &#x27;/home/ernesto/Work/DeportesHD/Proyecto/deportehd/web2py&#x27;, &#x27;config&#x27;: &#x27;&#x27;, &#x27;minthreads&#x27;: None, &#x27;shell&#x27;: None, &#x27;run&#x27;: &#x27;&#x27;, &#x27;log_filename&#x27;: &#x27;httpserver.log&#x27;, &#x27;profiler_dir&#x27;: None, &#x27;args&#x27;: [], &#x27;socket_timeout&#x27;: 5, &#x27;ssl_ca_certificate&#x27;: None, &#x27;scheduler&#x27;: &#x27;deportehd:localhost:principal_local:downloader_local:transcoder_local&#x27;, &#x27;interfaces&#x27;: None, &#x27;ssl_private_key&#x27;: &#x27;&#x27;, &#x27;gae&#x27;: None, &#x27;password&#x27;: &#x27;******&#x27;, &#x27;request_queue_size&#x27;: 5, &#x27;ssl_certificate&#x27;: &#x27;&#x27;, &#x27;cronjob&#x27;: False, &#x27;numthreads&#x27;: None, &#x27;quiet&#x27;: False, &#x27;import_models&#x27;: False, &#x27;timeout&#x27;: 10, &#x27;plain&#x27;: False, &#x27;nobanner&#x27;: False}&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">content_length</td><td style="vertical-align:top;">:</td><td><div>463</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">content_type</td><td style="vertical-align:top;">:</td><td><div>multipart/form-data; boundary=---------------------------8362619071297091661326555833</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">db_sessions</td><td style="vertical-align:top;">:</td><td><div>set([])</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">debugging</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">gluon_parent</td><td style="vertical-align:top;">:</td><td><div>/home/ernesto/Work/DeportesHD/Proyecto/deportehd/web2py</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_accept</td><td style="vertical-align:top;">:</td><td><div>text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_accept_encoding</td><td style="vertical-align:top;">:</td><td><div>gzip, deflate</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_accept_language</td><td style="vertical-align:top;">:</td><td><div>es,en;q=0.7,pt;q=0.3</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_connection</td><td style="vertical-align:top;">:</td><td><div>keep-alive</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_content_length</td><td style="vertical-align:top;">:</td><td><div>463</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_content_type</td><td style="vertical-align:top;">:</td><td><div>multipart/form-data; boundary=---------------------------8362619071297091661326555833</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_cookie</td><td style="vertical-align:top;">:</td><td><div>csrftoken=55kvup98t7cp4WzFQe8YU0OKbRGieJeyP0QKXdJfo30zHhcmWWRJQfxhLm1YenMN; _ga=GA1.1.374488613.1519080822; session_id_init=127.0.0.1-ee435797-0fd1-4114-b30b-1dc8c82cad39; session_id_deportehd=127.0.0.1-bbe6d0f9-ba42-41c8-bc42-934c5045afff</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_host</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1:8000</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_referer</td><td style="vertical-align:top;">:</td><td><div>http://127.0.0.1:8000/deportehd/equipos/invitar/14</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_upgrade_insecure_requests</td><td style="vertical-align:top;">:</td><td><div>1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">http_user_agent</td><td style="vertical-align:top;">:</td><td><div>Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_jython</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_py2</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_pypy</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_source</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">local_hosts</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>HP</div></td></tr><tr><td><div>::1</div></td></tr><tr><td><div>127.0.1.1</div></td></tr><tr><td><div>::ffff:127.0.0.1</div></td></tr><tr><td><div>127.0.0.1</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">path_info</td><td style="vertical-align:top;">:</td><td><div>/deportehd/equipos/invitar/14</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">query_string</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">remote_addr</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">remote_port</td><td style="vertical-align:top;">:</td><td><div>35536</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">request_method</td><td style="vertical-align:top;">:</td><td><div>POST</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">request_uri</td><td style="vertical-align:top;">:</td><td><div>/deportehd/equipos/invitar/14</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">script_name</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">server_name</td><td style="vertical-align:top;">:</td><td><div>HP</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">server_port</td><td style="vertical-align:top;">:</td><td><div>8000</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">server_protocol</td><td style="vertical-align:top;">:</td><td><div>HTTP/1.1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">server_software</td><td style="vertical-align:top;">:</td><td><div>Rocket 1.2.6</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">web2py_path</td><td style="vertical-align:top;">:</td><td><div>/home/ernesto/Work/DeportesHD/Proyecto/deportehd/web2py</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">web2py_version</td><td style="vertical-align:top;">:</td><td><div>2.16.1-stable+timestamp.2018.03.08.10.23.01</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.errors</td><td style="vertical-align:top;">:</td><td><div>&lt;open file &#x27;&lt;stderr&gt;&#x27;, mode &#x27;w&#x27; at 0x7fe90eccc1e0&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.file_wrapper</td><td style="vertical-align:top;">:</td><td><div>&lt;class wsgiref.util.FileWrapper at 0x7fe9012b2870&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.input</td><td style="vertical-align:top;">:</td><td><div>&lt;socket._fileobject object at 0x7fe8c3f20e50&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.multiprocess</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.multithread</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.run_once</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.url_scheme</td><td style="vertical-align:top;">:</td><td><div>http</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi.version</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>1</div></td></tr><tr><td><div>0</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_errors</td><td style="vertical-align:top;">:</td><td><div>&lt;open file &#x27;&lt;stderr&gt;&#x27;, mode &#x27;w&#x27; at 0x7fe90eccc1e0&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_file_wrapper</td><td style="vertical-align:top;">:</td><td><div>&lt;class wsgiref.util.FileWrapper at 0x7fe9012b2870&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_input</td><td style="vertical-align:top;">:</td><td><div>&lt;socket._fileobject object at 0x7fe8c3f20e50&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_multiprocess</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_multithread</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_run_once</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_url_scheme</td><td style="vertical-align:top;">:</td><td><div>http</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi_version</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>1</div></td></tr><tr><td><div>0</div></td></tr></table></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">extension</td><td style="vertical-align:top;">:</td><td><div>html</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">folder</td><td style="vertical-align:top;">:</td><td><div>/home/ernesto/Work/DeportesHD/Proyecto/deportehd/web2py/applications/deportehd/</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">function</td><td style="vertical-align:top;">:</td><td><div>invitar</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">get_vars</td><td style="vertical-align:top;">:</td><td><div><table></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">global_settings</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">app_folders</td><td style="vertical-align:top;">:</td><td><div>set([&#x27;/home/ernesto/Work/DeportesHD/Proyecto/deportehd/web2py/applications/deportehd/&#x27;, &#x27;/home/ernesto/Work/DeportesHD/Proyecto/deportehd/web2py/applications/init/&#x27;])</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">applications_parent</td><td style="vertical-align:top;">:</td><td><div>/home/ernesto/Work/DeportesHD/Proyecto/deportehd/web2py</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">cmd_args</td><td style="vertical-align:top;">:</td><td><div><table></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">cmd_options</td><td style="vertical-align:top;">:</td><td><div>&lt;Values at 0x7fe90126ef80: {&#x27;verbose&#x27;: False, &#x27;ip&#x27;: &#x27;127.0.0.1&#x27;, &#x27;debuglevel&#x27;: 30, &#x27;with_scheduler&#x27;: True, &#x27;shutdown_timeout&#x27;: 5, &#x27;taskbar&#x27;: False, &#x27;with_coverage&#x27;: False, &#x27;pid_filename&#x27;: &#x27;httpserver.pid&#x27;, &#x27;maxthreads&#x27;: None, &#x27;softcron&#x27;: False, &#x27;server_name&#x27;: &#x27;HP&#x27;, &#x27;bpython&#x27;: False, &#x27;nogui&#x27;: False, &#x27;port&#x27;: 8000, &#x27;print_errors&#x27;: False, &#x27;extcron&#x27;: False, &#x27;runcron&#x27;: False, &#x27;run_system_tests&#x27;: False, &#x27;test&#x27;: None, &#x27;folder&#x27;: &#x27;/home/ernesto/Work/DeportesHD/Proyecto/deportehd/web2py&#x27;, &#x27;config&#x27;: &#x27;&#x27;, &#x27;minthreads&#x27;: None, &#x27;shell&#x27;: None, &#x27;run&#x27;: &#x27;&#x27;, &#x27;log_filename&#x27;: &#x27;httpserver.log&#x27;, &#x27;profiler_dir&#x27;: None, &#x27;args&#x27;: [], &#x27;socket_timeout&#x27;: 5, &#x27;ssl_ca_certificate&#x27;: None, &#x27;scheduler&#x27;: &#x27;deportehd:localhost:principal_local:downloader_local:transcoder_local&#x27;, &#x27;interfaces&#x27;: None, &#x27;ssl_private_key&#x27;: &#x27;&#x27;, &#x27;gae&#x27;: None, &#x27;password&#x27;: &#x27;******&#x27;, &#x27;request_queue_size&#x27;: 5, &#x27;ssl_certificate&#x27;: &#x27;&#x27;, &#x27;cronjob&#x27;: False, &#x27;numthreads&#x27;: None, &#x27;quiet&#x27;: False, &#x27;import_models&#x27;: False, &#x27;timeout&#x27;: 10, &#x27;plain&#x27;: False, &#x27;nobanner&#x27;: False}&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">db_sessions</td><td style="vertical-align:top;">:</td><td><div>set([])</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">debugging</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">gluon_parent</td><td style="vertical-align:top;">:</td><td><div>/home/ernesto/Work/DeportesHD/Proyecto/deportehd/web2py</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_jython</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_py2</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_pypy</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_source</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">local_hosts</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>HP</div></td></tr><tr><td><div>::1</div></td></tr><tr><td><div>127.0.1.1</div></td></tr><tr><td><div>::ffff:127.0.0.1</div></td></tr><tr><td><div>127.0.0.1</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">web2py_version</td><td style="vertical-align:top;">:</td><td><div>2.16.1-stable+timestamp.2018.03.08.10.23.01</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_https</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_local</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_restful</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_scheduler</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">is_shell</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">method</td><td style="vertical-align:top;">:</td><td><div>POST</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">now</td><td style="vertical-align:top;">:</td><td><div>datetime.datetime(2019, 2, 18, 16, 30, 14, 558435)</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">post_vars</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">invitado</td><td style="vertical-align:top;">:</td><td><div>inv4@gmail.com</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">raw_args</td><td style="vertical-align:top;">:</td><td><div>14</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">raw_extension</td><td style="vertical-align:top;">:</td><td><div>None</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">url</td><td style="vertical-align:top;">:</td><td><div>/deportehd/equipos/invitar/14</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">utcnow</td><td style="vertical-align:top;">:</td><td><div>datetime.datetime(2019, 2, 18, 21, 30, 14, 558451)</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">vars</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">invitado</td><td style="vertical-align:top;">:</td><td><div>inv4@gmail.com</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">wsgi</td><td style="vertical-align:top;">:</td><td><div>&lt;gluon.main.LazyWSGI object at 0x7fe8c3393310&gt;</div></td></tr></table></div><a href="#totop-00d56e90-f9d6-403e-8d6e-f7eab33791f4">Back to top</a></div><div class="w2p-toolbar-hidden" id="session-00d56e90-f9d6-403e-8d6e-f7eab33791f4"><div><table><tr><td style="font-weight:bold;vertical-align:top;">auth</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">expiration</td><td style="vertical-align:top;">:</td><td><div>3600</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">hmac_key</td><td style="vertical-align:top;">:</td><td><div>00bb69f8-fed2-421b-ae54-14940e22034d</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">last_visit</td><td style="vertical-align:top;">:</td><td><div>datetime.datetime(2019, 2, 18, 16, 25, 23, 66103)</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">remember_me</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">user</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">agree_condiciones_de_uso</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">agree_notificaciones_comerciales</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">agree_politica_de_privacidad</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">email</td><td style="vertical-align:top;">:</td><td><div>user0@example.com</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">first_name</td><td style="vertical-align:top;">:</td><td><div>User</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">id</td><td style="vertical-align:top;">:</td><td><div>7L</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">last_name</td><td style="vertical-align:top;">:</td><td><div>0</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">registration_id</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">registration_key</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">reset_password_key</td><td style="vertical-align:top;">:</td><td><div></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">user_groups</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">2</td><td style="vertical-align:top;">:</td><td><div>deportista</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">20</td><td style="vertical-align:top;">:</td><td><div>user_7</div></td></tr></table></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">flash</td><td style="vertical-align:top;">:</td><td><div>None</div></td></tr></table></div><a href="#totop-00d56e90-f9d6-403e-8d6e-f7eab33791f4">Back to top</a></div><div class="w2p-toolbar-hidden" id="response-00d56e90-f9d6-403e-8d6e-f7eab33791f4"><div><table><tr><td style="font-weight:bold;vertical-align:top;">body</td><td style="vertical-align:top;">:</td><td><div>&lt;cStringIO.StringO object at 0x7fe8c35129d0&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">cookies</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">session_id_deportehd</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1-bbe6d0f9-ba42-41c8-bc42-934c5045afff<table><tr><td style="font-weight:bold;vertical-align:top;">comment</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">domain</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">expires</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">httponly</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">max-age</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">path</td><td style="vertical-align:top;">:</td><td><div>/</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">secure</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">version</td><td style="vertical-align:top;">:</td><td><div></div></td></tr></table></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">delimiters</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>{{</div></td></tr><tr><td><div>}}</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">files</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>/deportehd/static/js/jquery-3.1.1.min.js</div></td></tr><tr><td><div>/deportehd/static/css/calendar.css</div></td></tr><tr><td><div>/deportehd/static/js/calendar.js</div></td></tr><tr><td><div>/deportehd/static/js/web2py.js</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">flash</td><td style="vertical-align:top;">:</td><td><div>¡Correcto!</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">form_label_separator</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">formstyle</td><td style="vertical-align:top;">:</td><td><div>bootstrap3_inline</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">generic_patterns</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>*</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">google_analytics_id</td><td style="vertical-align:top;">:</td><td><div>UA-127722855-1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">headers</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">X-Powered-By</td><td style="vertical-align:top;">:</td><td><div>web2py</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">logo</td><td style="vertical-align:top;">:</td><td><div><a class="navbar-brand" href="/deportehd/default/index" id="web2py-logo"><b>Deporte <span>HD</span></b></a></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">menu</td><td style="vertical-align:top;">:</td><td><div><table></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">meta</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">author</td><td style="vertical-align:top;">:</td><td><div>Your Name &lt;you@example.com&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">description</td><td style="vertical-align:top;">:</td><td><div>a cool new app</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">generator</td><td style="vertical-align:top;">:</td><td><div>Web2py Web Framework</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">keywords</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>web2py</div></td></tr><tr><td><div>python</div></td></tr><tr><td><div>framework</div></td></tr></table></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">models_to_run</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>^\w+\.py$</div></td></tr><tr><td><div>^equipos/\w+\.py$</div></td></tr><tr><td><div>^equipos/invitar/\w+\.py$</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">postprocessing</td><td style="vertical-align:top;">:</td><td><div><table></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_client</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_cookie_compression_level</td><td style="vertical-align:top;">:</td><td><div>None</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_cookie_expires</td><td style="vertical-align:top;">:</td><td><div>None</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_data_name</td><td style="vertical-align:top;">:</td><td><div>session_data_deportehd</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_file</td><td style="vertical-align:top;">:</td><td><div>&lt;open file &#x27;/home/ernesto/Work/DeportesHD/Proyecto/deportehd/web2py/applications/deportehd/sessions/1f8/11f/127.0.0.1-bbe6d0f9-ba42-41c8-bc42-934c5045afff&#x27;, mode &#x27;rb+&#x27; at 0x7fe8d858a540&gt;</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_filename</td><td style="vertical-align:top;">:</td><td><div>/home/ernesto/Work/DeportesHD/Proyecto/deportehd/web2py/applications/deportehd/sessions/127.0.0.1-bbe6d0f9-ba42-41c8-bc42-934c5045afff</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_hash</td><td style="vertical-align:top;">:</td><td><div>a4233c86c31f2f3938d183bd68e1a29b</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_id</td><td style="vertical-align:top;">:</td><td><div>127.0.0.1-bbe6d0f9-ba42-41c8-bc42-934c5045afff</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_id_name</td><td style="vertical-align:top;">:</td><td><div>session_id_deportehd</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_locked</td><td style="vertical-align:top;">:</td><td><div>True</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_masterapp</td><td style="vertical-align:top;">:</td><td><div>deportehd</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_new</td><td style="vertical-align:top;">:</td><td><div>False</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">session_storage_type</td><td style="vertical-align:top;">:</td><td><div>file</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">side_menu</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div><table><tr><td><div>Inicio</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/video/publicos</div></td></tr><tr><td><div><table></table></div></td></tr><tr><td><div>fa fa-home</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Dashboard</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/default/index</div></td></tr><tr><td><div><table></table></div></td></tr><tr><td><div>fa fa-tachometer</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Vídeos</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>#videos</div></td></tr><tr><td><div><table><tr><td><div><table><tr><td><div>Públicos</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/video/publicos</div></td></tr><tr><td><div>[]</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Privados</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/videostorage/index</div></td></tr><tr><td><div>[]</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Subir vídeo propio</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/piloto/registrarme</div></td></tr><tr><td><div>[]</div></td></tr></table></div></td></tr></table></div></td></tr><tr><td><div>fa fa-youtube-play</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Productos</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>#productos</div></td></tr><tr><td><div><table><tr><td><div><table><tr><td><div>Listado</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/producto/mostrar</div></td></tr><tr><td><div>[]</div></td></tr></table></div></td></tr></table></div></td></tr><tr><td><div>fa fa-shopping-cart</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Banners</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/banners/index</div></td></tr><tr><td><div><table></table></div></td></tr><tr><td><div>fa fa-bullhorn</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Pilotos</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>#piloto</div></td></tr><tr><td><div><table><tr><td><div><table><tr><td><div>Solicitar reserva</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/reserva_piloto/crear</div></td></tr><tr><td><div>[]</div></td></tr></table></div></td></tr></table></div></td></tr><tr><td><div>fa fa-video-camera</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Beneficios</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>#comisiones</div></td></tr><tr><td><div><table><tr><td><div><table><tr><td><div>Mis fondos</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/comision/comisiones</div></td></tr><tr><td><div>[]</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Mis comisiones</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/comision/descriptores_comision_colaborador_por_usuario</div></td></tr><tr><td><div>[]</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Solicitudes de traspaso de fondos</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/comision/solicitudes_traspaso_fondos</div></td></tr><tr><td><div>[]</div></td></tr></table></div></td></tr></table></div></td></tr><tr><td><div>fa fa-money</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Centros</div></td></tr><tr><td><div>True</div></td></tr><tr><td><div>#centros</div></td></tr><tr><td><div><table><tr><td><div><table><tr><td><div>Buscar</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/centro_deportivo/buscar_centro_deportivo</div></td></tr><tr><td><div>[]</div></td></tr><tr><td><div>fa fa-search</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Equipos</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/equipos/index</div></td></tr><tr><td><div>[]</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Reservas</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/reserva/index</div></td></tr><tr><td><div>[]</div></td></tr></table></div></td></tr></table></div></td></tr><tr><td><div>fa fa-futbol-o</div></td></tr></table></div></td></tr><tr><td><div><li class="noti-icon" id="menu-noti-icon"><a href="/deportehd/notificaciones/index" title="Notificaciones"><i class="fa fa-bell"></i><span class="nav-label">Notificaciones</span><span class="label label-primary pull-right">0</span></a></li></div></td></tr><tr><td><div><table><tr><td><div>Blog</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>#blog</div></td></tr><tr><td><div><table><tr><td><div><table><tr><td><div>Artículos</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/plugin_blog/index</div></td></tr><tr><td><div>[]</div></td></tr></table></div></td></tr></table></div></td></tr><tr><td><div>fa fa-newspaper-o</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Configuración</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>#configuracion</div></td></tr><tr><td><div><table><tr><td><div><table><tr><td><div>Perfil</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/perfil/index</div></td></tr><tr><td><div>[]</div></td></tr></table></div></td></tr></table></div></td></tr><tr><td><div>fa fa-gear</div></td></tr></table></div></td></tr><tr><td><div><table><tr><td><div>Estadísticas</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>#estadisticas</div></td></tr><tr><td><div><table><tr><td><div><table><tr><td><div>Facturación general</div></td></tr><tr><td><div>False</div></td></tr><tr><td><div>/deportehd/estadisticas/facturas</div></td></tr><tr><td><div>[]</div></td></tr></table></div></td></tr></table></div></td></tr><tr><td><div>fa fa-th-list</div></td></tr></table></div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">status</td><td style="vertical-align:top;">:</td><td><div>200</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">subtitle</td><td style="vertical-align:top;">:</td><td><div></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">title</td><td style="vertical-align:top;">:</td><td><div>DeporteHD</div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">view</td><td style="vertical-align:top;">:</td><td><div>mensajes/invitacion_a_persona_no_registrada_email.html</div></td></tr></table></div><a href="#totop-00d56e90-f9d6-403e-8d6e-f7eab33791f4">Back to top</a></div><div class="w2p-toolbar-hidden" id="db-tables-00d56e90-f9d6-403e-8d6e-f7eab33791f4"><div><table><tr><td style="font-weight:bold;vertical-align:top;">sqlite://storage.sqlite</td><td style="vertical-align:top;">:</td><td><div><table><tr><td style="font-weight:bold;vertical-align:top;">defined</td><td style="vertical-align:top;">:</td><td><div><table><tr><td><div>auth_cas</div></td></tr><tr><td><div>auth_event</div></td></tr><tr><td><div>auth_group</div></td></tr><tr><td><div>auth_membership</div></td></tr><tr><td><div>auth_permission</div></td></tr><tr><td><div>auth_user</div></td></tr><tr><td><div>equipo</div></td></tr><tr><td><div>invitacion_equipo</div></td></tr><tr><td><div>notificacion</div></td></tr><tr><td><div>plugin_blog_blog</div></td></tr><tr><td><div>plugin_blog_post</div></td></tr><tr><td><div>plugin_ckeditor_upload</div></td></tr><tr><td><div>scheduler_run</div></td></tr><tr><td><div>scheduler_task</div></td></tr><tr><td><div>scheduler_task_deps</div></td></tr><tr><td><div>scheduler_worker</div></td></tr></table></div></td></tr><tr><td style="font-weight:bold;vertical-align:top;">lazy</td><td style="vertical-align:top;">:</td><td><div>[no lazy tables]</div></td></tr></table></div></td></tr></table></div><a href="#totop-00d56e90-f9d6-403e-8d6e-f7eab33791f4">Back to top</a></div><div class="w2p-toolbar-hidden" id="db-stats-00d56e90-f9d6-403e-8d6e-f7eab33791f4"><div><table><tr><td><div><table><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE (&quot;auth_membership&quot;.&quot;user_id&quot; = 7);</pre></td><td>0.08ms</td></tr><tr><td><pre>SELECT &quot;auth_permission&quot;.&quot;group_id&quot; FROM &quot;auth_permission&quot; WHERE (((&quot;auth_permission&quot;.&quot;name&quot; = &#x27;impersonate&#x27;) AND (&quot;auth_permission&quot;.&quot;table_name&quot; = &#x27;auth_user&#x27;)) AND (&quot;auth_permission&quot;.&quot;record_id&quot; = 0));</pre></td><td>0.09ms</td></tr><tr><td><pre>SELECT COUNT(*) FROM &quot;notificacion&quot; WHERE ((&quot;notificacion&quot;.&quot;destinatario_id&quot; = 7) AND (&quot;notificacion&quot;.&quot;es_nueva&quot; = &#x27;T&#x27;));</pre></td><td>0.05ms</td></tr><tr><td><pre>SELECT &quot;auth_user&quot;.&quot;id&quot;, &quot;auth_user&quot;.&quot;first_name&quot;, &quot;auth_user&quot;.&quot;last_name&quot;, &quot;auth_user&quot;.&quot;email&quot;, &quot;auth_user&quot;.&quot;password&quot;, &quot;auth_user&quot;.&quot;registration_key&quot;, &quot;auth_user&quot;.&quot;reset_password_key&quot;, &quot;auth_user&quot;.&quot;registration_id&quot;, &quot;auth_user&quot;.&quot;agree_condiciones_de_uso&quot;, &quot;auth_user&quot;.&quot;agree_politica_de_privacidad&quot;, &quot;auth_user&quot;.&quot;agree_notificaciones_comerciales&quot; FROM &quot;auth_user&quot; WHERE ((&quot;auth_user&quot;.&quot;id&quot; = 7) AND (NOT (&quot;auth_user&quot;.&quot;registration_key&quot; IN (&#x27;disabled&#x27;,&#x27;blocked&#x27;)))) LIMIT 1 OFFSET 0;</pre></td><td>2.68ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;administrador&#x27;);</pre></td><td>0.13ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 1));</pre></td><td>0.12ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;master&#x27;);</pre></td><td>0.10ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 8));</pre></td><td>0.11ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;distribuidor&#x27;);</pre></td><td>0.09ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 6));</pre></td><td>0.10ms</td></tr><tr><td><pre>SELECT COUNT(*) FROM &quot;notificacion&quot; WHERE ((&quot;notificacion&quot;.&quot;destinatario_id&quot; = 7) AND (&quot;notificacion&quot;.&quot;es_nueva&quot; = &#x27;T&#x27;));</pre></td><td>0.16ms</td></tr><tr><td><pre>SELECT &quot;auth_user&quot;.&quot;id&quot;, &quot;auth_user&quot;.&quot;first_name&quot;, &quot;auth_user&quot;.&quot;last_name&quot;, &quot;auth_user&quot;.&quot;email&quot;, &quot;auth_user&quot;.&quot;password&quot;, &quot;auth_user&quot;.&quot;registration_key&quot;, &quot;auth_user&quot;.&quot;reset_password_key&quot;, &quot;auth_user&quot;.&quot;registration_id&quot;, &quot;auth_user&quot;.&quot;agree_condiciones_de_uso&quot;, &quot;auth_user&quot;.&quot;agree_politica_de_privacidad&quot;, &quot;auth_user&quot;.&quot;agree_notificaciones_comerciales&quot; FROM &quot;auth_user&quot; WHERE ((&quot;auth_user&quot;.&quot;id&quot; = 7) AND (NOT (&quot;auth_user&quot;.&quot;registration_key&quot; IN (&#x27;disabled&#x27;,&#x27;blocked&#x27;)))) LIMIT 1 OFFSET 0;</pre></td><td>0.07ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;administrador&#x27;);</pre></td><td>0.06ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 1));</pre></td><td>0.05ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;master&#x27;);</pre></td><td>0.05ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 8));</pre></td><td>0.05ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;distribuidor&#x27;);</pre></td><td>0.05ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 6));</pre></td><td>0.05ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE (&quot;auth_membership&quot;.&quot;user_id&quot; = 7);</pre></td><td>0.09ms</td></tr><tr><td><pre>SELECT &quot;auth_permission&quot;.&quot;group_id&quot; FROM &quot;auth_permission&quot; WHERE (((&quot;auth_permission&quot;.&quot;name&quot; = &#x27;impersonate&#x27;) AND (&quot;auth_permission&quot;.&quot;table_name&quot; = &#x27;auth_user&#x27;)) AND (&quot;auth_permission&quot;.&quot;record_id&quot; = 0));</pre></td><td>0.10ms</td></tr><tr><td><pre>SELECT COUNT(*) FROM &quot;notificacion&quot; WHERE ((&quot;notificacion&quot;.&quot;destinatario_id&quot; = 7) AND (&quot;notificacion&quot;.&quot;es_nueva&quot; = &#x27;T&#x27;));</pre></td><td>0.06ms</td></tr><tr><td><pre>SELECT &quot;auth_user&quot;.&quot;id&quot;, &quot;auth_user&quot;.&quot;first_name&quot;, &quot;auth_user&quot;.&quot;last_name&quot;, &quot;auth_user&quot;.&quot;email&quot;, &quot;auth_user&quot;.&quot;password&quot;, &quot;auth_user&quot;.&quot;registration_key&quot;, &quot;auth_user&quot;.&quot;reset_password_key&quot;, &quot;auth_user&quot;.&quot;registration_id&quot;, &quot;auth_user&quot;.&quot;agree_condiciones_de_uso&quot;, &quot;auth_user&quot;.&quot;agree_politica_de_privacidad&quot;, &quot;auth_user&quot;.&quot;agree_notificaciones_comerciales&quot; FROM &quot;auth_user&quot; WHERE ((&quot;auth_user&quot;.&quot;id&quot; = 7) AND (NOT (&quot;auth_user&quot;.&quot;registration_key&quot; IN (&#x27;disabled&#x27;,&#x27;blocked&#x27;)))) LIMIT 1 OFFSET 0;</pre></td><td>1.93ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;administrador&#x27;);</pre></td><td>0.10ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 1));</pre></td><td>0.08ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;master&#x27;);</pre></td><td>0.07ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 8));</pre></td><td>0.08ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;distribuidor&#x27;);</pre></td><td>0.07ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 6));</pre></td><td>0.07ms</td></tr><tr><td><pre>SELECT COUNT(*) FROM &quot;notificacion&quot; WHERE ((&quot;notificacion&quot;.&quot;destinatario_id&quot; = 7) AND (&quot;notificacion&quot;.&quot;es_nueva&quot; = &#x27;T&#x27;));</pre></td><td>0.12ms</td></tr><tr><td><pre>SELECT &quot;auth_user&quot;.&quot;id&quot;, &quot;auth_user&quot;.&quot;first_name&quot;, &quot;auth_user&quot;.&quot;last_name&quot;, &quot;auth_user&quot;.&quot;email&quot;, &quot;auth_user&quot;.&quot;password&quot;, &quot;auth_user&quot;.&quot;registration_key&quot;, &quot;auth_user&quot;.&quot;reset_password_key&quot;, &quot;auth_user&quot;.&quot;registration_id&quot;, &quot;auth_user&quot;.&quot;agree_condiciones_de_uso&quot;, &quot;auth_user&quot;.&quot;agree_politica_de_privacidad&quot;, &quot;auth_user&quot;.&quot;agree_notificaciones_comerciales&quot; FROM &quot;auth_user&quot; WHERE ((&quot;auth_user&quot;.&quot;id&quot; = 7) AND (NOT (&quot;auth_user&quot;.&quot;registration_key&quot; IN (&#x27;disabled&#x27;,&#x27;blocked&#x27;)))) LIMIT 1 OFFSET 0;</pre></td><td>0.06ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;administrador&#x27;);</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 1));</pre></td><td>0.07ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;master&#x27;);</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 8));</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;distribuidor&#x27;);</pre></td><td>0.03ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 6));</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE (&quot;auth_membership&quot;.&quot;user_id&quot; = 7);</pre></td><td>0.11ms</td></tr><tr><td><pre>SELECT &quot;auth_permission&quot;.&quot;group_id&quot; FROM &quot;auth_permission&quot; WHERE (((&quot;auth_permission&quot;.&quot;name&quot; = &#x27;impersonate&#x27;) AND (&quot;auth_permission&quot;.&quot;table_name&quot; = &#x27;auth_user&#x27;)) AND (&quot;auth_permission&quot;.&quot;record_id&quot; = 0));</pre></td><td>0.10ms</td></tr><tr><td><pre>SELECT COUNT(*) FROM &quot;notificacion&quot; WHERE ((&quot;notificacion&quot;.&quot;destinatario_id&quot; = 7) AND (&quot;notificacion&quot;.&quot;es_nueva&quot; = &#x27;T&#x27;));</pre></td><td>0.05ms</td></tr><tr><td><pre>SELECT &quot;auth_user&quot;.&quot;id&quot;, &quot;auth_user&quot;.&quot;first_name&quot;, &quot;auth_user&quot;.&quot;last_name&quot;, &quot;auth_user&quot;.&quot;email&quot;, &quot;auth_user&quot;.&quot;password&quot;, &quot;auth_user&quot;.&quot;registration_key&quot;, &quot;auth_user&quot;.&quot;reset_password_key&quot;, &quot;auth_user&quot;.&quot;registration_id&quot;, &quot;auth_user&quot;.&quot;agree_condiciones_de_uso&quot;, &quot;auth_user&quot;.&quot;agree_politica_de_privacidad&quot;, &quot;auth_user&quot;.&quot;agree_notificaciones_comerciales&quot; FROM &quot;auth_user&quot; WHERE ((&quot;auth_user&quot;.&quot;id&quot; = 7) AND (NOT (&quot;auth_user&quot;.&quot;registration_key&quot; IN (&#x27;disabled&#x27;,&#x27;blocked&#x27;)))) LIMIT 1 OFFSET 0;</pre></td><td>1.81ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;administrador&#x27;);</pre></td><td>0.09ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 1));</pre></td><td>0.08ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;master&#x27;);</pre></td><td>0.07ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 8));</pre></td><td>0.07ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;distribuidor&#x27;);</pre></td><td>0.07ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 6));</pre></td><td>0.07ms</td></tr><tr><td><pre>SELECT COUNT(*) FROM &quot;notificacion&quot; WHERE ((&quot;notificacion&quot;.&quot;destinatario_id&quot; = 7) AND (&quot;notificacion&quot;.&quot;es_nueva&quot; = &#x27;T&#x27;));</pre></td><td>0.11ms</td></tr><tr><td><pre>SELECT &quot;auth_user&quot;.&quot;id&quot;, &quot;auth_user&quot;.&quot;first_name&quot;, &quot;auth_user&quot;.&quot;last_name&quot;, &quot;auth_user&quot;.&quot;email&quot;, &quot;auth_user&quot;.&quot;password&quot;, &quot;auth_user&quot;.&quot;registration_key&quot;, &quot;auth_user&quot;.&quot;reset_password_key&quot;, &quot;auth_user&quot;.&quot;registration_id&quot;, &quot;auth_user&quot;.&quot;agree_condiciones_de_uso&quot;, &quot;auth_user&quot;.&quot;agree_politica_de_privacidad&quot;, &quot;auth_user&quot;.&quot;agree_notificaciones_comerciales&quot; FROM &quot;auth_user&quot; WHERE ((&quot;auth_user&quot;.&quot;id&quot; = 7) AND (NOT (&quot;auth_user&quot;.&quot;registration_key&quot; IN (&#x27;disabled&#x27;,&#x27;blocked&#x27;)))) LIMIT 1 OFFSET 0;</pre></td><td>0.05ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;administrador&#x27;);</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 1));</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;master&#x27;);</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 8));</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;distribuidor&#x27;);</pre></td><td>0.03ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 6));</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE (&quot;auth_membership&quot;.&quot;user_id&quot; = 7);</pre></td><td>0.08ms</td></tr><tr><td><pre>SELECT &quot;auth_permission&quot;.&quot;group_id&quot; FROM &quot;auth_permission&quot; WHERE (((&quot;auth_permission&quot;.&quot;name&quot; = &#x27;impersonate&#x27;) AND (&quot;auth_permission&quot;.&quot;table_name&quot; = &#x27;auth_user&#x27;)) AND (&quot;auth_permission&quot;.&quot;record_id&quot; = 0));</pre></td><td>0.07ms</td></tr><tr><td><pre>SELECT COUNT(*) FROM &quot;notificacion&quot; WHERE ((&quot;notificacion&quot;.&quot;destinatario_id&quot; = 7) AND (&quot;notificacion&quot;.&quot;es_nueva&quot; = &#x27;T&#x27;));</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_user&quot;.&quot;id&quot;, &quot;auth_user&quot;.&quot;first_name&quot;, &quot;auth_user&quot;.&quot;last_name&quot;, &quot;auth_user&quot;.&quot;email&quot;, &quot;auth_user&quot;.&quot;password&quot;, &quot;auth_user&quot;.&quot;registration_key&quot;, &quot;auth_user&quot;.&quot;reset_password_key&quot;, &quot;auth_user&quot;.&quot;registration_id&quot;, &quot;auth_user&quot;.&quot;agree_condiciones_de_uso&quot;, &quot;auth_user&quot;.&quot;agree_politica_de_privacidad&quot;, &quot;auth_user&quot;.&quot;agree_notificaciones_comerciales&quot; FROM &quot;auth_user&quot; WHERE ((&quot;auth_user&quot;.&quot;id&quot; = 7) AND (NOT (&quot;auth_user&quot;.&quot;registration_key&quot; IN (&#x27;disabled&#x27;,&#x27;blocked&#x27;)))) LIMIT 1 OFFSET 0;</pre></td><td>1.74ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;administrador&#x27;);</pre></td><td>0.08ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 1));</pre></td><td>0.08ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;master&#x27;);</pre></td><td>0.10ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 8));</pre></td><td>0.08ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;distribuidor&#x27;);</pre></td><td>0.07ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 6));</pre></td><td>0.08ms</td></tr><tr><td><pre>SELECT COUNT(*) FROM &quot;notificacion&quot; WHERE ((&quot;notificacion&quot;.&quot;destinatario_id&quot; = 7) AND (&quot;notificacion&quot;.&quot;es_nueva&quot; = &#x27;T&#x27;));</pre></td><td>0.26ms</td></tr><tr><td><pre>SELECT &quot;auth_user&quot;.&quot;id&quot;, &quot;auth_user&quot;.&quot;first_name&quot;, &quot;auth_user&quot;.&quot;last_name&quot;, &quot;auth_user&quot;.&quot;email&quot;, &quot;auth_user&quot;.&quot;password&quot;, &quot;auth_user&quot;.&quot;registration_key&quot;, &quot;auth_user&quot;.&quot;reset_password_key&quot;, &quot;auth_user&quot;.&quot;registration_id&quot;, &quot;auth_user&quot;.&quot;agree_condiciones_de_uso&quot;, &quot;auth_user&quot;.&quot;agree_politica_de_privacidad&quot;, &quot;auth_user&quot;.&quot;agree_notificaciones_comerciales&quot; FROM &quot;auth_user&quot; WHERE ((&quot;auth_user&quot;.&quot;id&quot; = 7) AND (NOT (&quot;auth_user&quot;.&quot;registration_key&quot; IN (&#x27;disabled&#x27;,&#x27;blocked&#x27;)))) LIMIT 1 OFFSET 0;</pre></td><td>0.13ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;administrador&#x27;);</pre></td><td>0.12ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 1));</pre></td><td>0.11ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;master&#x27;);</pre></td><td>0.07ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 8));</pre></td><td>0.07ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;distribuidor&#x27;);</pre></td><td>0.05ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 6));</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE (&quot;auth_membership&quot;.&quot;user_id&quot; = 7);</pre></td><td>0.09ms</td></tr><tr><td><pre>SELECT &quot;auth_permission&quot;.&quot;group_id&quot; FROM &quot;auth_permission&quot; WHERE (((&quot;auth_permission&quot;.&quot;name&quot; = &#x27;impersonate&#x27;) AND (&quot;auth_permission&quot;.&quot;table_name&quot; = &#x27;auth_user&#x27;)) AND (&quot;auth_permission&quot;.&quot;record_id&quot; = 0));</pre></td><td>0.08ms</td></tr><tr><td><pre>SELECT COUNT(*) FROM &quot;notificacion&quot; WHERE ((&quot;notificacion&quot;.&quot;destinatario_id&quot; = 7) AND (&quot;notificacion&quot;.&quot;es_nueva&quot; = &#x27;T&#x27;));</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_user&quot;.&quot;id&quot;, &quot;auth_user&quot;.&quot;first_name&quot;, &quot;auth_user&quot;.&quot;last_name&quot;, &quot;auth_user&quot;.&quot;email&quot;, &quot;auth_user&quot;.&quot;password&quot;, &quot;auth_user&quot;.&quot;registration_key&quot;, &quot;auth_user&quot;.&quot;reset_password_key&quot;, &quot;auth_user&quot;.&quot;registration_id&quot;, &quot;auth_user&quot;.&quot;agree_condiciones_de_uso&quot;, &quot;auth_user&quot;.&quot;agree_politica_de_privacidad&quot;, &quot;auth_user&quot;.&quot;agree_notificaciones_comerciales&quot; FROM &quot;auth_user&quot; WHERE ((&quot;auth_user&quot;.&quot;id&quot; = 7) AND (NOT (&quot;auth_user&quot;.&quot;registration_key&quot; IN (&#x27;disabled&#x27;,&#x27;blocked&#x27;)))) LIMIT 1 OFFSET 0;</pre></td><td>2.55ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;administrador&#x27;);</pre></td><td>0.10ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 1));</pre></td><td>0.11ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;master&#x27;);</pre></td><td>0.13ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 8));</pre></td><td>0.17ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;distribuidor&#x27;);</pre></td><td>0.09ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 6));</pre></td><td>0.12ms</td></tr><tr><td><pre>SELECT COUNT(*) FROM &quot;notificacion&quot; WHERE ((&quot;notificacion&quot;.&quot;destinatario_id&quot; = 7) AND (&quot;notificacion&quot;.&quot;es_nueva&quot; = &#x27;T&#x27;));</pre></td><td>0.16ms</td></tr><tr><td><pre>SELECT &quot;auth_user&quot;.&quot;id&quot;, &quot;auth_user&quot;.&quot;first_name&quot;, &quot;auth_user&quot;.&quot;last_name&quot;, &quot;auth_user&quot;.&quot;email&quot;, &quot;auth_user&quot;.&quot;password&quot;, &quot;auth_user&quot;.&quot;registration_key&quot;, &quot;auth_user&quot;.&quot;reset_password_key&quot;, &quot;auth_user&quot;.&quot;registration_id&quot;, &quot;auth_user&quot;.&quot;agree_condiciones_de_uso&quot;, &quot;auth_user&quot;.&quot;agree_politica_de_privacidad&quot;, &quot;auth_user&quot;.&quot;agree_notificaciones_comerciales&quot; FROM &quot;auth_user&quot; WHERE ((&quot;auth_user&quot;.&quot;id&quot; = 7) AND (NOT (&quot;auth_user&quot;.&quot;registration_key&quot; IN (&#x27;disabled&#x27;,&#x27;blocked&#x27;)))) LIMIT 1 OFFSET 0;</pre></td><td>0.13ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;administrador&#x27;);</pre></td><td>0.05ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 1));</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;master&#x27;);</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 8));</pre></td><td>0.05ms</td></tr><tr><td><pre>SELECT &quot;auth_group&quot;.&quot;id&quot;, &quot;auth_group&quot;.&quot;role&quot;, &quot;auth_group&quot;.&quot;description&quot; FROM &quot;auth_group&quot; WHERE (&quot;auth_group&quot;.&quot;role&quot; = &#x27;distribuidor&#x27;);</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;id&quot;, &quot;auth_membership&quot;.&quot;user_id&quot;, &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE ((&quot;auth_membership&quot;.&quot;user_id&quot; = 7) AND (&quot;auth_membership&quot;.&quot;group_id&quot; = 6));</pre></td><td>0.04ms</td></tr><tr><td><pre>SELECT &quot;auth_membership&quot;.&quot;group_id&quot; FROM &quot;auth_membership&quot; WHERE (&quot;auth_membership&quot;.&quot;user_id&quot; = 7);</pre></td><td>0.12ms</td></tr><tr><td><pre>SELECT &quot;auth_permission&quot;.&quot;group_id&quot; FROM &quot;auth_permission&quot; WHERE (((&quot;auth_permission&quot;.&quot;name&quot; = &#x27;impersonate&#x27;) AND (&quot;auth_permission&quot;.&quot;table_name&quot; = &#x27;auth_user&#x27;)) AND (&quot;auth_permission&quot;.&quot;record_id&quot; = 0));</pre></td><td>0.10ms</td></tr><tr><td><pre>SELECT &quot;equipo&quot;.&quot;id&quot;, &quot;equipo&quot;.&quot;nombre&quot;, &quot;equipo&quot;.&quot;miembros&quot;, &quot;equipo&quot;.&quot;capitan&quot; FROM &quot;equipo&quot; WHERE (&quot;equipo&quot;.&quot;id&quot; = 14) LIMIT 1 OFFSET 0;</pre></td><td>0.12ms</td></tr><tr><td><pre>SELECT &quot;equipo&quot;.&quot;id&quot;, &quot;equipo&quot;.&quot;nombre&quot;, &quot;equipo&quot;.&quot;miembros&quot;, &quot;equipo&quot;.&quot;capitan&quot; FROM &quot;equipo&quot; WHERE (&quot;equipo&quot;.&quot;id&quot; = 14) LIMIT 1 OFFSET 0;</pre></td><td>0.05ms</td></tr><tr><td><pre>SELECT &quot;invitacion_equipo&quot;.&quot;id&quot;, &quot;invitacion_equipo&quot;.&quot;invitado&quot; FROM &quot;invitacion_equipo&quot; WHERE ((&quot;invitacion_equipo&quot;.&quot;equipo_id&quot; = 14) AND (&quot;invitacion_equipo&quot;.&quot;invitado&quot; = &#x27;inv4@gmail.com&#x27;)) LIMIT 1 OFFSET 0;</pre></td><td>0.14ms</td></tr><tr><td><pre>SELECT &quot;auth_user&quot;.&quot;id&quot;, &quot;auth_user&quot;.&quot;email&quot; FROM &quot;auth_user&quot; WHERE (((&quot;auth_user&quot;.&quot;id&quot; IN (9,7)) AND (&quot;auth_user&quot;.&quot;email&quot; = &#x27;inv4@gmail.com&#x27;)) AND (NOT (&quot;auth_user&quot;.&quot;registration_key&quot; IN (&#x27;disabled&#x27;,&#x27;blocked&#x27;)))) LIMIT 1 OFFSET 0;</pre></td><td>0.14ms</td></tr><tr><td><pre>INSERT INTO &quot;invitacion_equipo&quot;(&quot;equipo_id&quot;,&quot;invitado&quot;) VALUES (14,&#x27;inv4@gmail.com&#x27;);</pre></td><td>0.16ms</td></tr><tr><td><pre>SELECT &quot;invitacion_equipo&quot;.&quot;id&quot;, &quot;invitacion_equipo&quot;.&quot;equipo_id&quot;, &quot;invitacion_equipo&quot;.&quot;invitado&quot; FROM &quot;invitacion_equipo&quot; WHERE (&quot;invitacion_equipo&quot;.&quot;id&quot; = 10) LIMIT 1 OFFSET 0;</pre></td><td>0.06ms</td></tr><tr><td><pre>SELECT &quot;auth_user&quot;.&quot;id&quot;, &quot;auth_user&quot;.&quot;first_name&quot;, &quot;auth_user&quot;.&quot;last_name&quot;, &quot;auth_user&quot;.&quot;email&quot;, &quot;auth_user&quot;.&quot;password&quot;, &quot;auth_user&quot;.&quot;registration_key&quot;, &quot;auth_user&quot;.&quot;reset_password_key&quot;, &quot;auth_user&quot;.&quot;registration_id&quot;, &quot;auth_user&quot;.&quot;agree_condiciones_de_uso&quot;, &quot;auth_user&quot;.&quot;agree_politica_de_privacidad&quot;, &quot;auth_user&quot;.&quot;agree_notificaciones_comerciales&quot; FROM &quot;auth_user&quot; WHERE ((&quot;auth_user&quot;.&quot;email&quot; = &#x27;inv4@gmail.com&#x27;) AND (NOT (&quot;auth_user&quot;.&quot;registration_key&quot; IN (&#x27;disabled&#x27;,&#x27;blocked&#x27;)))) LIMIT 1 OFFSET 0;</pre></td><td>0.10ms</td></tr><tr><td><pre>SELECT COUNT(*) FROM &quot;notificacion&quot; WHERE ((&quot;notificacion&quot;.&quot;destinatario_id&quot; = 7) AND (&quot;notificacion&quot;.&quot;es_nueva&quot; = &#x27;T&#x27;));</pre></td><td>0.08ms</td></tr></table></div></td></tr></table></div><a href="#totop-00d56e90-f9d6-403e-8d6e-f7eab33791f4">Back to top</a></div><script><!--
  193. jQuery('.w2p-toolbar-hidden').hide()
  194. //--></script></div>
  195.  
  196. </div>
  197. </div>
  198.  
  199.  
  200.  
  201. </div>
  202.  
  203.  
  204. <!-- Pie de página -->
  205.  
  206. <div class="footer">
  207. <div class="text-center">
  208. <span class="text-muted">
  209. Copyright <strong>Tecno Sport HD Business, S.L.</strong> &copy; 2017-2019
  210. </span>
  211. <span class="hidden-xs hidden-sm">
  212. . <a href="/deportehd/default/aviso_legal">AVISO LEGAL</a>.
  213. <a href="/deportehd/default/condiciones_de_uso">CONDICIONES DE USO</a>
  214. </span>
  215. </div>
  216. </div>
  217.  
  218.  
  219.  
  220. </div>
  221.  
  222. </div>
  223. <!-- The javascript =============================== -->
  224. <script src="/deportehd/static/js/bootstrap.min.js"></script>
  225. <script src="/deportehd/static/js/web2py-bootstrap3.js"></script>
  226. <script src="/deportehd/static/js/plugins/metisMenu/jquery.metisMenu.js"></script>
  227. <script src="/deportehd/static/js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
  228. <!-- Custom and plugin javascript -->
  229. <script src="/deportehd/static/js/inspinia.js"></script>
  230. <script src="/deportehd/static/js/plugins/pace/pace.min.js"></script>
  231. <script src="/deportehd/static/js/plugins/toastr/toastr.min.js"></script>
  232.  
  233. <script type="text/javascript">
  234. $(document).ready(function () {
  235. // cargando icono de notificaciones en el navbar
  236.  
  237. web2py_component(
  238. "/deportehd/notificaciones/icon.load", // url
  239. "nav-noti-icon", // target
  240. 30000, // cada tantos milisegundos
  241. Infinity, // carga por siempre
  242. );
  243. // cargando icono de notificaciones en el menu
  244. web2py_component(
  245. "/deportehd/notificaciones/icon.load/menu", // url
  246. "menu-noti-icon", // target
  247. 30000, // cada tantos milisegundos
  248. Infinity, // carga por siempre
  249. );
  250.  
  251.  
  252. $('body.canvas-menu .sidebar-collapse').slimScroll({
  253. height: '100%',
  254. railOpacity: 0.9
  255. });
  256. });
  257. </script>
  258.  
  259.  
  260. </body>
  261. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement