Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15343 lines
4.6 MiB

-- phpMyAdmin SQL Dump
-- version 4.8.3
-- https://www.phpmyadmin.net/
--
-- Servidor: localhost
-- Tiempo de generación: 05-06-2020 a las 09:35:54
-- Versión del servidor: 5.6.45
-- Versión de PHP: 7.1.31
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Base de datos: `acdr_toolbox`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `activo_clave`
--
CREATE TABLE `activo_clave` (
`id` int(11) NOT NULL,
`nombre` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `atributo`
--
CREATE TABLE `atributo` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `atributo_php`
--
CREATE TABLE `atributo_php` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `atributo_producto`
--
CREATE TABLE `atributo_producto` (
`id` int(11) NOT NULL,
`ciclo_vida_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `atributo_seleccionado`
--
CREATE TABLE `atributo_seleccionado` (
`atributo_id` int(11) NOT NULL,
`proyecto_id` int(11) NOT NULL,
`puntuacion` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `atributo_servicio`
--
CREATE TABLE `atributo_servicio` (
`id` int(11) NOT NULL,
`tipo_recurso_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `BsoAcreditaTrainer`
--
CREATE TABLE `BsoAcreditaTrainer` (
`trainer_id` int(11) NOT NULL,
`bso_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `BsoAcreditaTrainer`
--
INSERT INTO `BsoAcreditaTrainer` (`trainer_id`, `bso_id`) VALUES
(31, 9);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `bussiness_stage`
--
CREATE TABLE `bussiness_stage` (
`id` int(11) NOT NULL,
`nombre` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `bussiness_stage`
--
INSERT INTO `bussiness_stage` (`id`, `nombre`) VALUES
(1, 'I have a sustainable business idea and/or a prototype'),
(2, 'My business already has customers & revenues'),
(3, 'My business is profitable & fully operative'),
(4, 'My business seeks new markets & economy of scales');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `bussines_stage_translations`
--
CREATE TABLE `bussines_stage_translations` (
`id` int(11) NOT NULL,
`object_id` int(11) DEFAULT NULL,
`locale` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL,
`field` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `calendario`
--
CREATE TABLE `calendario` (
`id` int(11) NOT NULL,
`user_id` int(11) DEFAULT NULL,
`titulo` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`fecha_inicio` datetime NOT NULL,
`fecha_fin` datetime NOT NULL,
`privado` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `comentarios`
--
CREATE TABLE `comentarios` (
`id` int(11) NOT NULL,
`trainer_id` int(11) DEFAULT NULL,
`respuestas_green_entrepreneur_id` int(11) DEFAULT NULL,
`respuestas_preguntas_id` int(11) DEFAULT NULL,
`comentario` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`fecha` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `comentarios`
--
INSERT INTO `comentarios` (`id`, `trainer_id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `comentario`, `fecha`) VALUES
(1, 31, 5, 1, ' Comentario1KJIBHI', '2020-05-28 14:01:12'),
(2, 31, 5, 24, ' Comentario2', '2020-05-28 14:01:12'),
(3, 31, 5, 25, ' Comentario3xaSXS', '2020-05-28 14:01:12'),
(4, 31, 5, 65, ' Comentario4', '2020-05-28 14:01:12'),
(5, 31, 5, 2, ' vsverver', '2020-05-28 14:23:39'),
(6, 31, 5, 4, ' ', '2020-05-28 14:23:39'),
(7, 31, 5, 3, ' ', '2020-05-28 14:23:39'),
(8, 31, 5, 5, ' ', '2020-05-28 14:23:39');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `comentarios_historico`
--
CREATE TABLE `comentarios_historico` (
`id` int(11) NOT NULL,
`comentarios_id` int(11) NOT NULL,
`comentario` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`fecha` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `comentarios_historico`
--
INSERT INTO `comentarios_historico` (`id`, `comentarios_id`, `comentario`, `fecha`) VALUES
(1, 1, 'Comentario1', '2020-05-28 14:19:10'),
(2, 2, 'Comentario2', '2020-05-28 14:19:10'),
(3, 3, 'Comentario3', '2020-05-28 14:19:10'),
(4, 4, 'Comentario4', '2020-05-28 14:19:10'),
(5, 1, ' Comentario1', '2020-05-28 14:19:51'),
(6, 2, ' Comentario2', '2020-05-28 14:19:51'),
(7, 3, ' Comentario3xaSXS', '2020-05-28 14:19:51'),
(8, 4, ' Comentario4', '2020-05-28 14:19:51'),
(9, 5, ' vsverver', '2020-05-28 14:24:18'),
(10, 6, ' ', '2020-05-28 14:24:18'),
(11, 7, ' ', '2020-05-28 14:24:18'),
(12, 8, ' ', '2020-05-28 14:24:18'),
(13, 5, ' vsverver', '2020-05-28 14:25:52'),
(14, 6, ' ', '2020-05-28 14:25:52'),
(15, 7, ' ', '2020-05-28 14:25:52'),
(16, 8, ' ', '2020-05-28 14:25:52'),
(17, 5, ' vsverver', '2020-05-28 14:27:49'),
(18, 6, ' ', '2020-05-28 14:27:49'),
(19, 7, ' ', '2020-05-28 14:27:49'),
(20, 8, ' ', '2020-05-28 14:27:49'),
(21, 5, ' vsverver', '2020-05-28 14:28:46'),
(22, 6, ' ', '2020-05-28 14:28:46'),
(23, 7, ' ', '2020-05-28 14:28:46'),
(24, 8, ' ', '2020-05-28 14:28:46'),
(25, 5, ' vsverver', '2020-05-28 14:30:04'),
(26, 6, ' ', '2020-05-28 14:30:04'),
(27, 7, ' ', '2020-05-28 14:30:04'),
(28, 8, ' ', '2020-05-28 14:30:04'),
(29, 5, ' vsverver', '2020-05-28 14:33:02'),
(30, 6, ' ', '2020-05-28 14:33:02'),
(31, 7, ' ', '2020-05-28 14:33:02'),
(32, 8, ' ', '2020-05-28 14:33:02'),
(33, 6, ' ', '2020-05-28 14:34:51'),
(34, 7, ' ', '2020-05-28 14:34:51'),
(35, 8, ' ', '2020-05-28 14:34:51');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `contacto_green_enterpreneur`
--
CREATE TABLE `contacto_green_enterpreneur` (
`contacto_id` int(11) NOT NULL,
`green_entrepreneur_id` int(11) NOT NULL,
`type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `convocatoria`
--
CREATE TABLE `convocatoria` (
`id` int(11) NOT NULL,
`bso_id` int(11) NOT NULL,
`nombre` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`descripcion` longtext COLLATE utf8mb4_unicode_ci,
`fecha_inicio` datetime NOT NULL,
`fecha_fin` datetime DEFAULT NULL,
`aforo` int(11) DEFAULT NULL,
`publicar` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `convocatoria`
--
INSERT INTO `convocatoria` (`id`, `bso_id`, `nombre`, `descripcion`, `fecha_inicio`, `fecha_fin`, `aforo`, `publicar`) VALUES
(1, 9, 'Convocatoria1', '<p>Convocatoria de Prueba</p>', '2020-06-02 00:00:00', '2020-06-04 00:00:00', 3, '2020-06-02');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `database_logger`
--
CREATE TABLE `database_logger` (
`id` int(11) NOT NULL,
`type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`message` longtext COLLATE utf8mb4_unicode_ci,
`last_updated` datetime DEFAULT NULL,
`tipo` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`from` longtext COLLATE utf8mb4_unicode_ci,
`to` longtext COLLATE utf8mb4_unicode_ci,
`subject` longtext COLLATE utf8mb4_unicode_ci,
`content` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `documentos`
--
CREATE TABLE `documentos` (
`id` int(11) NOT NULL,
`user_id` int(11) DEFAULT NULL,
`filepath` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` longtext COLLATE utf8mb4_unicode_ci,
`last_updated` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `documentos`
--
INSERT INTO `documentos` (`id`, `user_id`, `filepath`, `title`, `description`, `last_updated`) VALUES
(1, 2, '/uploads/2/Informe Step 2.pdf', 'Informe Step 2', NULL, '2020-04-28 10:15:15'),
(2, 5, '/uploads/5/Informe Step 2.pdf', 'Informe Step 2', NULL, '2020-04-29 11:21:06'),
(3, 8, '/uploads/8/Informe Step 2.pdf', 'Informe Step 2', NULL, '2020-03-26 11:53:36'),
(4, 5, '/uploads/5/Canvas.pdf', 'Canvas', NULL, '2020-06-02 10:07:50'),
(5, 2, '/uploads/2/Producto - resultado.pdf', 'Producto - resultado', '<h2>CONGRATULATIONS, YOU&rsquo;VE GOT A PLAN!!</h2>\r\n\r\n<h3>TIME FOR ACTION!!</h3>\r\n\r\n<p>This Action Plan is the main result of the eco-design journey, since it includes the Actions to be implemented in order to increase the environmental performance of the product. In addition, it shows the person in charge of applying the actions and a deadline.</p>', '2020-06-04 14:38:10'),
(6, 2, '/uploads/2/Servicio - resultado.pdf', 'Servicio - resultado', '<h2>CONGRATULATIONS, YOU’VE GOT A PLAN!!</h2>\r\n\r\n<p>Time for action!!</p>\r\n\r\n<p>This Action Plan is the main result of the eco-design process, since it includes the Actions to be implemented in order to increase the environmental performance of the service. In addition, it shows the person in charge of applying the actions and a deadline.</p>', '2020-05-25 14:53:46'),
(7, 2, '/uploads/2/Canvas.pdf', 'Canvas', NULL, '2020-06-04 11:05:21'),
(8, 16, '/uploads/16/Canvas V1.0.pdf', 'Canvas V1.0', NULL, '2020-05-22 13:51:47'),
(9, 16, '/uploads/16/Canvas V2.0.pdf', 'Canvas V2.0', NULL, '2020-05-22 13:54:13'),
(10, 16, '/uploads/16/Canvas.pdf', 'Canvas', NULL, '2020-05-26 07:02:14'),
(11, 2, '/uploads/2/Canvas V1.0.pdf', 'Canvas V1.0', NULL, '2020-06-03 09:53:37');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `estrategia`
--
CREATE TABLE `estrategia` (
`id` int(11) NOT NULL,
`atributo_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `estrategia_seleccionada`
--
CREATE TABLE `estrategia_seleccionada` (
`estrategia_id` int(11) NOT NULL,
`atributo_seleccionado_atributo_id` int(11) DEFAULT NULL,
`atributo_seleccionado_proyecto_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `etapa`
--
CREATE TABLE `etapa` (
`id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `fases_ciclo_vida`
--
CREATE TABLE `fases_ciclo_vida` (
`id` int(11) NOT NULL,
`activo_clave_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `fechas_predeterminadas`
--
CREATE TABLE `fechas_predeterminadas` (
`id` int(11) NOT NULL,
`procesos_id` int(11) DEFAULT NULL,
`desplazamiento_fecha_inicio` int(11) NOT NULL,
`desplazamiento_fecha_fin` int(11) NOT NULL,
`descripcion` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `fos_user_group`
--
CREATE TABLE `fos_user_group` (
`id` int(11) NOT NULL,
`name` varchar(180) COLLATE utf8mb4_unicode_ci NOT NULL,
`roles` longtext COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '(DC2Type:array)'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `fos_user_user`
--
CREATE TABLE `fos_user_user` (
`id` int(11) NOT NULL,
`username` varchar(180) COLLATE utf8mb4_unicode_ci NOT NULL,
`username_canonical` varchar(180) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(180) COLLATE utf8mb4_unicode_ci NOT NULL,
`email_canonical` varchar(180) COLLATE utf8mb4_unicode_ci NOT NULL,
`enabled` tinyint(1) NOT NULL,
`salt` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`last_login` datetime DEFAULT NULL,
`confirmation_token` varchar(180) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`password_requested_at` datetime DEFAULT NULL,
`roles` longtext COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '(DC2Type:array)',
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
`date_of_birth` datetime DEFAULT NULL,
`firstname` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lastname` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`website` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`biography` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`gender` varchar(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`locale` varchar(8) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`timezone` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`phone` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`facebook_uid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`facebook_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`facebook_data` longtext COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:json)',
`twitter_uid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`twitter_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`twitter_data` longtext COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:json)',
`gplus_uid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`gplus_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`gplus_data` longtext COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:json)',
`token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`two_step_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`address` longtext COLLATE utf8mb4_unicode_ci,
`type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`bussiness_stage` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`sector` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`company_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`activities` longtext COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:array)',
`legal_status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`specific_programs` tinyint(1) DEFAULT NULL,
`expertise_areas` longtext COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:array)',
`previous_experience` tinyint(1) DEFAULT '0',
`typology` longtext COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:array)',
`scope` longtext COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:array)',
`experience` tinyint(1) DEFAULT '0',
`instruments` longtext COLLATE utf8mb4_unicode_ci,
`average_amount` double DEFAULT '0',
`percent_amount` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '%',
`scope_operations` longtext COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:array)',
`prerrequisites` longtext COLLATE utf8mb4_unicode_ci,
`barriers` longtext COLLATE utf8mb4_unicode_ci,
`minumum_investment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '0',
`available_products` longtext COLLATE utf8mb4_unicode_ci,
`photo` longtext COLLATE utf8mb4_unicode_ci,
`new` tinyint(1) DEFAULT NULL,
`investment_criteria` longtext COLLATE utf8mb4_unicode_ci,
`bussiness_stage_id` int(11) DEFAULT NULL,
`sector_id` int(11) DEFAULT NULL,
`nombre_proyecto` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`descripcion_proyecto` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `fos_user_user`
--
INSERT INTO `fos_user_user` (`id`, `username`, `username_canonical`, `email`, `email_canonical`, `enabled`, `salt`, `password`, `last_login`, `confirmation_token`, `password_requested_at`, `roles`, `created_at`, `updated_at`, `date_of_birth`, `firstname`, `lastname`, `website`, `biography`, `gender`, `locale`, `timezone`, `phone`, `facebook_uid`, `facebook_name`, `facebook_data`, `twitter_uid`, `twitter_name`, `twitter_data`, `gplus_uid`, `gplus_name`, `gplus_data`, `token`, `two_step_code`, `name`, `address`, `type`, `bussiness_stage`, `sector`, `company_name`, `activities`, `legal_status`, `specific_programs`, `expertise_areas`, `previous_experience`, `typology`, `scope`, `experience`, `instruments`, `average_amount`, `percent_amount`, `scope_operations`, `prerrequisites`, `barriers`, `minumum_investment`, `available_products`, `photo`, `new`, `investment_criteria`, `bussiness_stage_id`, `sector_id`, `nombre_proyecto`, `descripcion_proyecto`) VALUES
(1, 'admin', 'admin', 'admin2', 'admin2', 1, '1m5i8gwSVKKnnVNt0XuY4dXRBckfv7nz8irmxgDubz8', 'x5uJqRval3lCpEyRdEceNWXbO+neyrqqrHmzOznNPGU+B8IyqtGkao0d0m2mpd+f7IliSzJSJCXtgbo7fVK33g==', '2020-06-04 07:47:56', NULL, NULL, 'a:1:{i:0;s:16:\"ROLE_SUPER_ADMIN\";}', '2020-01-27 12:01:53', '2020-06-04 07:47:56', NULL, NULL, NULL, NULL, NULL, 'u', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'backend_user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL),
(2, 'test', 'test', 'test@prometeoinnova.com', 'test@prometeoinnova.com', 1, 'tnwtWzw7MwgBV9iYYgzKEUmbWJkyppZAhhHwILQXDl8', '5vcup+jfvrIRCvlSo3GDuzolBNy3i7owXiods4ZND3tHCgJF5BAycOChn7B+4Bs+ZrPyOrOkSYEQ+hPvHD8spA==', '2020-06-05 07:54:17', NULL, NULL, 'a:1:{i:0;s:22:\"ROLE_GREENENTERPRENEUR\";}', '2020-01-28 09:24:41', '2020-06-05 08:19:29', NULL, 'Test', 'Test', NULL, NULL, 'u', 'es', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'green_entrepreneur', 'growth', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, '/uploads/2/toolbox.png', 0, NULL, NULL, NULL, NULL, NULL),
(3, 'editor', 'editor', 'editor@test.com', 'editor@test.com', 1, 'gtuKfdjk5VlG9RcZ0LK6HOTsYHdPDC6jYFlf/RURp1U', 'IBJgYriTmJT+oB3d2wrVUmVekxJlam9B/pAC84UTWldtEc25QpMVqtOLTHmYdXR5ba0fK91lcebK2S0eK8k66g==', '2020-06-05 06:54:00', NULL, NULL, 'a:8:{i:0;s:11:\"ROLE_EDITOR\";i:1;s:24:\"ROLE_ADMIN_COMPONENT_ALL\";i:2;s:25:\"ROLE_ADMIN_COMPONENT_EDIT\";i:3;s:25:\"ROLE_ADMIN_COMPONENT_LIST\";i:4;s:27:\"ROLE_ADMIN_COMPONENT_CREATE\";i:5;s:25:\"ROLE_ADMIN_COMPONENT_VIEW\";i:6;s:27:\"ROLE_ADMIN_COMPONENT_DELETE\";i:7;s:27:\"ROLE_ADMIN_COMPONENT_EXPORT\";}', '2020-02-03 08:28:40', '2020-06-05 07:50:57', NULL, 'editor', 'editor', NULL, NULL, 'u', 'es', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'backend_user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, '/uploads/3/technological-ic.png', 0, NULL, NULL, NULL, NULL, NULL),
(4, 'caso_estudio_en', 'caso_estudio_en', 'casodeestudio_en@prueba.com', 'casodeestudio_en@prueba.com', 1, '1OBS3og62vS5oTtZR1PGAGpnXXL2o/ZPOLWRAyHgNNE', 'zg3omY08FxxSlmpm7ADNcEi0vXGwbkGWE5j4BAm+rP+0ZC3adTf+TLJVgKmFiwdSpQzS2iQl5AlcyCKueomDwQ==', '2020-04-29 12:54:44', NULL, NULL, 'a:1:{i:0;s:22:\"ROLE_GREENENTERPRENEUR\";}', '2020-02-13 15:30:41', '2020-04-29 12:54:44', NULL, 'Caso de estudio', 'Inglés', NULL, NULL, 'm', 'ES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'green_entrepreneur', 'growth', NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL),
(5, 'test2', 'test2', 'test2@test2.com', 'test2@test2.com', 1, 'nqbyBZdsA.k4pLJKmwIWurZhJX1P3rftBIgp0EzQvyE', 'qEtKAXel4DdbWaiyHsleo7j2X8lq4tpg/kbKCprLkfMZv8TKRKGoaL/6vjXsmOeJCzBSeD83mFQ5EJ3zc7X+Ng==', '2020-06-05 07:23:14', NULL, NULL, 'a:1:{i:0;s:22:\"ROLE_GREENENTERPRENEUR\";}', '2020-03-17 08:01:36', '2020-06-05 08:48:08', NULL, 'test2', 'test2test2', NULL, NULL, 'm', 'es', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'green_entrepreneur', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, '/uploads/5/1467646262_522853_1467646344_noticia_normal.jpg', 0, NULL, 3, NULL, NULL, NULL),
(6, 'caso_estudio_es', 'caso_estudio_es', 'caso_estudio_es@casoestudies.com', 'caso_estudio_es@casoestudies.com', 1, 'hfyG5fTiRYYuAw0EVavbE3w2G8K0DBOkVSeEKjfjOPk', 'Sk6wALQSOb3rIOutw1DTzreOouR3toNSuR6J1eSMa/WaAvAzUet7sHiESwZzuIMw5v1UP2TgrBFjCQnAGW+1Hw==', '2020-03-17 08:39:22', NULL, NULL, 'a:1:{i:0;s:22:\"ROLE_GREENENTERPRENEUR\";}', '2020-03-17 08:39:15', '2020-03-17 08:39:22', NULL, 'Caso de estudio es', 'Caso de estudio es', NULL, NULL, 'f', 'ES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'green_entrepreneur', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL),
(7, 'test3', 'test3', 'test3@test3.com', 'test3@test3.com', 1, 'mwUut9osVkemnnHvrJMHnxioCbV2oUDY9gImpML9hEk', 'Qy6I7mAxnWjurwUqgGqRqpCasT8JV3g1vG0B5T5QlK/WSXqY4yRCguIg1AJLiTCHgefBPmODu7BKVh+q52jO5g==', '2020-04-13 10:56:13', NULL, NULL, 'a:1:{i:0;s:22:\"ROLE_GREENENTERPRENEUR\";}', '2020-03-23 13:30:30', '2020-04-13 10:56:13', NULL, 'test3', 'test3', NULL, NULL, 'm', 'ES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'green_entrepreneur', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL),
(8, 'test_miguel', 'test_miguel', 'test1@prometeoinnova.com', 'test1@prometeoinnova.com', 1, 'bYF3zZ4KFYxSr4LFy3rbDV5Qee2EhqJfRCS5hTxirXc', 'wfniGXWu6F9+YiXBhJyGZyYBMBWjeHKip99U3I8DA+RN+letb2I5IfkzIYV6qAllAm6ZbFW9KPe0MqeGT4bmvw==', '2020-03-26 11:57:06', NULL, NULL, 'a:1:{i:0;s:22:\"ROLE_GREENENTERPRENEUR\";}', '2020-03-26 09:26:59', '2020-06-02 10:03:51', NULL, 'test1', 'test', NULL, NULL, 'm', 'ES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'green_entrepreneur', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL),
(9, 'bso', 'bso', 'bso@bso.com', 'bso@bso.com', 1, 'bXjorbUZlc2netL95wZayqsyNHUL8WxqChjDUUmMBPY', 'bAv6OoXj7siBTu750P6qZtJCwsRBHuAtNHWivz5+87KdVOG4nJAe7eNNJO1skzOKibO5N1VjzFnKU0hqQqEypQ==', '2020-05-27 12:30:01', NULL, NULL, 'a:1:{i:0;s:8:\"ROLE_BSO\";}', '2020-03-27 12:31:10', '2020-05-27 12:30:01', '2006-03-09 12:31:10', 'Miguel', 'Pescador', 'http://www.prometeoinnovations.es', NULL, 'u', 'ES', NULL, '655555555', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Ada Byron 24', 'bso', NULL, NULL, 'Prometeo', 'a:3:{i:0;s:3:\"bmd\";i:1;s:3:\"bpd\";i:2;s:6:\"mentor\";}', 'private', 1, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL),
(10, 'test4', 'test4', 'test4@test3.com', 'test4@test3.com', 1, 'KLYEiJqzsLp1k6I8Srrx65sk6EBReNGuZPeONpSe1Qs', 'UE2tBXBwIFA+LZLWOxidl9Vn41kkugQN1TqevWQobHbjjkX7j3XMl4Xyyh+3SyZZp2AIUVwVBK+SSw+9DpytSw==', '2020-04-13 12:05:49', NULL, NULL, 'a:1:{i:0;s:22:\"ROLE_GREENENTERPRENEUR\";}', '2020-04-13 10:58:18', '2020-04-13 12:05:49', NULL, 'test4', 'test4', NULL, NULL, 'm', 'ES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'green_entrepreneur', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL),
(11, 'hsalem', 'hsalem', 'hichem.salem@gmail.com', 'hichem.salem@gmail.com', 1, 'oW21q2KxBC.xGHWV01Xw50tNKNA87sA4bBT37DZVwXk', 'fwnvNU2Y7DGYI6Li+2+WUFZEw6boy8z/5gfiQgnzNpgIpufyXGJOJJkWqg5aeZFmXAarlbspQrJv9yu/xr0uOg==', '2020-06-04 15:00:48', NULL, NULL, 'a:1:{i:0;s:22:\"ROLE_GREENENTERPRENEUR\";}', '2020-04-14 16:23:40', '2020-06-04 15:00:48', NULL, 'Hichem', 'SALEM', NULL, NULL, 'm', 'ES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'green_entrepreneur', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL),
(12, 'claudia', 'claudia', 'cpani@scprac.org', 'cpani@scprac.org', 1, '.dNanBUwmMWq47FNiCcmn.LZWUNG52poTEEuO5JEgZ4', 'TQn/41rRGlloeeOZv8IlNsVBRqzuqvkGz9udkT+aiJA0l77wsjBp0L6dV1fqcv4Ily6kACWEO2iBjp7YeBan/A==', '2020-04-16 14:47:43', NULL, NULL, 'a:1:{i:0;s:22:\"ROLE_GREENENTERPRENEUR\";}', '2020-04-16 14:47:02', '2020-04-16 14:47:43', NULL, 'claudia', 'pani', NULL, NULL, 'u', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'green_entrepreneur', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL),
(13, 'Anna', 'anna', 'aibanez@scprac.org', 'aibanez@scprac.org', 1, 'njTBMywnxDrz1kiYbPw32UWplEaLs2yjFUGApasd9M0', 's+Co3aYxanTV52jH/YsiiRPV+ob01baw//3bLh0pDaYvXpiok39u2hi9NCz9gekMZQzGAxdoYKvYExZYEnIBcw==', '2020-04-16 14:47:37', NULL, NULL, 'a:1:{i:0;s:22:\"ROLE_GREENENTERPRENEUR\";}', '2020-04-16 14:47:24', '2020-04-16 14:47:37', NULL, 'Anna', 'Ibanez', NULL, NULL, 'f', 'ES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'green_entrepreneur', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL),
(14, 'inedit', 'inedit', 'inedit@inedit.es', 'inedit@inedit.es', 1, 'SheCBUzcsLERhiM6M2DlVPBVsYkBXM9y5MsT/imRulk', 'BIk2taNWDWyoWljGmZSFb1Lpc7Sa9KDFYHDhXVgOKAP+dS7w+JIGFs7Cc7B7X3aaTDkUAlWmkEpv8qZ8GZU65g==', '2020-06-04 15:01:28', NULL, NULL, 'a:1:{i:0;s:22:\"ROLE_GREENENTERPRENEUR\";}', '2020-04-20 11:26:17', '2020-06-04 15:01:28', NULL, 'inedit', 'inedit', NULL, NULL, 'f', 'ES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'green_entrepreneur', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL),
(15, 'financial', 'financial', 'financial@financial.com', 'financial@financial.com', 1, 'iVnx71eP09GGlYuSqu0jiXeftGjj5dsbG1nGkCzsosM', 'URnABri+mtiJy8kbTSEHXfYSq7DB+RAzOPmAmymyunAr6HgQZVhTv+/nNNyQcJjdlB1IBmFgt5EHy0WJUFFqOw==', '2020-04-28 06:20:49', NULL, NULL, 'a:1:{i:0;s:19:\"ROLE_FINANCIALACTOR\";}', '2020-04-28 06:20:31', '2020-04-28 06:20:49', '2020-01-20 00:00:00', NULL, NULL, NULL, NULL, 'm', 'es', NULL, '655555555', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'financial_actor', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, 'N;', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL),
(16, 'testmiguel', 'testmiguel', 'testmiguel@test.com', 'testmiguel@test.com', 1, 'JTVjOVGGCnbqSuF2VLbtr7tje5LZ2EMJWcmabxU6AkQ', 'ce5lCJ0KaaIjMw2rf4hSunTnx2wa3XH0sBD7toVuiBqBR7Tb8SRfxT/2LC+YH8y8LRnJMViJDMZS/w7K14MHJQ==', '2020-05-27 06:33:07', NULL, NULL, 'a:1:{i:0;s:22:\"ROLE_GREENENTERPRENEUR\";}', '2020-05-15 06:32:44', '2020-05-27 06:33:07', NULL, 'testmiguel', 'testmiguel', NULL, NULL, 'm', 'ES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'green_entrepreneur', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL),
(17, 'testjorge2', 'testjorge2', 'test@mail2.com', 'test@mail2.com', 1, 'e5orYyDHrH10TbHe7T.fXuGjrrqA0/URpvvNkZNWZoA', 'BBqCh0ksDC71LdZwB0j862uHWhDoPOHSQRx1NAOQbojgaNp3uyLHMrrCfXRMg7iHQn5WGe73DPpTOXWlrSWblA==', '2020-05-19 06:32:21', NULL, NULL, 'a:1:{i:0;s:22:\"ROLE_GREENENTERPRENEUR\";}', '2020-05-18 09:25:35', '2020-06-02 10:03:51', NULL, 'Jorge', 'Rodriguez', NULL, NULL, 'u', 'ES', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'green_entrepreneur', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL),
(18, 'fa', 'fa', 'fa@example.com', 'fa@example.com', 1, 'Xm5Y1OFTsmAJGfPZhyqng4fWtTL/ob1JteRFNxNRTmU', 'xRm6LyhXf42CqzZkwlDSmrs2snW8mPKAOVWvG4PEOuqWLepOBk2vs3jvmxARyGleLJ2gB+W+ZGfn8r9jiuv5xA==', '2020-05-26 12:21:14', NULL, NULL, 'a:1:{i:0;s:19:\"ROLE_FINANCIALACTOR\";}', '2020-05-26 12:21:00', '2020-05-26 12:21:14', NULL, 'fa', 'fa', 'http://www.prometeoinnovations.com', 'hdfs', 'u', 'BS', NULL, '655555555', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'fa', 'financial_actor', '[\"early_stage\",\"growth\"]', NULL, 'hhh', 'a:1:{i:0;s:2:\"AL\";}', NULL, NULL, NULL, 1, 'a:1:{i:0;s:2:\"pb\";}', 'N;', NULL, 'bd', 1000, NULL, 'a:3:{i:0;s:2:\"AF\";i:1;s:2:\"BH\";i:2;s:2:\"BE\";}', 'one', 'one', '10000', '', NULL, 1, 'jfgtujft', NULL, NULL, NULL, NULL),
(31, 'Trainer Prometeo', 'trainer prometeo', 'trainer@example.com', 'trainer@example.com', 1, 'tfRYMfViglxaTalEpo8Mdad.4JFZkmRZrP2UOThBM8I', '6kS19c4mPN9JUqg1LpNbtstZ+IDtUBcEG/feHytgtAYXAGzzo4zhm4diOrq1MQZaLxZ/86Pon08/2NA701uF5g==', '2020-05-29 12:46:20', NULL, NULL, 'a:1:{i:0;s:12:\"ROLE_TRAINER\";}', '2020-05-27 11:52:38', '2020-06-02 10:06:43', '1980-11-09 00:00:00', 'trainer', 'trainer', NULL, NULL, 'f', NULL, NULL, '655555555', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'fa', 'trainer', NULL, NULL, NULL, 's:4:\"tech\";', NULL, NULL, 'N;', 1, NULL, NULL, 0, NULL, 0, '%', NULL, NULL, NULL, '0', NULL, '/uploads/31/card2.png', 1, NULL, NULL, NULL, NULL, NULL);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `fos_user_user_group`
--
CREATE TABLE `fos_user_user_group` (
`user_id` int(11) NOT NULL,
`group_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `GreenEnterPreneurConvocatoria`
--
CREATE TABLE `GreenEnterPreneurConvocatoria` (
`convocatoria_id` int(11) NOT NULL,
`green_entrepreneur_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `GreenEnterPreneurConvocatoria`
--
INSERT INTO `GreenEnterPreneurConvocatoria` (`convocatoria_id`, `green_entrepreneur_id`) VALUES
(1, 5),
(1, 8),
(1, 17);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `GreenEntrepreneurHasTrainer`
--
CREATE TABLE `GreenEntrepreneurHasTrainer` (
`trainer_id` int(11) NOT NULL,
`green_entrepreneur_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `GreenEntrepreneurHasTrainer`
--
INSERT INTO `GreenEntrepreneurHasTrainer` (`trainer_id`, `green_entrepreneur_id`) VALUES
(31, 2),
(31, 5),
(31, 7),
(31, 8),
(31, 16),
(31, 17);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `mail_logger`
--
CREATE TABLE `mail_logger` (
`id` int(11) NOT NULL,
`type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`message` longtext COLLATE utf8mb4_unicode_ci,
`last_updated` datetime DEFAULT NULL,
`from` longtext COLLATE utf8mb4_unicode_ci,
`to` longtext COLLATE utf8mb4_unicode_ci,
`subject` longtext COLLATE utf8mb4_unicode_ci,
`content` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `mensaje`
--
CREATE TABLE `mensaje` (
`id` int(11) NOT NULL,
`user_id` int(11) DEFAULT NULL,
`sala_id` int(11) DEFAULT NULL,
`mensaje` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`fecha` datetime DEFAULT NULL,
`leido` tinyint(1) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `mensajeHasUsers`
--
CREATE TABLE `mensajeHasUsers` (
`user_id` int(11) NOT NULL,
`mensaje_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `news`
--
CREATE TABLE `news` (
`id` int(11) NOT NULL,
`bso_id` int(11) NOT NULL,
`titulo` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`descripcion` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`fecha` datetime NOT NULL,
`fecha_inicio` datetime NOT NULL,
`fecha_fin` datetime NOT NULL,
`entrada` longtext COLLATE utf8mb4_unicode_ci,
`publicado` tinyint(1) DEFAULT NULL,
`imagen` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`updated_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `parametro`
--
CREATE TABLE `parametro` (
`id` int(11) NOT NULL,
`user_id` int(11) DEFAULT NULL,
`nombre` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`valor` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `preguntas`
--
CREATE TABLE `preguntas` (
`id` int(11) NOT NULL,
`tarea_id` int(11) DEFAULT NULL,
`tipo_pregunta_id` int(11) DEFAULT NULL,
`nombre` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`pattern` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`is_required` tinyint(1) DEFAULT NULL,
`editable` tinyint(1) DEFAULT NULL,
`alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`position` int(11) DEFAULT NULL,
`descripcion` longtext COLLATE utf8mb4_unicode_ci,
`placeholder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`tipo_pregunta_options` longtext COLLATE utf8mb4_unicode_ci,
`pre_titulo` longtext COLLATE utf8mb4_unicode_ci,
`class` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`is_email` tinyint(1) DEFAULT NULL,
`seccion_id` int(11) DEFAULT NULL,
`is_bifurcation` tinyint(1) DEFAULT NULL,
`is_revisable` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `preguntas`
--
INSERT INTO `preguntas` (`id`, `tarea_id`, `tipo_pregunta_id`, `nombre`, `pattern`, `is_required`, `editable`, `alias`, `position`, `descripcion`, `placeholder`, `tipo_pregunta_options`, `pre_titulo`, `class`, `is_email`, `seccion_id`, `is_bifurcation`, `is_revisable`) VALUES
(1, 1, 1, '<p>What is your initial business idea?</p>', NULL, 0, 1, 'ex1preg10', 1, NULL, NULL, NULL, NULL, 'gbc-preg100', NULL, 1, NULL, 1),
(2, 2, 1, '<p>Does your idea tackle real environmental challenges? Which of them?</p>', NULL, 1, 1, 'ex2preg10', 5, NULL, NULL, NULL, '<p>Environmental</p>', NULL, NULL, 10, NULL, 1),
(3, 2, 1, '<p>What are the biggest needs faced by your potential customers?</p>', NULL, 1, 1, 'ex2preg30', 7, NULL, NULL, NULL, '<p>Needs</p>', NULL, NULL, 10, NULL, 1),
(4, 2, 1, '<p>Does your idea tackle real social challenges? which of them?</p>', NULL, 1, 1, 'ex2preg20', 6, NULL, NULL, NULL, '<p>Social</p>', NULL, NULL, 10, NULL, 1),
(5, 2, 1, '<p>What are the personal or professional drivers behind the business idea?</p>', NULL, 1, 1, 'ex2preg40', 65, NULL, NULL, NULL, '<p>Team Motivation</p>', NULL, NULL, 10, NULL, 1),
(6, 3, 1, '<p>What are the political aspects of the context that can affect your business?</p>', NULL, 0, 1, 'ex3preg10', 1, NULL, NULL, NULL, '<p>What?</p>', NULL, NULL, 6, NULL, 1),
(7, 3, 1, '<p>it will afect muy project? Can you bring some insights to confront the most relevant forces?</p>', NULL, 0, 1, 'ex3preg20', 2, NULL, NULL, NULL, '<p>How?</p>', NULL, NULL, 6, NULL, 1),
(8, 4, 1, '<p>What social challenges is your business idea addressing?</p>', NULL, 0, 1, 'ex4preg10', 3, '<p>Problems &amp; Needs</p>', NULL, NULL, NULL, NULL, NULL, 8, NULL, 1),
(9, 4, 1, '<p>Can you set specific objective(s) to tackle it (them)? (Social)</p>', NULL, 0, 1, 'ex4preg20', 4, '<p>Objectives</p>', NULL, NULL, NULL, NULL, NULL, 8, NULL, 1),
(10, 4, 1, '<p>What customer needs is your business idea addressing?</p>', NULL, 0, 1, 'ex4preg30', 5, '<p>Problems &amp; Needs</p>', NULL, NULL, NULL, NULL, NULL, 9, NULL, 1),
(11, 4, 1, '<p>Can you set specific objective(s) to tackle it (them)? (Needs)</p>', NULL, 0, 1, 'ex4preg40', 6, '<p>Objectives</p>', NULL, NULL, NULL, NULL, NULL, 9, NULL, 1),
(12, 4, 1, '<p>What environmental challenges is your business idea addressing?</p>', NULL, 0, 1, 'ex4preg50', 1, '<p>Problems &amp; Needs</p>', NULL, NULL, NULL, NULL, NULL, 13, NULL, 1),
(13, 4, 1, '<p>Can you set specific objective(s) to tackle it (them)? (Environmental)</p>', NULL, 0, 1, 'ex4preg60', 2, '<p>Objectives</p>', NULL, NULL, NULL, NULL, NULL, 13, NULL, 1),
(14, 4, 1, '<p>Is there any other personal/ professional driver...?</p>', NULL, 0, 1, 'ex4preg70', 7, '<p>Problems &amp; Needs</p>', NULL, NULL, NULL, NULL, NULL, 14, NULL, 1),
(15, 4, 1, '<p>Can you set specific objective(s) to tackle it (them)? (Personal Driver)</p>', NULL, 0, 1, 'ex4preg80', 8, '<p>Objectives</p>', NULL, NULL, NULL, NULL, NULL, 14, NULL, 1),
(16, 5, 1, '<p>Synthesize the objectives into an all-encompassing yet simple and elegant sentence.</p>', NULL, 0, 1, 'ex5preg10', 5, NULL, NULL, NULL, '<p>Mission</p>', NULL, NULL, 15, NULL, 1),
(17, 5, 1, '<p>Envision your accomplishments in the medium-long term. What would you like to reach?</p>', NULL, 0, 1, 'ex5preg20', 6, NULL, NULL, NULL, '<p>Vision</p>', NULL, NULL, 15, NULL, 1),
(18, 3, 1, '<p>What are the economic aspects of the context that can affect your business?</p>', NULL, 0, 1, 'ex3preg30', 3, NULL, NULL, NULL, '<p>What?</p>', NULL, NULL, 7, NULL, 1),
(19, 3, 1, '<p>it will afect muy project? Can you bring some insights to confront the most relevant forces?</p>', NULL, 0, 1, 'ex3preg40', 4, NULL, NULL, NULL, '<p>How?</p>', NULL, NULL, 7, NULL, 1),
(20, 3, 1, '<p>What are the social aspects of the context that can affect your business?</p>', NULL, 0, 1, 'ex3preg50', 5, NULL, NULL, NULL, '<p>What?</p>', NULL, NULL, 11, NULL, 1),
(21, 3, 1, '<p>it will afect muy project? Can you bring some insights to confront the most relevant forces?</p>', NULL, 0, 1, 'ex3preg60', 6, NULL, NULL, NULL, '<p>How?</p>', NULL, NULL, 11, NULL, 1),
(22, 3, 1, '<p>What are the technological aspects of the context that can affect your business?</p>', NULL, 0, 1, 'ex3preg70', 7, NULL, NULL, NULL, '<p>What?</p>', NULL, NULL, 12, NULL, 1),
(23, 3, 1, '<p>it will afect muy project? Can you bring some insights to confront the most relevant forces?</p>', NULL, 0, 1, 'ex3preg80', 8, NULL, NULL, NULL, '<p>How?</p>', NULL, NULL, 12, NULL, 1),
(24, 1, 1, '<p>What are you going to offer (product, service)?</p>', NULL, 0, 1, 'ex1preg20', 2, NULL, NULL, NULL, NULL, 'gbc-preg100', NULL, 1, NULL, 1),
(25, 1, 1, '<p>Who may be your customers?</p>', NULL, 0, 1, 'ex1preg30', 3, NULL, NULL, NULL, NULL, 'gbc-preg100', NULL, 1, NULL, 1),
(28, 6, 1, '<p>Problems and Needs (Environmental)</p>', NULL, 0, 1, 'ex6preg10', 10, '<p>The most relevant problems and needs tackled by the business.</p>', NULL, NULL, NULL, NULL, NULL, 16, NULL, 1),
(29, 6, 1, '<p>Understand the context</p>', NULL, 0, 1, 'ex6preg30', 70, '<p>The most relevant aspects that can affect the business.</p>', NULL, NULL, NULL, 'gbc-preg100', NULL, 16, NULL, 1),
(30, 6, 1, '<p>Project objectives (Social)</p>', NULL, 0, 1, 'ex6preg20', 50, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, 1),
(31, 6, 1, '<p>Vision statement</p>', NULL, 0, 0, 'ex6preg40', 140, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, NULL),
(32, 6, 1, '<p>Mission statement</p>', NULL, 0, 0, 'ex6preg50', 150, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, NULL),
(33, 7, 1, '<p>Personal Driver Objectives&nbsp;</p>', NULL, 0, 0, 'ex7apreg10', 45, NULL, NULL, NULL, NULL, NULL, NULL, 73, NULL, NULL),
(34, 7, 1, '<p>Stakeholders Personal Driver</p>', NULL, 0, 1, 'ex7apreg20', 46, NULL, NULL, NULL, NULL, 'table', NULL, 73, NULL, NULL),
(35, 8, 1, '<p>Who?</p>', NULL, 0, 1, 'ex7bpreg10', 43, NULL, 'Give the name of real actors and organizations if possible', NULL, NULL, NULL, NULL, 18, NULL, NULL),
(36, 8, 8, '<p>Importance</p>', NULL, 0, 1, 'ex7bpreg20', 44, NULL, NULL, 'data-slider-ticks=\"[1, 2, 3]\" data-slider-ticks-labels=\'[\"1\", \"2\", \"3\"]\' data-slider-min=\"1\" data-slider-max=\"3\" data-slider-step=\"1\" data-slider-tooltip=\"hide\"', NULL, NULL, NULL, 18, NULL, NULL),
(37, 8, 8, '<p>Get &amp; Give</p>', NULL, 0, 1, 'ex7bpreg50', 47, NULL, NULL, 'data-slider-min=\"-100\" data-slider-max=\"100\" data-slider-step=\"1\" data-slider-ticks=\"[-100, 0, 100]\" data-slider-ticks-labels=\'[\"-100\", \"0\", \"100\"]\'', NULL, NULL, NULL, 18, NULL, NULL),
(38, 8, 10, '<p>Will he/she be willing to pay for the value you are creating?</p>', NULL, 0, 1, 'ex7bpreg60', 48, NULL, NULL, 'Sí,No', NULL, NULL, NULL, 18, NULL, NULL),
(39, 8, 1, '<p>How will you ignite it?</p>', NULL, 0, 1, 'ex7bpreg70', 49, NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, NULL),
(40, 8, 1, '<p>What will your stakeholder gain from the project (effect)?</p>', NULL, 0, 1, 'ex7bpreg30', 45, NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, NULL),
(41, 8, 1, '<p>What will the stakeholder bring into the project (influence)?</p>', NULL, 0, 1, 'ex7bpreg40', 46, NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, NULL),
(42, 9, 1, '<p>Customer Card Number</p>', NULL, 0, 1, 'ex8preg10', 50, NULL, NULL, NULL, NULL, NULL, NULL, 19, NULL, NULL),
(43, 9, 1, '<p>Segment</p>', NULL, 0, 1, 'ex8preg20', 51, NULL, NULL, NULL, NULL, NULL, NULL, 19, NULL, NULL),
(44, 9, 1, '<p>Generic description</p>', NULL, 0, 1, 'ex8preg30', 52, '<p>How would you describe your potential customers (users) in terms of demograhpics, lifestyle, and values?</p>', NULL, NULL, NULL, NULL, NULL, 19, NULL, NULL),
(45, 9, 1, '<p>Pains</p>', NULL, 0, 1, 'ex8preg40', 53, '<p>What does your customer fear?</p>\r\n\r\n<p>What does he find too costly, or what makes him feel bad? - time, money, effort, frustrations, annoyances, performance, loss of status, power, risks, mistakes, barriers, etc?</p>', NULL, NULL, NULL, NULL, NULL, 19, NULL, NULL),
(46, 9, 1, '<p>Gains</p>', NULL, 0, 1, 'ex8preg50', 54, '<p>What else does your customer expect? - things that make them happy, satisfied, delighted; eg. saving time or money, quality, specific solutions, live improvement, services, selfactualisation, social status, achieving dreams or desires.</p>', NULL, NULL, NULL, NULL, NULL, 19, NULL, NULL),
(47, 9, 1, '<p>Function they would like to have covered?</p>', NULL, 0, 1, 'ex8preg60', 55, '<p>What does your customer need to have satisfied at a functional, social and emotional levels?</p>', NULL, NULL, NULL, NULL, NULL, 19, NULL, NULL),
(48, 10, 1, '<p>What environmetnal challenges is your environmental value propostion addressing?</p>', NULL, 0, 0, 'ex9apreg10', 10, NULL, NULL, NULL, '<p>Environmental value</p>', NULL, NULL, 20, NULL, NULL),
(49, 10, 1, '<p>What social needs is your value propostion addressing?</p>', NULL, 0, 0, 'ex9apreg20', 20, NULL, NULL, NULL, '<p>Social value</p>', NULL, NULL, 20, NULL, NULL),
(50, 10, 1, '<p>What? How does it take into consideration their pains?</p>', NULL, 0, 1, 'ex9apreg30', 30, NULL, NULL, NULL, '<p>Pains Relievers</p>', NULL, NULL, 20, NULL, NULL),
(51, 10, 1, '<p>What? Describe bad outcomes, risks, and obstacles related to customer functions.</p>', NULL, 0, 1, 'ex9apreg40', 40, NULL, NULL, NULL, '<p>Pains</p>', NULL, NULL, 20, NULL, NULL),
(52, 10, 1, '<p>What? How does it take into consideration their pains?</p>', NULL, 0, 1, 'ex9apreg50', 45, NULL, NULL, NULL, '<p>Gain Creators</p>', NULL, NULL, 20, NULL, NULL),
(53, 10, 1, '<p>What? Gains describe the outcomes customers want to achieve or the concrete benefits they are seeking.</p>', NULL, 0, 1, 'ex9apreg60', 60, NULL, NULL, NULL, '<p>Gains</p>', NULL, NULL, 20, NULL, NULL),
(55, 10, 1, '<p>What? Describe what customers are trying to get done in their work and in their lives, as expressed in their own words.</p>', NULL, 0, 1, 'ex9apreg90', 100, NULL, NULL, NULL, '<p>Functions</p>', NULL, NULL, 20, NULL, NULL),
(56, 10, 1, '<p>What market opportunities do the customer segments offer?</p>\r\n\r\n<p>Try to reason in terms of competition Who is offering a Value Proposition that could be substituted by yours?</p>', NULL, 0, 1, 'ex9apreg80', 130, NULL, NULL, NULL, '<p>Substitutes/Competition</p>', NULL, NULL, 20, NULL, NULL),
(58, 10, 1, '<p>What difference is your service/ product making compared to existing alternatives in the market? or, what would have happened if the project didn&#39;t take place? What will be unique about your approach? e.g. quality, customer relations, price, environmental-friendliness, social responsibility.</p>', NULL, 0, 1, 'ex9apreg110', 120, NULL, NULL, NULL, '<p>Added Value</p>', NULL, NULL, 20, NULL, NULL),
(59, 10, 1, '<p>What does your product/ service do for the customer and key stakeholders?</p>\r\n\r\n<p>- Ensure that it fulfills the project objectives and Customers&#39; jobs.&nbsp;</p>', NULL, 0, 1, 'ex9apreg70', 80, NULL, NULL, NULL, NULL, NULL, NULL, 20, NULL, NULL),
(63, 12, 1, '<p>Objetives Hypotesis</p>', NULL, 0, 1, 'ex10apreg10', 63, NULL, NULL, NULL, NULL, NULL, NULL, 22, NULL, NULL),
(64, 12, 1, '<p>Objetives Questions</p>', NULL, 0, 1, 'ex10apreg20', 64, NULL, NULL, NULL, NULL, NULL, NULL, 22, NULL, NULL),
(65, 1, 1, '<p>Who may be your partners?</p>', NULL, 0, 1, 'ex1preg40', 4, NULL, NULL, NULL, NULL, 'gbc-preg100', NULL, 1, NULL, 1),
(66, 3, 1, '<p>What are the environmental aspects of the context that can affect your business?</p>', NULL, 0, 1, 'ex3preg90', 9, NULL, NULL, NULL, '<p>What?</p>', NULL, NULL, 23, NULL, 1),
(67, 3, 1, '<p>it will afect muy project? Can you bring some insights to confront the most relevant forces?</p>', NULL, 0, 1, 'ex3preg100', 10, NULL, NULL, NULL, '<p>How?</p>', NULL, NULL, 23, NULL, 1),
(68, 3, 1, '<p>What are the legal aspects of the context that can affect your business?</p>', NULL, 0, 1, 'ex3preg110', 11, NULL, NULL, NULL, '<p>What?</p>', NULL, NULL, 24, NULL, 1),
(69, 3, 1, '<p>it will afect muy project? Can you bring some insights to confront the most relevant forces?</p>', NULL, 0, 1, 'ex3preg120', 12, NULL, NULL, NULL, '<p>How?</p>', NULL, NULL, 24, NULL, 1),
(70, 10, 1, '<p>Sythesize the main findings about your key stakeholders.</p>', NULL, 0, 1, 'ex9bpreg10', 180, NULL, NULL, NULL, '<p>Stakeholders</p>', NULL, NULL, NULL, NULL, NULL),
(71, 10, 1, '<p>Define your value proposition: What? For whom? Why?</p>', NULL, 0, 1, 'ex9bpreg20', 190, NULL, NULL, NULL, '<p>Value Proposition</p>', 'table', NULL, NULL, NULL, NULL),
(72, 10, 1, '<p>Sythesize the main findings about your customer segments.</p>', NULL, 0, 1, 'ex9bpreg30', 185, NULL, NULL, NULL, '<p>Customer Segment</p>', NULL, NULL, NULL, NULL, NULL),
(73, 13, 19, '<p>INTERVIEW</p>', NULL, 0, 1, 'ex10bpreg10-10', 74, NULL, NULL, 'INTERVIEW, OBSERVATION', NULL, 'gbc-preg100', NULL, NULL, NULL, NULL),
(74, 13, 1, '<p>PARTICIPANTS&#39; DATA</p>', NULL, 0, 1, 'ex10bpreg20', 76, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(75, 13, 1, '<p>Which things did participants say/do that surprised you?</p>', NULL, 0, 1, 'ex10bpreg30', 77, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(76, 13, 1, '<p>Which things matter most to the participant?</p>', NULL, 0, 1, 'ex10bpreg40', 78, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(77, 13, 1, '<p>Which main themes or learnings stood out from this intervention?</p>', NULL, 0, 1, 'ex10bpreg50', 79, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(78, 13, 1, '<p>Which new topics or questions to explore in future inverventions?</p>', NULL, 0, 1, 'ex10bpreg60', 80, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(79, 13, 1, '<p>NOTES</p>', NULL, 0, 1, 'ex10bpreg70', 81, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(80, 13, 1, '<p>WHAT DID I LEARN ABOUT...?</p>', NULL, 0, 1, 'ex10bpreg80', 508, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(81, 14, 1, '<p>Who are indeed your first customers? Do they match the profile you were expecting? Is there any relevant need, expectation, gain or pain to be taken into account?</p>', NULL, 0, 1, 'ex11preg40', 3, NULL, NULL, NULL, '<p>Customer Segment</p>', NULL, NULL, 26, NULL, NULL),
(82, 14, 18, '<p>Reword the value proposition and express it with the words that resonate to your target audience</p>', NULL, 0, 1, 'ex11preg30', 1, NULL, NULL, NULL, '<p>Value Proposition</p>', NULL, NULL, 26, NULL, NULL),
(83, 14, 1, '<p>Have you missed any key stakeholder that could be necessary to fulfill you customers&#39; needs? What about the gives and gets balance?</p>', NULL, 0, 1, 'ex11preg20', 2, NULL, NULL, NULL, '<p>Stakeholders</p>', NULL, NULL, 26, NULL, NULL),
(85, 16, 1, '<p>Key Activities</p>', NULL, 0, 1, 'ex13preg10', 85, '<p>Problem solving.</p>\r\n\r\n<p>What activities and tasks do you need to accomplish to create your VP, solve a specific challenge or maintain a high level of innovation in your business?</p>\r\n\r\n<p>Production</p>\r\n\r\n<p>What activities and tasks do you need to accomplish to produce your products or supply your service?</p>\r\n\r\n<p>Platform/ network/ sales</p>\r\n\r\n<p>What activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?</p>\r\n\r\n<p>Supply chain management</p>\r\n\r\n<p>What activities and tasks do you need to accomplish to create an efficient and valuable supply chain management system? Waht do you need to deal with supplier?</p>', 'Write a list of Key activities. Remember that some of them may be related with specific activities of your usiness niche market, other may be related to general management. Both are very important, don\'t forget it!', NULL, NULL, NULL, NULL, 27, NULL, NULL),
(86, 16, 1, '<p>Key Resources</p>', NULL, 0, 1, 'ex13preg20', 86, '<p>Human capital</p>\r\n\r\n<p>What human resources does your value poposition require? What about the people working for/ with you?</p>\r\n\r\n<p>Physical capital</p>\r\n\r\n<p>What physical resources are important for you business (Think about facilities, machinery, vehicles...)</p>\r\n\r\n<p>Intellectual and digital capital</p>\r\n\r\n<p>Which intellectual and digital resources do you need? Do you need licences, patents, software?</p>\r\n\r\n<p>Financial capital</p>\r\n\r\n<p>Which type of financial capital do you need? Have you investments, loans or other financial issues (e.g. machinery leasing...) related with your business?</p>', 'Write a list of Key resources considering everything you need to create, deliver and manage your products, services and perform business operations.', NULL, NULL, NULL, NULL, 27, NULL, NULL),
(87, 18, 1, '<p>Key Activities</p>', NULL, 0, 1, 'ex15preg10', 87, '<p>Key activities are here reported from E13. Remember that you are now able to modify and update activities, based on the ecodesign tool used in E14.</p>', NULL, NULL, NULL, NULL, NULL, 28, NULL, NULL),
(88, 18, 1, '<p>Key Resources</p>', NULL, 0, 1, 'ex15preg20', 88, '<p>Key resources are here reported from E13. Remember that you are now able to modify and update activities, based on the ecodesign tool used in E14.</p>', NULL, NULL, NULL, NULL, NULL, 28, NULL, NULL),
(89, 18, 1, '<p>Channels</p>', NULL, 0, 1, 'ex15preg40', 90, '<p>Write here the main channels you identified in the Customers Map</p>', NULL, NULL, NULL, NULL, NULL, 29, NULL, NULL),
(90, 18, 1, '<p>Relationships</p>', NULL, 0, 1, 'ex15preg30', 89, '<p>Write here the relationships you identified in the Customer Map</p>', NULL, NULL, NULL, NULL, NULL, 29, NULL, NULL),
(91, 19, 1, '<p>What are the investment costs to start your business?</p>', NULL, 0, 1, 'ex16preg10', 10, NULL, NULL, NULL, NULL, NULL, NULL, 30, NULL, NULL),
(92, 19, 1, '<p>Can you quantify it?</p>', NULL, 0, 1, 'ex16preg20', 20, NULL, NULL, NULL, NULL, NULL, NULL, 30, NULL, NULL),
(93, 19, 1, '<p>Which are your most important fixed costs? Can you give and estimate cost to them?</p>', NULL, 0, 1, 'ex16preg30', 30, NULL, NULL, NULL, '<p>Fixed Costs</p>', NULL, NULL, 30, NULL, NULL),
(94, 19, 1, '<p>Which are your most important variable costs? Can your give and estimate cost to tem?</p>', NULL, 0, 1, 'ex16preg40', 40, NULL, NULL, NULL, '<p>Variable Costs</p>', NULL, NULL, 30, NULL, NULL),
(95, 20, 1, '<p>Products and Services you are offering!</p>', NULL, 0, 1, 'ex17preg10', 95, '<p>Products and services are automatically drawn upon the Value Proposition Canvas</p>', NULL, NULL, NULL, 'table', NULL, 31, NULL, NULL),
(96, 20, 2, '<p>Select an adequate revenue model for each&nbsp;</p>', NULL, 0, 1, 'ex17preg20', 96, NULL, NULL, '[{\'id\':\'0\',\'text\':\'Asset Sale \'},{\'id\':\'1\',\'text\':\'Lending/Renting/Leasing \'},{\'id\':\'2\',\'text\':\'Advertising \'},{\'id\':\'3\',\'text\':\'Usage Fee\'},{\'id\':\'4\',\'text\':\'Licensing \'},{\'id\':\'5\',\'text\':\'Subsidies \'},{\'id\':\'6\',\'text\':\'Subscription Fee \'},{\'id\':\'7\',\'text\':\'Brokerage Fee \'}, ]', NULL, NULL, NULL, 31, NULL, NULL),
(97, 20, 1, '<p>Describe here the characteristics of your revenue model...</p>', NULL, 0, 1, 'ex17preg30', 99, NULL, NULL, NULL, NULL, NULL, NULL, 31, NULL, NULL),
(98, 21, 1, '<p>Fixed Cost</p>', NULL, 0, 1, 'ex18preg10', 98, NULL, NULL, NULL, NULL, NULL, NULL, 32, NULL, NULL),
(99, 21, 1, '<p>Variable Costs</p>', NULL, 0, 1, 'ex18preg20', 99, NULL, NULL, NULL, NULL, NULL, NULL, 32, NULL, NULL),
(100, 21, 1, '<p>Financing</p>', NULL, 0, 1, 'ex18preg30', 100, NULL, NULL, NULL, NULL, NULL, NULL, 32, NULL, NULL),
(101, 21, 1, '<p>Revenue Stream</p>', NULL, 0, 1, 'ex18preg40', 101, NULL, NULL, NULL, NULL, NULL, NULL, 33, NULL, NULL),
(102, 22, 1, '<p>HYPOTESIS</p>', NULL, 0, 1, 'ex19apreg10', 102, NULL, NULL, NULL, NULL, NULL, NULL, 34, NULL, NULL),
(103, 22, 1, '<p>QUESTIONS</p>', NULL, 0, 1, 'ex19apreg20', 103, NULL, NULL, NULL, NULL, NULL, NULL, 34, NULL, NULL),
(104, 26, 1, '<p>How are you planning to get those hypotesis tested?</p>', NULL, 0, 1, 'ex19apreg30', 104, NULL, NULL, NULL, NULL, NULL, NULL, 35, NULL, NULL),
(105, 23, 1, '<p>Participant&acute;s Data</p>', NULL, 0, 1, 'ex19bpreg1', 105, NULL, NULL, NULL, NULL, 'gbc-preg100', NULL, 36, NULL, NULL),
(106, 23, 1, '<p>Which things did participants say/do that surprised you?</p>', NULL, 0, 1, 'ex19bpreg2', 106, NULL, NULL, NULL, NULL, NULL, NULL, 36, NULL, NULL),
(107, 23, 1, '<p>Which things matter most to the participant?</p>', NULL, 0, 1, 'ex19bpreg3', 107, NULL, NULL, NULL, NULL, NULL, NULL, 36, NULL, NULL),
(108, 23, 1, '<p>Which main themes or learnings stood out from this intervention?</p>', NULL, 0, 1, 'ex19bpreg4', 108, NULL, NULL, NULL, NULL, NULL, NULL, 36, NULL, NULL),
(109, 23, 1, '<p>Which new topics or questions to explore in future inverventions?</p>', NULL, 0, 1, 'ex19bpreg5', 109, NULL, NULL, NULL, NULL, NULL, NULL, 36, NULL, NULL),
(110, 23, 1, '<p>NOTES</p>', NULL, 0, 1, 'ex19bpreg6', 110, NULL, NULL, NULL, NULL, 'gbc-preg100', NULL, 36, NULL, NULL),
(111, 23, 1, '<p>WHAT DID I LEARN ABOUT...?</p>', NULL, 0, 1, 'ex19bpreg7', 111, NULL, NULL, NULL, NULL, 'gbc-preg100', NULL, 36, NULL, NULL),
(112, 24, 10, '<p>Means to purchase it...</p>', NULL, 0, 1, 'ex19cpreg1', 112, NULL, NULL, '1, 2, 3, 4, 5', NULL, 'gbc-radio', NULL, 37, NULL, NULL),
(113, 24, 10, '<p>Quality...</p>', NULL, 0, 1, 'ex19cpreg2', 113, NULL, NULL, '1, 2, 3, 4, 5', NULL, 'gbc-radio', NULL, 37, NULL, NULL),
(114, 24, 10, '<p>Maintenance Service...</p>', NULL, 0, 1, 'ex19cpreg3', 114, NULL, NULL, '1, 2, 3, 4, 5', NULL, 'gbc-radio', NULL, 37, NULL, NULL),
(115, 24, 10, '<p>Delivery Service...</p>', NULL, 0, 1, 'ex19cpreg4', 115, NULL, NULL, '1, 2, 3, 4, 5', NULL, 'gbc-radio', NULL, 37, NULL, NULL),
(116, 24, 10, '<p>Overall Experience...</p>', NULL, 0, 1, 'ex19cpreg5', 116, NULL, NULL, '1, 2, 3, 4, 5', NULL, 'gbc-radio', NULL, 37, NULL, NULL),
(117, 24, 10, '<p>Price...</p>', NULL, 0, 1, 'ex19cpreg6', 117, NULL, NULL, '1, 2, 3, 4, 5', NULL, 'gbc-radio', NULL, 37, NULL, NULL),
(118, 24, 1, '<p>Comments</p>', NULL, 0, 1, 'ex19cpreg7', 118, NULL, NULL, NULL, NULL, 'gbc-preg100', NULL, 37, NULL, NULL),
(119, 27, 1, '<p>Type and NR Materials</p>', NULL, 0, 0, 'ex14card1section1-3preg10', 20, '<p>Type and number of different materials and resources used?</p>', NULL, NULL, NULL, NULL, NULL, 38, NULL, NULL),
(120, 27, 1, '<p>Location of Sources</p>', NULL, 0, 1, 'ex14card1section1-3preg20', 30, '<p>Where and how do you source the materials from (distances from your facilities)?</p>', NULL, NULL, NULL, NULL, NULL, 38, NULL, NULL),
(121, 27, 1, '<p>Amount (Weight)</p>', NULL, 0, 1, 'ex14card1section1-3preg30', 40, '<p>Amount (weight) of all the elements and components?</p>', NULL, NULL, NULL, NULL, NULL, 38, NULL, NULL),
(122, 27, 1, '<p>Tech materials:</p>\r\n\r\n<p>Recycled content and recyclability</p>', NULL, 0, 1, 'ex14card1section1-3preg40', 50, '<p>For Technical materials (such as plastics, metals...):</p>\r\n\r\n<p>What about recycled content and recyclability of these materials?</p>', NULL, NULL, NULL, NULL, NULL, 38, NULL, NULL),
(123, 27, 1, '<p>Bio materials:</p>\r\n\r\n<p>Renewability and compostability</p>', NULL, 0, 1, 'ex14card1section1-3preg50', 60, '<p>For Organic materials (such as cotton, wood, food):</p>\r\n\r\n<p>Renewability of the source and compostability of the materials?</p>', NULL, NULL, NULL, NULL, NULL, 38, NULL, NULL),
(124, 27, 6, '<p>How to proceed?</p>\r\n\r\n<p>Try to answer these questions. You can start from wherever you feel more comfortable.</p>\r\n\r\n<p>Think about them, gather information around them. They are going to be scored in the next part of this CARD. If you don&#39;t have an answer now, well, we recommend you to try to find it out, in order to keep going to the next part. Let go and good luck!</p>', NULL, 0, 1, 'ex14card1section1-3label', 10, NULL, NULL, NULL, NULL, NULL, NULL, 38, NULL, NULL),
(125, 27, 6, '<p>How to proceed?</p>\r\n\r\n<p>Answer these questions. For reach: yes (y) you get 1 point, For reach no (n) you get 0 points. If you don&#39;t know a question You choose other (o) and you get 0 points unless you provide an good explaination other options.</p>\r\n\r\n<p>How to proceed?</p>\r\n\r\n<p>Calculate for each box how many point you got and write that score above where indicated. Write the score And an emoticon that represent it.</p>\r\n\r\n<p>(A&Ntilde;ADIR FOTO EMOTICONOS)</p>', NULL, 0, 1, 'ex14card1section2-3label', 70, NULL, NULL, NULL, NULL, NULL, NULL, 39, NULL, NULL),
(126, 27, 3, '<p>Type and NR Materials</p>', NULL, 0, 0, 'ex14card1section2-3preg10Score', 80, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 39, NULL, NULL),
(127, 27, 2, '<p>1. Has my product only one or a few types of material but they are very easy to separate from each other?</p>', NULL, 0, 1, 'ex14card1section2-3preg10-10', 90, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(128, 27, 2, '<p>2. &#39;I cannot reduce in any way the number of different materials&rsquo;. Is this statement true?</p>', NULL, 0, 1, 'ex14card1section2-3preg10-20', 100, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(129, 27, 2, '<p>3. Do I have enough information about environmental performances of the materials and components are used in my product lifecycle?</p>', NULL, 0, 1, 'ex14card1section2-3preg10-30', 110, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(130, 27, 3, '<p>Location of Sources</p>', NULL, 0, 0, 'ex14card1section2-3preg20Score', 120, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 39, NULL, NULL),
(131, 27, 2, '<p>1. Are all the materials I need common &amp; easy to find in my region?</p>', NULL, 0, 1, 'ex14card1section2-3preg20-10', 130, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(132, 27, 2, '<p>2. Are all the materials I need sourced in an environmental sustainable way?</p>', NULL, 0, 1, 'ex14card1section2-3preg20-20', 140, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(133, 27, 2, '<p>3. Are all the suppliers within a distance of 150km?</p>', NULL, 0, 1, 'ex14card1section2-3preg20-30', 150, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(134, 27, 6, '<p>How to proceed?</p>\r\n\r\n<p>For each block you didn&rsquo;t get the smiley face (3/3 yes) you should be thinking about what you are going to do to improve these aspects.</p>\r\n\r\n<p>In the green box you can find some good tips to improve your actual solution. Write down your strategies and ideas! Green tips! In the green box you can find helpful ecodesign strategies and ideas. Let&rsquo;s ecodesign!</p>', NULL, 0, 1, 'ex14card1section3-3label', 280, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(135, 27, 3, '<p>Amount (Weight)</p>', NULL, 0, 0, 'ex14card1section2-3preg30Score', 160, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 39, NULL, NULL),
(136, 27, 2, '<p>1. Do I choose the lightest materials to build my product?</p>', NULL, 0, 1, 'ex14card1section2-3preg30-10', 170, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(137, 27, 2, '<p>2. Is my product much lighter than other alternatives in the market?</p>', NULL, 0, 1, 'ex14card1section2-3preg30-20', 180, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(138, 27, 2, '<p>3. &#39;I cannot concentrate* my product more than how it is now (*an example? removing water from liquid soap)&#39;</p>\r\n\r\n<p>Is this statement true?</p>', NULL, 0, 1, 'ex14card1section2-3preg30-30', 190, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(139, 27, 3, '<p>Tech materials: Recycled content and recyclability</p>', NULL, 0, 0, 'ex14card1section2-3preg40Score', 200, '<p>If you don&#39;t have technical materials skip the 3 questions and get 3 points</p>', 'Score', NULL, NULL, 'ex14section2-3score', NULL, 39, NULL, NULL),
(140, 27, 2, '<p>1. Is my product completely made of recycled content?</p>', NULL, 0, 1, 'ex14card1section2-3preg40-10', 210, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(141, 27, 2, '<p>2. Is my product made of fully recyclable materials?</p>', NULL, 0, 1, 'ex14card1section2-3preg40-20', 220, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(142, 27, 2, '<p>3. Have I avoided composites, banned substances and combinated (mixed together) materials?</p>', NULL, 0, 1, 'ex14card1section2-3preg40-30', 230, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(143, 27, 3, '<p>Bio materials: Renewability and compostability</p>', NULL, 0, 0, 'ex14card1section2-3preg50Score', 240, '<p>If you don&#39;t have organic materials skip the 3 questions and get 3 points</p>', 'Score', NULL, NULL, 'ex14section2-3score', NULL, 39, NULL, NULL),
(144, 27, 2, '<p>2. Did I choose a renewable* organic material? (*the extraction speed of the material is much slower than nature needs for regenerating it)</p>', NULL, 0, 1, 'ex14card1section2-3preg50-20', 260, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(145, 27, 2, '<p>1. Does my product use compostable or biodegradable organic materials?</p>', NULL, 0, 1, 'ex14card1section2-3preg50-10', 250, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(146, 27, 2, '<p>3. Farming, harventing and treatment is performed with no toxics, banned or unknown chemicals, Is this statement true?</p>', NULL, 0, 1, 'ex14card1section2-3preg50-30', 270, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 39, NULL, NULL),
(147, 27, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card1section3-3preg10-10', 300, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(148, 27, 6, '<p>Type and NR Materials</p>', NULL, 0, 1, 'ex14card1section3-3preg10-label', 290, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(149, 27, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card1section3-3preg10-20', 310, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(150, 27, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card1section3-3preg10-30', 320, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(151, 27, 6, '<p>Location of Sources</p>', NULL, 0, 1, 'ex14card1section3-3preg20-label', 330, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(153, 27, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card1section3-3preg20-10', 340, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(154, 27, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card1section3-3preg20-20', 350, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(155, 27, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card1section3-3preg20-30', 360, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(157, 27, 6, '<p>Amount (Weight)</p>', NULL, 0, 1, 'ex14card1section3-3preg30-label', 370, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(158, 27, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card1section3-3preg30-10', 380, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(159, 27, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card1section3-3preg30-20', 390, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(160, 27, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card1section3-3preg30-30', 400, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(161, 27, 6, '<p>Tech materials: Recycled content and recyclebility</p>', NULL, 0, 1, 'ex14card1section3-3preg40-label', 410, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(162, 27, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card1section3-3preg40-10', 420, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(163, 27, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card1section3-3preg40-20', 430, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(164, 27, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card1section3-3preg40-30', 440, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(165, 27, 6, '<p>Bio materials: Renewability and compostability</p>', NULL, 0, 1, 'ex14card1section3-3preg50-label', 450, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(166, 27, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card1section3-3preg50-10', 460, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(167, 27, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card1section3-3preg50-20', 470, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(168, 27, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card1section3-3preg50-30', 480, NULL, NULL, NULL, NULL, NULL, NULL, 41, NULL, NULL),
(173, 28, 6, '<p>How to proceed?</p>\r\n\r\n<p>Try to answer these questions. You can start from wherever you feel more comfortable.</p>\r\n\r\n<p>Think about them, gather information around them. They are going to be scored in the next part of this CARD. If you don&#39;t have an answer now, well, we recommend you to try to find it out, in order to keepgoing to the next part.</p>\r\n\r\n<p>Let go and good luck!</p>', NULL, 0, 1, 'ex14card2section1-3label', 10, NULL, NULL, NULL, NULL, NULL, NULL, 42, NULL, NULL),
(174, 28, 1, '<p>Energy management</p>', NULL, 0, 1, 'ex14card2section1-3preg10', 20, '<p>How is the energy you need int he production sourced (renewable energy or not?) and managed?</p>', NULL, NULL, NULL, NULL, NULL, 42, NULL, NULL),
(175, 28, 1, '<p>Water management</p>', NULL, 0, 1, 'ex14card2section1-3preg20', 30, '<p>How is the water you need, in the production, managed?</p>', NULL, NULL, NULL, NULL, NULL, 42, NULL, NULL),
(176, 28, 1, '<p>Waste management</p>', NULL, 0, 1, 'ex14card2section1-3preg30', 40, '<p>How much waste is generated? What do you do with it? How is the rate of discarded and lost materal per unit?</p>', NULL, NULL, NULL, NULL, NULL, 42, NULL, NULL),
(177, 28, 1, '<p>Chemicals In-out</p>', NULL, 0, 1, 'ex14card2section1-3preg40', 50, '<p>Which types of chemicals do you need in the production processes?</p>', NULL, NULL, NULL, NULL, NULL, 42, NULL, NULL),
(178, 28, 1, '<p>Processes &amp; technology</p>', NULL, 0, 1, 'ex14card2section1-3preg50', 60, '<p>How many step and processes do you need? are those technologies efficient (high performance new machinery?)</p>', NULL, NULL, NULL, NULL, NULL, 42, NULL, NULL),
(179, 28, 6, '<p>How to proceed?</p>\r\n\r\n<p>Answer these questions. For reach: yes (y) you get 1 point, For reach no (n) you get 0 points. If you don&#39;t know a question You choose other (o) and you get 0 points unless you provide an good explaination other options.</p>\r\n\r\n<p>How to proceed?</p>\r\n\r\n<p>Calculate for each box how many point you got and write that score above where indicated. Write the score And an emoticon that represent it.</p>\r\n\r\n<p>(A&Ntilde;ADIR FOTO EMOTICONOS)</p>', NULL, 0, 1, 'ex14card2section2-3label', 70, NULL, NULL, NULL, NULL, NULL, NULL, 43, NULL, NULL),
(180, 28, 3, '<p>Energy management</p>', NULL, 0, 0, 'ex14card2section2-3preg10Score', 80, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 43, NULL, NULL),
(181, 28, 2, '<p>1. &#39;Most of energy (at least a 75%) needed come from renewable source&#39; id this statement true?</p>', NULL, 0, 1, 'ex14card2section2-3preg10-10', 90, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(182, 28, 2, '<p>2. Do I estimate the energy consumption per manufactured unit?</p>', NULL, 0, 1, 'ex14card2section2-3preg10-20', 100, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(183, 28, 2, '<p>3. &#39;I cannot improve futher the efficiency of my production system, I&acute;m already using the latest technology&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card2section2-3preg10-30', 110, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(184, 28, 3, '<p>Water management</p>', NULL, 0, 0, 'ex14card2section2-3preg20Score', 120, NULL, NULL, 'Score', NULL, 'ex14section2-3score', NULL, 43, NULL, NULL),
(185, 28, 2, '<p>1. Do I estimate the water consumption per manufactured unit?</p>', NULL, 0, 1, 'ex14card2section2-3preg20-10', 130, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(186, 28, 2, '<p>2. &#39;I am sure that there are not uncontrolled flows or leaks along the processes&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card2section2-3preg20-20', 140, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(187, 28, 2, '<p>3. &#39;My water supply and discharge is not damaging or changing the local environment&#39;.</p>\r\n\r\n<p>Is this statement true?</p>', NULL, 0, 1, 'ex14card2section2-3preg20-30', 150, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(188, 28, 3, '<p>Waste management</p>', NULL, 0, 0, 'ex14card2section2-3preg30Score', 160, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 43, NULL, NULL),
(189, 28, 2, '<p>1. &#39;My production is not generating&nbsp;waste and most of by product id reused and refurbished inside the worshop&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card2section2-3preg30-10', 170, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(190, 28, 2, '<p>2. I cannot reduce futher the waste generation, and waste is managed by an authorized organization within regularions, is that true?</p>', NULL, 0, 1, 'ex14card2section2-3preg30-20', 180, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(191, 28, 2, '<p>3. &#39;I promoted a quality management policy that has reduced al the minium discarded products and unconformities&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card2section2-3preg30-30', 190, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(192, 28, 3, '<p>Chemicals In-out</p>', NULL, 0, 0, 'ex14card2section2-3preg40Score', 200, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 43, NULL, NULL),
(193, 28, 2, '<p>1. &#39;I use only water-based chemistry or ecolabelled elements&#39;, is this statement true?</p>', NULL, 0, 1, 'ex14card2section2-3preg40-10', 210, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(194, 28, 2, '<p>2. &#39;I cannot futher minimise chemicals use and their waste is property managed&#39; is this statement true?</p>', NULL, 0, 1, 'ex14card2section2-3preg40-20', 220, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(195, 28, 2, '<p>3. Do I guarantee that chemical storage is fully controlled and legally responsive?</p>', NULL, 0, 1, 'ex14card2section2-3preg40-30', 230, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(196, 28, 3, '<p>Processes &amp; technology</p>', NULL, 0, 0, 'ex14card2section2-3preg50Score', 240, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 43, NULL, NULL),
(197, 28, 2, '<p>1. &#39;I cannot futher minimise the number of steps in the production&#39; is this statement true?</p>', NULL, 0, 1, 'ex14card2section2-3preg50-10', 250, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(198, 28, 2, '<p>2. Have I chosen to use an easy to repair, maintain and use safe process technology?</p>', NULL, 0, 1, 'ex14card2section2-3preg50-20', 260, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(199, 28, 2, '<p>3. &#39;I adapt the production to the market demand, avoiding large stocks of products&#39; is this statement true?</p>', NULL, 0, 1, 'ex14card2section2-3preg50-30', 270, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 43, NULL, NULL),
(200, 28, 6, '<p>How to proceed?</p>\r\n\r\n<p>For each block you didn&rsquo;t get the smiley face (3/3 yes) you should be thinking about what you are going to do to improve these aspects.</p>\r\n\r\n<p>In the green box you can find some good tips to improve your actual solution. Write down your strategies and ideas! Green tips! In the green box you can find helpful ecodesign strategies and ideas. Let&rsquo;s ecodesign!</p>', NULL, 0, 1, 'ex14card2section3-3label', 280, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(201, 28, 6, '<p>Energy management</p>', NULL, 0, 1, 'ex14card2section3-3preg10-label', 290, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(202, 28, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card2section3-3preg10-10', 300, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(203, 28, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card2section3-3preg10-20', 310, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(204, 28, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card2section3-3preg10-30', 320, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(205, 28, 6, '<p>Water management</p>', NULL, 0, 1, 'ex14card2section3-3preg20-label', 330, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(206, 28, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card2section3-3preg20-10', 340, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(207, 28, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card2section3-3preg20-20', 350, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(208, 28, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card2section3-3preg20-30', 360, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(209, 28, 6, '<p>Waste management</p>', NULL, 0, 1, 'ex14card2section3-3preg30-label', 370, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(210, 28, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card2section3-3preg30-10', 380, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(211, 28, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card2section3-3preg30-20', 390, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(212, 28, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card2section3-3preg30-30', 400, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(213, 28, 6, '<p>Chemicals In-out</p>', NULL, 0, 1, 'ex14card2section3-3preg40-label', 410, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(214, 28, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card2section3-3preg40-10', 420, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(215, 28, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card2section3-3preg40-20', 430, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(216, 28, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card2section3-3preg40-30', 440, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(217, 28, 6, '<p>Processes &amp; technology</p>', NULL, 0, 1, 'ex14card2section3-3preg50-label', 450, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(218, 28, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card2section3-3preg50-10', 460, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(219, 28, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card2section3-3preg50-20', 470, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(220, 28, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card2section3-3preg50-30', 480, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, NULL),
(221, 29, 6, '<p>How to proceed?</p>\r\n\r\n<p>Try to answer these questions. You can start from wherever you feel more comfortable.</p>\r\n\r\n<p>Think about them, gather information around them. They are going to be scored in the next part of this CARD. If you don&#39;t have an answer now, well, we recommend you to try to find it out, in order to keepgoing to the next part.</p>\r\n\r\n<p>Let go and good luck!</p>', NULL, 0, 1, 'ex14card3section1-3label', 10, NULL, NULL, NULL, NULL, NULL, NULL, 45, NULL, NULL),
(222, 29, 1, '<p>Package materials</p>', NULL, 0, 1, 'ex14card3section1-3preg10', 20, '<p>Which type of material is used, list all of them (including labels, bags)? How much does it weight compared with the product you are delivering?</p>', NULL, NULL, NULL, NULL, NULL, 45, NULL, NULL),
(223, 29, 1, '<p>Flat design</p>', NULL, 0, 1, 'ex14card3section1-3preg20', 30, '<p>Is the product completely disassemble and be reduced in flat or cubic shape?</p>', NULL, NULL, NULL, NULL, NULL, 45, NULL, NULL),
(224, 29, 1, '<p>Stackability</p>', NULL, 0, 1, 'ex14card3section1-3preg30', 40, '<p>Is it your designed product easy to stack, occupying the least volume?</p>', NULL, NULL, NULL, NULL, NULL, 45, NULL, NULL),
(225, 29, 1, '<p>Means of transport</p>', NULL, 0, 1, 'ex14card3section1-3preg40', 50, '<p>Can you describe the main means of transportation? which vehicles are used, in wich conditions are they?</p>', NULL, NULL, NULL, NULL, NULL, 45, NULL, NULL),
(226, 29, 1, '<p>Routes &amp; distances</p>', NULL, 0, 1, 'ex14card3section1-3preg50', 60, '<p>How much is the distance between production facilities and final shops (customer location)?</p>', NULL, NULL, NULL, NULL, NULL, 45, NULL, NULL),
(227, 29, 6, '<p>How to proceed?</p>\r\n\r\n<p>Answer these questions. For reach: yes (y) you get 1 point, For reach no (n) you get 0 points. If you don&#39;t know a question You choose other (o) and you get 0 points unless you provide an good explaination other options.</p>\r\n\r\n<p>How to proceed?</p>\r\n\r\n<p>Calculate for each box how many point you got and write that score above where indicated. Write the score And an emoticon that represent it.</p>\r\n\r\n<p>(A&Ntilde;ADIR FOTO EMOTICONOS)</p>', NULL, 0, 1, 'ex14card3section2-3label', 70, NULL, NULL, NULL, NULL, NULL, NULL, 46, NULL, NULL),
(228, 29, 3, '<p>Package materials</p>', NULL, 0, 0, 'ex14card3section2-3preg10Score', 80, '<p>If you don&#39;t have any packaging, the product is the packaging or there is no need for it, skip the 3 questions and get 3 points.</p>', 'Score', NULL, NULL, 'ex14section2-3score', NULL, 46, NULL, NULL),
(229, 29, 2, '<p>2. &#39;In any case, I cannot make the packaging simpler, with fewer elements, fewer materials types&#39; is this statement true?</p>', NULL, 0, 1, 'ex14card3section2-3preg10-20', 100, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(230, 29, 2, '<p>3. &#39;In any case, I cannot make the packaging lighter&#39; Is this statement true?</p>', NULL, 0, 1, 'ex14card3section2-3preg10-30', 110, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(231, 29, 2, '<p>1. &#39;I choose a renewable material for one-use packaging applications&#39; is this statement true or I choose a resistant, highly recycable materials for multiple uses and returnable systems&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card3section2-3preg10-10', 90, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(232, 29, 3, '<p>Flat design</p>', NULL, 0, 0, 'ex14card3section2-3preg20Score', 120, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 46, NULL, NULL);
INSERT INTO `preguntas` (`id`, `tarea_id`, `tipo_pregunta_id`, `nombre`, `pattern`, `is_required`, `editable`, `alias`, `position`, `descripcion`, `placeholder`, `tipo_pregunta_options`, `pre_titulo`, `class`, `is_email`, `seccion_id`, `is_bifurcation`, `is_revisable`) VALUES
(240, 29, 2, '<p>1. &#39;My product and its packaging shape is a flat or cubic, with almost no air (fully optimised)&#39; is this statement true?</p>', NULL, 0, 1, 'ex14card3section2-3preg20-10', 130, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(241, 29, 2, '<p>2. Is my product sold and delivered completely Disassembled?</p>', NULL, 0, 1, 'ex14card3section2-3preg20-20', 140, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(242, 29, 2, '<p>3. There is no room for futher reduction of the volume?</p>', NULL, 0, 1, 'ex14card3section2-3preg20-30', 150, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(243, 29, 2, '<p>1. Is the product designed to be stackable as it is?</p>', NULL, 0, 1, 'ex14card3section2-3preg30-10', 170, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(244, 29, 2, '<p>2. Is my product designed to be transported (in multiples units) without compromise its quality and functionality?</p>', NULL, 0, 1, 'ex14card3section2-3preg30-20', 180, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(245, 29, 2, '<p>3. Are the dimensions of the pallet footsprint considered when determining the dimensions of primary (from supplier) and secondary (to clients) packaging?</p>', NULL, 0, 1, 'ex14card3section2-3preg30-30', 190, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(246, 29, 3, '<p>Stackability</p>', NULL, 0, 0, 'ex14card3section2-3preg30Score', 160, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 46, NULL, NULL),
(247, 29, 3, '<p>Means of transport</p>', NULL, 0, 0, 'ex14card3section2-3preg40Score', 200, '<p>If you use only non-motorized means of transportation (foot, bikes, etc.) You skip the 3 questions and you get 3 points.</p>', 'Score', NULL, NULL, 'ex14section2-3score', NULL, 46, NULL, NULL),
(248, 29, 2, '<p>1. &#39;To receive the raw materials and distribute the product, i use mostly human power (foot &amp; bikes), transoceanic ships or electric vehicles&#39; is this statement true?</p>', NULL, 0, 1, 'ex14card3section2-3preg40-10', 210, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(249, 29, 2, '<p>2. Do I choose mostly very new efficient vehicles, big trucks (40ton) or scooters to delivery my product?</p>', NULL, 0, 1, 'ex14card3section2-3preg40-20', 220, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(250, 29, 2, '<p>3. Do I take advantage of the return-journeys to transport other things?</p>', NULL, 0, 1, 'ex14card3section2-3preg40-30', 230, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(251, 29, 3, '<p>Routes &amp; distances</p>', NULL, 0, 0, 'ex14card3section2-3preg50Score', 240, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 46, NULL, NULL),
(252, 29, 2, '<p>1. Is there a very short distance all along the chain, less than 150km between production and customer?</p>', NULL, 0, 1, 'ex14card3section2-3preg50-10', 250, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(253, 29, 2, '<p>3. &#39;When we send by post for online purchase, we choose the greenest option available they offer us!&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card3section2-3preg50-30', 270, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(254, 29, 2, '<p>2. Am I using the most optimised routes?</p>', NULL, 0, 1, 'ex14card3section2-3preg50-20', 260, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 46, NULL, NULL),
(255, 29, 6, '<p>How to proceed?</p>\r\n\r\n<p>For each block you didn&rsquo;t get the smiley face (3/3 yes) you should be thinking about what you are going to do to improve these aspects.</p>\r\n\r\n<p>In the green box you can find some good tips to improve your actual solution. Write down your strategies and ideas! Green tips! In the green box you can find helpful ecodesign strategies and ideas. Let&rsquo;s ecodesign!</p>', NULL, 0, 1, 'ex14card3section3-3label', 280, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(256, 29, 6, '<p>Package materials</p>', NULL, 0, 1, 'ex14card3section3-3preg10-label', 290, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(257, 29, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card3section3-3preg10-10', 300, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(258, 29, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card3section3-3preg10-20', 310, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(259, 29, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card3section3-3preg10-30', 320, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(260, 29, 6, '<p>Flat design</p>', NULL, 0, 1, 'ex14card3section3-3preg20-label', 330, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(261, 29, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card3section3-3preg20-10', 340, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(262, 29, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card3section3-3preg20-20', 350, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(263, 29, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card3section3-3preg20-30', 360, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(264, 29, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card3section3-3preg30-10', 380, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(265, 29, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card3section3-3preg30-20', 390, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(266, 29, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card3section3-3preg30-30', 400, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(267, 29, 6, '<p>Stackability</p>', NULL, 0, 1, 'ex14card3section3-3preg30-label', 370, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(268, 29, 6, '<p>Means of transport</p>', NULL, 0, 1, 'ex14card3section3-3preg40-label', 410, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(269, 29, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card3section3-3preg40-10', 420, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(270, 29, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card3section3-3preg40-20', 430, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(271, 29, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card3section3-3preg40-30', 440, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(272, 29, 6, '<p>Routes &amp; distances</p>', NULL, 0, 1, 'ex14card3section3-3preg50-label', 450, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(273, 29, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card3section3-3preg50-10', 460, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(274, 29, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card3section3-3preg50-20', 470, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(275, 29, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card3section3-3preg50-30', 480, NULL, NULL, NULL, NULL, NULL, NULL, 47, NULL, NULL),
(276, 30, 6, '<p>How to proceed?</p>\r\n\r\n<p>Try to answer these questions. You can start from wherever you feel more comfortable.</p>\r\n\r\n<p>Think about them, gather information around them. They are going to be scored in the next part of this CARD. If you don&#39;t have an answer now, well, we recommend you to try to find it out, in order to keepgoing to the next part.</p>\r\n\r\n<p>Let go and good luck!</p>', NULL, 0, 1, 'ex14card4section1-3label', 10, NULL, NULL, NULL, NULL, NULL, NULL, 48, NULL, NULL),
(277, 30, 1, '<p>Energy consumption</p>', NULL, 0, 1, 'ex14card4section1-3preg10', 20, '<p>With is the energy consumption when using the product?</p>', NULL, NULL, NULL, NULL, NULL, 48, NULL, NULL),
(278, 30, 1, '<p>Consumibles</p>', NULL, 0, 1, 'ex14card4section1-3preg20', 30, '<p>Do your product need consumibles for working property?</p>\r\n\r\n<p>How are they, one-use only, renewable?</p>', NULL, NULL, NULL, NULL, NULL, 48, NULL, NULL),
(279, 30, 1, '<p>Repairability</p>', NULL, 0, 1, 'ex14card4section1-3preg30', 40, '<p>Is your product easily repairable? can user or technician access to its main parts quickly?</p>', NULL, NULL, NULL, NULL, NULL, 48, NULL, NULL),
(280, 30, 1, '<p>Durability</p>', NULL, 0, 1, 'ex14card4section1-3preg40', 50, '<p>How long do you expect it is going to work your product?</p>', NULL, NULL, NULL, NULL, NULL, 48, NULL, NULL),
(281, 30, 1, '<p>Multi-Funcionality &amp; Modularity</p>', NULL, 0, 1, 'ex14card4section1-3preg50', 60, '<p>How many functions could you integrate in your product? Can you build different configurations with the same pieces?</p>', NULL, NULL, NULL, NULL, NULL, 48, NULL, NULL),
(282, 30, 6, '<p>How to proceed?</p>\r\n\r\n<p>Answer these questions. For reach: yes (y) you get 1 point, For reach no (n) you get 0 points. If you don&#39;t know a question You choose other (o) and you get 0 points unless you provide an good explaination other options.</p>\r\n\r\n<p>How to proceed?</p>\r\n\r\n<p>Calculate for each box how many point you got and write that score above where indicated. Write the score And an emoticon that represent it.</p>\r\n\r\n<p>(A&Ntilde;ADIR FOTO EMOTICONOS)</p>', NULL, 0, 1, 'ex14card4section2-3label', 70, NULL, NULL, NULL, NULL, NULL, NULL, 49, NULL, NULL),
(283, 30, 3, '<p>Energy consumption</p>', NULL, 0, 0, 'ex14card4section2-3preg10Score', 80, '<p>If there is no energy use you skip the 3 questions and get 3 points.</p>', 'Score', NULL, NULL, 'ex14section2-3score', NULL, 49, NULL, NULL),
(284, 30, 2, '<p>1. &#39;I cannot be more efficient that now&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card4section2-3preg10-10', 90, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(285, 30, 2, '<p>2. Is it powered by renewable sources?</p>', NULL, 0, 1, 'ex14card4section2-3preg10-20', 100, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(286, 30, 2, '<p>3. Is there any system to prevent energy waste when not in use?</p>', NULL, 0, 1, 'ex14card4section2-3preg10-30', 110, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(287, 30, 3, '<p>Consumibles</p>', NULL, 0, 0, 'ex14card4section2-3preg20Score', 120, '<p>If you product doesn&#39;t need maintenance or consumibles, you skip the 3 questions and you get 3 points.</p>', 'Score', NULL, NULL, 'ex14section2-3score', NULL, 49, NULL, NULL),
(288, 30, 2, '<p>1. &#39;Consumibles, composition and accessibility, makes easy the maintenance and the product durable&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card4section2-3preg20-10', 130, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(289, 30, 2, '<p>2. &#39;Any resources needed (or consumible) are no toxic and easy to find&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card4section2-3preg20-20', 140, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(290, 30, 2, '<p>3. &#39;Any resources needed can be easily recycled or managed in their end of life stage&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card4section2-3preg20-30', 150, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(291, 30, 3, '<p>Repairability</p>', NULL, 0, 0, 'ex14card4section2-3preg30Score', 160, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 49, NULL, NULL),
(292, 30, 2, '<p>1. &#39;My product can be fully, easily and economically repaired by users / technicians&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card4section2-3preg30-10', 170, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(293, 30, 2, '<p>2. &#39;Any important part can be accesed quickly by repair operator&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card4section2-3preg30-20', 180, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(294, 30, 2, '<p>3. Are repair components easy to obtain with the information about how to do it accesible?</p>', NULL, 0, 1, 'ex14card4section2-3preg30-30', 190, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(295, 30, 3, '<p>Durability</p>', NULL, 0, 0, 'ex14card4section2-3preg40Score', 200, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 49, NULL, NULL),
(296, 30, 2, '<p>1. &#39;I have designed my product to avoid expiration date with no limit in lifespan duration&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card4section2-3preg40-10', 210, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(297, 30, 2, '<p>2. &#39;I have designed my product to last and avoid aesthetical limitation (classic design)&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card4section2-3preg40-20', 220, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(298, 30, 2, '<p>3. Am I sure that durability is not limited and compromised by some aspect (component, material)?</p>', NULL, 0, 1, 'ex14card4section2-3preg40-30', 230, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(299, 30, 3, '<p>Multi-Functionality &amp; Modularity</p>', NULL, 0, 0, 'ex14card4section2-3preg50Score', 240, '<p>If you product cannot be multifunctional can skip the 1st question and you get 1 point.</p>', 'Score', NULL, NULL, 'ex14section2-3score', NULL, 49, NULL, NULL),
(300, 30, 2, '<p>1. Does my product integrate more than one function?</p>', NULL, 0, 1, 'ex14card4section2-3preg50-10', 250, '<p>If you product cannot be modular can skip the 2nd and 3rd questions and you get 2 points.</p>', 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(301, 30, 2, '<p>2. Does my product allow to be replicated with a basic elemental component (is it modular, like lego)?</p>', NULL, 0, 1, 'ex14card4section2-3preg50-20', 260, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(302, 30, 2, '<p>3. Can I guarantee that all the functions are usable by all the people (older, younger, etc)?</p>', NULL, 0, 1, 'ex14card4section2-3preg50-30', 270, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 49, NULL, NULL),
(303, 30, 6, '<p>How to proceed?</p>\r\n\r\n<p>For each block you didn&rsquo;t get the smiley face (3/3 yes) you should be thinking about what you are going to do to improve these aspects.</p>\r\n\r\n<p>In the green box you can find some good tips to improve your actual solution. Write down your strategies and ideas! Green tips! In the green box you can find helpful ecodesign strategies and ideas. Let&rsquo;s ecodesign!</p>', NULL, 0, 1, 'ex14card4section3-3label', 280, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(304, 30, 6, '<p>Energy consumption</p>', NULL, 0, 1, 'ex14card4section3-3preg10-label', 290, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(305, 30, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card4section3-3preg10-10', 300, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(306, 30, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card4section3-3preg10-20', 310, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(307, 30, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card4section3-3preg10-30', 320, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(308, 30, 6, '<p>Consumibles</p>', NULL, 0, 1, 'ex14card4section3-3preg20-label', 330, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(309, 30, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card4section3-3preg20-10', 340, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(310, 30, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card4section3-3preg20-20', 350, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(311, 30, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card4section3-3preg20-30', 360, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(312, 30, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card4section3-3preg30-10', 380, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(313, 30, 6, '<p>Repairability</p>', NULL, 0, 1, 'ex14card4section3-3preg30-label', 370, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(314, 30, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card4section3-3preg30-20', 390, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(315, 30, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card4section3-3preg30-30', 400, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(316, 30, 6, '<p>Durability</p>', NULL, 0, 1, 'ex14card4section3-3preg40-label', 410, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(317, 30, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card4section3-3preg40-10', 420, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(318, 30, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card4section3-3preg40-20', 430, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(319, 30, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card4section3-3preg40-30', 440, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(320, 30, 6, '<p>Multi-Functionality &amp; Modularity</p>', NULL, 0, 1, 'ex14card4section3-3preg50-label', 450, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(321, 30, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card4section3-3preg50-10', 460, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(322, 30, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card4section3-3preg50-20', 470, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(323, 30, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card4section3-3preg50-30', 480, NULL, NULL, NULL, NULL, NULL, NULL, 50, NULL, NULL),
(324, 31, 6, '<p>How to proceed?</p>\r\n\r\n<p>Try to answer these questions. You can start from wherever you feel more comfortable.</p>\r\n\r\n<p>Think about them, gather information around them. They are going to be scored in the next part of this CARD. If you don&#39;t have an answer now, well, we recommend you to try to find it out, in order to keepgoing to the next part.</p>\r\n\r\n<p>Let go and good luck!</p>', NULL, 0, 1, 'ex14card5section1-3label', 10, NULL, NULL, NULL, NULL, NULL, NULL, 51, NULL, NULL),
(325, 31, 1, '<p>Easy to be reused</p>', NULL, 0, 1, 'ex14card5section1-3preg10', 20, '<p>Once your product is useless for a user, can it be reused directly by other people or renewed?</p>', NULL, NULL, NULL, NULL, NULL, 51, NULL, NULL),
(326, 31, 1, '<p>Easy to be refurbished</p>', NULL, 0, 1, 'ex14card5section1-3preg20', 30, '<p>Once your product is discarded by the user, can it be refurbished easily and economically?</p>', NULL, NULL, NULL, NULL, NULL, 51, NULL, NULL),
(327, 31, 1, '<p>Easy to be disassembled</p>', NULL, 0, 1, 'ex14card5section1-3preg30', 40, '<p>Once your product become useless, can it be disassembled easily (by no expert personnel) and economically?</p>', NULL, NULL, NULL, NULL, NULL, 51, NULL, NULL),
(328, 31, 1, '<p>Labelling &amp; Identification</p>', NULL, 0, 1, 'ex14card5section1-3preg40', 50, '<p>Different materials are clearly identified by labels or information signs to classify them property, once dismantled?</p>', NULL, NULL, NULL, NULL, NULL, 51, NULL, NULL),
(329, 31, 1, '<p>Chemicals In-out</p>', NULL, 0, 1, 'ex14card5section1-3preg50', 60, '<p>What problems arise in the recovery and disposal of products? What about chemicals and hazardous substances?</p>', NULL, NULL, NULL, NULL, NULL, 51, NULL, NULL),
(330, 31, 6, '<p>How to proceed?</p>\r\n\r\n<p>Answer these questions. For reach: yes (y) you get 1 point, For reach no (n) you get 0 points. If you don&#39;t know a question You choose other (o) and you get 0 points unless you provide an good explaination other options.</p>\r\n\r\n<p>How to proceed?</p>\r\n\r\n<p>Calculate for each box how many point you got and write that score above where indicated. Write the score And an emoticon that represent it.</p>\r\n\r\n<p>(A&Ntilde;ADIR FOTO EMOTICONOS)</p>', NULL, 0, 1, 'ex14card5section2-3label', 70, NULL, NULL, NULL, NULL, NULL, NULL, 52, NULL, NULL),
(331, 31, 3, '<p>Easy to be reused</p>', NULL, 0, 0, 'ex14card5section2-3preg10Score', 80, '<p>If your answer to one of the following questions is yes, you can skip the other questions and get 3 points.</p>', 'Score', NULL, NULL, 'ex14section2-3score', NULL, 52, NULL, NULL),
(332, 31, 2, '<p>2. &#39;When a user gets rid of it my product can be re-sold in the market with an easy cleaning / refurbishment process&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card5section2-3preg10-20', 100, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(333, 31, 2, '<p>1. &#39;When a user gets rid of it, my product can be potentially reused directly by other as it is&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card5section2-3preg10-10', 90, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(334, 31, 2, '<p>3. &#39;When a user gets rid of it, my product can be part of another set of components or upcycled for different applications&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card5section2-3preg10-30', 110, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(335, 31, 3, '<p>Easy to be refurbished</p>', NULL, 0, 0, 'ex14card5section2-3preg20Score', 120, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 52, NULL, NULL),
(336, 31, 2, '<p>1. In the end of its life (eol), can my product be refurbished (technically) easily by local entities?</p>', NULL, 0, 1, 'ex14card5section2-3preg20-10', 130, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(337, 31, 2, '<p>2. In the end of its life (eol), can my product be easily collected for its refurbishment by local entities?</p>', NULL, 0, 1, 'ex14card5section2-3preg20-20', 140, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(338, 31, 2, '<p>3. In the end of its life (eol), can my product be refurbished economically by local entities?</p>', NULL, 0, 1, 'ex14card5section2-3preg20-30', 150, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(339, 31, 3, '<p>Easy to be disassembled</p>', NULL, 0, 0, 'ex14card5section2-3preg30Score', 160, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 52, NULL, NULL),
(340, 31, 2, '<p>1. Could the different materials &amp; components of my product be easily separated?</p>', NULL, 0, 1, 'ex14card5section2-3preg30-10', 170, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(341, 31, 2, '<p>2. Could my product different materials &amp; components be recycled or composted?</p>', NULL, 0, 1, 'ex14card5section2-3preg30-20', 180, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(342, 31, 2, '<p>3. Could my product be fully disassembled?</p>', NULL, 0, 1, 'ex14card5section2-3preg30-30', 190, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(343, 31, 3, '<p>Labelling &amp; Identification</p>', NULL, 0, 0, 'ex14card5section2-3preg40Score', 200, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 52, NULL, NULL),
(344, 31, 2, '<p>1. Is each different material, clearly, identified with labels or other signs?</p>', NULL, 0, 1, 'ex14card5section2-3preg40-10', 210, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(345, 31, 2, '<p>2. Is there futher information about composition and so on in the product itself or in some other location (like website?)</p>', NULL, 0, 1, 'ex14card5section2-3preg40-20', 220, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(346, 31, 2, '<p>3. Are there some color code or other technique to speed up the process of recognizing different types of materials?</p>', NULL, 0, 1, 'ex14card5section2-3preg40-30', 230, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(347, 31, 3, '<p>Chemicals In-out</p>', NULL, 0, 0, 'ex14card5section2-3preg50Score', 240, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 52, NULL, NULL),
(348, 31, 2, '<p>1. &#39;No need for chemical or hazardous substances processing in my product eol&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card5section2-3preg50-10', 250, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(349, 31, 2, '<p>2. Is my product toxic free once it es broken or useless?</p>', NULL, 0, 1, 'ex14card5section2-3preg50-20', 260, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(350, 31, 2, '<p>3. &#39;During waste treatment and disposal, there are not toxic emissions (e.g. Incineration)&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card5section2-3preg50-30', 270, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 52, NULL, NULL),
(351, 31, 6, '<p>How to proceed?</p>\r\n\r\n<p>For each block you didn&rsquo;t get the smiley face (3/3 yes) you should be thinking about what you are going to do to improve these aspects.</p>\r\n\r\n<p>In the green box you can find some good tips to improve your actual solution. Write down your strategies and ideas! Green tips! In the green box you can find helpful ecodesign strategies and ideas. Let&rsquo;s ecodesign!</p>', NULL, 0, 1, 'ex14card5section3-3label', 280, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(352, 31, 6, '<p>Easy to be reused</p>', NULL, 0, 1, 'ex14card5section3-3preg10-label', 290, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(353, 31, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card5section3-3preg10-10', 300, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(354, 31, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card5section3-3preg10-20', 310, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(355, 31, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card5section3-3preg10-30', 320, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(356, 31, 6, '<p>Easy to be refurbished</p>', NULL, 0, 1, 'ex14card5section3-3preg20-label', 330, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(357, 31, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card5section3-3preg20-10', 340, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(358, 31, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card5section3-3preg20-20', 350, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(359, 31, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card5section3-3preg20-30', 360, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(360, 31, 6, '<p>Easy to be disassembled</p>', NULL, 0, 1, 'ex14card5section3-3preg30-label', 370, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(361, 31, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card5section3-3preg30-10', 380, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(362, 31, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card5section3-3preg30-20', 390, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(363, 31, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card5section3-3preg30-30', 400, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(364, 31, 6, '<p>Labelling &amp; Identification</p>', NULL, 0, 1, 'ex14card5section3-3preg40-label', 410, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(365, 31, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card5section3-3preg40-10', 420, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(366, 31, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card5section3-3preg40-20', 430, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(367, 31, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card5section3-3preg40-30', 440, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(368, 31, 6, '<p>Chemicals In-out</p>', NULL, 0, 1, 'ex14card5section3-3preg50-label', 450, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(369, 31, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card5section3-3preg50-10', 460, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(370, 31, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card5section3-3preg50-20', 470, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(371, 31, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card5section3-3preg50-30', 480, NULL, NULL, NULL, NULL, NULL, NULL, 53, NULL, NULL),
(372, 32, 6, '<p>How to proceed?</p>\r\n\r\n<p>Try to answer these questions. You can start from wherever you feel more comfortable.</p>\r\n\r\n<p>Think about them, gather information around them. They are going to be scored in the next part of this CARD. If you don&#39;t have an answer now, well, we recommend you to try to find it out, in order to keepgoing to the next part.</p>\r\n\r\n<p>Let go and good luck!</p>', NULL, 0, 1, 'ex14card6section1-3label', 10, NULL, NULL, NULL, NULL, NULL, NULL, 54, NULL, NULL),
(373, 32, 1, '<p>Accessories &amp; Gadgets</p>', NULL, 0, 1, 'ex14card6section1-3preg10', 20, '<p>How many and which type of devices, accessories and objects are involved when your customer is using the service?</p>', NULL, NULL, NULL, NULL, NULL, 54, NULL, NULL),
(374, 32, 1, '<p>Responsible usability</p>', NULL, 0, 1, 'ex14card6section1-3preg20', 30, '<p>Have you included any strategy to improve environmental behaviour of your service user?</p>', NULL, NULL, NULL, NULL, NULL, 54, NULL, NULL),
(375, 32, 1, '<p>Design for sharing &amp; exchanging</p>', NULL, 0, 1, 'ex14card6section1-3preg30', 40, '<p>Is your product / service promoting a more collaborative use of some resource? Is it fostering coorperation and a sharing efficiency?</p>', NULL, NULL, NULL, NULL, NULL, 54, NULL, NULL),
(376, 32, 1, '<p>Design for education</p>', NULL, 0, 1, 'ex14card6section1-3preg40', 50, '<p>How does your product / service promote environmental protection and education within users and society?</p>', NULL, NULL, NULL, NULL, NULL, 54, NULL, NULL),
(377, 32, 1, '<p>Compensation policies</p>', NULL, 0, 1, 'ex14card6section1-3preg50', 60, '<p>Have you established some compensation policy (like CO2 offset, NGO support) to offset your impacts or support green initiatives?</p>', NULL, NULL, NULL, NULL, NULL, 54, NULL, NULL),
(378, 32, 6, '<p>How to proceed?</p>\r\n\r\n<p>Answer these questions. For reach: yes (y) you get 1 point, For reach no (n) you get 0 points. If you don&#39;t know a question You choose other (o) and you get 0 points unless you provide an good explaination other options.</p>\r\n\r\n<p>How to proceed?</p>\r\n\r\n<p>Calculate for each box how many point you got and write that score above where indicated. Write the score And an emoticon that represent it.</p>\r\n\r\n<p>(A&Ntilde;ADIR FOTO EMOTICONOS)</p>', NULL, 0, 1, 'ex14card6section2-3label', 70, NULL, NULL, NULL, NULL, NULL, NULL, 55, NULL, NULL),
(379, 32, 3, '<p>Accesories &amp; Gadgets</p>', NULL, 0, 0, 'ex14card6section2-3preg10Score', 80, '<p>If you answer yes to the 1st question, skip the 2nd and 3rd and get 3 points.</p>', 'Score', NULL, NULL, 'ex14section2-3score', NULL, 55, NULL, NULL),
(380, 32, 2, '<p>1. &#39;No physical devices or equipment involved in the service supply&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card6section2-3preg10-10', 90, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(381, 32, 2, '<p>2. &#39;All devices, equipment are rented or accessible for the users, they don&#39;t buy them. Your company owns and maintains them&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card6section2-3preg10-20', 100, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(382, 32, 2, '<p>3. Are most of the involved equipment or products quite new, very efficient and even ecodesigned?</p>', NULL, 0, 1, 'ex14card6section2-3preg10-30', 110, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(383, 32, 3, '<p>Responsible usability</p>', NULL, 0, 0, 'ex14card6section2-3preg20Score', 120, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 55, NULL, NULL),
(384, 32, 2, '<p>1. The user interaction within the service has been Designed to achieve the most efficient use of Resources and equipment, avoid energy loss and Promote sustainable behaviours?</p>', NULL, 0, 1, 'ex14card6section2-3preg20-10', 130, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(385, 32, 2, '<p>2. Any user can access and use, comfortably, the Service, even elder people, handicapped, kids, ill and Other special group?</p>', NULL, 0, 1, 'ex14card6section2-3preg20-20', 140, '<p>If you don&#39;t have any interface (screen, web application...) Skip the 3rd and get 1 points.</p>', 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(386, 32, 2, '<p>3. Are all the interfaces (physical, web, mobile app...) Designed to minimise energy consumption and Usability affordance?</p>', NULL, 0, 1, 'ex14card6section2-3preg20-30', 150, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(387, 32, 3, '<p>Design for sharing &amp; exchaging</p>', NULL, 0, 0, 'ex14card6section2-3preg30Score', 160, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 55, NULL, NULL),
(388, 32, 2, '<p>1. Is my service encouraging exchange of resources, unused products or second hand items, within collaborative consumption?</p>', NULL, 0, 1, 'ex14card6section2-3preg30-10', 170, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(389, 32, 2, '<p>2. Is my business supporting responsible consumption?</p>', NULL, 0, 1, 'ex14card6section2-3preg30-20', 180, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(390, 32, 2, '<p>3. Does my service foster collaboration, innovation and cocreation for good?</p>', NULL, 0, 1, 'ex14card6section2-3preg30-30', 190, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(391, 32, 3, '<p>Design for education</p>', NULL, 0, 0, 'ex14card6section2-3preg40Score', 200, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 55, NULL, NULL),
(392, 32, 2, '<p>1. Does my service embody sustainability &amp; education, Gender equality, social integration of minorities?</p>\r\n\r\n<p>All of them?</p>', NULL, 0, 1, 'ex14card6section2-3preg40-10', 210, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(393, 32, 2, '<p>2. Does my service help others to make their activities more sustainable? Or spreading the word about sustainability?</p>', NULL, 0, 1, 'ex14card6section2-3preg40-20', 220, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(394, 32, 2, '<p>3. Does my project, inspire others to follow good practices and learn more about ecodesign and sustainability?</p>', NULL, 0, 1, 'ex14card6section2-3preg40-30', 230, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(395, 32, 3, '<p>Compensation policies</p>', NULL, 0, 0, 'ex14card6section2-3preg50Score', 240, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 55, NULL, NULL),
(396, 32, 2, '<p>1. Am I participating in some Offset programs in order to compensate my service emissions?</p>', NULL, 0, 1, 'ex14card6section2-3preg50-10', 250, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(397, 32, 2, '<p>2. Am I collaborating with initiatives to help them or support them?</p>', NULL, 0, 1, 'ex14card6section2-3preg50-20', 260, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(398, 32, 2, '<p>3. Does my service help local community, neighbour or other stakeholders?</p>', NULL, 0, 1, 'ex14card6section2-3preg50-30', 270, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 55, NULL, NULL),
(399, 32, 6, '<p>How to proceed?</p>\r\n\r\n<p>For each block you didn&rsquo;t get the smiley face (3/3 yes) you should be thinking about what you are going to do to improve these aspects.</p>\r\n\r\n<p>In the green box you can find some good tips to improve your actual solution. Write down your strategies and ideas! Green tips! In the green box you can find helpful ecodesign strategies and ideas. Let&rsquo;s ecodesign!</p>', NULL, 0, 1, 'ex14card6section3-3label', 280, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(400, 32, 6, '<p>Accessories &amp; Gadgets</p>', NULL, 0, 1, 'ex14card6section3-3preg10-label', 290, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(401, 32, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card6section3-3preg10-10', 300, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(402, 32, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card6section3-3preg10-20', 310, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(403, 32, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card6section3-3preg10-30', 320, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(404, 32, 6, '<p>Responsible usability</p>', NULL, 0, 1, 'ex14card6section3-3preg20-label', 330, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(405, 32, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card6section3-3preg20-10', 340, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(406, 32, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card6section3-3preg20-20', 350, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(407, 32, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card6section3-3preg20-30', 360, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(408, 32, 6, '<p>Design for sharing &amp; exchaging</p>', NULL, 0, 1, 'ex14card6section3-3preg30-label', 370, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(409, 32, 6, '<p>Design for education</p>', NULL, 0, 1, 'ex14card6section3-3preg40-label', 410, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(410, 32, 6, '<p>Compensation policies</p>', NULL, 0, 1, 'ex14card6section3-3preg50-label', 450, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(411, 32, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card6section3-3preg30-10', 380, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(412, 32, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card6section3-3preg30-20', 390, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(413, 32, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card6section3-3preg30-30', 400, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(414, 32, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card6section3-3preg40-30', 440, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(415, 32, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card6section3-3preg50-30', 480, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(416, 32, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card6section3-3preg40-10', 420, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(417, 32, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card6section3-3preg40-20', 430, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(418, 32, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card6section3-3preg50-10', 460, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(419, 32, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card6section3-3preg50-20', 470, NULL, NULL, NULL, NULL, NULL, NULL, 56, NULL, NULL),
(420, 33, 6, '<p>How to proceed?</p>\r\n\r\n<p>Try to answer these questions. You can start from wherever you feel more comfortable.</p>\r\n\r\n<p>Think about them, gather information around them. They are going to be scored in the next part of this CARD. If you don&#39;t have an answer now, well, we recommend you to try to find it out, in order to keepgoing to the next part.</p>\r\n\r\n<p>Let go and good luck!</p>', NULL, 0, 1, 'ex14card7section1-3label', 10, NULL, NULL, NULL, NULL, NULL, NULL, 57, NULL, NULL),
(421, 33, 1, '<p>Transparency &amp; information</p>', NULL, 0, 1, 'ex14card7section1-3preg10', 20, '<p>Is relevant information about environmental policy, materials, suppliers, product characteristics... easily accessible? How?</p>', NULL, NULL, NULL, NULL, NULL, 57, NULL, NULL),
(422, 33, 1, '<p>Support to ecoproducts &amp; Ecoservices</p>', NULL, 0, 1, 'ex14card7section1-3preg20', 30, '<p>Are you selling or promoting other&#39;s green entrepreneurs, products or services? Is your Shop or Showroom energy, water and waste efficient?</p>', NULL, NULL, NULL, NULL, NULL, 57, NULL, NULL),
(423, 33, 1, '<p>Office material</p>', NULL, 0, 1, 'ex14card7section1-3preg30', 40, '<p>Are you managing papers, brochures and sales materials only in a digital way? How much do you print (how many copies)? How are these publications (materials, quality, labels...)?</p>', NULL, NULL, NULL, NULL, NULL, 57, NULL, NULL),
(424, 33, 1, '<p>Conference calls</p>', NULL, 0, 1, 'ex14card7section1-3preg40', 50, '<p>How do you organize work and meetings with mates, clients and other STKs in a different region or country?</p>', NULL, NULL, NULL, NULL, NULL, 57, NULL, NULL),
(425, 33, 1, '<p>Travels &amp; Fairs</p>', NULL, 0, 1, 'ex14card7section1-3preg50', 60, '<p>How do you perform sales travels? Which means do you use? are you organising events of fairs? how are they?</p>', NULL, NULL, NULL, NULL, NULL, 57, NULL, NULL),
(426, 33, 6, '<p>How to proceed?</p>\r\n\r\n<p>Answer these questions. For reach: yes (y) you get 1 point, For reach no (n) you get 0 points. If you don&#39;t know a question You choose other (o) and you get 0 points unless you provide an good explaination other options.</p>\r\n\r\n<p>How to proceed?</p>\r\n\r\n<p>Calculate for each box how many point you got and write that score above where indicated. Write the score And an emoticon that represent it.</p>\r\n\r\n<p>(A&Ntilde;ADIR FOTO EMOTICONOS)</p>', NULL, 0, 1, 'ex14card7section2-3label', 70, NULL, NULL, NULL, NULL, NULL, NULL, 58, NULL, NULL),
(427, 33, 3, '<p>Transparency &amp; information</p>', NULL, 0, 0, 'ex14card7section2-3preg10Score', 80, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 58, NULL, NULL),
(428, 33, 2, '<p>1. Have you got any green label or certification?</p>', NULL, 0, 1, 'ex14card7section2-3preg10-10', 90, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL),
(429, 33, 2, '<p>2. Is my environmental information free and easily accessible on the internet or my sale point (hotel...etc)?</p>', NULL, 0, 1, 'ex14card7section2-3preg10-20', 100, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL),
(430, 33, 2, '<p>3. Do I measure and report all the relevant aspects of my business for stakeholders review (environmental, social, labor conditions...)?</p>', NULL, 0, 1, 'ex14card7section2-3preg10-30', 110, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL),
(431, 33, 3, '<p>Support to ecoproducts &amp; Ecoservices</p>', NULL, 0, 0, 'ex14card7section2-3preg20Score', 120, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 58, NULL, NULL),
(432, 33, 2, '<p>1. Am I selling ecoproducts or ecoservices?</p>', NULL, 0, 1, 'ex14card7section2-3preg20-10', 130, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL),
(433, 33, 2, '<p>2. Am I being a necessary intermediary between producers and consumers?</p>', NULL, 0, 1, 'ex14card7section2-3preg20-20', 140, '<p>If you don&#39;t have a shop or showroom skip the 3rd question and get 1 point</p>', 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL);
INSERT INTO `preguntas` (`id`, `tarea_id`, `tipo_pregunta_id`, `nombre`, `pattern`, `is_required`, `editable`, `alias`, `position`, `descripcion`, `placeholder`, `tipo_pregunta_options`, `pre_titulo`, `class`, `is_email`, `seccion_id`, `is_bifurcation`, `is_revisable`) VALUES
(434, 33, 2, '<p>3. Are my shops (or showroom) very efficient in energy, water and waste management?</p>', NULL, 0, 1, 'ex14card7section2-3preg20-30', 150, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL),
(435, 33, 3, '<p>Office material</p>', NULL, 0, 0, 'ex14card7section2-3preg30Score', 160, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 58, NULL, NULL),
(436, 33, 2, '<p>1. I don&#39;t print, almost, any document, just few for legal requirements, is that true?</p>', NULL, 0, 1, 'ex14card7section2-3preg30-10', 170, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL),
(437, 33, 2, '<p>2. When I use paper, or other office materials I choose certified one, with optimised resolution avoiding plastic coverings, is that true?</p>', NULL, 0, 1, 'ex14card7section2-3preg30-20', 180, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL),
(438, 33, 2, '<p>3. Do I apply green procurement criteria in the office material supply?</p>', NULL, 0, 1, 'ex14card7section2-3preg30-30', 190, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL),
(439, 33, 3, '<p>Conference calls</p>', NULL, 0, 0, 'ex14card7section2-3preg40Score', 200, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 58, NULL, NULL),
(440, 33, 2, '<p>1. &#39;I foster the use of videoconference systems&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card7section2-3preg40-10', 210, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL),
(441, 33, 2, '<p>2. &#39;If there is need to travel, I use efficient means of transport when available (train, bus, bike...)&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card7section2-3preg40-20', 220, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL),
(442, 33, 2, '<p>3. &#39;I minimize paper and mail use, using e-mailing systems whenever it is possible.&#39; Is this statement true?</p>', NULL, 0, 1, 'ex14card7section2-3preg40-30', 230, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL),
(443, 33, 3, '<p>Travels &amp; Fairs</p>', NULL, 0, 0, 'ex14card7section2-3preg50Score', 240, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 58, NULL, NULL),
(444, 33, 2, '<p>1. &#39;For commercial purposes the workforce does not travel using the following means of transport: plane, car, van (or similar)&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card7section2-3preg50-10', 250, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL),
(445, 33, 2, '<p>2. &#39;We take the planes only for longer flights or when other more efficient options are not available&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card7section2-3preg50-20', 260, '<p>If you don&#39;t organize events or fairs skip the 3rd question and get 1 point.</p>', 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL),
(446, 33, 2, '<p>3. Do I take care to reduce events and fairs environmental impact?</p>', NULL, 0, 1, 'ex14card7section2-3preg50-30', 270, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 58, NULL, NULL),
(447, 33, 6, '<p>How to proceed?</p>\r\n\r\n<p>For each block you didn&rsquo;t get the smiley face (3/3 yes) you should be thinking about what you are going to do to improve these aspects.</p>\r\n\r\n<p>In the green box you can find some good tips to improve your actual solution. Write down your strategies and ideas! Green tips! In the green box you can find helpful ecodesign strategies and ideas. Let&rsquo;s ecodesign!</p>', NULL, 0, 1, 'ex14card7section3-3label', 280, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(448, 33, 6, '<p>Transparency &amp; information</p>', NULL, 0, 1, 'ex14card7section3-3preg10-label', 290, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(449, 33, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card7section3-3preg10-10', 300, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(450, 33, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card7section3-3preg10-20', 310, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(451, 33, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card7section3-3preg10-30', 320, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(452, 33, 6, '<p>Support to ecoproduct &amp; Ecoservices</p>', NULL, 0, 1, 'ex14card7section3-3preg20-label', 330, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(453, 33, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card7section3-3preg20-10', 340, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(454, 33, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card7section3-3preg20-20', 350, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(455, 33, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card7section3-3preg20-30', 360, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(456, 33, 6, '<p>Office material</p>', NULL, 0, 1, 'ex14card7section3-3preg30-label', 370, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(457, 33, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card7section3-3preg30-10', 380, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(458, 33, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card7section3-3preg30-20', 390, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(459, 33, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card7section3-3preg30-30', 400, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(460, 33, 6, '<p>Conference calls</p>', NULL, 0, 1, 'ex14card7section3-3preg40-label', 410, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(461, 33, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card7section3-3preg40-10', 420, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(462, 33, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card7section3-3preg40-20', 430, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(463, 33, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card7section3-3preg40-30', 440, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(464, 33, 6, '<p>Travels &amp; Fairs</p>', NULL, 0, 1, 'ex14card7section3-3preg50-label', 450, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(465, 33, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card7section3-3preg50-10', 460, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(466, 33, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card7section3-3preg50-20', 470, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(467, 33, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card7section3-3preg50-30', 480, NULL, NULL, NULL, NULL, NULL, NULL, 59, NULL, NULL),
(468, 34, 6, '<p>How to proceed?</p>\r\n\r\n<p>Try to answer these questions. You can start from wherever you feel more comfortable.</p>\r\n\r\n<p>Think about them, gather information around them. They are going to be scored in the next part of this CARD. If you don&#39;t have an answer now, well, we recommend you to try to find it out, in order to keepgoing to the next part.</p>\r\n\r\n<p>Let go and good luck!</p>', NULL, 0, 1, 'ex14card8section1-3label', 10, NULL, NULL, NULL, NULL, NULL, NULL, 60, NULL, NULL),
(469, 34, 1, '<p>Energy management</p>', NULL, 0, 1, 'ex14card8section1-3preg10', 20, '<p>Has your production facility, office, hotel... been designed and built to reduce energy consumption to the minimum?</p>', NULL, NULL, NULL, NULL, NULL, 60, NULL, NULL),
(470, 34, 1, '<p>Water management</p>', NULL, 0, 1, 'ex14card8section1-3preg20', 30, '<p>Has your production facility, office, hotel... been designed and built to reduce water consumption at the minimum?</p>', NULL, NULL, NULL, NULL, NULL, 60, NULL, NULL),
(471, 34, 1, '<p>Business management</p>', NULL, 0, 1, 'ex14card8section1-3preg30', 40, '<p>Are you managing your activities and priorities within policies that promote efficient management of resources?</p>', NULL, NULL, NULL, NULL, NULL, 60, NULL, NULL),
(472, 34, 1, '<p>Green procurement</p>', NULL, 0, 1, 'ex14card8section1-3preg40', 50, '<p>Are you buying certified products / services? Which certification do they have?</p>', NULL, NULL, NULL, NULL, NULL, 60, NULL, NULL),
(473, 34, 1, '<p>Labor Conditions &amp; Policies</p>', NULL, 0, 1, 'ex14card8section1-3preg50', 60, '<p>How are labor conditions of people working directly in your product / service?</p>', NULL, NULL, NULL, NULL, NULL, 60, NULL, NULL),
(474, 34, 6, '<p>How to proceed?</p>\r\n\r\n<p>Answer these questions. For reach: yes (y) you get 1 point, For reach no (n) you get 0 points. If you don&#39;t know a question You choose other (o) and you get 0 points unless you provide an good explaination other options.</p>\r\n\r\n<p>How to proceed?</p>\r\n\r\n<p>Calculate for each box how many point you got and write that score above where indicated. Write the score And an emoticon that represent it.</p>\r\n\r\n<p>(A&Ntilde;ADIR FOTO EMOTICONOS)</p>', NULL, 0, 1, 'ex14card8section2-3label', 70, NULL, NULL, NULL, NULL, NULL, NULL, 61, NULL, NULL),
(475, 34, 3, '<p>Energy management</p>', NULL, 0, 0, 'ex14card8section2-3preg10Score', 80, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 61, NULL, NULL),
(476, 34, 3, '<p>Water management</p>', NULL, 0, 0, 'ex14card8section2-3preg20Score', 120, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 61, NULL, NULL),
(477, 34, 3, '<p>Business management</p>', NULL, 0, 0, 'ex14card8section2-3preg30Score', 160, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 61, NULL, NULL),
(478, 34, 3, '<p>Green procurement</p>', NULL, 0, 0, 'ex14card8section2-3preg40Score', 200, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 61, NULL, NULL),
(479, 34, 3, '<p>Labor Conditions &amp; Policies</p>', NULL, 0, 0, 'ex14card8section2-3preg50Score', 240, NULL, 'Score', NULL, NULL, 'ex14section2-3score', NULL, 61, NULL, NULL),
(480, 34, 2, '<p>1. &#39;I know how much water I need monthly in my infrastructure, and I&#39;ve made everything possible to reduce it&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card8section2-3preg10-10', 90, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(481, 34, 2, '<p>2. &#39;My facilities are thermically completely isolated or powered by renewable sources&#39;. Is this statement true?</p>', NULL, 0, 1, 'ex14card8section2-3preg10-20', 100, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(482, 34, 2, '<p>3. Did I choose a green certified energy provider or apply for some efficiency program?</p>', NULL, 0, 1, 'ex14card8section2-3preg10-30', 110, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(483, 34, 2, '<p>1. I know how much water I need monthly in my infrastructure, and I&#39;ve made everything possible to reduce it, is that true?</p>', NULL, 0, 1, 'ex14card8section2-3preg20-10', 130, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(484, 34, 2, '<p>2. Do I use efficient water consuming devices?</p>', NULL, 0, 1, 'ex14card8section2-3preg20-20', 140, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(485, 34, 2, '<p>3. Am I informing and preparing correctly all the personnel and customers to avoid water waste?</p>', NULL, 0, 1, 'ex14card8section2-3preg20-30', 150, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(486, 34, 2, '<p>1. Do I have an environmental policy?</p>', NULL, 0, 1, 'ex14card8section2-3preg30-10', 170, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(487, 34, 2, '<p>2. Do I have the objective of continuos improvement of the environmental performance of my products and service?</p>', NULL, 0, 1, 'ex14card8section2-3preg30-20', 180, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(488, 34, 2, '<p>3. Are you managing your activities and priorities to promote sustainable innovation, co-creation?</p>', NULL, 0, 1, 'ex14card8section2-3preg30-30', 190, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(489, 34, 2, '<p>1. Am I buying most of products and service I need from green labelled suppliers?</p>', NULL, 0, 1, 'ex14card8section2-3preg40-10', 210, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(490, 34, 2, '<p>2. Am I a ecolabelled or certified supplier?</p>', NULL, 0, 1, 'ex14card8section2-3preg40-20', 220, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(491, 34, 2, '<p>3. Is the environmental information about my supply chain and labels accessible for my stakeholders?</p>', NULL, 0, 1, 'ex14card8section2-3preg40-30', 230, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(492, 34, 2, '<p>1. Have I adopted a gender equality policy?</p>', NULL, 0, 1, 'ex14card8section2-3preg50-10', 250, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(493, 34, 2, '<p>2. Are all my workers and suppliers fairly paid, safe and protected within the legal framework?</p>', NULL, 0, 1, 'ex14card8section2-3preg50-20', 260, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(494, 34, 2, '<p>3. Have I adopted a social responsability policy towards all the stakeholders connected with my project?</p>', NULL, 0, 1, 'ex14card8section2-3preg50-30', 270, NULL, 'Yes, No, Or?', '[{\"id\": 1,\"text\": \"y\"},{\"id\": 2,\"text\": \"n\"}, {\"id\": 3,\"text\": \"o\",\"selected\":true}]', NULL, 'ex14section2-3select', NULL, 61, NULL, NULL),
(495, 34, 6, '<p>How to proceed?</p>\r\n\r\n<p>For each block you didn&rsquo;t get the smiley face (3/3 yes) you should be thinking about what you are going to do to improve these aspects.</p>\r\n\r\n<p>In the green box you can find some good tips to improve your actual solution. Write down your strategies and ideas! Green tips! In the green box you can find helpful ecodesign strategies and ideas. Let&rsquo;s ecodesign!</p>', NULL, 0, 1, 'ex14card8section3-3label', 280, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(496, 34, 6, '<p>Energy management</p>', NULL, 0, 1, 'ex14card8section3-3preg10-label', 290, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(497, 34, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card8section3-3preg10-10', 300, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(498, 34, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card8section3-3preg10-20', 310, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(499, 34, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card8section3-3preg10-30', 320, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(500, 34, 6, '<p>Water management</p>', NULL, 0, 1, 'ex14card8section3-3preg20-label', 330, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(501, 34, 6, '<p>Business management</p>', NULL, 0, 1, 'ex14card8section3-3preg30-label', 370, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(502, 34, 6, '<p>Green procurement</p>', NULL, 0, 1, 'ex14card8section3-3preg40-label', 410, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(503, 34, 6, '<p>Labor Conditions &amp; Policies</p>', NULL, 0, 1, 'ex14card8section3-3preg50-label', 450, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(504, 34, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card8section3-3preg20-30', 360, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(505, 34, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card8section3-3preg30-30', 400, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(506, 34, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card8section3-3preg40-30', 440, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(507, 34, 1, '<p>Ideas and strategies for improving the actual score?</p>', NULL, 0, 1, 'ex14card8section3-3preg50-30', 480, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(508, 34, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card8section3-3preg20-10', 340, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(509, 34, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card8section3-3preg30-10', 380, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(510, 34, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card8section3-3preg40-10', 420, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(511, 34, 3, '<p>Initial Score</p>', NULL, 0, 0, 'ex14card8section3-3preg50-10', 460, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(512, 34, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card8section3-3preg20-20', 350, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(513, 34, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card8section3-3preg30-20', 390, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(514, 34, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card8section3-3preg40-20', 430, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(515, 34, 3, '<p>New Score</p>', NULL, 0, 1, 'ex14card8section3-3preg50-20', 470, NULL, NULL, NULL, NULL, NULL, NULL, 62, NULL, NULL),
(522, 13, 6, '<p>DISCOVERY CARD</p>', NULL, 0, 1, 'ex10bpreg10label', 73, NULL, NULL, NULL, NULL, 'gbc-preg100', NULL, NULL, NULL, NULL),
(523, 17, 6, '<p>After defining the key activities and resources, you are invited to ecodesign the best solution to deliver your value. This exercise will help you to rethink the activities and resources identified in Exercise 13, in order to qualitatively assess and improve the way your products or services perform in environmental terms.</p>\r\n\r\n<p>This exercise consists of a set of ecodesign cards, from 1 to 9. Before starting with the cards, you will need to identify if your business offers a product and its related services (e.g. textiles, food products), or if you are offering only a service without any related product (e.g. education).</p>\r\n\r\n<p>In case you are offering a product-service, you will be working on cards 1 to 9. In case you are offering only a service, you will be working on cards 6 to 9.</p>\r\n\r\n<p>Cards 1 to 8 are divided into 3 parts. Along each card, you need to go through the indications and questions in order to score and improve your propositions. Then, in Card 9 you will be able to sum up the score of each previous card and get your performance.</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', NULL, 0, 1, 'ex14preg10', 510, NULL, NULL, NULL, NULL, NULL, NULL, 63, NULL, NULL),
(524, 15, 11, '<p>exercise12serial</p>', NULL, 0, 1, 'exercise12serial', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(525, 36, 11, '<p>informeStep2KeyStakeholders</p>', NULL, 0, 1, 'informeStep2KeyStakeholders', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(526, 36, 11, '<p>informeStep2KeyActivities</p>', NULL, 0, 1, 'informeStep2KeyActivities', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(527, 36, 11, '<p>informeStep2KeyResources</p>', NULL, 0, 1, 'informeStep2KeyResources', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(532, 36, 11, '<p>informeStep2FixedCosts</p>', NULL, 0, 1, 'informeStep2CostStructureFixedCosts', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(533, 36, 11, '<p>informeStep2VariableCosts</p>', NULL, 0, 1, 'informeStep2CostStructureVariableCosts', 512, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(534, 36, 11, '<p>informeStep2Financing</p>', NULL, 0, 1, 'informeStep2CostStructureFinancing', 513, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(535, 36, 11, '<p>informeStep2ValueProposition</p>', NULL, 0, 1, 'informeStep2ValueProposition', 514, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(536, 36, 11, '<p>informeStep2CustomerSegments</p>', NULL, 0, 1, 'informeStep2CustomerSegments', 515, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(537, 36, 11, '<p>informeStep2CustomerRelationships</p>', NULL, 0, 1, 'informeStep2CustomerRelationships', 516, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(538, 36, 11, '<p>informeStep2CustomerChannels</p>', NULL, 0, 1, 'informeStep2CustomerChannels', 517, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(539, 36, 11, '<p>informeStep2RevenueStreams</p>', NULL, 0, 1, 'informeStep2RevenueStreams', 518, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(540, 25, 11, '<p>Pregunta</p>', NULL, 0, 1, 'ex20preg10', 519, NULL, NULL, NULL, NULL, NULL, NULL, 66, NULL, NULL),
(541, 38, 11, '<p>Is visited?</p>', NULL, 0, 1, 'WELCOME01EDTVISITED', 520, NULL, NULL, NULL, NULL, 'is-visited', NULL, NULL, NULL, NULL),
(542, 39, 10, '<p>What are you going to ecodesign?</p>', NULL, 1, 1, 'welcomedt2-chooser', 521, NULL, NULL, 'service,product', NULL, 'main-chooser', NULL, NULL, 1, NULL),
(543, 6, 1, '<p>Problems and Needs (Social)</p>', NULL, 0, 1, 'ex6preg11', 20, '<p>The most relevant problems and needs tackled by the business.</p>', NULL, NULL, NULL, NULL, NULL, 16, NULL, 1),
(544, 6, 1, '<p>Problems and Needs (Customer&#39;s needs)</p>', NULL, 0, 1, 'ex6preg12', 30, '<p>The most relevant problems and needs tackled by the business.</p>', NULL, NULL, NULL, NULL, NULL, 16, NULL, 1),
(545, 6, 1, '<p>Project objectives (Environmental)</p>', NULL, 0, 1, 'ex6preg21', 40, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, 1),
(546, 6, 1, '<p>Project objectives (Customer&#39;s needs)</p>', NULL, 0, 1, 'ex6preg22', 60, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, 1),
(547, 42, 11, '<p>Datos del equipo</p>', NULL, 0, 1, 'TEAM_DATA_E1S1', -27, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(548, 84, 11, '<p>coordinates</p>', NULL, 0, 1, 'coordinates', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(549, 83, 11, '<p>exercise12serial</p>', NULL, 0, 1, 'exercise12resumenserial', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(550, 43, 3, '<p>Title</p>', NULL, 0, 1, 'eco_e1_s2_preg10', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(551, 43, 1, '<p>Descripcion</p>', NULL, 0, 1, 'eco_e1_s2_preg20', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(552, 43, 14, '<p>Logo (only if available)</p>', NULL, 0, 1, 'eco_e1_s2_preg30', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(553, 44, 1, '<p><img alt=\"Politics icon\" class=\"icon-descriptor\" data-target=\"#politicalModal\" data-toggle=\"modal\" src=\"/uploads/3/political-ic.png\" style=\"width: 40px; height: 35px;\" />POLITICAL</p>\r\n\r\n<div aria-hidden=\"true\" aria-labelledby=\"politicalModalLabel\" class=\"modal fade\" id=\"politicalModal\" role=\"dialog\" tabindex=\"-1\">\r\n<div class=\"modal-dialog\" role=\"document\">\r\n<div class=\"modal-content\">\r\n<div class=\"modal-header\"><img class=\"modal-icon-title\" src=\"/uploads/3/political-ic.png\" /><button aria-label=\"Close\" class=\"close\" data-dismiss=\"modal\" type=\"button\"><span aria-hidden=\"true\">&times;</span></button></div>\r\n\r\n<div class=\"modal-body\">\r\n<p>Think about the political context of the countries where your business operates. Some aspects to discuss are stability, corruption, trade control and regulation, tariffs, tax policies, burocracy,&hellip;</p>\r\n\r\n<p>Is there any issue that can strongly affect your project that has to be taken into account later when you think of possible eco-design strategies or actions?</p>\r\n\r\n<p>&nbsp;</p>\r\nIssues and questions to guide your reflection:\r\n\r\n<p>Issues</p>\r\n\r\n<ul>\r\n <li>Government stability and likely changes</li>\r\n <li>Bureaucracy</li>\r\n <li>Corruption level</li>\r\n <li>Tax policy (rates and incentives)</li>\r\n <li>Freedom of press</li>\r\n <li>Regulation/de-regulation</li>\r\n <li>Trade control</li>\r\n <li>Import restrictions (quality and quantity)</li>\r\n <li>Tariffs</li>\r\n <li>Competition regulation</li>\r\n <li>Government involvement in trade unions and agreements</li>\r\n <li>Consumer protection and e-commerce</li>\r\n <li>Monopolies legislation</li>\r\n</ul>\r\n <p>Questions</p>\r\n<ul>\r\n <li>When is the country&#39;s next local, state, or national election? How could this change government or regional policy?</li>\r\n <li>Who are the most likely contenders for power? What are their views on business policy, and on other policies that affect your organization?</li>\r\n <li>Depending on the country, how well developed are property rights and the rule of law, and how widespread are corruption and organized crime? How are these situations likely to change, and how is this likely to affect you?</li>\r\n <li>How does government approach corporate policy, corporate social responsibility, environmental issues, and customer protection legislation? What impact does this have, and is it likely to change?</li>\r\n <li>Are there any other political factors that are likely to change?</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', NULL, 0, 1, 'eco_e1_s3_preg10', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(554, 44, 1, '<p><img alt=\"Social icon\" class=\"icon-descriptor\" data-target=\"#socialModal\" data-toggle=\"modal\" src=\"/uploads/3/social-ic.png\" style=\"width: 43px; height: 37px;\" />SOCIAL</p>\r\n\r\n<div aria-hidden=\"true\" aria-labelledby=\"socialModalLabel\" class=\"modal fade\" id=\"socialModal\" role=\"dialog\" tabindex=\"-1\">\r\n<div class=\"modal-dialog\" role=\"document\">\r\n<div class=\"modal-content\">\r\n<div class=\"modal-header\"><img class=\"modal-icon-title\" src=\"/uploads/3/social-ic.png\" /><button aria-label=\"Close\" class=\"close\" data-dismiss=\"modal\" type=\"button\"><span aria-hidden=\"true\">&times;</span></button></div>\r\n\r\n<div class=\"modal-body\">\r\n<p>Think about the social context of the countries where your business operates. Ponder on education level, social attitudes, lifestyles, social differences or religion and beliefs (find questions and aspects for discussion in the information to read)</p>\r\n\r\n<p>Is there aspect that can strongly affect your project, that has to be taken into account later when you think of possible eco-design strategies or actions?</p>\r\n\r\n<p>Issues and questions to guide your reflection:</p>\r\n\r\n<p>Issues</p>\r\n\r\n<ul>\r\n <li>Education level</li>\r\n <li>Attitudes toward imported goods and services</li>\r\n <li>Attitudes toward work, leisure, career and retirement</li>\r\n <li>Attitudes toward product quality and customer service</li>\r\n <li>Attitudes toward saving and investing</li>\r\n <li>Emphasis on health and safety</li>\r\n <li>Lifestyles and buying habits</li>\r\n <li>Religion and beliefs</li>\r\n <li>Population growth rate</li>\r\n <li>Immigration and emigration rates</li>\r\n <li>Age distribution and life expectancy rates</li>\r\n <li>Sex distribution</li>\r\n <li>Average disposable income level</li>\r\n <li>Social classes</li>\r\n <li>Family size and structure</li>\r\n <li>Minorities</li>\r\n</ul>\r\n<p>Questions</p>\r\n\r\n<ul>\r\n <li>What is the population&#39;s growth rate and age profile? How is this likely to change?</li>\r\n <li>Are generational shifts in attitude likely to affect what you&#39;re doing?</li>\r\n <li>What are your society&#39;s levels of health, education, and social mobility? How are these changing, and what impact does this have?</li>\r\n <li>What employment patterns, job market trends, and attitudes toward work can you observe? Are these different for different age groups?</li>\r\n <li>What social attitudes and social taboos could affect your business? Have there been recent socio-cultural changes that might affect this?</li>\r\n <li>How do religious beliefs and lifestyle choices affect the population?</li>\r\n <li>Are any other socio-cultural factors likely to drive change for your business?</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', NULL, 0, 1, 'eco_e1_s3_preg20', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(555, 44, 1, '<p><img alt=\"Enviroment icon\" class=\"icon-descriptor\" data-target=\"#enviromentModal\" data-toggle=\"modal\" src=\"/uploads/3/enviroment-ic.png\" style=\"width: 46px; height: 37px;\" />ENVIRONMENTAL</p>\r\n\r\n<div aria-hidden=\"true\" aria-labelledby=\"enviromentModalLabel\" class=\"modal fade\" id=\"enviromentModal\" role=\"dialog\" tabindex=\"-1\">\r\n<div class=\"modal-dialog\" role=\"document\">\r\n<div class=\"modal-content\">\r\n<div class=\"modal-header\"><img class=\"modal-icon-title\" src=\"/uploads/3/enviroment-ic.png\" /><button aria-label=\"Close\" class=\"close\" data-dismiss=\"modal\" type=\"button\"><span aria-hidden=\"true\">&times;</span></button></div>\r\n\r\n<div class=\"modal-body\">\r\n<p>Think about the environmental challenges and problems of the countries where your business operates. Reflect on weather, climate change, waste management, water scarcity or biodiversity (find questions and aspects for discussion in the information to read)</p>\r\n\r\n<p>Is there challenge that can strongly affect your product or service, that has to be taken into account later when you think of possible eco-design strategies or actions?</p>\r\n\r\n<p>Issues and questions to guide your reflection:</p>\r\n\r\n<p>Issues</p>\r\n\r\n<ul>\r\n <li>Weather</li>\r\n <li>Climate change</li>\r\n <li>Air and water pollution</li>\r\n <li>Recycling</li>\r\n <li>Waste management</li>\r\n <li>Attitudes toward &ldquo;green&rdquo; or ecological products</li>\r\n <li>Endangered species</li>\r\n <li>Attitudes toward and support for renewable energy</li>\r\n</ul>\r\n\r\n<p>Questions</p>\r\n\r\n<ul>\r\n <li>Is your business affected by variations in the weather? How can climate change affect your business?</li>\r\n <li>How can changes in the current level of air and water pollution impact your business?</li>\r\n <li>What are the trends and attitudes in relation to waste management and recycling?</li>\r\n <li>Which are the current attitudes toward &ldquo;green&rdquo; or ecological products and how are they changing?</li>\r\n <li>Is the number of endangered species changing? How can this affect your business?</li>\r\n <li>Which are the current attitudes towards and support for renewable energy and how are they changing?</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', NULL, 0, 1, 'eco_e1_s3_preg30', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(556, 44, 1, '<p><img alt=\"Economic icon\" class=\"icon-descriptor\" data-target=\"#economicModal\" data-toggle=\"modal\" src=\"/uploads/3/economic-ic.png\" style=\"width: 48px; height: 34px;\" />ECONOMIC</p>\r\n\r\n<div aria-hidden=\"true\" aria-labelledby=\"economicModalLabel\" class=\"modal fade\" id=\"economicModal\" role=\"dialog\" tabindex=\"-1\">\r\n<div class=\"modal-dialog\" role=\"document\">\r\n<div class=\"modal-content\">\r\n<div class=\"modal-header\"><img class=\"modal-icon-title\" src=\"/uploads/3/economic-ic.png\" /><button aria-label=\"Close\" class=\"close\" data-dismiss=\"modal\" type=\"button\"><span aria-hidden=\"true\">&times;</span></button></div>\r\n\r\n<div class=\"modal-body\">\r\n<p>Think about the economic context of the countries where your business operates. Reflect on growth, inflation, interests or exchange rates; unemployment and labor costs, or credit availability for instances (find questions and aspects for discussion in the information to read)</p>\r\n\r\n<p>Is there any issue that can strongly affect your project that has to be considered when you think of possible eco-design strategies or actions?</p>\r\n\r\n<p>Issues and questions to guide your reflection:</p>\r\n\r\n<p>Issues</p>\r\n\r\n<ul>\r\n <li>Growth rates</li>\r\n <li>Inflation rate</li>\r\n <li>Interest rates</li>\r\n <li>Exchange rates</li>\r\n <li>Unemployment trends</li>\r\n <li>Labour costs</li>\r\n <li>Stage of business cycle</li>\r\n <li>Credit availability</li>\r\n <li>Trade flows and patterns</li>\r\n <li>Level of consumers&rsquo; disposable income</li>\r\n <li>Monetary policies</li>\r\n <li>Fiscal policies</li>\r\n <li>Price fluctuations (scarce resources)</li>\r\n <li>Stock market trends</li>\r\n</ul>\r\n <p>Questions</p>\r\n<ul>\r\n <li>How stable is the current economy? Is it growing, stagnating, or declining?</li>\r\n <li>Are key exchange rates stable, or do they tend to vary significantly?</li>\r\n <li>Are customers&#39; levels of disposable income rising or falling? How is this likely to change in the next few years?</li>\r\n <li>What is the unemployment rate? Will it be easy to build a skilled workforce? Or will it be expensive to hire skilled labour?</li>\r\n <li>Do consumers and businesses have easy access to credit? If not, how will this affect your organization?</li>\r\n <li>How is globalization affecting the economic environment?</li>\r\n <li>Are there any other economic factors that you should consider?</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', NULL, 0, 1, 'eco_e1_s3_preg40', 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(557, 44, 1, '<p><img alt=\"Technological icon\" class=\"icon-descriptor\" data-target=\"#technologicalModal\" data-toggle=\"modal\" src=\"/uploads/3/technological-ic.png\" style=\"width: 44px; height: 38px;\" />TECHNOLOGICAL</p>\r\n\r\n<div aria-hidden=\"true\" aria-labelledby=\"technologicalModalLabel\" class=\"modal fade\" id=\"technologicalModal\" role=\"dialog\" tabindex=\"-1\">\r\n<div class=\"modal-dialog\" role=\"document\">\r\n<div class=\"modal-content\">\r\n<div class=\"modal-header\"><img class=\"modal-icon-title\" src=\"/uploads/3/technological-ic.png\" /><button aria-label=\"Close\" class=\"close\" data-dismiss=\"modal\" type=\"button\"><span aria-hidden=\"true\">&times;</span></button></div>\r\n\r\n<div class=\"modal-body\">\r\n<p>Think about the technological context of the countries where your business operates. Reflect on technology transfer, access, research and development (find questions and aspects for discussion in the information to read)</p>\r\n\r\n<p>Is there anything that can strongly affect your project that has to be taken into account later when you think of possible eco-design strategies or actions?</p>\r\n\r\n<p>Issues and questions to guide your reflection:</p>\r\n\r\n<p>Questions</p>\r\n\r\n<ul>\r\n <li>Are there any new technologies that you could be using?</li>\r\n <li>Are there any new technologies on the horizon that could radically affect your work or your industry?</li>\r\n <li>Do any of your competitors have access to new technologies that could redefine their products?</li>\r\n <li>In which areas do governments and educational institutions focus their research? Is there anything you can do to take advantage of this?</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', NULL, 0, 1, 'eco_e1_s3_preg50', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(558, 44, 1, '<p><img alt=\"Legislation icon\" class=\"icon-descriptor\" data-target=\"#legislationModal\" data-toggle=\"modal\" src=\"/uploads/3/legislation-ic.png\" style=\"width: 45px; height: 37px;\" />LEGAL</p>\r\n\r\n<div aria-hidden=\"true\" aria-labelledby=\"legislationModalLabel\" class=\"modal fade\" id=\"legislationModal\" role=\"dialog\" tabindex=\"-1\">\r\n<div class=\"modal-dialog\" role=\"document\">\r\n<div class=\"modal-content\">\r\n<div class=\"modal-header\"><img class=\"modal-icon-title\" src=\"/uploads/3/legislation-ic.png\" /><button aria-label=\"Close\" class=\"close\" data-dismiss=\"modal\" type=\"button\"><span aria-hidden=\"true\">&times;</span></button></div>\r\n\r\n<div class=\"modal-body\">\r\n<p>Think about the legislation and regulations that tie your product or service, For instance, ponder on environmental, trade, labeling, transport, energy regulations to comply.</p>\r\n\r\n<p>Is there any regulation that can strongly affect your product or service, that has to be taken into account later when you think of possible eco-design strategies or actions?</p>\r\n\r\n<p>Issues and questions to guide your reflection:</p>\r\n\r\n<p>Questions</p>\r\n\r\n<ul>\r\n <li>Could any pending legislation or taxation changes affect your business, either positively or negatively?</li>\r\n <li>How will business regulation, along with any planned changes to it, affect your business?</li>\r\n <li>Is there a trend towards regulation or deregulation?</li>\r\n <li>What is the likely timescale of proposed legislative changes?</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>', NULL, 0, 1, 'eco_e1_s3_preg60', 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(559, 45, 1, '<p>Objectives:</p>', NULL, 0, 1, 'eco_e1_s4_preg10', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(560, 45, 1, '<p>Vision: Describe your ideal sustainable product</p>', NULL, 0, 1, 'eco_e1_s4_preg20', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(561, 46, 1, '<p><img alt=\"\" class=\"icon\" src=\"/uploads/3/teams-ic.png\" style=\"width: 56px; height: 46px;\" /></p>', NULL, 0, 1, 'eco_e1_s5_preg10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(562, 46, 1, '<p><img alt=\"\" class=\"icon\" src=\"/uploads/3/project-ic.png\" style=\"width: 50px; height: 42px;\" /></p>', NULL, 0, 1, 'eco_e1_s5_preg20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(563, 46, 1, '<p><img alt=\"\" class=\"icon\" src=\"/uploads/3/context-ic.png\" style=\"width: 46px; height: 38px;\" /></p>', NULL, 0, 1, 'eco_e1_s5_preg30', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(564, 46, 1, '<p><img alt=\"\" class=\"icon\" src=\"/uploads/3/vision-ic.png\" style=\"width: 48px; height: 42px;\" /></p>', NULL, 0, 1, 'eco_e1_s5_preg40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(572, 48, 1, '<p>Describe this life-cycle STAGE for your product:</p>', NULL, 0, 1, 'eco_e2_s1_preg10_data', NULL, NULL, NULL, NULL, '<p>Think about the MATERIALS and RESOURCES that you need to produce your product (metals, wood, plastics, crops, feed,&hellip;).</p>\r\n\r\n<p>Also consider and discuss about some characteristics, such as: Type and number, material sources, recyclability,&hellip;</p>', NULL, NULL, NULL, NULL, NULL),
(573, 48, 1, '<p>Write everything down to describe this life-cycle STAGE for your product:</p>', NULL, 0, 1, 'eco_e2_s1_preg20_data', NULL, NULL, NULL, NULL, '<p>Think about the PRODUCTION PROCESS. How is your product produced?</p>\r\n\r\n<p>Also consider and discuss about some characteristics&nbsp; related to the type, use and management of energy, water and resources; the amount of waste generated and its management; the use of toxics or chemicals; the technologies in place;&hellip;</p>', NULL, NULL, NULL, NULL, NULL),
(574, 48, 1, '<p>Describe this life-cycle STAGE for your product:</p>', NULL, 0, 1, 'eco_e2_s1_preg30_data', NULL, NULL, NULL, NULL, '<p>Think about&nbsp; the PACKAGING used to wrap and deliver your product.</p>\r\n\r\n<p>Also consider and discuss about some characteristics such as its design (materials, modularity, other properties), or its recyclability and reusability</p>', NULL, NULL, NULL, NULL, NULL),
(575, 48, 1, '<p>Describe this life-cycle STAGE for your product:</p>', NULL, 0, 1, 'eco_e2_s1_preg40_data', NULL, NULL, NULL, NULL, '<p>Think about&nbsp; the TRANSPORT used to deliver your product.</p>\r\n\r\n<p>Also consider and discuss about some characteristics of this transport, such as type of transport, type of vehicles (are those old, new, efficient,&hellip;), or the transport load.</p>', NULL, NULL, NULL, NULL, NULL),
(576, 48, 1, '<p>Describe this life-cycle STAGE for your product:</p>', NULL, 0, 1, 'eco_e2_s1_preg50_data', NULL, NULL, NULL, NULL, '<p>Think about&nbsp; the USE and MAINTENANCE of your product.</p>\r\n\r\n<p>Also consider and discuss about the&nbsp; energy required at use, the maintenance it will need, the availability of spare parts,&hellip;</p>', NULL, NULL, NULL, NULL, NULL),
(577, 48, 1, '<p>Describe this life-cycle STAGE for your product:</p>', NULL, 0, 1, 'eco_e2_s1_preg60_data', NULL, NULL, NULL, NULL, '<p>Think about END OF LIFE of your product: what happens at its disposal?</p>\r\n\r\n<p>Also consider and discuss about other aspects such as: its ability to be disassembled in its materials and components,&nbsp; or the provision of information related to its end-of-life, or any other relevant aspect that may occur to you.</p>', NULL, NULL, NULL, NULL, NULL),
(596, 85, 9, '<p>Are you already able to clearly describe the market problems or needs that are you addressing thanks to your strong business solution?</p>', NULL, 1, 1, 'ft1bussinessstageq1', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(597, 85, 9, '<p>Can you clearly describe the solution you propose to solve such problems?</p>', NULL, 1, 1, 'ft1bussinessstageq2', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(598, 85, 9, '<p>Have you tested, validated and checked your business idea with potential customers and/or other stakeholders?</p>', NULL, 1, 1, 'ft1bussinessstageq3', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(599, 85, 9, '<p>Are you able to fully define, describe and segment your customers by at least two of these criteria: educational background, social class, age, gender, geographical aspects, attitude towards environment...?&nbsp;</p>', NULL, 1, 1, 'ft1bussinessstageq4', 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(600, 85, 9, '<p>Are you already using key established metrics to measure your business performance (number of clients, expected incomes, sales margins, etc.)?</p>', NULL, 1, 1, 'ft1bussinessstageq5', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(601, 85, 9, '<p>Do you have a profitable product already selling on the market?</p>', NULL, 1, 1, 'ft1bussinessstageq6', 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(602, 85, 9, '<p>Can you provide the balance between cost structure and revenue streams, the market demand (willingness to pay for the products and services), and your burn rate?</p>', NULL, 1, 1, 'ft1bussinessstageq7', 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(603, 85, 9, '<p>Is your company profitable yet?</p>', NULL, 1, 1, 'ft1bussinessstageq8', 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(604, 85, 9, '<p>Are you already operating under a register official number? Do you have a legal status?</p>', NULL, 1, 1, 'ft1bussinessstageq9', 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(605, 85, 9, '<p>Is your team complete, already established and regularly working with you?</p>', NULL, 1, 1, 'ft1bussinessstageq10', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(606, 85, 9, '<p>Do you have an established products portfolio you are selling to customers?</p>', NULL, 1, 1, 'ft1bussinessstageq11', 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(607, 85, 9, '<p>Have you already decided on which markets to expand to in the future? Do you already know what does the future of sector look like and you can duly justify your choice accordingly?</p>', NULL, 1, 1, 'ft1bussinessstageq12', 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(608, 86, 9, '<p>Did you show and test your functional prototype with your potential customers?</p>', NULL, 1, 1, 'ftfnearlystageq1', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(609, 86, 9, '<p>Did you check and validate your value proposition and business model with them?</p>', NULL, 1, 1, 'ftfnearlystageq2', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(610, 86, 9, '<p>Is your customer journey map completed and tested?</p>', NULL, 1, 1, 'ftfnearlystageq3', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(611, 86, 9, '<p>Do you know how much money you need to develop a Minimum Viable Product?</p>', NULL, 1, 1, 'ftfnearlystageq4', 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(612, 86, 9, '<p>Do you have a initial marketing &amp; sales plan?</p>', NULL, 1, 1, 'ftfnearlystageq5', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(613, 86, 9, '<p>Do you have any hired people to work with you as a team?</p>', NULL, 1, 1, 'ftfnearlystageq6', 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(614, 86, 9, '<p>&nbsp;Did you already identify potential clients willing to pay for your solution (pre-order or similar)?</p>', NULL, 1, 1, 'ftfnearlystageq7', 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(615, 87, 9, '<p>Did you already define your company mission and vision?</p>', NULL, 1, 1, 'ftfnideationq1', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(616, 87, 9, '<p>Did you meet with others entrepreneurs &amp; stakeholders to discuss and work with about your idea?</p>', NULL, 1, 1, 'ftfnideationq2', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(617, 87, 9, '<p>Do you know if there are other similar solutions as yours in the market?</p>', NULL, 1, 1, 'ftfnideationq3', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(618, 87, 9, '<p>Can you clearly identify the potential market size you are addressing?</p>', NULL, 1, 1, 'ftfnideationq4', 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(619, 87, 9, '<p>Did you already identify potential users who might be interested in hear from your solution?</p>', NULL, 1, 1, 'ftfnideationq5', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(620, 87, 9, '<p>Are you in the position to carry out any proof of concept to analyse and test an idea or assumption with potential customers?</p>', NULL, 1, 1, 'ftfnideationq6', 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(621, 88, 9, '<p>Do you have an established team of people working as paid employees?&nbsp;</p>', NULL, 1, 1, 'ftfngrowthq1', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(622, 88, 9, '<p>Did you develop a business growth strategy inclusive of conversations started with key distribution channels?</p>', NULL, 1, 1, 'ftfngrowthq2', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(623, 88, 9, '<p>Do you have direct and documented experiences with customers in your market that provide also indicators of customer demand?</p>', NULL, 1, 1, 'ftfngrowthq3', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(624, 88, 9, '<p>Do you know when are you likely to reach break-even?</p>', NULL, 1, 1, 'ftfngrowthq4', 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(625, 88, 9, '<p>Do you have a completed business plan, including 3 years profit &amp; loss statements?</p>', NULL, 1, 1, 'ftfngrowthq5', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(626, 88, 9, '<p>Have you ever presented it to any investor?</p>', NULL, 1, 1, 'ftfngrowthq6', 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(627, 89, 9, '<p>Do you need more management personnel in your business?&nbsp;</p>', NULL, 1, 1, 'ftfnscaleq1', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `preguntas` (`id`, `tarea_id`, `tipo_pregunta_id`, `nombre`, `pattern`, `is_required`, `editable`, `alias`, `position`, `descripcion`, `placeholder`, `tipo_pregunta_options`, `pre_titulo`, `class`, `is_email`, `seccion_id`, `is_bifurcation`, `is_revisable`) VALUES
(628, 89, 9, '<p>Did you already fine-tune your product/service?</p>', NULL, 1, 1, 'ftfnscaleq2', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(629, 89, 9, '<p>Are you taking the business model to new geographic regions?</p>', NULL, 1, 1, 'ftfnscaleq3', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(630, 89, 9, '<p>Do you need to ramp up production, investing in marketing and hiring?</p>', NULL, 1, 1, 'ftfnscaleq4', 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(631, 89, 9, '<p>Are you already launching new products features (widening product portfolio)?</p>', NULL, 1, 1, 'ftfnscaleq5', 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(632, 89, 9, '<p>Are you considering the participation of your company from a larger corporate, including a potential competitor?&nbsp;</p>', NULL, 1, 1, 'ftfnscaleq6', 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(633, 89, 9, '<p>Did you already consider a possible Exit Strategy?</p>', NULL, 1, 1, 'ftfnscaleq7', 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(635, 53, 11, '<p>Datos del equipo</p>', NULL, 0, 1, 'eco_prod_e3_s1_preg10_data', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(637, 49, 11, '<p>Datos rellenados</p>', NULL, 0, 1, 'eco_prod_e2_s2_preg10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(638, 56, 11, '<p>Datos rellenados</p>', NULL, 0, 1, 'eco_prod_e4_s1_preg10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(639, 54, 11, '<p>Datos con puntuaci&oacute;n</p>', NULL, 0, 1, 'eco_e3_res_preg10_data', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(640, 57, 11, '<p>Datos rellenados</p>', NULL, 0, 1, 'eco_prod_e4_s2_preg10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(641, 7, 8, '<p>Effects of Stakeholders&nbsp;on the Enviromental</p>', NULL, 0, 1, 'xaxis1', 44, NULL, NULL, 'data-slider-min=\"-5\" data-slider-max=\"5\" data-slider-step=\"1\" data-slider-ticks=\"[-5, 0, 5]\" data-slider-ticks-labels=\'[\"-5\", \"0\", \"5\"]\'', NULL, NULL, NULL, 72, NULL, NULL),
(642, 7, 8, '<p>Effect of the Business on the Stakeholders Enviromental</p>', NULL, 0, 1, 'yaxis1', 43, NULL, NULL, 'data-slider-min=\"-5\" data-slider-max=\"5\" data-slider-step=\"1\" data-slider-ticks=\"[-5, 0, 5]\" data-slider-ticks-labels=\'[\"-5\", \"0\", \"5\"]\'', NULL, NULL, NULL, 72, NULL, NULL),
(643, 6, 1, '<p>PESTEL P</p>', NULL, 0, 1, 'ex6preg60', 80, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, 1),
(644, 6, 1, '<p>PESTEL E</p>', NULL, 0, 1, 'ex6preg70', 90, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, 1),
(645, 6, 1, '<p>PESTEL S</p>', NULL, 0, 1, 'ex6preg80', 100, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, 1),
(646, 6, 1, '<p>PESTEL T</p>', NULL, 0, 1, 'ex6preg90', 110, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, 1),
(647, 6, 1, '<p>PESTEL E</p>', NULL, 0, 1, 'ex6preg100', 120, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, 1),
(648, 6, 1, '<p>PESTEL L</p>', NULL, 0, 1, 'ex6preg110', 130, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, 1),
(649, 5, 1, '<p>Environmental Objectives</p>', NULL, 0, 0, 'ex5preg30', 1, NULL, NULL, NULL, NULL, NULL, NULL, 15, NULL, NULL),
(650, 5, 1, '<p>Social Objectives</p>', NULL, 0, 0, 'ex5preg40', 2, NULL, NULL, NULL, NULL, NULL, NULL, 15, NULL, NULL),
(651, 5, 1, '<p>Customer Needs</p>', NULL, 0, 0, 'ex5preg50', 3, NULL, NULL, NULL, NULL, NULL, NULL, 15, NULL, NULL),
(652, 5, 1, '<p>Personal Driver</p>', NULL, 0, 0, 'ex5preg60', 4, NULL, NULL, NULL, NULL, NULL, NULL, 15, NULL, NULL),
(653, 84, 11, '<p>xaxis7c0</p>', NULL, 0, 1, 'xaxis7c0', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(654, 84, 11, '<p>yaxis7c0</p>', NULL, 0, 1, 'yaxis7c0', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(656, 60, 11, '<p>datos</p>', NULL, 0, 1, 'eco_prod_e5_s1_preg10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(657, 90, 11, '<p>hidden</p>', NULL, 0, 1, 'gbc_step1_preg10', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(658, 91, 11, '<p>hidden</p>', NULL, 0, 1, 'gbc_step2_preg10', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(659, 92, 11, '<p>hidden</p>', NULL, 0, 1, 'gbc_step3_preg10', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(660, 93, 11, '<p>hidden</p>', NULL, 0, 1, 'gbc_step4_preg10', 1, NULL, NULL, NULL, NULL, NULL, NULL, 70, NULL, NULL),
(661, 94, 11, '<p>hidden</p>', NULL, 0, 1, 'gbc_step5_preg10', 1, NULL, NULL, NULL, NULL, NULL, NULL, 71, NULL, NULL),
(662, 64, 11, '<p>datos</p>', NULL, 0, 1, 'eco_serv_e2_s1_preg10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(663, 7, 1, '<p>Enviromental Objectives&nbsp;</p>', NULL, 0, 0, 'ex7apreg11', 41, NULL, NULL, NULL, NULL, NULL, NULL, 72, NULL, NULL),
(664, 7, 1, '<p>Customer Needs</p>', NULL, 0, 0, 'ex7apreg12', 49, NULL, NULL, NULL, NULL, NULL, NULL, 74, NULL, NULL),
(665, 7, 1, '<p>Social Objectives</p>', NULL, 0, 0, 'ex7apreg13', 53, NULL, NULL, NULL, NULL, NULL, NULL, 75, NULL, NULL),
(666, 7, 1, '<p>Stakeholders Social</p>', NULL, 0, 1, 'ex7apreg21', 54, NULL, NULL, NULL, NULL, 'table', NULL, 75, NULL, NULL),
(667, 7, 1, '<p>Stakeholders Enviromental</p>', NULL, 0, 1, 'ex7apreg22', 42, NULL, NULL, NULL, NULL, 'table', NULL, 72, NULL, NULL),
(668, 7, 1, '<p>Stakeholders Customer</p>', NULL, 0, 1, 'ex7apreg23', 50, NULL, NULL, NULL, NULL, 'table', NULL, 74, NULL, NULL),
(669, 7, 8, '<p>Effects of Stakeholders&nbsp;on the Personal Driver</p>', NULL, 0, 1, 'xaxis2', 48, NULL, NULL, 'data-slider-min=\"-5\" data-slider-max=\"5\" data-slider-step=\"1\" data-slider-ticks=\"[-5, 0, 5]\" data-slider-ticks-labels=\'[\"-5\", \"0\", \"5\"]\'', NULL, NULL, NULL, 73, NULL, NULL),
(670, 7, 8, '<p>Effects of Stakeholders&nbsp;on the Social</p>', NULL, 0, 1, 'xaxis4', 56, NULL, NULL, 'data-slider-min=\"-5\" data-slider-max=\"5\" data-slider-step=\"1\" data-slider-ticks=\"[-5, 0, 5]\" data-slider-ticks-labels=\'[\"-5\", \"0\", \"5\"]\'', NULL, NULL, NULL, 75, NULL, NULL),
(671, 7, 8, '<p>Effects of Stakeholders&nbsp;on the Customer</p>', NULL, 0, 1, 'xaxis3', 52, NULL, NULL, 'data-slider-min=\"-5\" data-slider-max=\"5\" data-slider-step=\"1\" data-slider-ticks=\"[-5, 0, 5]\" data-slider-ticks-labels=\'[\"-5\", \"0\", \"5\"]\'', NULL, NULL, NULL, 74, NULL, NULL),
(672, 7, 8, '<p>Effect of the Business on the Stakeholders Personal Driver</p>', NULL, 0, 1, 'yaxis2', 47, NULL, NULL, 'data-slider-min=\"-5\" data-slider-max=\"5\" data-slider-step=\"1\" data-slider-ticks=\"[-5, 0, 5]\" data-slider-ticks-labels=\'[\"-5\", \"0\", \"5\"]\'', NULL, NULL, NULL, 73, NULL, NULL),
(673, 7, 8, '<p>Effect of the Business on the Stakeholders Social</p>', NULL, 0, 1, 'yaxis4', 55, NULL, NULL, 'data-slider-min=\"-5\" data-slider-max=\"5\" data-slider-step=\"1\" data-slider-ticks=\"[-5, 0, 5]\" data-slider-ticks-labels=\'[\"-5\", \"0\", \"5\"]\'', NULL, NULL, NULL, 75, NULL, NULL),
(674, 7, 8, '<p>Effect of the Business on the Stakeholders Customer</p>', NULL, 0, 1, 'yaxis3', 51, NULL, NULL, 'data-slider-min=\"-5\" data-slider-max=\"5\" data-slider-step=\"1\" data-slider-ticks=\"[-5, 0, 5]\" data-slider-ticks-labels=\'[\"-5\", \"0\", \"5\"]\'', NULL, NULL, NULL, 74, NULL, NULL),
(675, 95, 14, '<p>Photo</p>', NULL, 0, 1, 'ex12n_photo', 10, NULL, NULL, NULL, NULL, NULL, NULL, 76, NULL, NULL),
(676, 95, 1, '<p>Who?</p>', NULL, 0, 1, 'ex12n_who', 20, NULL, NULL, NULL, NULL, NULL, NULL, 76, NULL, NULL),
(677, 95, 1, '<p>Segment</p>', NULL, 0, 1, 'ex12n_segment', 20, NULL, NULL, NULL, NULL, NULL, NULL, 76, NULL, NULL),
(678, 95, 1, '<p>Order Stages</p>', NULL, 0, 1, 'ex12n_order_stages', 30, NULL, NULL, NULL, NULL, NULL, NULL, 76, NULL, NULL),
(679, 95, 1, '<p>Stage</p>', NULL, 0, 1, 'ex12n_stage', 40, '<p>What stages does your customer transit?</p>', NULL, NULL, NULL, NULL, NULL, 76, NULL, NULL),
(680, 95, 2, '<p>Emotions</p>', NULL, 0, 1, 'ex12n_emotions', 60, '<p>What emotions does your customer feel in each stage of the journey?</p>', NULL, '[{\"id\":\"128512\",\"text\":\"&#128512;GRINNING FACE\"},{\"id\":\"128513\",\"text\":\"&#128513;GRINNING FACE WITH SMILING EYES\"},{\"id\":\"128514\",\"text\":\"&#128514;FACE WITH TEARS OF JOY\"},{\"id\":\"128515\",\"text\":\"&#128515;SMILING FACE WITH OPEN MOUTH\"},{\"id\":\"128516\",\"text\":\"&#128516;SMILING FACE WITH OPEN MOUTH AND SMILING EYES\"},{\"id\":\"128517\",\"text\":\"&#128517;SMILING FACE WITH OPEN MOUTH AND COLD SWEAT\"},{\"id\":\"128518\",\"text\":\"&#128518;SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES\"},{\"id\":\"128519\",\"text\":\"&#128519;SMILING FACE WITH HALO\"},{\"id\":\"128520\",\"text\":\"&#128520;SMILING FACE WITH HORNS\"},{\"id\":\"128521\",\"text\":\"&#128521;WINKING FACE\"},{\"id\":\"128522\",\"text\":\"&#128522;SMILING FACE WITH SMILING EYES\"},{\"id\":\"128523\",\"text\":\"&#128523;FACE SAVOURING DELICIOUS FOOD\"},{\"id\":\"128524\",\"text\":\"&#128524;RELIEVED FACE\"},{\"id\":\"128525\",\"text\":\"&#128525;SMILING FACE WITH HEART-SHAPED EYES\"},{\"id\":\"128526\",\"text\":\"&#128526;SMILING FACE WITH SUNGLASSES\"},{\"id\":\"128527\",\"text\":\"&#128527;SMIRKING FACE\"},{\"id\":\"128528\",\"text\":\"&#128528;NEUTRAL FACE\"},{\"id\":\"128529\",\"text\":\"&#128529;EXPRESSIONLESS FACE\"},{\"id\":\"128530\",\"text\":\"&#128530;UNAMUSED FACE\"},{\"id\":\"128531\",\"text\":\"&#128531;FACE WITH COLD SWEAT\"},{\"id\":\"128532\",\"text\":\"&#128532;PENSIVE FACE\"},{\"id\":\"128533\",\"text\":\"&#128533;CONFUSED FACE\"},{\"id\":\"128534\",\"text\":\"&#128534;CONFOUNDED FACE\"},{\"id\":\"128535\",\"text\":\"&#128535;KISSING FACE\"},{\"id\":\"128536\",\"text\":\"&#128536;FACE THROWING A KISS\"},{\"id\":\"128537\",\"text\":\"&#128537;KISSING FACE WITH SMILING EYES\"},{\"id\":\"128538\",\"text\":\"&#128538;KISSING FACE WITH CLOSED EYES\"},{\"id\":\"128539\",\"text\":\"&#128539;FACE WITH STUCK-OUT TONGUE\"},{\"id\":\"128540\",\"text\":\"&#128540;FACE WITH STUCK-OUT TONGUE AND WINKING EYE\"},{\"id\":\"128541\",\"text\":\"&#128541;FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES\"},{\"id\":\"128542\",\"text\":\"&#128542;DISAPPOINTED FACE\"},{\"id\":\"128543\",\"text\":\"&#128543;WORRIED FACE\"},{\"id\":\"128544\",\"text\":\"&#128544;ANGRY FACE\"},{\"id\":\"128545\",\"text\":\"&#128545;POUTING FACE\"},{\"id\":\"128546\",\"text\":\"&#128546;CRYING FACE\"},{\"id\":\"128547\",\"text\":\"&#128547;PERSEVERING FACE\"},{\"id\":\"128548\",\"text\":\"&#128548;FACE WITH LOOK OF TRIUMPH\"},{\"id\":\"128549\",\"text\":\"&#128549;DISAPPOINTED BUT RELIEVED FACE\"},{\"id\":\"128550\",\"text\":\"&#128550;FROWNING FACE WITH OPEN MOUTH\"},{\"id\":\"128551\",\"text\":\"&#128551;ANGUISHED FACE\"},{\"id\":\"128552\",\"text\":\"&#128552;FEARFUL FACE\"},{\"id\":\"128553\",\"text\":\"&#128553;WEARY FACE\"},{\"id\":\"128554\",\"text\":\"&#128554;SLEEPY FACE\"},{\"id\":\"128555\",\"text\":\"&#128555;TIRED FACE\"},{\"id\":\"128556\",\"text\":\"&#128556;GRIMACING FACE\"},{\"id\":\"128557\",\"text\":\"&#128557;LOUDLY CRYING FACE\"},{\"id\":\"128558\",\"text\":\"&#128558;FACE WITH OPEN MOUTH\"},{\"id\":\"128559\",\"text\":\"&#128559;HUSHED FACE\"},{\"id\":\"128560\",\"text\":\"&#128560;FACE WITH OPEN MOUTH AND COLD SWEAT\"},{\"id\":\"128561\",\"text\":\"&#128561;FACE SCREAMING IN FEAR\"},{\"id\":\"128562\",\"text\":\"&#128562;ASTONISHED FACE\"},{\"id\":\"128563\",\"text\":\"&#128563;FLUSHED FACE\"},{\"id\":\"128564\",\"text\":\"&#128564;SLEEPING FACE\"},{\"id\":\"128565\",\"text\":\"&#128565;DIZZY FACE\"},{\"id\":\"128566\",\"text\":\"&#128566;FACE WITHOUT MOUTH\"},{\"id\":\"128567\",\"text\":\"&#128567;FACE WITH MEDICAL MASK\"}]', NULL, NULL, NULL, 76, NULL, NULL),
(681, 95, 1, '<p>Needs &amp; Thoughts</p>', NULL, 0, 1, 'ex12n_needs', 70, '<p>Which are the needs in each stage? Which thoughts arise in the process?</p>', NULL, NULL, NULL, NULL, NULL, 76, NULL, NULL),
(682, 95, 1, '<p>Touch Points &amp; Channels</p>', NULL, 0, 1, 'ex12n_touch_points', 80, '<p>When do you interact with your customers? What channels do you use?</p>', NULL, NULL, NULL, NULL, NULL, 76, NULL, NULL),
(683, 95, 1, '<p>How to provide a unique experience?</p>', NULL, 0, 1, 'ex12n_how_provide', 90, '<p>What actions could improve the customer&#39;s experiende in each of the stages?</p>', NULL, NULL, NULL, NULL, NULL, 76, NULL, NULL),
(684, 95, 1, '<p>What do we needs to provide?</p>', NULL, 0, 1, 'ex12n_needs_provide', 100, '<p>What resources, knowledge and systems do you need to provide this experience?</p>', NULL, NULL, NULL, NULL, NULL, 76, NULL, NULL),
(685, 95, 13, '<p>DIV_OPEN_TAB_PANE_TAREA12_NEW</p>', NULL, 0, 1, 'ex12n_tab_pane_open', 25, NULL, NULL, '<div id=\"stage\" class=\"tab-pane fade in active\">', NULL, NULL, NULL, 76, NULL, NULL),
(686, 95, 13, '<p>DIV_CLOSE_TAB_PANE_TAREA_12</p>', NULL, 0, 1, 'ex12n_tab_pane_close', 125, NULL, NULL, '</div>', NULL, NULL, NULL, 76, NULL, NULL),
(687, 95, 13, '<p>DIV_OPEN_TAB_CONTENT_TAREA12_NEW</p>', NULL, 0, 1, 'ex12n_tab_content_open', 24, NULL, NULL, '<div id=\"stage_tab_content\" class=\"tab-content\">', NULL, NULL, NULL, 76, NULL, NULL),
(688, 95, 13, '<p>DIV_CLOSE_TAB_CONTENT_TAREA_12</p>', NULL, 0, 1, 'ex12n_tab_content_close', 130, NULL, NULL, '</div>', NULL, NULL, NULL, 76, NULL, NULL),
(689, 95, 13, '<p>NAV_TABS</p>', NULL, 0, 1, 'ex12n_nav_tabs', 23, NULL, NULL, '<ul id=\"stage_tab\" class=\"nav nav-tabs\"><li class=\"active\"><a data-toggle=\"tab\" href=\"#stage\">Stage</a></li></ul>', NULL, NULL, NULL, 76, NULL, NULL),
(690, 95, 13, '<p>BUTTON_ADD_STAGE</p>', NULL, 0, 1, 'ex12n_stage_add', 110, NULL, NULL, '<button type=\"button\" class=\"btn btn-info boton-add\" onclick=\"addstage(this.closest(\'section.body\').id)\">\r\nAdd Stage+</button>', NULL, NULL, NULL, 76, NULL, NULL),
(691, 95, 13, '<p>BUTTON_DEL_STAGE</p>', NULL, 0, 1, 'ex12n_stage_remove', 120, NULL, NULL, '<button type=\"button\" class=\"btn btn-warning boton-remove\" onclick=\"remove_stage()\">Remove Stage-</button>', NULL, NULL, NULL, 76, NULL, NULL),
(694, 65, 11, '<p>datos</p>', NULL, 0, 1, 'eco_serv_e2_s2_preg10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(701, 67, 11, '<p>datos</p>', NULL, 0, 1, 'eco_serv_e2_s2_2_preg10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(704, 95, 1, '<p>customers</p>', NULL, 0, 1, 'ex12n_customers', 29, NULL, NULL, NULL, NULL, NULL, NULL, 76, NULL, NULL),
(705, 68, 11, '<p>datos</p>', NULL, 0, 1, 'eco_serv_e2_s2_3_preg10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(706, 66, 11, '<p>datos</p>', NULL, 0, 1, 'eco_serv_e2_s2_1_preg10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(707, 95, 13, '<p>ex12n_javascript</p>', NULL, 0, 1, 'ex12n_javascript', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 76, NULL, NULL),
(708, 69, 11, '<p>datos</p>', NULL, 0, 1, 'eco_serv_e2_s3_preg10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(709, 84, 11, '<p>xaxis7c2</p>', NULL, 0, 1, 'xaxis7c2', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(710, 84, 11, '<p>xaxis7c3</p>', NULL, 0, 1, 'xaxis7c3', 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(711, 84, 11, '<p>xaxis7c1</p>', NULL, 0, 1, 'xaxis7c1', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(712, 84, 11, '<p>yaxis7c1</p>', NULL, 0, 1, 'yaxis7c1', 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(713, 84, 11, '<p>yaxis7c2</p>', NULL, 0, 1, 'yaxis7c2', 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(714, 84, 11, '<p>yaxis7c3</p>', NULL, 0, 1, 'yaxis7c3', 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(715, 6, 13, '<p>ex6_problems_wrapper_open</p>', NULL, 0, 1, 'ex6_problems_wrapper_open', 9, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">\r\n<h3 class=\"title\">Problems and needs</h3>', NULL, NULL, NULL, 16, NULL, NULL),
(716, 6, 13, '<p>ex6_problems_wrapper_close</p>', NULL, 0, 1, 'ex6_problems_wrapper_close', 31, NULL, NULL, '</div>', NULL, NULL, NULL, 16, NULL, NULL),
(717, 6, 13, '<p>ex6_problems_wrapper_open</p>', NULL, 0, 1, 'ex6_objectives_wrapper_open', 39, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">\r\n<h3 class=\"title\">Project Objectives</h3>', NULL, NULL, NULL, 16, NULL, NULL),
(718, 6, 13, '<p>ex6_problems_wrapper_close</p>', NULL, 0, 1, 'ex6_objectives_wrapper_close', 61, NULL, NULL, '</div>', NULL, NULL, NULL, 16, NULL, NULL),
(719, 6, 13, '<p>ex6_pestel_wrapper_close</p>', NULL, 0, 1, 'ex6_pestel_wrapper_close', 131, NULL, NULL, '</div>', NULL, NULL, NULL, 16, NULL, NULL),
(720, 6, 13, '<p>ex6_pestel_wrapper_open</p>', NULL, 0, 1, 'ex6_pestel_wrapper_open', 79, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">\r\n<h3 class=\"title\">PESTEL</h3>', NULL, NULL, NULL, 16, NULL, NULL),
(721, 19, 13, '<p>ex16_investment_wrapper_open</p>', NULL, 0, 1, 'ex16_investment_wrapper_open', 9, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">\r\n<h3 class=\"title\">INVESTMENT</h3>', NULL, NULL, NULL, 30, NULL, NULL),
(722, 19, 13, '<p>ex16_investment_wrapper_close</p>', NULL, 0, 1, 'ex16_investment_wrapper_close', 21, NULL, NULL, '</div>', NULL, NULL, NULL, 30, NULL, NULL),
(723, 10, 13, '<p>ex9a_products_wrapper_open</p>', NULL, 0, 1, 'ex9a_products_wrapper_open', 79, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">\r\n<img alt=\"\" src=\"/uploads/ejercicio9-1.png\" style=\"width: 169px; height: 183px;\">\r\n<h3 class=\"title\">Products and Services</h3>', NULL, NULL, NULL, 20, NULL, NULL),
(724, 10, 13, '<p>ex9a_products_wrapper_close</p>', NULL, 0, 1, 'ex9a_products_wrapper_close', 101, NULL, NULL, '</div>', NULL, NULL, NULL, 20, NULL, NULL),
(727, 8, 5, '<p>stakeholder name</p>', NULL, 0, 1, 'ex7bshname', 16, NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, NULL),
(728, 27, 13, '<p>ex14card1section2-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card1section2-3preg10wrapper_open', 79, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 39, NULL, NULL),
(729, 27, 13, '<p>ex14card1section2-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card1section2-3preg10wrapper_close', 111, NULL, NULL, '</div>', NULL, NULL, NULL, 39, NULL, NULL),
(733, 27, 13, '<p>ex14card1section2-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card1section2-3preg20wrapper_open', 119, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 39, NULL, NULL),
(734, 27, 13, '<p>ex14card1section2-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card1section2-3preg30wrapper_open', 159, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 39, NULL, NULL),
(735, 27, 13, '<p>ex14card1section2-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card1section2-3preg40wrapper_open', 199, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 39, NULL, NULL),
(736, 27, 13, '<p>ex14card1section2-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card1section2-3preg50wrapper_open', 239, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 39, NULL, NULL),
(737, 27, 13, '<p>ex14card1section2-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card1section2-3preg20wrapper_close', 151, NULL, NULL, '</div>', NULL, NULL, NULL, 39, NULL, NULL),
(738, 27, 13, '<p>ex14card1section2-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card1section2-3preg30wrapper_close', 191, NULL, NULL, '</div>', NULL, NULL, NULL, 39, NULL, NULL),
(739, 27, 13, '<p>ex14card1section2-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card1section2-3preg40wrapper_close', 231, NULL, NULL, '</div>', NULL, NULL, NULL, 39, NULL, NULL),
(740, 27, 13, '<p>ex14card1section2-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card1section2-3preg50wrapper_close', 271, NULL, NULL, '</div>', NULL, NULL, NULL, 39, NULL, NULL),
(741, 27, 13, '<p>ex14card1section3-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card1section3-3preg10wrapper_open', 289, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 41, NULL, NULL),
(743, 27, 13, '<p>ex14card1section3-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card1section3-3preg20wrapper_open', 329, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 41, NULL, NULL),
(744, 27, 13, '<p>ex14card1section3-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card1section3-3preg30wrapper_open', 369, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 41, NULL, NULL),
(745, 27, 13, '<p>ex14card1section3-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card1section3-3preg40wrapper_open', 409, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 41, NULL, NULL),
(746, 27, 13, '<p>ex14card1section3-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card1section3-3preg50wrapper_open', 449, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 41, NULL, NULL),
(747, 27, 13, '<p>ex14card1section3-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card1section3-3preg20wrapper_close', 361, NULL, NULL, '</div>', NULL, NULL, NULL, 41, NULL, NULL),
(748, 27, 13, '<p>ex14card1section3-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card1section3-3preg30wrapper_close', 401, NULL, NULL, '</div>', NULL, NULL, NULL, 41, NULL, NULL),
(749, 27, 13, '<p>ex14card1section3-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card1section3-3preg40wrapper_close', 441, NULL, NULL, '</div>', NULL, NULL, NULL, 41, NULL, NULL),
(750, 27, 13, '<p>ex14card1section3-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card1section3-3preg50wrapper_close', 481, NULL, NULL, '</div>', NULL, NULL, NULL, 41, NULL, NULL),
(752, 10, 1, '<p>How does your product /service work?</p>\r\n\r\n<p>&nbsp;</p>', NULL, 0, 1, 'ex9apreg75', 81, NULL, NULL, NULL, NULL, NULL, NULL, 20, NULL, NULL),
(753, 10, 13, '<p>ex9a_paingain_wrapper_close</p>', NULL, 0, 1, 'ex9a_paingain_wrapper_close', 61, NULL, NULL, '</div>', NULL, NULL, NULL, 20, NULL, NULL),
(754, 28, 13, '<p>ex14card2section2-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card2section2-3preg10wrapper_open', 79, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 43, NULL, NULL),
(755, 28, 13, '<p>ex14card2section2-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card2section2-3preg10wrapper_close', 111, NULL, NULL, '</div>', NULL, NULL, NULL, 43, NULL, NULL),
(756, 10, 13, '<p>ex9a_paigain_wrapper_open</p>', NULL, 0, 1, 'ex9a_paingain_wrapper_open', 24, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">\r\n<img alt=\"\" src=\"/uploads/ejercicio9-2.png\" style=\"width: 376px; height: 205px;\">\r\n<h3 class=\"title\">Gain Creators & Pain Relievers</h3>', NULL, NULL, NULL, 20, NULL, NULL),
(760, 28, 13, '<p>ex14card2section2-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card2section2-3preg20wrapper_open', 119, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 43, NULL, NULL),
(761, 28, 13, '<p>ex14card2section2-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card2section2-3preg30wrapper_open', 159, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 43, NULL, NULL),
(762, 28, 13, '<p>ex14card2section2-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card2section2-3preg40wrapper_open', 199, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 43, NULL, NULL),
(763, 28, 13, '<p>ex14card2section2-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card2section2-3preg50wrapper_open', 239, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 43, NULL, NULL),
(764, 28, 13, '<p>ex14card2section2-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card2section2-3preg20wrapper_close', 151, NULL, NULL, '</div>', NULL, NULL, NULL, 43, NULL, NULL),
(765, 28, 13, '<p>ex14card2section2-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card2section2-3preg30wrapper_close', 191, NULL, NULL, '</div>', NULL, NULL, NULL, 43, NULL, NULL),
(766, 28, 13, '<p>ex14card2section2-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card2section2-3preg40wrapper_close', 231, NULL, NULL, '</div>', NULL, NULL, NULL, 43, NULL, NULL),
(767, 28, 13, '<p>ex14card2section2-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card2section2-3preg50wrapper_close', 271, NULL, NULL, '</div>', NULL, NULL, NULL, 43, NULL, NULL),
(768, 29, 13, '<p>ex14card3section2-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card3section2-3preg10wrapper_open', 79, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 46, NULL, NULL),
(769, 29, 13, '<p>ex14card3section2-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card3section2-3preg20wrapper_open', 119, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 46, NULL, NULL),
(770, 29, 13, '<p>ex14card3section2-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card3section2-3preg30wrapper_open', 159, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 46, NULL, NULL),
(771, 29, 13, '<p>ex14card3section2-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card3section2-3preg40wrapper_open', 199, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 46, NULL, NULL),
(772, 29, 13, '<p>ex14card3section2-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card3section2-3preg50wrapper_open', 239, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 46, NULL, NULL),
(773, 29, 13, '<p>ex14card3section2-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card3section2-3preg10wrapper_close', 111, NULL, NULL, '</div>', NULL, NULL, NULL, 46, NULL, NULL),
(774, 29, 13, '<p>ex14card3section2-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card3section2-3preg20wrapper_close', 151, NULL, NULL, '</div>', NULL, NULL, NULL, 46, NULL, NULL),
(775, 29, 13, '<p>ex14card3section2-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card3section2-3preg30wrapper_close', 191, NULL, NULL, '</div>', NULL, NULL, NULL, 46, NULL, NULL),
(776, 29, 13, '<p>ex14card3section2-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card3section2-3preg40wrapper_close', 231, NULL, NULL, '</div>', NULL, NULL, NULL, 46, NULL, NULL),
(777, 29, 13, '<p>ex14card3section2-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card3section2-3preg50wrapper_close', 271, NULL, NULL, '</div>', NULL, NULL, NULL, 46, NULL, NULL),
(778, 30, 13, '<p>ex14card4section2-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card4section2-3preg10wrapper_open', 79, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 49, NULL, NULL),
(779, 30, 13, '<p>ex14card4section2-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card4section2-3preg20wrapper_open', 119, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 49, NULL, NULL),
(780, 30, 13, '<p>ex14card4section2-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card4section2-3preg30wrapper_open', 159, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 49, NULL, NULL),
(781, 30, 13, '<p>ex14card4section2-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card4section2-3preg40wrapper_open', 199, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 49, NULL, NULL),
(782, 30, 13, '<p>ex14card4section2-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card4section2-3preg50wrapper_open', 239, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 49, NULL, NULL),
(783, 30, 13, '<p>ex14card4section2-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card4section2-3preg10wrapper_close', 111, NULL, NULL, '</div>', NULL, NULL, NULL, 49, NULL, NULL),
(784, 30, 13, '<p>ex14card4section2-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card4section2-3preg20wrapper_close', 151, NULL, NULL, '</div>', NULL, NULL, NULL, 49, NULL, NULL),
(785, 30, 13, '<p>ex14card4section2-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card4section2-3preg30wrapper_close', 191, NULL, NULL, '</div>', NULL, NULL, NULL, 49, NULL, NULL),
(786, 30, 13, '<p>ex14card4section2-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card4section2-3preg40wrapper_close', 231, NULL, NULL, '</div>', NULL, NULL, NULL, 49, NULL, NULL),
(787, 30, 13, '<p>ex14card4section2-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card4section2-3preg50wrapper_close', 271, NULL, NULL, '</div>', NULL, NULL, NULL, 49, NULL, NULL),
(788, 31, 13, '<p>ex14card5section2-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card5section2-3preg10wrapper_open', 79, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 52, NULL, NULL),
(789, 31, 13, '<p>ex14card5section2-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card5section2-3preg20wrapper_open', 119, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 52, NULL, NULL),
(790, 31, 13, '<p>ex14card5section2-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card5section2-3preg30wrapper_open', 159, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 52, NULL, NULL),
(791, 31, 13, '<p>ex14card5section2-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card5section2-3preg40wrapper_open', 199, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 52, NULL, NULL),
(792, 31, 13, '<p>ex14card5section2-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card5section2-3preg50wrapper_open', 239, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 52, NULL, NULL),
(793, 31, 13, '<p>ex14card5section2-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card5section2-3preg10wrapper_close', 111, NULL, NULL, '</div>', NULL, NULL, NULL, 52, NULL, NULL),
(794, 31, 13, '<p>ex14card5section2-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card5section2-3preg20wrapper_close', 151, NULL, NULL, '</div>', NULL, NULL, NULL, 52, NULL, NULL),
(795, 31, 13, '<p>ex14card5section2-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card5section2-3preg30wrapper_close', 191, NULL, NULL, '</div>', NULL, NULL, NULL, 52, NULL, NULL),
(796, 31, 13, '<p>ex14card5section2-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card5section2-3preg40wrapper_close', 231, NULL, NULL, '</div>', NULL, NULL, NULL, 52, NULL, NULL),
(797, 31, 13, '<p>ex14card5section2-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card5section2-3preg50wrapper_close', 271, NULL, NULL, '</div>', NULL, NULL, NULL, 52, NULL, NULL),
(798, 32, 13, '<p>ex14card6section2-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card6section2-3preg10wrapper_open', 79, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 55, NULL, NULL),
(799, 32, 13, '<p>ex14card6section2-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card6section2-3preg20wrapper_open', 119, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 55, NULL, NULL),
(800, 32, 13, '<p>ex14card6section2-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card6section2-3preg30wrapper_open', 159, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 55, NULL, NULL),
(801, 32, 13, '<p>ex14card6section2-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card6section2-3preg40wrapper_open', 199, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 55, NULL, NULL),
(802, 32, 13, '<p>ex14card6section2-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card6section2-3preg50wrapper_open', 239, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 55, NULL, NULL),
(803, 32, 13, '<p>ex14card6section2-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card6section2-3preg10wrapper_close', 111, NULL, NULL, '</div>', NULL, NULL, NULL, 55, NULL, NULL),
(804, 32, 13, '<p>ex14card6section2-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card6section2-3preg20wrapper_close', 151, NULL, NULL, '</div>', NULL, NULL, NULL, 55, NULL, NULL),
(805, 32, 13, '<p>ex14card6section2-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card6section2-3preg30wrapper_close', 191, NULL, NULL, '</div>', NULL, NULL, NULL, 55, NULL, NULL),
(806, 32, 13, '<p>ex14card6section2-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card6section2-3preg40wrapper_close', 231, NULL, NULL, '</div>', NULL, NULL, NULL, 55, NULL, NULL),
(807, 32, 13, '<p>ex14card6section2-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card6section2-3preg50wrapper_close', 271, NULL, NULL, '</div>', NULL, NULL, NULL, 55, NULL, NULL),
(808, 33, 13, '<p>ex14card7section2-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card7section2-3preg10wrapper_open', 79, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 58, NULL, NULL),
(809, 33, 13, '<p>ex14card7section2-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card7section2-3preg20wrapper_open', 119, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 58, NULL, NULL),
(810, 33, 13, '<p>ex14card7section2-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card7section2-3preg30wrapper_open', 159, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 58, NULL, NULL),
(811, 33, 13, '<p>ex14card7section2-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card7section2-3preg40wrapper_open', 199, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 58, NULL, NULL),
(812, 33, 13, '<p>ex14card7section2-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card7section2-3preg50wrapper_open', 239, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 58, NULL, NULL),
(813, 33, 13, '<p>ex14card7section2-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card7section2-3preg10wrapper_close', 111, NULL, NULL, '</div>', NULL, NULL, NULL, 58, NULL, NULL),
(814, 33, 13, '<p>ex14card7section2-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card7section2-3preg20wrapper_close', 151, NULL, NULL, '</div>', NULL, NULL, NULL, 58, NULL, NULL),
(815, 33, 13, '<p>ex14card7section2-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card7section2-3preg30wrapper_close', 191, NULL, NULL, '</div>', NULL, NULL, NULL, 58, NULL, NULL),
(816, 33, 13, '<p>ex14card7section2-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card7section2-3preg40wrapper_close', 231, NULL, NULL, '</div>', NULL, NULL, NULL, 58, NULL, NULL),
(817, 33, 13, '<p>ex14card7section2-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card7section2-3preg50wrapper_close', 271, NULL, NULL, '</div>', NULL, NULL, NULL, 58, NULL, NULL),
(818, 34, 13, '<p>ex14card8section2-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card8section2-3preg10wrapper_open', 79, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 61, NULL, NULL),
(819, 34, 13, '<p>ex14card8section2-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card8section2-3preg20wrapper_open', 119, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 61, NULL, NULL),
(820, 34, 13, '<p>ex14card8section2-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card8section2-3preg30wrapper_open', 159, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 61, NULL, NULL),
(821, 34, 13, '<p>ex14card8section2-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card8section2-3preg40wrapper_open', 199, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 61, NULL, NULL),
(822, 34, 13, '<p>ex14card8section2-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card8section2-3preg50wrapper_open', 239, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 61, NULL, NULL),
(823, 34, 13, '<p>ex14card8section2-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card8section2-3preg10wrapper_close', 111, NULL, NULL, '</div>', NULL, NULL, NULL, 61, NULL, NULL),
(824, 34, 13, '<p>ex14card8section2-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card8section2-3preg20wrapper_close', 151, NULL, NULL, '</div>', NULL, NULL, NULL, 61, NULL, NULL),
(825, 34, 13, '<p>ex14card8section2-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card8section2-3preg30wrapper_close', 191, NULL, NULL, '</div>', NULL, NULL, NULL, 61, NULL, NULL),
(826, 34, 13, '<p>ex14card8section2-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card8section2-3preg40wrapper_close', 231, NULL, NULL, '</div>', NULL, NULL, NULL, 61, NULL, NULL),
(827, 34, 13, '<p>ex14card8section2-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card8section2-3preg50wrapper_close', 271, NULL, NULL, '</div>', NULL, NULL, NULL, 61, NULL, NULL),
(829, 27, 13, '<p>ex14card1section3-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card1section3-3preg10wrapper_close', 321, NULL, NULL, '</div>', NULL, NULL, NULL, 41, NULL, NULL),
(830, 28, 13, '<p>ex14card2section3-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card2section3-3preg20wrapper_open', 329, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 44, NULL, NULL),
(831, 28, 13, '<p>ex14card2section3-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card2section3-3preg30wrapper_open', 369, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 44, NULL, NULL),
(832, 28, 13, '<p>ex14card2section3-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card2section3-3preg40wrapper_open', 409, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 44, NULL, NULL),
(833, 28, 13, '<p>ex14card2section3-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card2section3-3preg50wrapper_open', 449, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 44, NULL, NULL),
(834, 28, 13, '<p>ex14card2section3-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card2section3-3preg20wrapper_close', 361, NULL, NULL, '</div>', NULL, NULL, NULL, 44, NULL, NULL),
(835, 28, 13, '<p>ex14card2section3-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card2section3-3preg30wrapper_close', 401, NULL, NULL, '</div>', NULL, NULL, NULL, 44, NULL, NULL),
(836, 28, 13, '<p>ex14card2section3-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card2section3-3preg40wrapper_close', 441, NULL, NULL, '</div>', NULL, NULL, NULL, 44, NULL, NULL),
(837, 28, 13, '<p>ex14card2section3-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card2section3-3preg50wrapper_close', 481, NULL, NULL, '</div>', NULL, NULL, NULL, 44, NULL, NULL),
(838, 29, 13, '<p>ex14card3section3-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card3section3-3preg10wrapper_open', 289, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 47, NULL, NULL),
(839, 29, 13, '<p>ex14card3section3-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card3section3-3preg20wrapper_open', 329, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 47, NULL, NULL),
(840, 29, 13, '<p>ex14card3section3-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card3section3-3preg30wrapper_open', 369, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 47, NULL, NULL),
(841, 29, 13, '<p>ex14card3section3-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card3section3-3preg40wrapper_open', 409, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 47, NULL, NULL),
(842, 29, 13, '<p>ex14card3section3-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card3section3-3preg50wrapper_open', 449, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 47, NULL, NULL),
(843, 29, 13, '<p>ex14card3section3-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card3section3-3preg10wrapper_close', 321, NULL, NULL, '</div>', NULL, NULL, NULL, 47, NULL, NULL),
(844, 29, 13, '<p>ex14card3section3-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card3section3-3preg20wrapper_close', 361, NULL, NULL, '</div>', NULL, NULL, NULL, 47, NULL, NULL),
(845, 29, 13, '<p>ex14card3section3-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card3section3-3preg30wrapper_close', 401, NULL, NULL, '</div>', NULL, NULL, NULL, 47, NULL, NULL),
(846, 29, 13, '<p>ex14card3section3-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card3section3-3preg40wrapper_close', 441, NULL, NULL, '</div>', NULL, NULL, NULL, 47, NULL, NULL),
(847, 29, 13, '<p>ex14card3section3-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card3section3-3preg50wrapper_close', 481, NULL, NULL, '</div>', NULL, NULL, NULL, 47, NULL, NULL),
(848, 30, 13, '<p>ex14card4section3-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card4section3-3preg10wrapper_open', 289, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 50, NULL, NULL),
(849, 30, 13, '<p>ex14card4section3-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card4section3-3preg20wrapper_open', 329, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 50, NULL, NULL),
(850, 30, 13, '<p>ex14card4section3-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card4section3-3preg30wrapper_open', 369, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 50, NULL, NULL),
(851, 30, 13, '<p>ex14card4section3-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card4section3-3preg40wrapper_open', 409, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 50, NULL, NULL),
(852, 30, 13, '<p>ex14card4section3-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card4section3-3preg50wrapper_open', 449, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 50, NULL, NULL),
(853, 30, 13, '<p>ex14card4section3-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card4section3-3preg10wrapper_close', 321, NULL, NULL, '</div>', NULL, NULL, NULL, 50, NULL, NULL),
(854, 30, 13, '<p>ex14card4section3-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card4section3-3preg20wrapper_close', 361, NULL, NULL, '</div>', NULL, NULL, NULL, 50, NULL, NULL),
(855, 30, 13, '<p>ex14card4section3-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card4section3-3preg30wrapper_close', 401, NULL, NULL, '</div>', NULL, NULL, NULL, 50, NULL, NULL),
(856, 30, 13, '<p>ex14card4section3-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card4section3-3preg40wrapper_close', 441, NULL, NULL, '</div>', NULL, NULL, NULL, 50, NULL, NULL),
(857, 30, 13, '<p>ex14card4section3-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card4section3-3preg50wrapper_close', 481, NULL, NULL, '</div>', NULL, NULL, NULL, 50, NULL, NULL),
(858, 28, 13, '<p>ex14card2section3-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card2section3-3preg10wrapper_open', 289, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 44, NULL, NULL),
(859, 28, 13, '<p>ex14card2section3-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card2section3-3preg10wrapper_close', 321, NULL, NULL, '</div>', NULL, NULL, NULL, 44, NULL, NULL),
(860, 31, 13, '<p>ex14card5section3-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card5section3-3preg10wrapper_open', 289, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 53, NULL, NULL),
(861, 31, 13, '<p>ex14card5section3-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card5section3-3preg20wrapper_open', 329, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 53, NULL, NULL),
(862, 31, 13, '<p>ex14card5section3-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card5section3-3preg30wrapper_open', 369, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 53, NULL, NULL),
(863, 31, 13, '<p>ex14card5section3-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card5section3-3preg40wrapper_open', 409, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 53, NULL, NULL),
(864, 31, 13, '<p>ex14card5section3-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card5section3-3preg50wrapper_open', 449, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 53, NULL, NULL),
(865, 31, 13, '<p>ex14card5section3-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card5section3-3preg10wrapper_close', 321, NULL, NULL, '</div>', NULL, NULL, NULL, 53, NULL, NULL),
(866, 31, 13, '<p>ex14card5section3-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card5section3-3preg20wrapper_close', 361, NULL, NULL, '</div>', NULL, NULL, NULL, 53, NULL, NULL),
(867, 31, 13, '<p>ex14card5section3-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card5section3-3preg30wrapper_close', 401, NULL, NULL, '</div>', NULL, NULL, NULL, 53, NULL, NULL),
(868, 31, 13, '<p>ex14card5section3-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card5section3-3preg40wrapper_close', 441, NULL, NULL, '</div>', NULL, NULL, NULL, 53, NULL, NULL),
(869, 31, 13, '<p>ex14card5section3-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card5section3-3preg50wrapper_close', 481, NULL, NULL, '</div>', NULL, NULL, NULL, 53, NULL, NULL),
(870, 32, 13, '<p>ex14card6section3-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card6section3-3preg10wrapper_open', 289, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 56, NULL, NULL),
(871, 32, 13, '<p>ex14card6section3-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card6section3-3preg20wrapper_open', 329, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 56, NULL, NULL),
(872, 32, 13, '<p>ex14card6section3-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card6section3-3preg30wrapper_open', 369, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 56, NULL, NULL),
(873, 32, 13, '<p>ex14card6section3-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card6section3-3preg40wrapper_open', 409, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 56, NULL, NULL),
(874, 32, 13, '<p>ex14card6section3-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card6section3-3preg50wrapper_open', 449, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 56, NULL, NULL),
(875, 32, 13, '<p>ex14card6section3-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card6section3-3preg10wrapper_close', 321, NULL, NULL, '</div>', NULL, NULL, NULL, 56, NULL, NULL),
(876, 32, 13, '<p>ex14card6section3-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card6section3-3preg20wrapper_close', 361, NULL, NULL, '</div>', NULL, NULL, NULL, 56, NULL, NULL),
(877, 32, 13, '<p>ex14card6section3-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card6section3-3preg30wrapper_close', 401, NULL, NULL, '</div>', NULL, NULL, NULL, 56, NULL, NULL),
(878, 32, 13, '<p>ex14card6section3-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card6section3-3preg40wrapper_close', 441, NULL, NULL, '</div>', NULL, NULL, NULL, 56, NULL, NULL),
(879, 32, 13, '<p>ex14card6section3-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card6section3-3preg50wrapper_close', 481, NULL, NULL, '</div>', NULL, NULL, NULL, 56, NULL, NULL),
(880, 33, 13, '<p>ex14card7section3-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card7section3-3preg10wrapper_open', 289, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 59, NULL, NULL),
(881, 33, 13, '<p>ex14card7section3-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card7section3-3preg20wrapper_open', 329, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 59, NULL, NULL),
(882, 33, 13, '<p>ex14card7section3-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card7section3-3preg30wrapper_open', 369, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 59, NULL, NULL),
(883, 33, 13, '<p>ex14card7section3-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card7section3-3preg40wrapper_open', 409, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 59, NULL, NULL),
(884, 33, 13, '<p>ex14card7section3-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card7section3-3preg50wrapper_open', 449, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 59, NULL, NULL),
(885, 33, 13, '<p>ex14card7section3-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card7section3-3preg10wrapper_close', 321, NULL, NULL, '</div>', NULL, NULL, NULL, 59, NULL, NULL),
(886, 33, 13, '<p>ex14card7section3-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card7section3-3preg20wrapper_close', 361, NULL, NULL, '</div>', NULL, NULL, NULL, 59, NULL, NULL),
(887, 33, 13, '<p>ex14card7section3-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card7section3-3preg30wrapper_close', 401, NULL, NULL, '</div>', NULL, NULL, NULL, 59, NULL, NULL),
(888, 33, 13, '<p>ex14card7section3-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card7section3-3preg40wrapper_close', 441, NULL, NULL, '</div>', NULL, NULL, NULL, 59, NULL, NULL),
(889, 33, 13, '<p>ex14card7section3-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card7section3-3preg50wrapper_close', 481, NULL, NULL, '</div>', NULL, NULL, NULL, 59, NULL, NULL),
(890, 34, 13, '<p>ex14card8section3-3preg10wrapper_open</p>', NULL, 0, 1, 'ex14card8section3-3preg10wrapper_open', 289, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 62, NULL, NULL),
(891, 34, 13, '<p>ex14card8section3-3preg20wrapper_open</p>', NULL, 0, 1, 'ex14card8section3-3preg20wrapper_open', 329, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 62, NULL, NULL),
(892, 34, 13, '<p>ex14card8section3-3preg30wrapper_open</p>', NULL, 0, 1, 'ex14card8section3-3preg30wrapper_open', 369, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 62, NULL, NULL),
(893, 34, 13, '<p>ex14card8section3-3preg40wrapper_open</p>', NULL, 0, 1, 'ex14card8section3-3preg40wrapper_open', 409, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 62, NULL, NULL),
(894, 34, 13, '<p>ex14card8section3-3preg50wrapper_open</p>', NULL, 0, 1, 'ex14card8section3-3preg50wrapper_open', 449, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">', NULL, NULL, NULL, 62, NULL, NULL),
(895, 34, 13, '<p>ex14card8section3-3preg10wrapper_close</p>', NULL, 0, 1, 'ex14card8section3-3preg10wrapper_close', 321, NULL, NULL, '</div>', NULL, NULL, NULL, 62, NULL, NULL),
(896, 34, 13, '<p>ex14card8section3-3preg20wrapper_close</p>', NULL, 0, 1, 'ex14card8section3-3preg20wrapper_close', 361, NULL, NULL, '</div>', NULL, NULL, NULL, 62, NULL, NULL),
(897, 34, 13, '<p>ex14card8section3-3preg30wrapper_close</p>', NULL, 0, 1, 'ex14card8section3-3preg30wrapper_close', 401, NULL, NULL, '</div>', NULL, NULL, NULL, 62, NULL, NULL),
(898, 34, 13, '<p>ex14card8section3-3preg40wrapper_close</p>', NULL, 0, 1, 'ex14card8section3-3preg40wrapper_close', 441, NULL, NULL, '</div>', NULL, NULL, NULL, 62, NULL, NULL),
(899, 34, 13, '<p>ex14card8section3-3preg50wrapper_close</p>', NULL, 0, 1, 'ex14card8section3-3preg50wrapper_close', 481, NULL, NULL, '</div>', NULL, NULL, NULL, 62, NULL, NULL),
(900, 75, 11, '<p>data</p>', NULL, 0, 1, 'eco_serv_e4_s1_preg10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `preguntas` (`id`, `tarea_id`, `tipo_pregunta_id`, `nombre`, `pattern`, `is_required`, `editable`, `alias`, `position`, `descripcion`, `placeholder`, `tipo_pregunta_options`, `pre_titulo`, `class`, `is_email`, `seccion_id`, `is_bifurcation`, `is_revisable`) VALUES
(901, 76, 11, '<p>data</p>', NULL, 0, 1, 'eco_serv_e4_s2_preg10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(902, 10, 13, '<p>ex9a_value_wrapper_close</p>', NULL, 0, 1, 'ex9a_value_wrapper_close', 201, NULL, NULL, '</div>', NULL, NULL, NULL, NULL, NULL, NULL),
(903, 10, 13, '<p>ex9a_value_wrapper_open</p>\r\n\r\n<p>(Duplicado)</p>', NULL, 0, 1, 'ex9a_value_wrapper_open', 179, NULL, NULL, '<div class=\"gbc-form-row-group gbc-preg100\">\r\n<h3 class=\"title\">Value Proposition</h3>', NULL, NULL, NULL, NULL, NULL, NULL),
(904, 20, 1, '<p>Price them</p>', NULL, 0, 1, 'ex17preg21', 98, NULL, NULL, NULL, NULL, NULL, NULL, 31, NULL, NULL),
(905, 79, 11, '<p>data</p>', NULL, 0, 1, 'eco_serv_e5_s1_preg10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(906, 95, 13, '<p>ex12n_stage_btn_wrapper_open</p>', NULL, 0, 1, 'ex12n_stage_btn_wrapper_open', 109, NULL, NULL, '<div class=\"ex12n_stage-btn-wrapper\">', NULL, NULL, NULL, 76, NULL, NULL),
(907, 95, 13, '<p>ex12n_stage_btn_wrapper_close</p>', NULL, 0, 1, 'ex12n_stage_btn_wrapper_close', 121, NULL, NULL, '</div>', NULL, NULL, NULL, 76, NULL, NULL),
(908, 95, 13, '<p>ex12n_resumen</p>', NULL, 0, 1, 'ex12n_resumen', 1, NULL, NULL, '<div class=\"informe-12-btn\"><button type=\"submit\">Ir a resumen</button></div>', NULL, NULL, NULL, 76, NULL, NULL),
(910, 10, 1, '<p>ex9bpreg200</p>', NULL, 0, 1, 'ex9bpreg200', 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(911, 36, 1, '<p>informeStep2ValuePropositionCustomerSegment</p>', NULL, 0, 1, 'informeStep2ValuePropositionCustomerSegment', 520, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(912, 53, 7, '<p>datos</p>', NULL, 0, 1, 'eco_prod_e3_s1_preg20_email_data', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL),
(947, 21, 1, '<p>Economic Value</p>', NULL, 0, 1, 'ex18economic', 190, NULL, NULL, NULL, NULL, NULL, 0, 80, NULL, NULL),
(949, 84, 11, '<p>ex7clabel1</p>', NULL, 0, 1, 'ex7clabel1', 1, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(950, 84, 11, '<p>ex7clabel2</p>', NULL, 0, 1, 'ex7clabel2', 2, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(951, 84, 11, '<p>ex7clabel3</p>', NULL, 0, 1, 'ex7clabel3', 3, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(952, 84, 11, '<p>ex7clabel0</p>', NULL, 0, 1, 'ex7clabel0', 4, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(953, 96, 11, '<p>informeStep2KeyStakeholders</p>', NULL, 0, 1, 'informeStep2KeyStakeholders', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(954, 97, 11, '<p>informeStep2KeyStakeholders</p>', NULL, 0, 1, 'informeStep2KeyStakeholders', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(955, 96, 11, '<p>informeStep2KeyActivities</p>', NULL, 0, 1, 'informeStep2KeyActivities', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(956, 97, 11, '<p>informeStep2KeyActivities</p>', NULL, 0, 1, 'informeStep2KeyActivities', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(957, 96, 11, '<p>informeStep2KeyResources</p>', NULL, 0, 1, 'informeStep2KeyResources', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(958, 97, 11, '<p>informeStep2KeyResources</p>', NULL, 0, 1, 'informeStep2KeyResources', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(959, 96, 11, '<p>informeStep2FixedCosts</p>', NULL, 0, 1, 'informeStep2CostStructureFixedCosts', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(960, 97, 11, '<p>informeStep2FixedCosts</p>', NULL, 0, 1, 'informeStep2CostStructureFixedCosts', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(961, 96, 11, '<p>informeStep2VariableCosts</p>', NULL, 0, 1, 'informeStep2CostStructureVariableCosts', 512, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(962, 97, 11, '<p>informeStep2VariableCosts</p>', NULL, 0, 1, 'informeStep2CostStructureVariableCosts', 512, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(963, 96, 11, '<p>informeStep2Financing</p>', NULL, 0, 1, 'informeStep2CostStructureFinancing', 513, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(964, 97, 11, '<p>informeStep2Financing</p>', NULL, 0, 1, 'informeStep2CostStructureFinancing', 513, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(965, 96, 11, '<p>informeStep2ValueProposition</p>', NULL, 0, 1, 'informeStep2ValueProposition', 514, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(966, 97, 11, '<p>informeStep2ValueProposition</p>', NULL, 0, 1, 'informeStep2ValueProposition', 514, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(967, 96, 11, '<p>informeStep2CustomerSegments</p>', NULL, 0, 1, 'informeStep2CustomerSegments', 515, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(968, 96, 11, '<p>informeStep2CustomerRelationships</p>', NULL, 0, 1, 'informeStep2CustomerRelationships', 516, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(969, 97, 11, '<p>informeStep2CustomerSegments</p>', NULL, 0, 1, 'informeStep2CustomerSegments', 515, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(970, 97, 11, '<p>informeStep2CustomerRelationships</p>', NULL, 0, 1, 'informeStep2CustomerRelationships', 516, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(971, 96, 11, '<p>informeStep2CustomerChannels</p>', NULL, 0, 1, 'informeStep2CustomerChannels', 517, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(972, 97, 11, '<p>informeStep2CustomerChannels</p>', NULL, 0, 1, 'informeStep2CustomerChannels', 517, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(973, 96, 11, '<p>informeStep2RevenueStreams</p>', NULL, 0, 1, 'informeStep2RevenueStreams', 518, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(974, 97, 11, '<p>informeStep2RevenueStreams</p>', NULL, 0, 1, 'informeStep2RevenueStreams', 518, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(975, 12, 1, '<p>Customer Hypotesis</p>', NULL, 0, 1, 'ex10apreg30', 73, NULL, NULL, NULL, NULL, NULL, NULL, 77, NULL, NULL),
(976, 12, 1, '<p>Stakeholders Hypotesis</p>', NULL, 0, 1, 'ex10apreg50', 83, NULL, NULL, NULL, NULL, NULL, NULL, 78, NULL, NULL),
(977, 12, 1, '<p>Value Proposition Hypotesis</p>', NULL, 0, 1, 'ex10apreg70', 93, NULL, NULL, NULL, NULL, NULL, NULL, 79, NULL, NULL),
(978, 12, 1, '<p>Customers Questions</p>', NULL, 0, 1, 'ex10apreg40', 74, NULL, NULL, NULL, NULL, NULL, NULL, 77, NULL, NULL),
(979, 12, 1, '<p>Stakeholders Questions</p>', NULL, 0, 1, 'ex10apreg60', 84, NULL, NULL, NULL, NULL, NULL, NULL, 78, NULL, NULL),
(980, 12, 1, '<p>Value Proposition Questions</p>', NULL, 0, 1, 'ex10apreg80', 94, NULL, NULL, NULL, NULL, NULL, NULL, 79, NULL, NULL),
(981, 17, 10, '<p>Producto-Service or Service selection</p>', NULL, 0, 1, 'ex14preg20', 520, NULL, NULL, 'Product-Service, Service Only', NULL, NULL, 0, 63, 1, NULL),
(982, 27, 13, '<p>Full Visualization</p>', NULL, 0, 1, 'ex14card1section3-3fullvisualization', 279, NULL, NULL, '<a id=\"gotofullreport\" href=\"#\" class=\"btn btn-success\">Full Visualization</a>', NULL, NULL, 0, 41, NULL, NULL),
(983, 28, 13, '<p>Full Visualization</p>\r\n\r\n<p>(Duplicado)</p>', NULL, 0, 1, 'ex14card1section3-3fullvisualization', 279, NULL, NULL, '<a id=\"gotofullreport\" href=\"#\" class=\"btn btn-success\">Full Visualization</a>', NULL, NULL, 0, 44, NULL, NULL),
(984, 29, 13, '<p>Full Visualization</p>\r\n\r\n<p>(Duplicado)</p>', NULL, 0, 1, 'ex14card1section3-3fullvisualization', 279, NULL, NULL, '<a id=\"gotofullreport\" href=\"#\" class=\"btn btn-success\">Full Visualization</a>', NULL, NULL, 0, 47, NULL, NULL),
(985, 30, 13, '<p>Full Visualization</p>\r\n\r\n<p>(Duplicado)</p>', NULL, 0, 1, 'ex14card1section3-3fullvisualization', 279, NULL, NULL, '<a id=\"gotofullreport\" href=\"#\" class=\"btn btn-success\">Full Visualization</a>', NULL, NULL, 0, 50, NULL, NULL),
(986, 31, 13, '<p>Full Visualization</p>\r\n\r\n<p>(Duplicado)</p>', NULL, 0, 1, 'ex14card1section3-3fullvisualization', 279, NULL, NULL, '<a id=\"gotofullreport\" href=\"#\" class=\"btn btn-success\">Full Visualization</a>', NULL, NULL, 0, 53, NULL, NULL),
(987, 32, 13, '<p>Full Visualization</p>\r\n\r\n<p>(Duplicado)</p>', NULL, 0, 1, 'ex14card1section3-3fullvisualization', 279, NULL, NULL, '<a id=\"gotofullreport\" href=\"#\" class=\"btn btn-success\">Full Visualization</a>', NULL, NULL, 0, 56, NULL, NULL),
(988, 33, 13, '<p>Full Visualization</p>\r\n\r\n<p>(Duplicado)</p>', NULL, 0, 1, 'ex14card1section3-3fullvisualization', 279, NULL, NULL, '<a id=\"gotofullreport\" href=\"#\" class=\"btn btn-success\">Full Visualization</a>', NULL, NULL, 0, 59, NULL, NULL),
(989, 34, 13, '<p>Full Visualization</p>\r\n\r\n<p>(Duplicado)</p>', NULL, 0, 1, 'ex14card1section3-3fullvisualization', 279, NULL, NULL, '<a id=\"gotofullreport\" href=\"#\" class=\"btn btn-success\">Full Visualization</a>', NULL, NULL, 0, 62, NULL, NULL),
(990, 99, 11, '<p>informeStep2KeyStakeholders</p>', NULL, 0, 1, 'informeStep2KeyStakeholders', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(991, 99, 11, '<p>informeStep2KeyActivities</p>', NULL, 0, 1, 'informeStep2KeyActivities', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(992, 99, 11, '<p>informeStep2KeyResources</p>', NULL, 0, 1, 'informeStep2KeyResources', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(993, 99, 11, '<p>informeStep2FixedCosts</p>', NULL, 0, 1, 'informeStep2CostStructureFixedCosts', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(994, 99, 11, '<p>informeStep2Financing</p>', NULL, 0, 1, 'informeStep2CostStructureFinancing', 513, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(995, 99, 11, '<p>informeStep2VariableCosts</p>', NULL, 0, 1, 'informeStep2CostStructureVariableCosts', 512, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(996, 99, 11, '<p>informeStep2ValueProposition</p>', NULL, 0, 1, 'informeStep2ValueProposition', 514, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(997, 99, 11, '<p>informeStep2CustomerSegments</p>', NULL, 0, 1, 'informeStep2CustomerSegments', 515, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(998, 99, 11, '<p>informeStep2CustomerRelationships</p>', NULL, 0, 1, 'informeStep2CustomerRelationships', 516, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(999, 99, 11, '<p>informeStep2RevenueStreams</p>', NULL, 0, 1, 'informeStep2RevenueStreams', 518, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(1000, 99, 11, '<p>informeStep2CustomerChannels</p>', NULL, 0, 1, 'informeStep2CustomerChannels', 517, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(1001, 100, 11, '<p>informeStep2KeyStakeholders</p>', NULL, 0, 1, 'informeStep2KeyStakeholders', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(1002, 100, 11, '<p>informeStep2KeyActivities</p>', NULL, 0, 1, 'informeStep2KeyActivities', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(1003, 100, 11, '<p>informeStep2KeyResources</p>', NULL, 0, 1, 'informeStep2KeyResources', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(1004, 100, 11, '<p>informeStep2FixedCosts</p>', NULL, 0, 1, 'informeStep2CostStructureFixedCosts', 511, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(1005, 100, 11, '<p>informeStep2Financing</p>', NULL, 0, 1, 'informeStep2CostStructureFinancing', 513, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(1006, 100, 11, '<p>informeStep2ValueProposition</p>', NULL, 0, 1, 'informeStep2ValueProposition', 514, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(1007, 100, 11, '<p>informeStep2CustomerRelationships</p>', NULL, 0, 1, 'informeStep2CustomerRelationships', 516, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(1008, 100, 11, '<p>informeStep2CustomerSegments</p>', NULL, 0, 1, 'informeStep2CustomerSegments', 515, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(1009, 100, 11, '<p>informeStep2VariableCosts</p>', NULL, 0, 1, 'informeStep2CostStructureVariableCosts', 512, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(1010, 100, 11, '<p>informeStep2CustomerChannels</p>', NULL, 0, 1, 'informeStep2CustomerChannels', 517, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(1011, 100, 11, '<p>informeStep2RevenueStreams</p>', NULL, 0, 1, 'informeStep2RevenueStreams', 518, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0),
(1012, 101, 1, '<p>Please test and validate your initial objectives, mission and vision.</p>', NULL, 0, 1, 'gbp1_preg1', 1, NULL, NULL, NULL, '<p>Objectives, Mission and Vision</p>', NULL, 0, 81, 0, 0),
(1013, 101, 1, '<p>Please test and validate identified key stakeholders.</p>', NULL, 0, 1, 'gbp1_preg2', 2, NULL, NULL, NULL, '<p>Key stakeholders</p>', NULL, 0, 81, 0, 0),
(1014, 101, 1, '<p>Please test and validate your customer segment(s).</p>', NULL, 0, 1, 'gbp1_preg3', 3, NULL, NULL, NULL, '<p>Customer Segments</p>', NULL, 0, 81, 0, 0),
(1015, 101, 1, '<p>Please test and validate your value proposition.</p>', NULL, 0, 1, 'gbp1_preg4', 4, NULL, NULL, NULL, '<p>Value Proposition</p>', NULL, 0, 81, 0, 0),
(1016, 101, 1, '<p>Please test and validate your customer relationships and channels.</p>', NULL, 0, 1, 'gbp1_preg5', 5, NULL, NULL, NULL, '<p>Customer Relationship &amp; Channels&nbsp;</p>', NULL, 0, 81, 0, 0),
(1017, 101, 1, '<p>Please test and validate your key activities and resources</p>', NULL, 0, 1, 'gbp1_preg6', 6, NULL, NULL, NULL, '<p>Key Activities &amp; Resources</p>', NULL, 0, 81, 0, 0),
(1018, 101, 1, '<p>Please test and validate your cost structure</p>', NULL, 0, 1, 'gbp1_preg7', 7, NULL, NULL, NULL, '<p>Cost Structure</p>', NULL, 0, 81, 0, 0),
(1019, 101, 1, '<p>Please test and validate your revenue streams</p>', NULL, 0, 1, 'gbp1_preg8', 8, NULL, NULL, NULL, '<p>Revenue Streams</p>', NULL, 0, 81, 0, 0),
(1020, 102, 1, '<p>Please describe your management and problem solving activities.</p>', NULL, 0, 1, 'gbp2_1_preg1', 1, NULL, NULL, NULL, NULL, NULL, 0, 83, 0, 0),
(1021, 124, 1, '<p>Please describe your legal strategy at market level</p>', NULL, 0, 1, 'gbp_5_preg1', 1, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0, 0),
(1022, 124, 1, '<p>Please describe how you will address local, regional, national and international legal frameworks</p>', NULL, 0, 1, 'gbp_5_preg2', 2, NULL, NULL, NULL, NULL, NULL, 0, NULL, 0, 0),
(1023, 104, 1, '<p>Please describe your human resources policy.</p>', NULL, 0, 1, 'gbp_2_1_2_preg1', 1, NULL, NULL, NULL, NULL, NULL, 0, 84, 0, 0),
(1024, 105, 1, '<p>Please describe your physical Assets</p>', NULL, 0, 1, 'gbp_2_1_3_preg1', 1, NULL, NULL, NULL, NULL, NULL, 0, 85, 0, 0),
(1025, 106, 1, '<p>Please describe yours intellectual resources.</p>', NULL, 0, 1, 'gbp_2_1_2_preg1', 1, NULL, NULL, NULL, NULL, NULL, 0, 86, 0, 0),
(1026, 107, 1, '<p>Please describe yours production and suppliers policy.</p>', NULL, 0, 1, 'gbp_2_1_5_preg1', 1, NULL, NULL, NULL, NULL, NULL, 0, 87, 0, 0),
(1027, 110, 1, '<p>Please describe your&nbsp;customers and value proposition.</p>', NULL, 0, 1, 'gbp_2_2_1_preg1', 1, NULL, NULL, NULL, NULL, NULL, 0, 90, 0, 0),
(1028, 111, 1, '<p>Please describe your&nbsp;market analisys and competitors.</p>', NULL, 0, 1, 'gbp_2_2_2_preg1', 1, NULL, NULL, NULL, NULL, NULL, 0, 91, 0, 0),
(1029, 72, 11, '<p>Datos del equipo</p>', NULL, 0, 1, 'eco_service_e3_s1_preg10_data', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 0, 0),
(1030, 72, 7, '<p>datos</p>', NULL, 0, 1, 'eco_service_e3_s1_preg20_email_data', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 0, 0),
(1031, 111, 20, '<p>Competitors table</p>', NULL, 0, 1, 'gbp_2_2_2_preg2', 2, '<p>Hey! You can customize this table adding other parameters!</p>', NULL, 'Competitor name, What are their main strengths?, What are their main weaknesses?, Other observations?', NULL, NULL, 0, 91, 0, 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `preguntas_translations`
--
CREATE TABLE `preguntas_translations` (
`id` int(11) NOT NULL,
`object_id` int(11) DEFAULT NULL,
`locale` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL,
`field` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `procesos`
--
CREATE TABLE `procesos` (
`id` int(11) NOT NULL,
`nombre` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`tareainicial_id` int(11) DEFAULT NULL,
`tareafinal_id` int(11) DEFAULT NULL,
`parent_id` int(11) DEFAULT NULL,
`alias` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`template_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `procesos`
--
INSERT INTO `procesos` (`id`, `nombre`, `tareainicial_id`, `tareafinal_id`, `parent_id`, `alias`, `template_id`) VALUES
(1, 'Green Bussiness Canvas', 90, 36, NULL, 'gbc', NULL),
(2, 'Green Bussiness Plan', 101, NULL, 1, 'gbp', 1),
(3, 'Eco-design Tool', NULL, NULL, 1, 'edt', NULL),
(4, 'Finance Toolkit', NULL, NULL, NULL, 'ftoolkit', NULL);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `proceso_green_enterpreneur`
--
CREATE TABLE `proceso_green_enterpreneur` (
`proceso_id` int(11) NOT NULL,
`green_entrepreneur_id` int(11) NOT NULL,
`completada` tinyint(1) DEFAULT NULL,
`iniciada` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `proceso_green_enterpreneur`
--
INSERT INTO `proceso_green_enterpreneur` (`proceso_id`, `green_entrepreneur_id`, `completada`, `iniciada`) VALUES
(1, 2, 1, 1),
(1, 4, 0, 1),
(1, 5, 1, 1),
(1, 7, 0, NULL),
(1, 8, 0, NULL),
(1, 10, 0, 1),
(1, 11, 0, 1),
(1, 12, 0, 1),
(1, 13, 0, 1),
(1, 16, 1, 1),
(1, 17, 0, 1),
(2, 2, 0, 1),
(2, 5, 0, 1),
(2, 13, 0, 1),
(3, 2, 0, NULL),
(3, 5, 0, NULL),
(3, 10, 0, 1),
(3, 11, 0, 1),
(3, 12, 0, 1),
(3, 13, 0, 1),
(3, 14, 0, 1),
(3, 16, 0, 1),
(4, 2, 0, 1),
(4, 5, 0, 1),
(4, 10, 0, 1),
(4, 11, 0, 1),
(4, 12, 0, 1),
(4, 13, 0, 1);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `proyecto`
--
CREATE TABLE `proyecto` (
`id` int(11) NOT NULL,
`via_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `recurso`
--
CREATE TABLE `recurso` (
`id` int(11) NOT NULL,
`nombre` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `recursoatarea`
--
CREATE TABLE `recursoatarea` (
`recurso_id` int(11) NOT NULL,
`tarea_id` int(11) NOT NULL,
`position` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `recursoatarea`
--
INSERT INTO `recursoatarea` (`recurso_id`, `tarea_id`, `position`) VALUES
(2, 1, 1),
(4, 1, 3),
(5, 1, 2),
(9, 2, 3),
(10, 2, 1),
(11, 2, 2),
(12, 3, 2),
(13, 3, 1),
(14, 4, 1),
(15, 4, 2),
(16, 4, 3),
(18, 8, 1),
(19, 10, 3),
(19, 11, 3),
(21, 13, 2),
(23, 19, 3),
(24, 20, 3),
(25, 9, 3),
(26, 14, 3),
(27, 21, 1),
(28, 22, 2),
(28, 23, 2),
(30, 9, 1),
(31, 9, 2),
(32, 10, 2),
(32, 11, 2),
(33, 10, 1),
(33, 11, 1),
(34, 12, 1),
(34, 13, 1),
(34, 22, 1),
(34, 23, 1),
(35, 14, 2),
(36, 14, 1),
(37, 16, 1),
(38, 19, 2),
(39, 19, 1),
(40, 20, 2),
(41, 20, 1),
(42, 17, 2),
(42, 27, 2),
(42, 28, 2),
(42, 29, 2),
(42, 30, 2),
(42, 31, 2),
(42, 32, 2),
(42, 33, 2),
(42, 34, 2),
(43, 17, 1),
(43, 27, 1),
(43, 28, 1),
(43, 29, 1),
(43, 30, 1),
(43, 31, 1),
(43, 32, 1),
(43, 33, 1),
(43, 34, 1),
(44, 15, 1),
(45, 15, 1),
(48, 38, 10),
(49, 38, 20),
(50, 38, 30),
(51, 39, 1),
(52, 45, 1),
(53, 48, 1),
(53, 67, 1),
(54, 49, 1),
(54, 68, 1),
(55, 55, 1),
(55, 74, 1),
(56, 56, 1),
(56, 75, 1),
(57, 57, 1),
(57, 76, 1),
(61, 102, 1),
(64, 102, 1),
(65, 102, 1),
(66, 102, 1),
(67, 104, 1),
(68, 104, 1),
(69, 104, 1),
(70, 104, 1);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `recursos`
--
CREATE TABLE `recursos` (
`id` int(11) NOT NULL,
`texto` longtext COLLATE utf8mb4_unicode_ci,
`enlace` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`tipos_recursos_id` int(11) DEFAULT NULL,
`alias` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `recursos`
--
INSERT INTO `recursos` (`id`, `texto`, `enlace`, `tipos_recursos_id`, `alias`) VALUES
(2, '<h2>Sketch your business idea</h2>\r\n\r\n<h3>Summary</h3>\r\n\r\n<p>Every entrepreneur, by definition, has a business idea in mind. At this very first step of the methodology we shape it by responding to a few simple questions structured around the backbone of what will become the green business canvas in the chapters to follow. The purpose of this exercise is therefore to understand the different components of the idea and prepare the work ahead</p>\r\n\r\n<h3>Description</h3>\r\n\r\n<p>To sketch the business idea, and prepare the work ahead, we only need to answer the set of questions posed in the workbook, namely:</p>\r\n\r\n<ul>\r\n <li>1. What is your initial business idea?</li>\r\n <li>2. What are you going to offer (product, service)?</li>\r\n <li>3. Who may be your customers? And your partners?</li>\r\n</ul>\r\n\r\n<h3>Expected results</h3>\r\n\r\n<p>Here we expect to obtain a description of the initial business idea, characterized around the products and/or services that the entrepreneur wants to offer, the potential customers targeted and the partners that may participate in the business.</p>', NULL, 1, 'ex1rec10'),
(4, '<h2>Case Study : Sketch your business idea</h2>\r\n\r\n<h3>What is your initial business idea?</h3>\r\n\r\n<p>Provision of solar energy to rural areas, which will help to reduce poverty in these areas.</p>\r\n\r\n<h3>What are you going to offer (product, service)?</h3>\r\n\r\n<p>I will offer the delivery, installation and maintenance of solar PV Systems.</p>\r\n\r\n<h3>Who may be your customers? And your partners?</h3>\r\n\r\n<p>My customers may be the households with some income and small businesses. My partners could be the government, the local communities and the suppliers and technicians.</p>', NULL, 8, 'ex1rec30'),
(5, '<h2>Be ready to changing your initial idea!</h2>\r\n\r\n<p>Entrepreneurs normally start the entrepreneurship journey with an idea, and try to develop it as soon as possible. However, we recommend you stop for a while and ask yourself: Why do you want to set up that business? What are the drivers behind it? Is there a better way to achieve your goals? During this questioning process, you may come up with alternative ideas (new products or services, for example). Be open-minded and, if necessary, change your initial idea!</p>', NULL, 5, 'ex1rec20'),
(9, '<h2>Identify problems and needs</h2>\r\n\r\n<p>Omar strongly wishes to seize the opportunity to do some business on e-waste management but does not know exactly the starting point. Even if he has heard about some environmental issues related to the landfills around his city,&nbsp;<br />\r\nhis aim is to create his own sustainable job first.</p>\r\n\r\n<p>Omar decided to start by collecting e-waste, which is an activity that does not require technical abilities. Now his objective is to ensure that he can provide a collecting service of electric and electronic used appliances. And he wants to be paid for that.</p>', NULL, 8, 'ex2rec30'),
(10, '<h3>Summary</h3>\r\n\r\n<p>No project exists in isolation, everything is connected, part of an ecosystem of intertwined players and substrates, part of the Earth&#39;s system. The context in which we operate is ruled by a series of Political, Economic, Social, Technological, Environmental and Legal (PESTEL) aspects that affect us directly or indirectly, and which we need to consider in order to thrive in it. Within this context, there is a series of (environmental, social) problems and (customer) needs that we want to address by means of a business.&nbsp;</p>\r\n\r\n<h3>Expected Results</h3>\r\n\r\n<p>Here we expect to describe the factors imposed to our business, the forces of change that affect it, as well as the drivers (problems and needs) that push us to develop the idea. This will help us understand the context and foresee how it can affect us and how we can take advantage of it.</p>\r\n\r\n<h3>Identify the problems and needs</h3>\r\n\r\n<p>Understanding the reasons that drive the project and its founders is a necessary pre-requisite for any business to establish a sense of direction and purpose. We differentiate three types of drivers:</p>\r\n\r\n<ul>\r\n <li>1. Personal and professional motivations that have pushed the founders to undertake the project.</li>\r\n <li>2. Environmental &amp; social challenges the project will contribute to solving or tackling. They are derived from the context, and need to be aligned with the founders&rsquo; values as green entrepreneurs.</li>\r\n <li>3. Market needs that will materialise into customers willing to buy our products or services hence constituting the key economic engine that sustains the business.</li>\r\n</ul>\r\n\r\n<p>Green businesses are set up to address a mix of personal and professional motivations, environmental and social challenges, and customers&rsquo; needs.</p>\r\n\r\n<h3>Personal and&nbsp;professional motivations</h3>\r\n\r\n<p>By looking deep into ourselves, we can think through and learn about our true nature as green entrepreneurs, our goals (personal and professional alike) with respect to this particular project, our own definition of success, and the level of commitment we are willing to embrace. In concrete terms, these are the elements under personal evaluation:</p>\r\n\r\n<h3>Nature: characteristics as an entrepreneur concerning, especially, risk tolerance; self-definition of green entrepreneur.</h3>\r\n\r\n<p>Goals and success: personal motivations and professional aspirations in relation to the project; self-definition of success (linked to the previous motives). Economic success could be pointed here without complex.</p>\r\n\r\n<h3>Commitment: availability, dedication and commitment towards the project and the team.</h3>\r\n\r\n<p>Once the individual inspection has been conducted, it must be shared openly and honestly with the rest of the team.&nbsp;</p>\r\n\r\n<p>Aligned personal and professional goals, complementarity, balanced levels of commitment, and honesty and transparency, are all ingredients that contribute to the success of&nbsp;<br />\r\nthe project.</p>\r\n\r\n<h3>Environmental &amp; social challenges</h3>\r\n\r\n<p>As green entrepreneurs, we should be very aware of the environmental and social challenges we are going to address through our business. Moreover, it is highly advisable to support all these claims (existence and relevance of challenges) with data and/or evidence, the likes of statistics, scientific studies, peer-reviewed articles, visual proofs (pictures or videos), etc. Needless to say, the more reliable the sources, the better.</p>\r\n\r\n<p>Environmental challenges lie at the core of a green business, which tackles them by empowering local communities from a social and economic point of view.</p>\r\n\r\n<h3>Market needs</h3>\r\n\r\n<p>As explained before, in the process of entrepreneurship, it is at the observation stage that the outside origins of the project take root, meaning not only the environmental and social challenges that demand action, but also the unfulfilled needs of potential customers. They represent a market opportunity the entrepreneur may discover and address. If the contribution to a healthier environment and a fairer society make up the mission of our business, customers are the gears that make&nbsp;<br />\r\nits economic engine turn.</p>\r\n\r\n<p>At this stage, you may gather preliminary information about markets trends and needs, and if possible, the needs expressed by your prospects. Do not carry out a comprehensive market survey; a more thorough analysis will be carried out later on.</p>\r\n\r\n<p>The entrepreneur needs to&nbsp;discover and address markets&nbsp;needs in order to satisfy them&nbsp;and run the business.</p>', NULL, 1, 'ex2rec10'),
(11, '<h2>NOTE:</h2>\r\n\r\n<p>It is extremely important that you check that these problems are real. We should avoid wasting time to develop a solution nobody needs or paying attention to an unexistent problem. We recommend you to ask and inquire about these problems and needs, in order to get a deeper understanding of them.</p>\r\n\r\n<h3>Know yourself&hellip; and your limits!</h3>\r\n\r\n<p>Prior to embarking on the ambitious project of creating a business, you must know yourselves well: skills possessed&nbsp;<br />\r\nand needed, abilities, desired work-life balance, the way we work, our relationships with others, etc. Those elements are extremely important when elaborating any business project, since they will help us anticipate the risks, failure or difficulties. According to that diagnosis, we may find it relevant to partner with complementary people.</p>\r\n\r\n<h3>Can I launch and run my business alone?</h3>\r\n\r\n<p>Depending on your aspirations, you may prefer to run the business on your own. Although this may be advantageous for some activities (hand craft, consultant...), other more complex ones will require more resources, including human talent. In any case, it is always advisable to be surrounded by people who can take an objective look at the project. Also, working in teams and distributing work according to capacities, allows members to focus on their specialties, dramatically improving results as a consequence.</p>\r\n\r\n<h3>Be a green entrepreneur</h3>\r\n\r\n<p>Whatever our deepest motivations for being a green entrepreneur are (creating your own job, addressing a social issue, generating a new community dynamics), your primary goal is to create economic value by addressing an environmental issue.</p>', NULL, 5, 'ex2rec20'),
(12, '<h3>What?</h3>\r\n\r\n<ul>\r\n <li>A. Environmental aspects: Decreased availability of metals and accumulation of toxic waste.</li>\r\n <li>B. Political aspects: Rural electrification policies and planning.&nbsp;</li>\r\n <li>C. Technological aspects: Improvement in the efficiency of solar panels and lack of prepard technicians for PV servicing.</li>\r\n <li>D. Economic aspects: limitations on access to credit.</li>\r\n</ul>\r\n\r\n<h3>How it will affect my project?</h3>\r\n\r\n<ul>\r\n <li>A. The lack of cadmium telluride, gallium selenide and other precious metals can limit the production of solar panels, mounting systems and batteries, increasing their costs. On the other side, it will be necessary to manage solar panels at their end of life.&nbsp;</li>\r\n <li>B. It is necessary to involve the government in the project from the very beginning, and be aware of any new regulations coming in place.</li>\r\n <li>C. The improvement of efficiency will make the business more profitable, whereas the lack of technicians will need that we will have to train them.</li>\r\n <li>D. The lack of access to credit may compromise the start of the business. It will be necessary to work closely with Banks.&nbsp;</li>\r\n</ul>', NULL, 8, 'ex3rec20'),
(13, '<h2>Understand the context</h2>\r\n\r\n<p>Companies operate in a specific context, which is primarily shaped by the country or region where a company is based,&nbsp;<br />\r\nbut it may also be affected by global factors. The forces of change are all those factors (Political, Economic, Social, Technological, Environmental and Legal) that can have an impact on business. From these, a particular emphasis will&nbsp;<br />\r\nbe put on environmental factors due to the nature of our business. Companies that take them into consideration&nbsp;<br />\r\nare able to foresee opportunities and avoid potential&nbsp;<br />\r\nthreats caused by long term changes and trends in the business environment.&nbsp;</p>\r\n\r\n<p>Some of the major global trends that affect today&rsquo;s businesses are found in areas such as: demography, energy production and demand, climate change effects, biodiversity, water access and supply, health and sanitation, human rights, governance, technology, natural resources, consumer behaviours, trade, economic development, etc. For a farmer, as an example, climate change may result in water scarcity, forcing him/her to use water more efficiently.</p>\r\n\r\n<h2>Environmental aspects</h2>\r\n\r\n<p>Environmental aspects are central to green businesses.&nbsp;<br />\r\nThe fact that natural resources are limited at the planet level, may constrain or restrict the development of businesses. For this reason, those businesses that deal with these contextual factors from the beginning (e.g. by avoiding dependence on fossil fuels) will gain competitiveness in the global economy. The main environmental limitations posed by the planet are&nbsp;<br />\r\ndescribed next:</p>\r\n\r\n<ul>\r\n <li>1. Limited availability of resources.&nbsp;<br />\r\n The pool of &lsquo;resources&rsquo; from which business and companies can draw is getting smaller, as nature and the ecosystems are degraded at a rate faster than their regeneration possibilities. Example: over-harvesting, fossil fuels depletion, etc.</li>\r\n <li>2. Increasing generation of waste and emissions.&nbsp;<br />\r\n The pollution generated by businesses and society can cause problems when nature&rsquo;s ability to process it is slower than its accumulation rate. Synthetic compounds are foreign to nature and often cannot be reintegrated within nature&rsquo;s cycles. Example: certain plastics, pesticides, etc.</li>\r\n</ul>', NULL, 1, 'ex3rec10'),
(14, '<p>To chart a path towards our vision, drivers are translated into company&rsquo;s objectives and tracked by indicators.</p>\r\n\r\n<h2>Summary</h2>\r\n\r\n<p>Having understood the context our business operates in, as well as the drivers behind it (personal and professional motivations, environmental &amp; social challenges, and market needs); we now find ourselves ready to set the objectives&nbsp;<br />\r\nthat will guide us towards the impact we want to leave behind. To chart a path towards our vision, drivers are translated into company&rsquo;s objectives and tracked by indicators.</p>\r\n\r\n<h2>Expected results&nbsp;</h2>\r\n\r\n<p>Here we expect to define the company&rsquo;s objectives,&nbsp;<br />\r\nmission and vision.&nbsp;</p>\r\n\r\n<h2>Objectives&nbsp;</h2>\r\n\r\n<p>As the end outputs of Step 1, and standard-bearers of the whole project, we must at this stage set the company&rsquo;s objectives.&nbsp;<br />\r\nTo put it simple, objectives derive directly from the drivers identified: to meet the founders&rsquo; goals (personal and professional motivations), to tackle the environmental and social challenges, and to satisfy customer needs.&nbsp;</p>\r\n\r\n<h2>Mission and vision&nbsp;</h2>\r\n\r\n<p>By merging and synthesising the objectives into a single, short and elegant statement, we build our project&rsquo;s mission, which must embody its essence and reason for being. The vision, in turn, comes naturally as a time instance of the mission: the&nbsp;<br />\r\nway we envision our project in the mid-long term.</p>\r\n\r\n<p>If the mission embodies the essence of a business and its reason for being, its vision adds the time dimension to it.</p>', NULL, 1, 'ex4rec10'),
(15, '<h2>Think Big!</h2>\r\n\r\n<p>Setting ambitious goals for ourselves can push us to reach for greater heights and do better. All of course, while enjoying each small step towards success.</p>', NULL, 5, 'ex4rec20'),
(16, '<h2>Recap:</h2>\r\n\r\n<p>Revise exercise 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to trackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<h2>Set objetives:</h2>\r\n\r\n<p>Reframe tje problems and needs into specific objetives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<h2>Measure progress:</h2>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objetives. However, this is something complementary at this stage.</p>', NULL, 8, 'ex4rec30'),
(18, '<h2>Stakeholders</h2>\r\n\r\n<p>Hassan, Amina and Karim map their potential stakeholders. Before doing so they gather information from different sources (internet, friends and business people). It helps them understand better the role of different actors.</p>\r\n\r\n<p>Stakeholders are classified in three groups: orange, red and blue circles, because their influence on the business varies significantly.&nbsp;</p>\r\n\r\n<p>The orange circle includes the most relevant stakeholders, although those in the upper quadrant are more important than those in the lower quadrant. From all of them, Clients and Technicians inside the red drop, are the most important.&nbsp;</p>\r\n\r\n<p>The blue circles highlight those stakeholders that can influence&nbsp;the project but that do not get much from it. Are those relevant&nbsp;for Rural Solar Algeria? To what extend?<br />\r\n&nbsp;</p>', NULL, 8, 'ex7brec10'),
(19, '<h2>Environmental value</h2>\r\n\r\n<p>What environmetnal challenges is your environmental value propostion addressing?</p>\r\n\r\n<p>Reduction of GHG emissions&nbsp;and the use of fossil fuels.&nbsp;Noise from generators</p>\r\n\r\n<h2>Social value</h2>\r\n\r\n<p>What social needs is your value propostion addressing?</p>\r\n\r\n<p>Reduction of social inequalities and energy poverty</p>\r\n\r\n<h2>Pains Relievers</h2>\r\n\r\n<p>What? How does it take into consideration their pains?</p>\r\n\r\n<p>It brings security and stability to our customers, and it may help them feel connected with the &lsquo;real&rsquo; world. It will boost business such as shops, bars, motels, etc. In resume, it will improve customers&rsquo; livelihood. We will involve the community (including community leaders and local government) to reduce customers&rsquo; stigmatization and to prevent robbery and misuse of the system, and to make sure that we can offer a price affordable by the majority of the interested customers. To avoid huge upfront investments we will negotiate with government and potential investors. We will take care of all legal issues, and we will deal with suppliers and banks, so as to be able to provide a service that looks simple to our customers.</p>\r\n\r\n<h2>Products and Services - What?</h2>\r\n\r\n<p>What does your product/ service do for the customer and key stakeholders? Ensure that it fulfills the project objectives and Customers&#39; jobs.</p>\r\n\r\n<p>We will install PV panels to provide reliable and clean electricity to our customers and beneficiaries. Also it will generate employment for technicians, who will be in charge of installing and maintaining PV systems. Solar PV installations are built in rural villages. Systems include standard solar home (SHS) size of 50 Wp, with four lights&nbsp;and a socket for radio or other light&nbsp;DC appliance.</p>\r\n\r\n<h2>Substitution/Competition</h2>\r\n\r\n<p>Currently light and electricity are produced with kerosene or fuel generators. In some households there is electricity supply but the infrastructure is so poor that blackouts are very common. Should the project not take place, there would be none or little improvement in the livelihood of our customers and few opportunities to boost job creation.</p>\r\n\r\n<h2>Added Value</h2>\r\n\r\n<p>We will provide quality and reliable service tailored to our customers&rsquo; needs. We will engage our customers in the design and implementation of the project, so they will be key actors.</p>', NULL, 8, 'ex9arec10'),
(20, '<p>Value Proposition</p>\r\n\r\n<p>Define your value proposition: What? For whom? Why?</p>\r\n\r\n<p>PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of gharda&iuml;a as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.</p>\r\n\r\n<p>Stakeholders</p>\r\n\r\n<p>Sythesize the main findings about your key stakeholders.</p>\r\n\r\n<p>Technicians: Co-creation; employment, supervise PV systems.&nbsp;</p>\r\n\r\n<p>Community Leader: Co-creation &amp; Feedback; Beneficiaries, decision making.</p>\r\n\r\n<p>Local Government: Feed-back; villagers satisfaction, regulatory frameworks.</p>\r\n\r\n<p>Suppliers: Partnership &amp; customer provider; provision of&nbsp;<br />\r\nsolar PV systems.</p>\r\n\r\n<p>Renewable energy companies: competitors.&nbsp;</p>\r\n\r\n<p>Government: Partnership; pilot project-influence other stakeholders, legislation.&nbsp;</p>\r\n\r\n<p>Bank: Partnership; clients-credit and fee collection.&nbsp;</p>\r\n\r\n<p>Sonelgaz: competitors, improve electricity infrastructure.&nbsp;</p>\r\n\r\n<p>Community: Feedback; beneficiaries, attitudes towards projects.</p>\r\n\r\n<p>Customer Segment</p>\r\n\r\n<p>Sythesize the main findings about your customer segments.</p>\r\n\r\n<p>Segments: Rural households and small businesses- co-creation.</p>\r\n\r\n<p>Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don&rsquo;t want to deal with legal and technical issues. Should they feel the project is complex to develop they won&rsquo;t go for it.&nbsp;</p>', NULL, 8, 'ex9brec10'),
(21, '<p>Hassan, Amina and Karim are aware that the information they have about customers, stakeholders and value proposition is founded on mere assumptions based mainly on some internet research and Hassan&rsquo;s personal and family background.</p>\r\n\r\n<p>But, are these assumptions correct? Hassan asks Amina&nbsp;and Karim.&nbsp;</p>\r\n\r\n<p>Solar Rural Algeria team decides to go out to the villages where the project was to be implemented to perform a first survey. Before leaving they prepare the visit thoroughly.&nbsp;</p>\r\n\r\n<p>We must capture everything!! And we must be efficient as it costs us money&hellip;&nbsp;</p>\r\n\r\n<p>The team sits down to decided what to assess.&nbsp;<br />\r\nFirst and most important:&nbsp;</p>\r\n\r\n<p>Is it real that the electricity access in these areas is poor&nbsp;and people rely upon kerosene and oil generators?&nbsp;(it is the assumption underpinning the whole project).&nbsp;</p>\r\n\r\n<p>Should this assumption be confirmed, they would go a step forward in discovering the pains and gains behind customers&rsquo; decision and the real demand for better electricity supply.&nbsp;<br />\r\nThey also consider important to approach some of the key stakeholders. Specifically local government, bank and government. They will meet with each of them to explain their idea and to gather information on possible infrastructure plans in the area, and their willingness to participate and/or support the project.&nbsp;</p>\r\n\r\n<p>At arrival in the first village Solar Rural Algeria team looks for the community leader. They want to introduce him the project, as he is one of the most respectful persons in the village. This first contact is key to get an impression on the acceptance of the project.&nbsp;</p>\r\n\r\n<p>Mr. Salim seems very excited about the idea. He owns a small bar in the village and once and again he lackes sufficient electricity to cool the beverages. And most days he has to close at sunset&hellip; because there is no electricity supply and he can&rsquo;t find any petrol for the generator&hellip; He can see in the project a solution to his daily struggles!!!&nbsp;</p>\r\n\r\n<p>Mr Salim encourages the team to explain their project to the village and he organizes a public meeting for the next day. He invites all men to listen about the project. &ndash; Would they become as excited as he is?&nbsp;</p>\r\n\r\n<p>At the meeting Rural Solar Algeria uses the discovery cards&nbsp;to gather information. They prepare some questions to launch and guide the debate. They aim to learn about villagers&rsquo; interest on PV systems, but they are also interested in people&rsquo;s body language, particular experiences, and new learnings.</p>\r\n\r\n<p>Based on the findings, the solution creates high value for family households, and small and medium business owners (shops, restaurants&hellip;) in Gharda&iuml;a district from Algeria because it provides stable electricity and reduces the dependence on kerosene and fuel. After the village meeting, those potential customers that seem more enthusiastic with the project were shops, bars, restaurants and motels owners in the otherwise dark rural surroundings. Also, some families envision this project as an opportunity for their children.</p>', NULL, 8, 'ex10brec10'),
(23, '<p>Hassan, Amina and Karim are working on numbers... Heads are fuming! It seems as the upfront investments are very high.</p>\r\n\r\n<p>-We wont be able to afford them!</p>\r\n\r\n<h2>Amina suggests:</h2>\r\n\r\n<p>&lsquo;Maybe we can start by renting or leasing our vehicles so as to decrease the upfront investments. What do you think?&rsquo;</p>\r\n\r\n<p>&lsquo;Yes, it is a good idea but we must find out whether it is feasible. Let&rsquo;s leave the investment numbers as they are, for the moment&rsquo;&hellip; answers Karim as he is the financing brain of the group.</p>\r\n\r\n<p>We will talk with our partners to see whether they have other ideas to reduce costs.</p>', NULL, 8, 'ex16rec10'),
(24, '<p>Solar Rural Algeria is providing electricity to its customers on a fee-for-service delivery mode. So the main revenue are the monthly fees that each consumer will pay.&nbsp;</p>\r\n\r\n<p>Karim says:<br />\r\n&lsquo;But we still need to purchase the solar house PV systems.<br />\r\nHow are we going to pay them?&rsquo;</p>\r\n\r\n<p>&lsquo;What about looking for governmental or international<br />\r\nsubsidies and funding?-suggests Hassan, or maybe<br />\r\nexploring microcredits.&rsquo;</p>\r\n\r\n<p>Probably subsidies and financial credit will be a means to afford upfront capital costs</p>', NULL, 8, 'ex17rec10'),
(25, '<p>The entrepreneur team has conducted some research about the area. They gathered information from the Internet that combined with their personal experience and perception from having lived in rural areas during childhood. Hassan talked with his relatives.</p>', NULL, 8, 'ex8rec10'),
(26, '<p>Rural Solar Algeria discovered, as one of the most relevant pains to take into account, that customers did not want to buy PV solar systems. Also, the price their clients were able to pay for the service was low. Subsidies were not reliable to ensure the economical sustainability of the project nor the participation of clients in it.</p>\r\n\r\n<p>To overcome these downsides they had to find a way to provide electricity without the need to buy PV systems and to increase the revenues in order to reduce prices. Hassan, Amina and Karim were looking for a solution&hellip; what could they do?!</p>\r\n\r\n<p>&lsquo;Maybe if we recycle PV systems we open another revenue stream that contributes to reduce the price of our service and our dependence on external subsidies&rsquo;... said Amina. But, what are we going to do to provide energy if they don&rsquo;t want to buy PV panels?</p>\r\n\r\n<p>Simultaneously, PV recycling will help bypass one of the systemic boundaries of the project that on the long term could bounce with a negative effect, the accumulation of toxic and non-toxic waste in the villages after the life-span of the PV systems.</p>', NULL, 8, 'ex11rec10'),
(27, '<h2>Summary of costs&nbsp;and revenues.</h2>\r\n\r\n<p>Solar Rural Algeria team has roughly estimated the costs and revenues of their activity, so they can have an idea on the number of clients they need to start the business. They still need to research on the costs of some items, therefore, the cost structure they have at the moment will probably increase.&nbsp;</p>\r\n\r\n<p>As they realized that the financing needs are too high, they will look for real options to lease their vehicles in order to decrease them. However, at this stage and since they are not clear whether it is an option in the area of work, they decided to include the vehicle costs (purchase) as an upfront investment.</p>\r\n\r\n<h2>Conclusi&oacute;n</h2>\r\n\r\n<p>With these values we raughly estimate that we heed around 700 systems installed if we buy the vehicles and around 300 if we lease them to cover the operating costs of the company.&nbsp;<br />\r\nWith information starting to emerge on the actual operating costs of other ESCO projects, it appears that the minimum size needed for profitable operation, including paying for the initial capital is when the company has 150-200 clients on a fee-for-service programme.</p>', NULL, 8, 'ex18rec10'),
(28, '<p>Solar Rural Algeria together with the local company partners have ultimated all the details to be able to launch their service. It has taken them a lot of time and effort to make things happen and they are dubious about the customers&rsquo; response&hellip; In particular it took them a lot of time to get the in house solar PV systems running in the villages. Paper work, finances and tender difficulties terribly slowed down the process. However, their dreams are becoming real!&nbsp;</p>\r\n\r\n<p>It is time to get their customers&rsquo; and partners&rsquo; feed-back! They would like to get some information on the quality of the service, maintenance problems and other issues that may arise.</p>\r\n\r\n<p>Hassan, Amina and the technicians working with the local companies go to the village where they have installed the first 5 in house solar PV systems.</p>', NULL, 8, 'ex19arec10'),
(29, '<p>Hassan, Amina and the technicians working with the local companies go to the village where they have installed the first 5 in house solar PV systems. They meet with Mr. Salim, who is willing to give his feed-back on the experience he had with the service.</p>\r\n\r\n<p>&lsquo;Hello Mr. Salim, nice to see you again. We are really looking&nbsp;<br />\r\nforward to hear your opinion on our service&hellip;&rsquo;</p>', NULL, 8, 'ex19brec10'),
(30, '<h2>2.2 Customer segments. Discovering our customers,&nbsp;understanding the market</h2>\r\n\r\n<h3>Summary</h3>\r\n\r\n<p>Zooming in on the ecosystem of stakeholders, we shift the focus to one particular stakeholder holding the master key to economic and financial viability: customers. Consequently,&nbsp;<br />\r\nour goal at this point is to develop a sound understanding of&nbsp;<br />\r\nour potential customer base (customer identification and profiling) and the existing market around it (market assessment), upon which to ground our business model design choices. Furthermore, by combining this information with the strength analysis (team and partners), we take decisions regarding segmentation (selecting customer segments) and positioning (differentiating our approach with respect to the competition&rsquo;s). All this customer value will then be transferred into the core of our business via the value proposition.&nbsp;</p>\r\n\r\n<p>A customer-centric perspective ensures the value proposition is based on real and, ideally, unmet needs from approachable market segments.&nbsp;</p>\r\n\r\n<h3>Description</h3>\r\n\r\n<p>Customer development is all about understanding customers&rsquo; deep-seated needs and aspirations, and using those insights to develop meaningful connections between them and the value proposition the green entrepreneur is building. Accordingly, it is through engagement and co-creation that we ensure an optimal generation of value for the customers.</p>\r\n\r\n<p>Customer development is about understanding customers&rsquo; deep-seated needs and aspirations to develop our value proposition.</p>\r\n\r\n<h3>Expected Results</h3>\r\n\r\n<p>Here we expect to define the customer segments we will address in the context of the market we are entering, and feature detailed customer profiles (customer cards) with generic, functional and emotional data (functions, pains, gains and senses).</p>\r\n\r\n<h3>Identify, characterize and profile potential customers</h3>\r\n\r\n<p>Customers are a special type of beneficiary and receive value from the project through&nbsp;<br />\r\nthe purchase of its services or products.&nbsp;</p>\r\n\r\n<p>Three factors usually converge in the making of a customer: ample value creation (perception and reception), unique offer in the market (differentiation), and adequate price (affordability). Taking into account these characteristics and building on the stakeholder map we have just depicted, our task at this point concerns the identification of potential customers among all beneficiaries. They are referred to as customer segments, which can be defined as homogeneous groups of customers whose behaviour, demographic or economic characteristics (among others are similar).</p>\r\n\r\n<p>When we enter a market, we first need to study it (market assessment) to decide whether to focus on a niche of it (segment), or open new uncontested market space where competition is irrelevant.&nbsp;</p>\r\n\r\n<p>In the framework of testing our business model, the customers who are willing to pay for a prototype (an early version of the product or service offered) are called &lsquo;early adopters&rsquo;.</p>\r\n\r\n<p>Once you have sketched your potential customers types, you will need to gather more information in order to group them, then define any segment that would require specific attention and action.&nbsp;</p>\r\n\r\n<p>In technical terms, this procedure is called &lsquo;customer profiling&rsquo; and basically comprises two layers of detail: a generic description based on broad demographic statistics, and a personal map of functions to be fulfilled (customer functions), and emotions felt&nbsp;<br />\r\n(pains and gains and senses).</p>\r\n\r\n<p>Visualising the lifestyle of customers (generic description) is a valuable asset for product development; but if what we really want is to unlock their personal connections with our project so as to create empathy, then we need to put ourselves in our customers&rsquo; shoes to think, say and feel as they do. It sets the boundary conditions for understanding and eventually engaging them. Real interactions with customers are ideal inputs, although,&nbsp;as a first estimate, our initial expectations&nbsp;and knowledge of customer segments can&nbsp;be entered in the model.</p>\r\n\r\n<p>The process of engaging customers implies understanding their needs, reaching out to them, developing empathy, building trust and finally creating value for them via purchase opportunities.</p>\r\n\r\n<h3>Customer cards</h3>\r\n\r\n<p>To carry out the exercise of profiling and characterising&nbsp;the customers, we can use the Customer cards included&nbsp;in the workbook.&nbsp;</p>\r\n\r\n<h3>Generic description</h3>\r\n\r\n<p>A descriptive portrait of the customer based on objective data from demographic statistics, customer surveys, contextual interviews, focus groups, secondary market research, and other available user research studies. It could include data on the geographical area where they are located, their typical jobs, age range, living expectations, connections with the rest of the world, etc.</p>\r\n\r\n<h3>Customer functions</h3>\r\n\r\n<p>A description of the functions they would like to have covered. These latent needs can be&nbsp;<br />\r\nthe tasks they are trying to perform and complete, the problems they are trying to solve, or the needs they are trying to satisfy. The needs speak more to our minds and rational motivations.</p>\r\n\r\n<h3>Pains &amp; gains</h3>\r\n\r\n<p>Pains refer to the negative emotions, fears, undesired costs and situations and risks&nbsp;<br />\r\nyour customer experiences or could experience before, during, and after getting the functions done. Fears can be a strong driver of purchasing behaviour and can be&nbsp;<br />\r\nthe hidden source of wants and needs.&nbsp;</p>\r\n\r\n<p>Gains, on the contrary, are the benefits the target customer expects, desires or would be surprised by. They include functional utility, social gains, positive emotions, and cost savings. These emotional drivers are usually conscious (although aspirational) thoughts about how we would like our lives to be improved. They can be ranked according to their relevance for the customer, from insignificant to substantial. They speak&nbsp;<br />\r\nmore to our hearts and emotions.</p>\r\n\r\n<p>Once this initial exploration of customers has been completed and before moving on to building the value proposition, we ought to get out on the street and gather real data in order to check assumptions about our users (customers), for instance through some discussion with targeted groups of customers or face-to-face interviews. This will help getting a definitive knowledge on our customers (then you may check the box: &lsquo;did you validate this info&rsquo;). It is important to have such a qualitative approach first, since this is a compulsory step prior to customer segmentation (that may be subsequently achieved through a quantitative analysis).&nbsp;</p>\r\n\r\n<p>This process of testing &amp; validating customer data is carefully explained in Step 3 (Test).</p>', NULL, 1, 'ex8rec20'),
(31, '<h2>Look at international market opportunities!</h2>\r\n\r\n<p>When identifying potential customers, don&rsquo;t forget to look at international market opportunities! Although marketing products internationally may require adaptations and be costly, it is an option we should consider at a very early stage of our green business project. The potential is great in some sectors such as ecotourism!</p>\r\n\r\n<h2>Think economic sustainability!</h2>\r\n\r\n<p>We have to bear in mind that a green business is a business, meaning that, besides the green aspects we want to highlight, we must not forget that our client may consider other criteria to justify his/her purchasing decision, including design, cost, technical specifications, convenience, health, etc.</p>', NULL, 5, 'ex8rec30'),
(32, '<h2>Have a unique value proposition!</h2>\r\n\r\n<p>This is the essential point of our business project. The value proposition should bring customers something new that will prompt them to turn aside from competitors.</p>', NULL, 5, 'ex9arec30'),
(33, '<h2>2.3 Value&nbsp;proposition. Unleashing the power of co-creation for sustainability</h2>\r\n\r\n<p>By searching for differentiation opportunities in the market and co-creating with customers and stakeholders, we ensure our value proposition provides added value and suits the needs, demands and contributions of all.</p>\r\n\r\n<h3>Summary</h3>\r\n\r\n<p>We have a mission to guide our steps, an ecosystem of stakeholders to accompany us along the way and a pool of potential customers to economically sustain the process. Now, it is all a matter of bringing the business idea to the ground, and materialising it into a rich, unique and deliverable value proposition that creates environmental and social value on the road to achieving the objectives. For so doing, we are going to, on the one hand, analyse the market search for differentiation opportunities that match our strengths and focus on providing added value to what already exists. And on the other, engage customers and stakeholders alike in dynamics called co-creation, which will yield a value proposition suited to the needs, demands and contributions of all.</p>\r\n\r\n<h3>Expected Results</h3>\r\n\r\n<p>Here we expect to define the value proposition, that is to say, the &lsquo;promise&rsquo; of value to be delivered to and acknowledged by stakeholders and customers. This value proposition will contain value for the environment, stakeholders and customers; all in relation with our strategic position (differentiation and added value) in the market compared to competitors and sector leaders.</p>\r\n\r\n<h3>Environmental and social value</h3>\r\n\r\n<p>Environmental value relates to the ability of a business to create value by protecting and preserving the environment through its activities and those of its customers and stakeholders.&nbsp;<br />\r\nSocial value creation, on the other hand, is about leveraging businesses to address social issues. Combining both angles, green businesses create environmental value by tackling environmental challenges (a key driver for their existence) through its business solutions and operations, and social value by empowering their stakeholders (including employees, suppliers, communities and future generations) and meeting the needs of their customers.</p>\r\n\r\n<p>Environmental value is created when the environmental challenges we tackle permeate into the value proposition through the stakeholders and/or customers, meaning some&nbsp;<br />\r\nof these players appreciate and demand action towards&nbsp;<br />\r\nthose eco-objectives.</p>\r\n\r\n<h3>Customer value</h3>\r\n\r\n<p>Although customer value is social value (customers being stakeholders), we dedicate special attention to it provided that the viability of our business is at stake. It targets customers&rsquo; needs and aspirations and has to be delivered to (in the form of services/products and user experience) and acknowledged (sufficiently appreciated) by them. Value may be quantitative (price, service speed, cost reduction, risk reduction&hellip;), qualitative (innovation, customisation, customer experience, design, status and identification, convenience/usability&hellip;), or somewhere in between (sustainability, availability &amp; accessibility, performance...) Making the link with the business model, it is the customers&#39; perception of value obtained (the extent to which they perceive their needs to be satisfied) that is directly correlated to their willingness to pay for it.</p>\r\n\r\n<p>Customer value targets customers&rsquo; needs and aspirations and has to be delivered to and acknowledged by them.</p>\r\n\r\n<p>Co-creating the value proposition: products &amp; services, gain creators&nbsp;&amp; pain relievers</p>\r\n\r\n<p>So, basically, our value proposition has to contain value for the environment, stakeholders and customers. In other words, it has to transport the environmental and social value we create, while engaging stakeholders, and performing customer jobs. The most logical way of achieving this is by actually involving customers and stakeholders in the process of designing and delivering the value proposition (co-creation). Stakeholders engage in &lsquo;give &amp; get&rsquo; exchanges seeking a balanced participation in the project. Customers tell and demonstrate what their real needs are.&nbsp;</p>\r\n\r\n<p>At the core of the value proposition there is our catalogue of deliverable products and services, which we need to comprehensibly define at this stage in terms of how they work, the way stakeholders are engaged and how they boost gains (gain creators) and ease pains (pain relievers) for our customers.</p>\r\n\r\n<p>Our value proposition consists of a catalogue of products&nbsp;and services which, through stakeholder engagement,&nbsp;create environmental and social value, catering to the needs&nbsp;of customers, and providing added value in the market.&nbsp;</p>\r\n\r\n<h3>Market research: substitutes/ competition</h3>\r\n\r\n<p>In a market economy, having a value proposition that effectively satisfies the needs of our customers and engages the stakeholders is not enough. It also has to consider what is already being offered in the market to the same customer segments, addressing similar needs. That is to say we need to differentiate our approach with respect to that of our competitors by providing added value, or put more simply, by offering a unique value proposition.</p>\r\n\r\n<p>With this objective in mind, we embark on the fundamental task of assessing the market and its players (market research), looking for market opportunities within our customer segments. We do so by looking at substitutive products or services our target customers may encounter, including sector leaders, competitors, as well as solutions that address (part of) the same needs as our value proposition. The assessment should shed light on the type of market (mass or niche-based), the players&rsquo; major strengths and areas for improvement, and other key features (quality, price, sustainability...)</p>\r\n\r\n<p>Market research provides a valuable first input for the design of prototypes, which are then tested in real conditions, and improved until a market-fit is attained.</p>\r\n\r\n<h3>Added value &amp; innovation</h3>\r\n\r\n<p>The market research puts us in the right position to design a smart entry and positioning strategy, centred around the added value we are going to provide. It is all a question of differentiating ourselves with respect to existing alternatives, of adopting a unique approach. Innovation, in this regard, may come from any or all the above-mentioned sources and processes: stakeholder engagement, customer-centric design and relations, environmental integration, quality, business model, etc. Particularly, our green business will have to demonstrate what &lsquo;green value&rsquo; it brings to the customer. Furthermore, this comparison with competitors highlights those of our strengths (and those of our partners) that hold potential for a tailor-made opportunity. The time is right then to take those key business decisions, which of course may be changed over time as we navigate and evolve with the market.<br />\r\nAccurate information on the market in which we operate is essential to position ourselves in it by playing to our strengths and tapping into existing opportunities, always in alignment with our long-term vision.</p>\r\n\r\n<p>Initially, we can build a &lsquo;theoretical&rsquo; value proposition by means of market research and our prior knowledge of the customers&rsquo; needs and stakeholders&rsquo; exchanges, as we started doing when sketching our initial business idea. Then, for the sake of validation (proceed to step 3), we carry out iterative market tests to progressively check and improve our value proposition, thanks to real data and feedback from the players involved. This is where co-creation is magnified, and where it should lead to the definition of and added value compared with competition, that is the value proposition that will make us unique: the Unique Value Proposition.</p>', NULL, 1, 'ex9arec20');
INSERT INTO `recursos` (`id`, `texto`, `enlace`, `tipos_recursos_id`, `alias`) VALUES
(34, '<h2>Test your green business model</h2>\r\n\r\n<p>Prototyping the solution through co-creation and iterative market testing</p>\r\n\r\n<h3>Summary</h3>\r\n\r\n<p>Nothing replaces reality. When we have a business model to be tested (defined in Step 2), it is time to run tests, validate the results and progressively scale up these tests to get closer to real market conditions. In practice, we build prototypes (approximate business solutions, modelled by the green business canvas) over a series of hypotheses (assumptions&nbsp;<br />\r\nthe prototype is built upon) that are then iteratively tested in the market, so as to validate or discard them, and continuously shape and re-shape the solution accordingly.</p>\r\n\r\n<p>Five fundamental elements require validation: problems and needs, customer segments, stakeholder engagement, value proposition and business model.</p>\r\n\r\n<h3>Expected Results</h3>\r\n\r\n<p>Here we expect to define an optimal business solution, in the sense of maximal value creation and engagement, business model viability and market readiness (market-fit). This means having all the hypotheses fully validated and scaled up to market conditions.</p>\r\n\r\n<h3>3.1 Test&nbsp;hypotheses</h3>\r\n\r\n<p>We design and execute adequate market tests to check the hypotheses that lie beneath the prototype. To do so, we need to identify and prioritise these assumptions, which are structured around four main areas of the canvas. Each can be subject to a separate test, although some advanced tests can inspect several at once, such as the value proposition and the business model in the case of near-market tests. Every test uses its own metrics and can be run in a number of iterations, as we increasingly approach real market conditions.&nbsp;</p>\r\n\r\n<h3>Next the five main points to be tested are presented:</h3>\r\n\r\n<p>Every test uses its own metrics and can be run in a number of iterations, as we increasingly approach real market conditions.</p>\r\n\r\n<ul>\r\n <li>1. Problems and needs\r\n <p>Although there is no &lsquo;problem&rsquo; box within the canvas, this notion is intrinsically linked to the preliminary phases that have been carried out to set the mission and vision (namely, identify problems and needs exercise). Even if the entrepreneur may come with a precise business solution, he should ensure that it is going to meet a right problem. Indeed, he absolutely should avoid wasting time to develop a solution nobody needs. This aspect of problem validation can easily be done, by talking to some experts, or even testing the &lsquo;hypotheses of the problem&rsquo; during the interviews with the stakeholders.&nbsp;</p>\r\n </li>\r\n <li>2. Stakeholder engagement\r\n <p>Broadening the scope to the whole ecosystem of stakeholders, our aim should be to verify whether their presumed participation actually fits their own mission and plans. The best strategy in this regard is to co-create the fine details of their &lsquo;give &amp; get&rsquo; exchanges with them until an agreed balance is reached.&nbsp;<br />\r\n Consultations, meetings, round-tables, workshops, or events on topics related to the business objectives and where multiple stakeholders actively participate can provide&nbsp;<br />\r\n a good measure of their willingness to engage.</p>\r\n\r\n <p>Metrics to gauge stakeholder engagement can be built around number of attendants, participation level, enthusiasm on the subject, willingness to engage further and feedback/satisfaction.</p>\r\n </li>\r\n <li>3. Customer segments\r\n <p>Seeking to validate customer segments,&nbsp;<br />\r\n the green entrepreneur is required to meet real customers and gather data about them to check their needs, aspirations, gains and pains, etc. Metrics are simply given by the (qualitative or semi-quantitative) responses&nbsp;<br />\r\n to the inquiries made.</p>\r\n\r\n <p>Focus groups, interviews, debates, and conversations on the social media are all valid channels for checking our customers&rsquo; needs, aspirations, gains and pains. This is also the opportunity to take to test and identify the best customer channels and touchpoints.</p>\r\n </li>\r\n <li>4. Value proposition\r\n <p>Here, our goal is actually to measure the extent to which customers and stakeholders perceive and appreciate the value we create for them. To do so, we need to build prototypes that are capable of delivering some or all of that value to these players. Small-scale or semi-functional versions of our services/products can be of help in this area. Metrics are once again linked to the participants&rsquo; reaction to the test: satisfaction level, feedback, and curiosity/demand for more.</p>\r\n\r\n <p>To check the value proposition we need prototypes capable of delivering it to customers and stakeholders and then gauge their perception and, ultimately, their appreciation of it.</p>\r\n\r\n <p>Workbook cards<br />\r\n In the workbook, two different cards can be used to collect information when testing key hypotheses about stakeholders, customer segments and value proposition: the &lsquo;Discovery card&rsquo; and the &lsquo;Insights/learnings&rsquo; card. Thus, these cards may be used to validate our identification of stakeholders and customers alike and gather feedback from them regarding their engagement and acknowledgement of the value proposition.</p>\r\n </li>\r\n <li>5. Business model\r\n <p>Our objective at this point is simple and clear: to validate the business model, i.e. achieve product/market fit. At this stage, when we have the whole business model, it means that the money factor is added to the equation, which eventually sets the scene for a near-market situation. In addition, the tests about the business model usually also serve to reinforce or question the data collected and tentative conclusions drawn from previous analyses.&nbsp;</p>\r\n\r\n <p>In practice, it is the moment to build a prototype that not only transports the value we want to deliver, but also does it in a way that customers are willing to pay the correct prices/rates for it. The tests here are basically selling or pre-selling mechanisms, or even small pilot projects, always with a price signal and a cost estimation. Metrics are straightforward: on the one hand they gauge costs, including the providers and partners&rsquo; satisfaction with their return; and on the other, they should make it possible to sketch and evaluate a first version of a business funnel (customers&rsquo; pathway from attraction to sales): number of customers attracted and engaged, and amount of purchases, for instance.</p>\r\n\r\n <p>In order to validate the business model, we build prototypes that transport value in a way that customers are willing to pay for it.</p>\r\n\r\n <p>In the workbook, the Business Model Test Card serves the purpose of checking the business model that carries our value proposition. It helps us gather feedback from customers about the purchase experience including parameters such as quality, delivery and price.</p>\r\n </li>\r\n</ul>', NULL, 1, 'ex10arec10'),
(35, '<h2>Don&rsquo;t be frightened of failure!</h2>\r\n\r\n<p>Failure is a necessary step to success, so learning and improving from it is an integral part of the entrepreneurial process.</p>', NULL, 5, 'ex11rec30'),
(36, '<h2>3.2 Validate results and scale up</h2>\r\n\r\n<h3>After carrying out each test we need to assess the results. We may face two situations:</h3>\r\n\r\n<p>It consists of increasing the testing level to closer-to-market conditions. Thus, scaling-up gets us closer to rendering our business viable and operational, or in other words to reaching optimal market size (production level and resources associated). Once again the procedure is based on iterations.</p>\r\n\r\n<p>To be operational our solution&nbsp;has to be scaled up from prototype to the optimal market size where viability is attained (product-market fit).</p>\r\n\r\n<ul>\r\n <li>1. If the hypotheses and assumptions are proven wrong, we need to change them by going back to their definition and adapting the business model (rebuild a new prototype after adjusting parameters).</li>\r\n <li>2. If the assumptions are proven right, we are on the right track and in a position to scale up. Be aware that changing an assumption may impact the business model canvas, hence new testing may be done in addition to the previous test phase. For each test, we will have to check if our value proposition is not impacted.<br />\r\n When all hypotheses have been validated (customer segments, stakeholder engagement, value proposition and business model have been validated) we can move on to the last stage of the testing phase: the scaling-up.</li>\r\n</ul>', NULL, 1, 'ex11rec20'),
(37, '<h2>2.5 Key activities &amp; key resources</h2>\r\n\r\n<p>Everything we need to create, deliver and innovate a unique value proposition for a specific targeted need/problem and/or customer segment</p>\r\n\r\n<p>The challenge here is maximising value for customers, stakeholders, and natural ecosystems, while minimising economic, social and environmental costs.</p>\r\n\r\n<h3>Summary</h3>\r\n\r\n<p>Key activities (KAs) and key resources (KRs) are all the tasks and resources we need in order to generate, innovate and manage the value we are creating and delivering to customers, other stakeholders and environment. The challenge, in this block, is to provide the best possible solution, maximising value for customers, stakeholders and the natural ecosystem and minimising economic, social and environmental costs. To do so, KAs and KRs need to be focused on the business lifecycle to spot critical points and promote innovative ways of doing business through a product and service offer.</p>\r\n\r\n<h3>Expected Results</h3>\r\n\r\n<p>Here we expect to obtain a list of key activities and key resources, and a set of eco-design cards that report information about applied eco-design strategies and the environmental performance of our products and services.&nbsp;</p>\r\n\r\n<h3>Key activities</h3>\r\n\r\n<p>Key activities are all procedures, tasks and operations we&nbsp;<br />\r\nneed to do in order to offer the value proposition.&nbsp;</p>\r\n\r\n<p>They are a kind of &lsquo;to do&rsquo; list of actions organised by the&nbsp;<br />\r\ndifferent areas of our business. For example, sales will include any activity that makes the commercialisation of our product &lsquo;real&rsquo;, such as marketing, mailing, social networking, fairs and events organisation and so on, with all the tasks and procedures they already included.</p>\r\n\r\n<h3>Key Activities can be categorised as follows:</h3>\r\n\r\n<p>Key activities define what we&nbsp;must do in order to define and&nbsp;offer a value proposition to a specific Customer Segment</p>\r\n\r\n<ul>\r\n <li>1. Problem-solving consists of using generic or specific methods, in an orderly manner, for finding solutions to problems. It is a compound of approaches that help to organise and prioritise the way we deal with challenges. Some examples of problem-solving activities are consulting and counselling, service or&nbsp;<br />\r\n product design where there is a main intellectual and intangible activity.</li>\r\n <li>2. Production consists of all the activities that use resources to create a good or service that is suitable for use and exchange in a market economy. This includes agriculture, crafting, manufacturing, storing, shipping to customer and packaging and it can also include service supply such as banking (operations are some form of intangible production), tourism and real-estate activities.</li>\r\n <li>3. Platform/Network/Sales activities consist of all the activities we need for creating a collaborative environment (could be physical or digital) where value is exchanged. It is about maintaining a profitable operational network to reach the consumer, promote sales and communicate with stakeholders. Some examples are goods and services marketplaces or web communities for environmental or social causes.&nbsp;</li>\r\n <li>4. Supply chain management defines all the tasks we need to manage material purchases, third-party services, renting facilities or other types of supply necessary for our main operations. Green procurement, for instance, becomes a key factor for guaranteeing a sustainable supply chain and increasing the global value of our value proposition.&nbsp;</li>\r\n</ul>\r\n\r\n<h3>Key resources</h3>\r\n\r\n<p>They are all the resources that are necessary to create value for the customer. They are considered an asset to a company, which are needed in order to sustain and support the business. These resources could be human, physical, intellectual&nbsp;<br />\r\nand financial.&nbsp;</p>\r\n\r\n<p>Key Resources (the supporting capital of our business) can&nbsp;be categorised as follows:</p>\r\n\r\n<p>Key resources represent all the elements and aspects that are essential for making the business work properly</p>\r\n\r\n<ul>\r\n <li>1. Human resources. It is the amount of talented, enthusiastic and skilled people you rely on to launch, manage and run your business. The list of people who are really important, the core of our project. Optimism, generosity, leadership, creativity are a few of requirements of a 360-degree entrepreneurial team. Beyond classical work roles, manager, technicians, sales force, we recommend you create a &lsquo;dream team&rsquo;, a human biodiversity of aptitudes, skills, passions that are key to the success of your project.</li>\r\n <li>2. Physical assets such as manufacturing facilities, buildings, vehicles, machines, systems, point-of-sale systems, and distribution networks come into this category. Large retailers rely heavily on physical resources, which are often capital-intensive. We will discover more about physical resources in&nbsp;<br />\r\n the eco-design process in this chapter.</li>\r\n <li>3.Intellectual resources are brands, proprietary knowledge, patents and copyrights, partnerships, and customer databases. All are increasingly important components of a strong business model. Intellectual resources take time to engender and develop. Consumer goods companies rely heavily on their brands. Others depend on software and related intellectual property that is continuously being developed. A supplier of chipsets for broadband mobile devices built its business model around patented microchip designs that now earn the company substantial licensing fees.</li>\r\n <li>4. Financial resources. Some business models depend heavily on financial resources and/or guarantees: as cash, lines of credit, or a stock option pool for hiring key employees. A giant telecom manufacturer will opt to borrow funds from banks and capital markets, for example, using those funds to provide vendor financing that in turn ensures orders are placed with that company rather than with competitors.&nbsp;</li>\r\n</ul>', NULL, 1, 'ex13rec10'),
(38, '<h2>Alleviating start-up capital</h2>\r\n\r\n<p>You do not necessarily need high investments to launch a product/service. Development cost can be alleviated in different ways, as you will see later. Moreover, don&rsquo;t think you need to develop every part of your project: finding the right partner to outsource your activities can help you save a lot of time and money.</p>', NULL, 5, 'ex16rec30'),
(39, '<h2>2.6 Cost Structure</h2>\r\n\r\n<p>Keep a well-balanced cost structure, particularly with low fixed costs,&nbsp;in order to launch your initiative&nbsp;as quickly as possible!</p>\r\n\r\n<h3>Summary</h3>\r\n\r\n<p>A business has many different costs, from paying for raw materials to paying rent or wages. By carefully classifying&nbsp;<br />\r\nthese costs (fixed and variable costs) a business can analyse and improve its performance. In this chapter/section, we review concepts that are essential for the proper management of our business and a great help for making better-informed decisions.</p>\r\n\r\n<p>It is really important to hold&nbsp;a well-balanced cost structure&nbsp;do as not to fail.&nbsp;</p>\r\n\r\n<h3>Expected Results&nbsp;</h3>\r\n\r\n<p>Here we expect to get a first approach to management accounting that allows us to sustain our business properly. It is really important to hold a well-balanced cost structure do as not to fail. We can also innovate here, by reducing our cost structure, particularly fixed costs, through the implementation of certain mechanisms/tools&nbsp;<br />\r\nthat reduce costs.&nbsp;</p>\r\n\r\n<h3>Fixed vs.&nbsp;variable costs</h3>\r\n\r\n<p>The more costs you can put on&nbsp;the variable cost side, the better!</p>\r\n\r\n<p>Cost structure refers to the types and relative proportions of fixed and variable costs a business incurs. Variable costs change in proportion to the amount of output produced. Fixed costs remain the same, no matter how much the business produces. Examples of variable costs: raw materials, workers&rsquo; wages (if they are temporary workers), energy/fuel for machines. Examples of fixed costs: rent, salaries of head office workers, heating and lighting, insurance, interest of loans.</p>\r\n\r\n<p>We use cost structure to determine prices, if we are using a cost-based pricing strategy, as well as to highlight areas in which costs might potentially be reduced or at least subjected to better control. We can alter the competitive position of a business by altering its cost structure, not only in total, but between its fixed and variable cost components. For example, we can outsource the functions of a department to a supplier who is willing to bill the company based on usage levels. By doing so, we are eliminating a fixed cost in favour of a variable cost, which means that the company will be able to earn a profit at lower sales levels.&nbsp;</p>\r\n\r\n<p>Particularly when launching a start-up and&nbsp;not much money is being made, customers are&nbsp;still to be attracted, etc., it&rsquo;s really important&nbsp;to have a cost structure with fixed costs as&nbsp;low as possible.&nbsp;</p>\r\n\r\n<h3>Direct vs.&nbsp;indirect costs</h3>\r\n\r\n<p>Direct costs are costs that can be identified directly with the production of a good or service; e.g. raw materials. Indirect costs are costs that cannot be matched against each product because they need to be paid regardless of whether or not the goods or services are produced; e.g. rent of the building/offices.&nbsp;</p>\r\n\r\n<h3>Opportunity cost</h3>\r\n\r\n<p>An opportunity cost is the loss of potential gain from other alternatives when one alternative is chosen. A business can measure the outcome of a decision by comparing it with the benefits (probably measured in profits or revenue) it could have had if it had taken the next best option. The opportunity cost of buying a new piece of machinery might be compared with the benefits of spending the money on a new advertising campaign, for example.&nbsp;</p>\r\n\r\n<p>A business can measure the outcome of a decision by comparing it with the benefits (probably measured in profits or revenue)&nbsp;it could have had if it had taken the next&nbsp;best option.</p>', NULL, 1, 'ex16rec20'),
(40, '<h2>Be aware of new business models!</h2>\r\n\r\n<p>Over the last decades, a trend for a more well-reasoned consumption pattern has been growing regularly: buying local, choosing a better quality at the expense of a higher price, fostering short-circuit consumption... We are observing new patterns of consumption, that are led by environmental and health concerns. More particularly, the circular and collaborative economy tends to bring communities and players together, around common objectives that aim at limiting the impact of resources and re-using them in a more efficient way.</p>\r\n\r\n<p>New business models can emerge from the new paradigm of the sharing economy. This consists of moving from an economy of ownership to one of service functionality. You may be paid in proportion to the real water savings you are able to achieve thanks to your services (instead of selling water-saving devices).</p>', NULL, 5, 'ex17rec20'),
(41, '<h2>2.7 Revenue streams</h2>\r\n\r\n<p>Define where your revenue streams&nbsp;come from, and maximise them from&nbsp;each of your customer segments!</p>\r\n\r\n<p>The introduction of new pricing, billing and ownership strategies can introduce a competitive advantage that is very difficult&nbsp;to replicate.</p>\r\n\r\n<h3>Summary</h3>\r\n\r\n<p>Revenue streams are the building block representing the cash (not profit, which is revenue minus costs) a company generates from each customer segment. Innovative revenue alternatives find a fresh way to convert a company&rsquo;s offerings and other sources of value into cash. The importance lies in understanding what customers and users actually cherish and where new revenue or pricing opportunities might lie. Innovative revenue-gathering models often challenge an industry&rsquo;s assumptions about what to offer, what to charge,&nbsp;or how to collect revenues. These assumptions remain, in&nbsp;many cases, not reviewed for decades. The introduction of&nbsp;new pricing, billing and ownership strategies can introduce&nbsp;a competitive advantage that is very difficult to replicate.</p>\r\n\r\n<h3>Expected Results</h3>\r\n\r\n<p>Here we expect to define&nbsp;the different ways we may&nbsp;generate incomes from each of our customer segments.&nbsp;</p>\r\n\r\n<p>How to generate&nbsp;revenue streams?</p>\r\n\r\n<p>We must have an accurate idea of the importance of each revenue stream and which one best matches a particular customer segment and channel.</p>\r\n\r\n<p>Revenue streams are essential in our business and they can be generated in many different ways!</p>\r\n\r\n<h3>Asset sale</h3>\r\n\r\n<p>An asset sale is classified as such if the seller gives the buyer absolute control of the property of the product after payment is made. In other words, the product is transferred from one pair of hands to another with payment made in return. For example, when an entrepreneur sells a product (e.g. an organic apple).&nbsp;</p>\r\n\r\n<h3>Usage fee</h3>\r\n\r\n<p>The use of a particular service is sold, the amount paid depending on the usage. For example, an eco-lodge charges customers for the type of room and nights occupied. A delivery service charges customers for the delivery of a parcel from one location to another.</p>\r\n\r\n<h3>Subscription fees</h3>\r\n\r\n<p>Here, a continuous or repeated access to a service is sold. A gym sells its members a monthly or yearly subscription for access to its exercise facilities.&nbsp;</p>\r\n\r\n<p>Lending/Renting/Leasing<br />\r\nThe revenue stream is created by granting someone the exclusive right to a particular asset for a fixed period in return for a fee. Lenders receive recurring revenues, and lessees pay a fraction of the full cost of ownership. Rentals (cars, cottages, farm machinery, etc.) are common examples.</p>\r\n\r\n<h3>Licensing</h3>\r\n\r\n<p>Here the content owners retain copyright while selling licenses to third parties. Media companies obtain their revenues in this manner, as do patent-holders of particular technologies.</p>\r\n\r\n<h3>Brokerage fees</h3>\r\n\r\n<p>Revenue here derives from an intermediation service performed on behalf of two or more parties. Brokers and real-estate agents earn a commission each time they successfully match a buyer with a seller. A green entrepreneur can be the intermediary and connector between organic farmers and consumers, providing a platform that makes transactions easier, while gaining a commission each time a transaction is completed.&nbsp;</p>\r\n\r\n<h3>Advertising</h3>\r\n\r\n<p>Fees for advertising a particular product, service or brand form the basis of this revenue stream. Newspapers and the media industry generally rely on this approach, which has spread to website advertising and software sales.</p>\r\n\r\n<h3>Pricing mechanisms</h3>\r\n\r\n<p>Revenue streams may have different pricing mechanisms, such as fixed list prices, bargaining, auctioning, market dependent, volume dependent or yield management.&nbsp;</p>\r\n\r\n<p>For example, fixed prices are based on static variables and remain unaltered. However, they may be subject to discounts depending on the number of items purchased or service required (the price may also be created especially for a particular customer segment). In contrast, dynamic pricing depends on market conditions and it is subject to the power and negotiating skill of the purchaser. In the case of yield management, the price depends on the inventory and time&nbsp;of purchase (as in airline seats or hotel rooms). Here, the&nbsp;big challenge for the entrepreneur will be to set the price&nbsp;according to the strategy.</p>\r\n\r\n<p>It would be interesting if you could reflect a little bit here&nbsp;about elaborating your pricing mechanism by interacting&nbsp;with customers and obtaining feedback from them, and&nbsp;about reflecting its real (or expected) value.</p>', NULL, 1, 'ex17rec30'),
(42, '<h2>Partner with your supply chain</h2>\r\n\r\n<p>You can also try to promote sustainability through your supply chain, pushing your suppliers to be more aware about eco-design and asking them to incorporate eco-design strategies. You can involve them in co-creation processes to align eco-design strategies towards a common purpose.</p>\r\n\r\n<h2>Communicate wisely</h2>\r\n\r\n<p>If you are interested in certifying your product you can learn more about available eco-labels, their technical and legal requirements and their costs.</p>\r\n\r\n<p>However, we recommend you start easily with a&nbsp;self-declaration environmental claim. It is a faster&nbsp;and cheaper way to communicate the environmental&nbsp;benefits of your product or service!</p>', NULL, 5, 'ex14rec20'),
(43, '<h2>Eco-design: a step towards eco-innovation</h2>\r\n\r\n<p>More than 80% of environmental impact and costs of products and services are determined at the design stage, and here we have the advantage of considering ‘eco’ when conceiving a new product or service.</p>\r\n\r\n<p>Eco-design is a methodology that helps us include effectively environmental criteria in the design stage of our products, services and business models. The potential and room for manoeuvre and improvement is clear. Early interventions give much more freedom and make it possible to create new solutions that are far more effective and innovative. Consequently, following the eco-design methodology will offer new areas for innovation.</p>\r\n\r\n<p>Eco-designing a product or service is about the application of strategies that allow us to reduce the negative impact of our products and services, which are related to the necessary activities and resources, while generating more value for customers and stakeholders. An example? If we are selling goods, such as furniture, we could think about reducing the weight and volume, eliminating the packaging or redesigning the product to be sold disassembled reducing transportation costs and environmental impacts.</p>\r\n\r\n<p>To start applying eco-design, we recommend sketching the big picture of our business ecosystem with any element involved in the life cycle of our product and service solution. This life cycle thinking approach is based on 8 steps we will be discussing in the following pages.</p>\r\n\r\n<h2>Eco-design cards: how to use them?</h2>\r\n\r\n<p>The eco-design cards presented in the workbook are tools to evaluate and improve the way our products and services perform in environmental terms in order to identify room for improvement and environmental innovation.</p>\r\n\r\n<p>Eco-design cards are &lsquo;fast tracks&rsquo; where we are asked to environmentally analyse, score and improve our key activities and resources.</p>\r\n\r\n<p>There are a total of 9 different eco-design cards, from 1 to 9, where we are asked to answer questions about environmental aspects, score our performance and then apply eco-design and innovation strategies to improve the obtained results.</p>\r\n\r\n<h2>Start with cards 1 to 8. Each card is structured in 3 parts</h2>\r\n\r\n<p>The first one is evaluating and is about answering 5 main questions about different aspects of product and service lifecycle.</p>\r\n\r\n<p>The second part is called scoring and tries to delve deeper into each of the 5 main aspects by answering a set of yes/no questions. For each question we answer positively, we get points. Then, we may sum all the points in order to obtain a score between 0 and 3 points for each aspect. For helping the visualisation of it, we use colours (from black to green) and emoticons (from &lsquo;poisoned to happy&rsquo;) as depicted in the picture. This score system gives us hints about the environmental metrics we can use to assess our environmental performance, communicate and compare results.</p>\r\n\r\n<p>The third part is called improving and serves as a blank space to generate ideas that could be applied in our product or service to improve its score. To do so we can get inspiration from eco-design strategies included in the card. Also, the co-creation groups, involving some of our key stakeholders, will help us finding innovative eco-design strategies. Now and here is the right time to think if we can implement changes to get the points we missed during the scoring stage. If we are able to apply what we were saying in the explanation box (the second of three parts) we will be able to add more points; if not, the score just stays as it was and we repeat the same number in the new score cell.</p>\r\n\r\n<p>Eco-design never ends, you can always get better and push the frontiers of eco-innovation further!</p>\r\n\r\n<p>Finally, add up global results in card 9!</p>\r\n\r\n<p>After the completion of all the assigned cards we finally gather the results (coloured emoticons with their points) from part three (improving) in a summary matrix where we can calculate the global score. Here, we have an optional blank space where we can add ideas or strategies to improve further.</p>\r\n\r\n<p>If you have a product, start here!</p>\r\n\r\n<p>Product is the material (tangible, physical) part of our Value Proposition, and it represents the key element a customer is willing to pay for.</p>\r\n\r\n<p>The way we conceive our product has to be considered from an environmental point of view, beyond usual criteria (such as ergonomics, cost-effectiveness, safety, aesthetics, etc.). To do so, we need to understand and define the lifecycle steps of our product. As we discussed, earlier, product lifecycle is defined by 5 steps: materials and resources, production, packaging and distribution, use and maintenance, and end-of-life management.</p>\r\n\r\n<h2>Lifecycle steps</h2>\r\n\r\n<p>In the textile industry, for example, the sandblasting process (a very hazardous surface treatment for jeans) can be replaced by ozone technologies and save up to 67% of energy consumption per unit!</p>\r\n\r\n<h2>1. Materials and resources</h2>\r\n\r\n<p>In this first step, we are asked to identify which type of components, materials and resources we are going to use and where they are coming from. This is an important step where we identify and &lsquo;count&rsquo; everything we need to create our product, considering number, type and quality of materials and any resources (like water or energy...) we need.</p>\r\n\r\n<p>In this step, we can seize great opportunities related to raw materials consumption, let&rsquo;s imagine the savings if you provide the same product quality and function with 20% fewer materials or with 100% recycled and cheaper content.</p>\r\n\r\n<h2>2. Production</h2>\r\n\r\n<p>In this step, we should identify main production stages (including processes, treatments, manufacturing operations and so on). More complex products, with many elements coming from remote places, add a lot of vulnerable aspects to our business. New efficient technologies, at production stage, can help us to improve the way we craft our products and services. In the textile industry, for example, the sandblasting process (a very hazardous surface treatment for jeans) can be replaced by ozone technologies and save up to 67% of energy consumption per unit!</p>\r\n\r\n<h2>3. Packaging and distribution</h2>\r\n\r\n<p>In this step, we are asked to identify main logistics issues such as distribution, packaging and retail network infrastructures.</p>\r\n\r\n<p>The key environmental aspects for this step are related to:</p>\r\n\r\n<p>Means of transportation and distances. Packaging material shape, size and weight.</p>\r\n\r\n<p>Innovative packaging design and materials, and new means of transportation are getting commonly used. In many cities, environment-friendly alternatives are working very well. Small and sustainable packages are delivered on foot or by bicycle, a greener way to bring our value to customers.</p>\r\n\r\n<p>The application of eco-design strategies in the end-of-life stage may unlock very interesting opportunities for improving environmental performances and obtaining savings or new revenue streams.</p>\r\n\r\n<h2>4. Use and maintenance</h2>\r\n\r\n<p>The use phase is related to the customer interaction with the product. It can be split in three main groups:</p>\r\n\r\n<p>Products directly using resources (consumables, energy and water, above all) such as a lamp or a laptop.</p>\r\n\r\n<p>Products with high maintenance (water, soap, energy...) such as textiles or cutlery.</p>\r\n\r\n<p>Products with low maintenance (almost no resource input to maintain them or make them work) such as a chair.</p>\r\n\r\n<p>We will focus on the first and second groups, since energy-using products, for example, normally perform badly in this life cycle stage. Promoting shared use, an easy form of repair and a classical design will help us to create a long-lasting product which, like old wine, gets more valuable with time!</p>\r\n\r\n<h2>5. End-of-life management</h2>\r\n\r\n<p>This is the end of the product life, but, what happens afterwards depends on the way we have thought about it in the design stage. A very good eco-design could make our product practically &lsquo;immortal&rsquo;, defying &lsquo;obsolescence&rsquo; (a premature &lsquo;end&rsquo;), completely eliminating the concept of waste towards some kind of &lsquo;rebirth&rsquo; in a new industrial product or safe organic matter back to nature (within the natural recycling system).</p>\r\n\r\n<p>The application of eco-design strategies in the end-of-life stage may unlock very interesting opportunities for improving environmental performances and obtaining savings or new revenue streams. Many products can be resold and reused in a cascade of other market sectors, so it is key to rethink the way we design our product or define our service to seize these opportunities. For example, businesses related to the automotive industry started to recover used tyres for urban applications. Something that was a special waste (a cost!) for one industry, become a very cheap raw material for another (savings!). That&rsquo;s great, isn&rsquo;t it?</p>\r\n\r\n<h2>And what about a service?</h2>\r\n\r\n<p>A service is the action of helping or doing work for someone, a compound of interactions and interfaces that facilitates the performance of certain tasks or the delivery of value. To do so, you will need a well-designed customer experience (what he/she is going to feel, live and interact with) through an effective and enjoyable user interface (that could be a sales channel or your website, for example).</p>\r\n\r\n<p>Service is about generating, delivering and exchanging information, emotions and even physical matter. It has something experiential, connected with tangible objects or not. Its peculiar nature, differs from the product lifecycle, since it works simultaneously from two perspectives:</p>\r\n\r\n<p>Service is about generating, delivering and exchanging value (information, emotions and even physical matter).</p>\r\n\r\n<ul>\r\n <li>1. Users (our clients): using the service, experiencing and interacting.</li>\r\n <li>2. Provider (us): designing, setting and optimising the experience and usability.</li>\r\n</ul>\r\n\r\n<p>Both perspectives are useful to understanding the &lsquo;lifecycle&rsquo; of the service better. The connection between user and provider is much more responsive and dynamic in time so we can adjust the overall performance and get better by receiving feedback from users.</p>\r\n\r\n<h2>Eco-designing a service!</h2>\r\n\r\n<p>Since we are setting up a green business, we will be focusing efforts and attention on environmental issues related to services. This will not be so intuitive as the product eco-design, since the materiality may be non-existent (but we will find out how to deal with it!).</p>\r\n\r\n<p>In order to make this particular challenge clear, we recommend considering two main aspects of service eco-design:</p>\r\n\r\n<p>Behaviour is about the way the user interacts within the service, step by step.</p>\r\n\r\n<p>Physical accessories are the products and resources that accompany the experience (any gadget or material object used in the service).</p>\r\n\r\n<p>By eco-designing our service, we can influence our customers&rsquo; behaviour and environmental attitude. Whereas it may seem easier to eco-design a product, eco-designing a service offers tremendous opportunities to innovate while bringing higher added value. l&rsquo;environnement.</p>\r\n\r\n<p>So, even if we are providing a service, we should be considering and mapping all the tangible components we need to serve our users.</p>\r\n\r\n<p>Service design: Responsible behaviour. The interaction between the user and the infrastructure defines behaviours and modifies habits. Psychological, cultural and emotional factors are very important in the way users experience and enjoy services.</p>\r\n\r\n<p>If we want to achieve more sustainable habits from our users, we have to understand them better. Generally speaking, we could recognise a human tendency to get a bit lazier time after time if conditions are right. So, we recommend designing the interaction for the minimum effort, with the least number of steps, clicks or actions possible.</p>\r\n\r\n<p>For example, if we want to reduce water consumption in hotel rooms, we could rely on users&rsquo; awareness or technology, but it would possibly be safer to start incentivising them with rewards, discounts or interesting idea. Human nature is a complex universe; let&rsquo;s keep that in mind, when we design our service, a way to create chances to obtain more efficient conduct!</p>\r\n\r\n<p>Another example could be a mobile app that could help thousands of users to make the right choice in the supermarket, fostering responsible consumption or informing about organic agriculture.</p>\r\n\r\n<p>Service design: Physical accessories. Most common service businesses rely on tangible objects. From paper formats (newspaper, concert tickets, contracts...) to small gadgets and accessories (phone sim cards, credit cards...), from goods (towels, soap, food...) to big products (vehicles, diving equipment, furniture...). The way those objects are produced, used and moved around has a relevant impact on environment and society. As we learnt previously, it is important to evaluate and reduce the negative impacts those products generate. So, even if we are providing a service, we should be considering and mapping all the tangible components we need to serve our users.</p>\r\n\r\n<p>In the news or events industry, for example, we have been experiencing a radical move from physical to digital assets, newspapers or concert tickets are moving fast towards dematerialisation.</p>\r\n\r\n<h2>Selling and communicating responsibly</h2>\r\n\r\n<p>Communication and sales is one of the most important components of a business project since they aim to provide customers with the fair value of the entrepreneur work. Accordingly, we should be ready to go out and sell our products and services. Actually, we know better than anyone else what our product/service is about!</p>\r\n\r\n<p>Without a good seller, you have little chance, even with the best product ever.</p>\r\n\r\n<p>Some specific markets may also demand this sort of labelling, which makes it a requisite for accessing these markets. Stay tuned and look for eco-labelling opportunities!</p>\r\n\r\n<h2>Transparency and traceability</h2>\r\n\r\n<p>For responsible communication, transparency and information are important. If we expect to sell something &lsquo;eco&rsquo; or &lsquo;green&rsquo;, consumers want to see what lies behind green products and services, so be prepared to be asked for more information.</p>\r\n\r\n<p>Consumers want to see what lies behind green products and services they pay.</p>\r\n\r\n<h2>Green marketing</h2>\r\n\r\n<p>It refers to the process of selling products and/or services based on their environmental benefits. Thanks to green marketing, green products and services can be more successful in the market and reach new customers and/or be better positioned.</p>\r\n\r\n<h2>Green labelling (or eco-labelling)</h2>\r\n\r\n<p>It helps consumers to easily identify products and services that have a reduced environmental impact throughout their life cycle. In most cases, it is a voluntary choice, although in others it is mandatory depending on the country&rsquo;s legal framework. Products such as electrical and electronic devices, chemical products or even buildings can be pushed to have an eco-label to comply with legal requirements or market demand. Some specific markets may also demand this sort of labelling, which makes it a requisite for accessing these markets. Stay tuned and look for eco-labelling opportunities!</p>\r\n\r\n<h2>Infrastructure-efficient management</h2>\r\n\r\n<p>Business and infrastructure management is related to creating efficient value not directly from products or services but from wiser management of facilities (hotels, offices, shops, etc.), basic infrastructures and business operations methods. Examples include energy and water efficiency policies in our offices and changing workers&rsquo; habits or avoiding printing.</p>\r\n\r\n<p>Infrastructure-efficient management is about how we manage our infrastructures and our business more sustainably. Thus, it is related to creating sustainable value not directly from products or services but from wiser management of facilities (hotels, offices, shops.)</p>\r\n\r\n<p>Digitalisation nowadays, with the information technology revolution, you might have noticed that many businesses shift from a material world to a more virtual one. To do so, many companies and entrepreneurs have chosen to move everything on to digital and teleworking and online applications are growing up exponentially, giving co-workers much time and more sustainable lifestyles, avoiding daily commuting. That&rsquo;s a good way to start reducing infrastructure impact!</p>\r\n\r\n<p>Green procurement. Green procurement means getting the strategic assets we need from specific green suppliers, usually known for their environmental policies or awarded with green labels. It represents an interesting opportunity to be explored. Green products, services and infrastructures can be bought, hired or rented to provide customers with environment-friendly solutions. Having a green procurement policy in our business is about reinforcing our green essence with facts, and can be very useful for green marketing purposes!</p>\r\n\r\n<p>For example, in the ecotourism industry many hotels are already using environment-friendly (and often eco-labelled) soap, chemicals and hygiene products to provide a coherent experience to their users.</p>', NULL, 1, 'ex14rec10');
INSERT INTO `recursos` (`id`, `texto`, `enlace`, `tipos_recursos_id`, `alias`) VALUES
(44, '<h2>Customer relationships</h2>\r\n\r\n<p>We can establish different types of relationships with our customers, for example:</p>\r\n\r\n<ul>\r\n <li>1. Personal assistance: when we get involved personally in attending our customers, not delegating to other people or machines. Example: a nurse, a teacher, etc.</li>\r\n <li>2. Dedicated personal assistance: it is a particular type of personal assistance in which we singularly attend a few of our customers. They are special from the rest of our customer segment, so we attend them individually, with special care and dedication we do not provide to others in the same customer segment. Example: a manager or agent for actors/actresses.</li>\r\n <li>3. Self-service: it means that the customer develops actions that generate the service he/she is expecting.</li>\r\n <li>4. Automatic service: With an automatic service, the customer remains a passive subject and the service is provided by a machine.</li>\r\n <li>5. Community based: relationships based on community rely on the force and inputs from all the members of the community. For instance: YouTube, where millions of users create contents and interact with each other.</li>\r\n <li>6. Co-creation: by co-creation we engage our customers in the development of our service; they take an active part in its design and even its production.</li>\r\n</ul>\r\n\r\n<h3>Develop the customer journey</h3>\r\n\r\n<p>In order to properly establish the different types of relations we may have with our customers, as well as the different channels we use to reach them, we must first complete the customer journey map of our particular segment of customers.</p>\r\n\r\n<p>The customer journey map is an oriented graph that describes a user&rsquo;s journey by representing the different touchpoints that characterise his/ her interaction with the service or product. Customer touchpoints are our brand&rsquo;s points of customer contact, from start to finish, as they are not limited to the act of buying. Instead, they occur over the entire process that will lead the consumer to choose our company and then buy our offer: 1) perception: consumers must be aware of the existence of our business; 2) evaluation: consumers evaluate our business and compare it with competitors; 3) buy: consumers finally choose our business among others and decide to buy our product/service; 4) deliver: consumers get the product and use it; and 5) after-sale: the relationship between our business and the consumer usually remains in the form of an after-sale service for example.</p>\r\n\r\n<p>For example, customers may find our business online or in advertising, see ratings and reviews, visit our website, shop, or contact our customer service. Seems like a long list, but these are just a few of our touchpoints! We must identify them and start getting feedback as soon as possible in order to improve the customer experience, which is essential in modern businesses. The good news is that most of them are within our control! In this kind of visualisation, the interaction is described step by step, but with a stronger emphasis on some aspects such as information flows and the physical devices involved. At the same time there is a high level of synthesis in other aspects: the representation is simplified through the loss of redundant information and the deepest details. First, we map every touch-point we have with our customers at the stages of perception, evaluation, purchase, delivery and after-sale. Second, we analyse the (positive, negative, or neutral) feelings, emotions and thoughts our customers have at these stages, in relation to our business. Finally, we correct those aspects of our business that negatively affect customers by providing calming elements to alleviate their negative feelings, as well as adding value to reinforce positive points that make them enjoy positive feelings. Customer journey maps are typically focused on the front stage encounter from the customer&rsquo;s point of view but as an audit it would be great to see a complementary version demonstrating the connections with the backstage support processes.</p>\r\n\r\n<p>Mapping the customer journey represents a powerful approach for customer-centred action and innovation. Remember that creating a business is not about matching our desires and expectations, but satisfying our customers&rsquo; needs.</p>\r\n\r\n<h2>Channels</h2>\r\n\r\n<p>Channels include all means of communication and distribution to reach customers and deliver a value proposition to them. You should list a set of channels related to each customer segment if they differ substantially. Most of the time, you will have to distinguish between the way to get the customer&rsquo;s attention and how to establish and maintain a close relationship with them.</p>\r\n\r\n<p>Channels include all means of communication and distribution to reach customers and deliver a value proposition to them.</p>\r\n\r\n<h3>Communication channels</h3>\r\n\r\n<p>The objectives of communicating are &lsquo;reputation&rsquo; (make known), &lsquo;image&rsquo; (make loved), &lsquo;sell&rsquo; (make purchased). Sincerity is vital for effective communication. Channels can be online and offline, and customer communications can include letters, catalogues, direct mail, e-mails, text messages, webs, newsletters, face-to-face meetings, etc.</p>\r\n\r\n<h3>Distribution and sales channels</h3>\r\n\r\n<p>They can be mass market, wholesaling, retailing, mail-order, doorstep selling, e-commerce and web/mobile channels. We usually differentiate between direct channels, where the manufacturer sells directly to the consumers, and indirect channels, where the manufacturer gets the help of one or more intermediaries to move goods from the place of production to the place of consumption. Intermediaries can be described in 3 groups: independent retailer, large retailer (hypermarket, large specialised store, etc.), associated trade (commercial franchise, retailers cooperative, etc.). Our salespeople are our primary source of revenue. They are also our link to our customers.</p>', NULL, 1, 'ex12rec10'),
(45, '<h2>Tips for green entrepreneurs</h2>\r\n\r\n<h3>Consider the Web 2.0 revolution!</h3>\r\n\r\n<p>The internet revolution has emerged as the new reality affecting social and economic life, as well as the way we do business. Most of the communication and marketing channels have a web 2.0 component. Each internet user is potentially a customer. Social networks, organised by topic, interest or affinity, are the sounding-board of marketing trends in real-time. Customers go on the internet and look for consumer reviews before purchasing. Do not underestimate the power of web 2.0 technologies in your green business model, especially when you target a market that goes beyond the local level.</p>', NULL, 8, 'ex12rec20'),
(48, '<h4>WHAT IS ECODESIGN?</h4>\r\n\r\n<p>Eco-design is an approach to the design of products and services that gives special consideration to environmental impacts during the whole lifecycle of a product and the full process of delivering a service.</p>\r\n\r\n<p>It can be defined as the design that considers the environmental aspects and/or impacts associated with products, processes or systems, together with other traditional aspects, such us costs, quality, safety, ergonomics, etc.</p>\r\n\r\n<p>Eco-designing a product or a service is about the application of strategies that allow to reduce the negative impact of products and services related to the activities and resources needed to produce the product or to provide the service, while generating additional value for customers and stakeholders.</p>\r\n\r\n<p>Eco-design also brings in a supply chain perspective, as in many occasions the sustainability of a product or service depends on the sustainability of the resources used. So, persuading suppliers to be more aware and encouraging them to incorporate sustainability strategies may impact positively on your final product or service.</p>\r\n\r\n<p>Bear in mind that this tool will not give you a straight answer on what actions you will have to do in order to improve the environmental performance of your product or service. It is you and your team who, eventually, will identify and plan these actions of improvement.</p>\r\n\r\n<p><img alt=\"\" src=\"/uploads/3/what-is-eco-design-ic.png\" style=\"width: 376px; height: 260px;\" /></p>', NULL, 9, 'ECO_PRE_1'),
(49, '<p>Following the 2010 report of the United Nations Environment Programme (UNEP), a green economy is the one that &ldquo;results in improved human well-being and social equity, while significantly reducing environmental risks and ecological scarcities.&rdquo; Promoting the paradigm of a green, fair and inclusive economy can help accelerate the shift to more equal and prosperous society. D</p>\r\n\r\n<p>Development cannot further mean environmental degradation and resource depletion. In Mediterranean countries, this pressure is characterized and affected by water scarcity, population growth and rapid urbanization in coastal areas, growing waste generation, climate change and massive tourism. In this sense, each Mediterranean country, without exception, presents an ecological footprint deficit, which means that the environmental capital of each country is spent faster than it is renewed. A change in consumption and production patterns is imperative. Fostering green economy is a means to this change.</p>\r\n\r\n<p>Change patterns means innovation and green entrepreneurs can become the main actors in the transition to green economies. Green entrepreneurs, in comparison to traditional ones, seek to create a business model that is not only economically profitable, but also creates environmental and social value. Therefore, the service or product that they aim to provide should be conceived under environmental and social criteria.</p>\r\n\r\n<p>Moreover, the move to a sustainable business framework provides numerous and original market niches such as sustainable tourism, organic agriculture, hybrid or electric transport systems, construction with low environmental impact, renewable energy, among others, and their green jobs stemming from these new activities. Day-by-day, awareness from citizens on the environmental and social impacts associated to consumption choices is increasing and, therefore, interest from consumers to green products and services is also higher. At the end, this results in new green business opportunities. A virtuous circle!</p>\r\n\r\n<p>Green companies must be capable of maximising their benefits with less investment, finding renewable resources, promoting new ways of work and collaboration and being environment-friendly. Green entrepreneurship provides the means to walk the path of turning environmental and social value into business value.</p>', NULL, 10, 'ECO_PRE_1_1'),
(50, '<h4>ARE YOU AWARE OF THE NEW BUSINESS PARADIGM, THE CIRCULAR ECONOMY?</h4>\r\n\r\n<p>The circular economy is an economic model that is oriented towards the achievement of more efficient and resilient production and consumption systems that preserve resources within a continuous cycle while optimizing their value. It aims to transform the current model of extraction, manufacture, use and throw in a circular model with network value chains that make an optimum use of resources. It results in the reduction of both raw materials and energy consumption, as well as waste and emissions generation in production processes.</p>\r\n\r\n<p>In a circular economy the concept of waste tends to disappear as the system is designed to eliminate it; any resource that enters the system is optimally exploited and its value is preserved in order to remain useful for the economy. Therefore, materials such as side streams, surplus materials and waste &ndash; whether food waste, recycled roofing felt or plastic waste &ndash;provide ingredients for new business growth.</p>\r\n\r\n<p>Three major principles govern the circular economy:</p>\r\n\r\n<ul>\r\n <li>Preserve and enhance natural capital by controlling finite stocks and balancing the flow of renewable resources.</li>\r\n <li>Optimize resource yields by circulating products, components, and materials in use at the highest possible levels at all times.</li>\r\n <li>Make the system more effective by eliminating negative externalities.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Circular economy represents new business thinking that addresses some of the greatest challenges we are facing today: depletion of natural resources, continual population growth, climate change and digital revolution. It helps companies prepare for the potential scarcity of raw materials and possible price hikes, thus minimizing business risks and reducing costs by searching for alternative resources and ways of working, and by improving eco-efficiency across the product life cycle. Underpinning circular economy is collaboration, and often boldly across industry boundaries. Open innovation and joint experiments improve agility and help large companies to renew their business and small ones to grow and find their place in the new value networks.</p>\r\n\r\n<p>Circular economy encourages businesses to progress from production to selling services. Various leasing schemes, pay-per-use pricing models, refurbishment and maintenance are excellent examples of types of business that take better care of products and customers than before.</p>', NULL, 11, 'ECO_PRE_1_2'),
(51, '<h4>NAVEGABILITY</h4>\r\n\r\n<p>As shown in the map, the process is sequential, so you will not be able to move to the next stage unless the previous one has been fulfilled. However, you will be able to freely navigate through the completed tasks (colored).</p>\r\n\r\n<p>There is a nav bar always visible that will indicate the evolution of the eco-design process. The steps and tasks competed will be active and blue whereas the steps and tasks uncompleted will be inactive and grey. Active steps and tasks will be navigable in order to move backwards and forward along the process. In consequence, completed steps will be accessible any time. Next to the nav bar there is a map icon (small size) that will pop-up the full map when clicking. This map will also show your eco-design process in a visual form. Uncompleted stages will appear in grey, whereas completed stages will be colored. You can also navigate along the colored (active) stages in the map.</p>\r\n\r\n<p>When going backwards in the eco-design process you have the option to introduce changes in the tasks that have already been completed. Doing so, you will alter the flux of work and all the aggregated information. Therefore, you will have to go through all the steps again to fill the information that has been changed.</p>', NULL, 12, 'ECO_PRE_2'),
(52, '<h4>How to create a sustainable vision</h4>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>For the purpose of this tool, a sustainable vision is the result of applying environmental criteria on the design and production of a product or service. It implies that all the stages of the products&rsquo; life cycle and the service blueprint are anlysed under an environmental lens.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>What resources are needed? Can these resources be reduced, substituted, adapted,...</p>\r\n\r\n<p>What activities are needed? Can these activities be modified, combined, optimized,...</p>\r\n\r\n<p><img alt=\"\" src=\"/uploads/3/create-sustainable-vision-ic.png\" style=\"width: 930px; height: 316px;\" /></p>\r\n\r\n<p>Use the SCAMPER methodology to get some inspiration. It aims to provide different thinking approaches to find innovative ideas and solutions</p>\r\n\r\n<p>Some questions to guide your discussion towards an ideal sustainable vision of your product</p>\r\n\r\n<p>Substitute</p>\r\n\r\n<p>What materials or resources can you substitute or swap to improve the product?</p>\r\n\r\n<p>What other product or process could you use?</p>\r\n\r\n<p>What rules could you substitute?</p>\r\n\r\n<p>Can you use this product somewhere else, or as a substitute for something else?</p>\r\n\r\n<p>What will happen if you change your feelings or attitude toward this product?</p>\r\n\r\n<p>Combine</p>\r\n\r\n<p>What would happen if you combined this product with another, to create something new?</p>\r\n\r\n<p>What if you combined purposes or objectives?</p>\r\n\r\n<p>What could you combine to maximize the uses of this product?</p>\r\n\r\n<p>How could you combine talent and resources to create a new approach to this product?</p>\r\n\r\n<p>Adapt</p>\r\n\r\n<p>How could you adapt or readjust this product to serve another purpose or use?</p>\r\n\r\n<p>What else is the product like?</p>\r\n\r\n<p>Who or what could you emulate to adapt this product?</p>\r\n\r\n<p>What else is like your product?</p>\r\n\r\n<p>What other context could you put your product into?</p>\r\n\r\n<p>What other products or ideas could you use for inspiration?</p>\r\n\r\n<p>Modify</p>\r\n\r\n<p>How could you change the shape, look, or feel of your product?</p>\r\n\r\n<p>What could you add to modify this product?</p>\r\n\r\n<p>What could you emphasize or highlight to create more value?</p>\r\n\r\n<p>What element of this product could you strengthen to create something new?</p>\r\n\r\n<p>Put to Another Use</p>\r\n\r\n<p>Can you use this product somewhere else, perhaps in another industry?</p>\r\n\r\n<p>Who else could use this product?</p>\r\n\r\n<p>How would this product behave differently in another setting?</p>\r\n\r\n<p>Could you recycle the waste from this product to make something new?</p>\r\n\r\n<p>Eliminate</p>\r\n\r\n<p>How could you streamline or simplify this product or process?</p>\r\n\r\n<p>What features, parts, or rules could you eliminate?</p>\r\n\r\n<p>What could you understate or tone down?</p>\r\n\r\n<p>How could you make it smaller, faster, lighter, or more fun?</p>\r\n\r\n<p>Reverse</p>\r\n\r\n<p>What would happen if you reversed this process or sequenced things differently?</p>\r\n\r\n<p>What if you try to do the exact opposite of what you&#39;re trying to do now?</p>\r\n\r\n<p>What components could you substitute to change the order of this product?</p>\r\n\r\n<p>What roles could you reverse or swap?</p>\r\n\r\n<p>How could you reorganize this product?</p>', NULL, 13, 'ECO-ETAPA1-STEP4-1'),
(53, '<h4>What is a product&#39;s life cycle</h4>\r\n\r\n<p>The shift from pollution control (focusing on the impacts of the production in factories) towards global environmental prevention considering the product throughout the whole life cycle is seen as being positive for both environmental and economic reasons.</p>\r\n\r\n<p>Life Cycle Thinking seeks to identify possible improvements to goods in the form of lower environmental impacts and reduced use of resources across its life span.</p>\r\n\r\n<p>The typical life cycle of a product has 6 stages: i)raw material extraction, ii) design and production (manufacture), iii) packaging, iv) distribution, v)use and/or consumption plus maintenance, vi) end of life -reuse, recycling of materials, energy recovery and ultimate disposal-.</p>\r\n\r\n<p><img alt=\"\" src=\"/uploads/3/product-life-cycle-ic.png\" style=\"width: 544px; height: 408px;\" /></p>\r\n\r\n<p>Being aware of the life cycle of the product that you aim to eco-design is preparation for the Environmental Assessment that will be performed afterwards by means of a Qualitative Assessment of a set of Life Cycle Criteria.</p>', NULL, 14, 'ECO-ETAPA2-STEP1-PROD'),
(54, '<p>Concepts to select the attributes:</p>\r\n\r\n<p>EFFICIENCY: it means to produce the desired results without wasting inputs such as materials, time, water or energy. Often it involves using better technology in the production process. The efficiency measures the amount of inputs (energy, water, materials) by unit of product produced.</p>\r\n\r\n<p>ECOLOGICAL RUCKSACK: it looks at hidden material flows. It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product. Ecological rucksacks take a life cycle approach and signify the environmental strain or resource efficiency of the product or service.</p>\r\n\r\n<p>RECYCLE: to sort and collect rubbish in order to treat it and produce useful materials that can be used again. Recycling implies that the product to be recycled passess through a series of changes or treatments:</p>\r\n\r\n<ul>\r\n <li>to process (something, such as liquid body waste, glass, or cans) in order to regain material for human use</li>\r\n <li>to reuse or make (a substance) available for reuse for biological activities through natural processes of biochemical degradation or modification (green plants recycling the residue of forest fires) Recyclable materials include many kinds of glass, paper, cardboard, metal, plastic, tires, textiles, batteries, and electronics. The composting of biodegradable waste&mdash;such as food or garden waste&mdash;is also a form of recycling.</li>\r\n</ul>\r\n\r\n<p>Materials to be recycled are either delivered to a household recycling center or picked up from curbside bins, then sorted, cleaned, and reprocessed into new materials destined for manufacturing new products.</p>\r\n\r\n<p>BIODEGRADE: the breakdown of organic matter by microorganisms, such as bacteria and fungi.</p>\r\n\r\n<p>The term &ldquo;biodegradable&rdquo; means that a product can be broken down by naturally occurring microorganisms and turned into compounds found in nature. This is not the same as &ldquo;compostable.&rdquo; If something is compostable, in addition to being biodegradable, it has to break down at a rate comparable to yard trimmings or food scraps in a compost pile. And it must do so without leaving any toxic residues.</p>\r\n\r\n<p>There are many products labeled as biodegradable, from detergents to packaging materials to bags. More and more disposable products made of plastic are labeled as &quot;&quot;biodegradable&quot;&quot; or &quot;&quot;compostable.&quot;&quot; Are those products truly environmentally friendly? Regular plastic like PET (used, for example, for soda bottles) never biodegrades. It can degrade, meaning that when exposed to sunlight, moisture and oxygen, it will eventually turn into tiny pieces and even individual molecules. However, these are not naturally occurring molecules and are oftentimes toxic. For a plastic to be called biodegradable (in the United States, standards are set by the American Society for Testing and Materials) 60 percent of it must be broken down within 180 days in a commercial composting facility. So, can you compost them at home? No. The vast majority of them do not degrade in household compost piles, where the temperatures are too low.</p>\r\n\r\n<p>Whether an item is compostable or simply biodegradable, it needs to be placed in an environment that facilitates its breakdown. Compostable products require composting environments. But, even some biodegradable items need to be degraded in a controlled composting environment or facility&mdash;and very few of these facilities exist. These large facilities are designed to keep materials at high temperatures for several consecutive days.</p>\r\n\r\n<p>Moreover, biodegradable plastics are made of materials that are not compatible with regular plastics in the recycling process, and will only lower the quality of the product made of the recycled material. So, if you&#39;re going to run a green business, you should know how to make sure the materials you use are safely and efficiently biodegradable, as well as accurately labeled.</p>\r\n\r\n<p>RENEWABLE SOURCES: a natural resource which will replenish to replace the portion depleted by usage and consumption, either through natural reproduction or other recurring processes in a finite amount of time in a human time scale. Renewable resources are a part of Earth&#39;s natural environment and the largest components of its ecosphere.</p>\r\n\r\n<p>Water can be considered a renewable material when carefully controlled usage, treatment, and release are followed. If not, it would become a non-renewable resource at that location.</p>\r\n\r\n<p>Most food has its origin in renewable resources. Food is obtained directly from plants and animals.</p>\r\n\r\n<p>An important renewable resource is wood provided by means of forestry, which has been used for construction, housing and firewood. Plants provide the main sources for renewable resources, the main distinction is between energy crops and non-food crops. A large variety of lubricants, industrially used vegetable oils, textiles and fibre made e.g. of cotton, copra or hemp, paper derived from wood, rags or grasses, bioplastic are based on plant renewable resources. A large variety of chemical based products like latex, ethanol, resin, sugar and starch can be provided with plant renewables. Animal based renewables include fur, leather, technical fat and lubricants and further derived products, as e.g. animal glue, tendons, casings or in historical times ambra and baleen provided by whaling.</p>\r\n\r\n<p>RENEWABLE ENERGY refers to the provision of energy via renewable resources which are naturally replenished fast enough as being used. It includes e.g. sunlight, wind, biomass, rain, tides, waves and geothermal heat. Renewable energy may replace or enhance fossil energy supply various distinct areas: electricity generation, hot water/space heating, motor fuels, and rural (off-grid) energy services.</p>\r\n\r\n<p>LOOPS AND CYCLES IN INDUSTRIAL SYSTEMS- closed loop systems are those where wastes can become inputs for new processes. Loops and circles are the basis of circular economy (already explained at the introduction &ldquo;Welcome to Switch to eco-design tool&rdquo;). Waste can either be energy or materials, including water.</p>\r\n\r\n<p>Loops can occur within companies and between companies, copying the way natural systems operate. When loops are created between neighbouring companies (industrial clusters), it is called industrial symbiosis, where the proximity between industrial facilities enables these interactions (e.g. recycling of water in closed cycles, in combination with heat recovery). It is a pillar of industrial ecology, which is a discipline that conceptualises industry as a man-made ecosystem that operates in a similar way to natural ecosystems, where the waste or by product of one process is used as an input into another process. Industrial ecology interacts with natural ecosystems and attempts to move from a linear to cyclical or closed loop system. These strategies may not only reduce environmental impacts but also costs.</p>\r\n\r\n<p>PRODUCT LIFE SPAN- It refers to the durability of the product, that is to say, for how long it will be used. The longer the life span, the better.</p>\r\n\r\n<p>There are several conditionings to it:</p>\r\n\r\n<ol>\r\n <li>timelessness, understood as a design not being affected by time,</li>\r\n <li>durability, meaning the time it will be working properly and used.</li>\r\n <li>adaptability to users&#39; needs, so it can be utilized under varying service requirements.</li>\r\n <li>customer&#39;s appreciation of it.</li>\r\n <li>reusability, as the capacity to use again a product for the same function as it was initially designed.</li>\r\n</ol>\r\n\r\n<p>&nbsp;</p>', NULL, 15, 'ECO-ETAPA2-STEP2-PROD'),
(55, '<h4>What if we have other environmental impact assessment studies (e.g. LCA) ?</h4>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>LCA is a process to evaluate the environmental burdens associated with a product, process, or activity by identifying and quantifying energy and materials used and wastes released to the environment; to assess the impact of those energy and materials used and releases to the environment; and to identify and evaluate opportunities to affect environmental improvements. The assessment includes the entire life cycle of the product, process or activity, encompassing, extracting and processing raw materials; manufacturing, transportation and distribution; use, re-use, maintenance; recycling, and final disposal.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>In case that an LCA study is available for the product under study, you are encouraged to compare its results with the ones obtained with the Switch Eco-design Tool. In case that there is a divergence between methodologies in the life cycle stages accumulating more impact, you should take it into account and include the in the selection of life cycle stages.</p>\r\n\r\n<p>By default the tool presents a list of strategies referring to the 2 most impacting life cycle stages based on the Qualitative Assessment of life Cycle Criteria. If you manually include the life cycle stages that have not been considered but that showed to be important under LCA, the tool will then display strategies related to this other stage.</p>', NULL, 16, 'ECO-ETAPA4-INICIO-PROD'),
(56, '<p>What are eco-design sustainable strategies?<br />\r\nEco-design strategies are strategies that can be followed to improve the sustainability of your product or service, which can include a wide range of approaches: efficiency, optimisation, consumption reduction, sensitisation, communication, etc.<br />\r\nSome useful concepts<br />\r\nWASTE TREATMENT HIERARCHY<br />\r\nGenerated waste can be treated by means of different ways, some of the better than the others. The waste treatment hierarchy (from best to worst) is as follows: preparing for re-use; recycling (material recovery); other recovery (energy recovery) and disposal.<br />\r\nDEMATERIALISATION: Dematerialisation literally means the use of fewer materials. It often refers to the process by which physical securities such as share certificates and other physical documents are converted into electronic format. However, it is defined by UNEP as &ldquo;the reduction of total material and energy throughput of any product and service, and thus the limitation of its environmental impact. This includes reduction of raw materials at the production stage, of energy and material inputs at the use stage, and of waste at the disposal stage.&rdquo;<br />\r\nDematerialisation strategies include:<br />\r\n- the design and manufacture of a smaller product e.g. smaller homes, miniturisation<br />\r\n- the design and manufacture of lighter products e.g. using alternative construction<br />\r\n- the replacement of material goods by non-material substitutes (for instance a letter on paper replaced by an email)<br />\r\n- the reduction in the use of material systems or of systems requiring large infrastructures (for instance using telecommunications instead of using a car to go to work)<br />\r\nREUSE: It is using a product as-it-is (example: selling books online or in a retail thrift store)<br />\r\nREMANUFACTURE: it is the process of recovering, disassembling, repairing and sanitizing components for resale at &ldquo;new product&rdquo; performance, quality and specifications. By remanufacturing products, components or parts, a company contributes to the circular economy by extending the lifetime of those elements and creating value. Remanufactured products or parts should be considered &ldquo;like new,&rdquo; as the typical process of remanufacturing is thorough to ensure &ldquo;like new&rdquo; quality:</p>\r\n\r\n<ul>\r\n <li>Collection</li>\r\n <li>Identification and inspection</li>\r\n <li>Disassembly</li>\r\n <li>Reconditioning and replacement (when needed)</li>\r\n <li>Reassembly</li>\r\n <li>Quality assurance and testing</li>\r\n</ul>\r\n\r\n<p>Remanufactured products should not be understood as &ldquo;used,&rdquo; &ldquo;refurbished,&rdquo; &ldquo;repaired&rdquo; or &ldquo;reused.&rdquo; Remanufacture is taking an item and turning it into something else (example: clean materials from a discarded mattress used to make a dog or cat bed)<br />\r\nRECYCLE: It implies sending raw materials to a secondary market for remanufacture (example: collecting large appliances and selling the scrap metal)<br />\r\nREFURBISHING: It means collecting discarded products or materials that can be refinished and sanitized to serve their original functions. Refurbishment is often aesthetic in nature and results in a product that, although in good condition, may not be comparable with new or remanufactured products. This process is typically less intensive than remanufacturing, which results in a final product comparable to a brand-new product.<br />\r\nINDUSTRIAL SYMBIOSIS: It is the process by which wastes or by‐products of an industry or industrial process become the raw materials for another. Application of this concept allows materials to be used in a more sustainable way and contributes to the creation of a circular economy.<br />\r\nIndustrial symbiosis creates an interconnected network which strives to mimic the functioning of ecological systems, within which energy and materials cycle continually with no waste products produced. This process serves to reduce the environmental footprint of the industries involved. Virgin raw materials are required to a lesser degree, and the need for landfill waste disposal is reduced. It also allows value to be created from materials that would otherwise be discarded and so the materials remain economically valuable for longer than in traditional industrial systems.<br />\r\nSERVITISATION: In its simplest terms, servitization refers to industries using their products to sell &ldquo;outcome as a service&rdquo; rather than a one-off sale.<br />\r\nIn recent years, more and more manufacturers are competing through a portfolio of integrated products and services. This is a conscious and explicit strategy for manufacturers, with the provision of product-centric services providing a main differentiating factor in the marketplace. And it&rsquo;s this which has become known as the servitization of manufacturing. The move from making products to delivering product-centric services is no small shift &ndash; it means transforming both your organisational structure and processes.<br />\r\nPioneering companies that were excelling in servitization -Rolls Royce, Xerox and the London Underground- followed a common competitive strategy, with greater emphasis placed upon customer intimacy.<br />\r\nIn fact, the strategy aimed to push performance in three key areas:</p>\r\n\r\n<ul>\r\n <li>Customer Intimacy. Combining detailed customer knowledge with operational flexibility, to create the best total solution for the customer.</li>\r\n <li>Operational Excellence. Controlling processes to effectively deliver best total cost to the customer.</li>\r\n <li>Product Leadership. Selling the best product on the market.</li>\r\n</ul>\r\n\r\n<p>PLANNED OBSOLESCENCE, or built-in obsolescence, in industrial design and economics is a policy of planning or designing a product with an artificially limited useful life, so that it becomes obsolete (i.e., unfashionable, or no longer functional) after a certain period of time. The rationale behind this strategy is to generate long-term sales volume by reducing the time between repeat purchases (referred to as &quot;&quot;shortening the replacement cycle&quot;&quot;). The producer has to know that the consumer is at least somewhat likely to buy a replacement from them. In these cases of planned obsolescence, there is an information asymmetry between the producer, who knows how long the product was designed to last, and the consumer, who does not. When a market becomes more competitive, product lifespans tend to increase.<br />\r\nThe Centennial Light is often pointed to as evidence for the supposedly planned obsolescence. Lightbulbs and various other technologies could easily last for decades, many believe, but it&rsquo;s more profitable to introduce artificial lifespans so that companies get repeat sales.</p>', NULL, 17, 'ECO-ETAPA4-STEP1-PROD'),
(57, '<h4>Need some questions to get the discussion started?</h4>\r\n\r\n<ul>\r\n <li>Which strategies are technologically feasible?</li>\r\n <li>Are there regulations and/or legislative barriers?</li>\r\n <li>High investments required?</li>\r\n <li>Positive responses from customers and/or consumers?</li>\r\n</ul>', NULL, 18, 'ECO-ETAPA4-STEP2-PROD'),
(58, NULL, NULL, 1, 'gbp21readbefore'),
(59, NULL, NULL, 1, 'gbp21readbefore'),
(60, NULL, NULL, 1, 'gbp21readbefore'),
(61, '<p>Describe this GBP section by filling in the content: this is commonly a text that is between 250 and 750 words and structured with several key points. These points should answer some inspirational questions and include all the relevant information that will enable the reader to comprehend what you have in mind, what you have done so far and mostly, what is next.</p>', NULL, 1, 'gbp_resource_2_1_1_rb'),
(63, '<p>bdfbvf</p>', NULL, 1, 'vfsdf'),
(64, '<p>Demonstrate that you know how to manage your organisation, that you have considered a plan to do this and that you integrate the problem-solving thinking in the way you work.</p>\r\n\r\n<table>\r\n <tbody>\r\n <tr>\r\n <td>1. Description of the management strategy</td>\r\n <td>2. Some management protocols (some sort of &ldquo;house&rdquo;rules)</td>\r\n <td>3. List of problem-solving activities and tasks</td>\r\n <td>4. Organisation of the internal and external policies such as Corporate Social Responsibility (CSR)</td>\r\n <td>5. Certifications and other useful protocols</td>\r\n </tr>\r\n </tbody>\r\n</table>', NULL, 2, 'gbp_resource_2_1_1_a'),
(65, '<p>Here are a few questions to give you inspiration:</p>\r\n\r\n<p>How do you plan to manage your business? Who will be in the lead and how they will do this? Are you able to manage problems and provide new solutions? How? What are the main activities you will be doing first?</p>\r\n\r\n<p>How will you deal with Social and Environmental Corporate Responsibility? What is your policy? Will you consider gender equality, religion tolerance and healthy and fair work environment?</p>', NULL, 4, 'gbp_resource_2_1_1_gq'),
(66, '<p>Great! Now, let&rsquo;s do something about it! What are you doing and when are you taking action to execute this section of the GBP? Type of actions for the roadmap (just few examples...):</p>\r\n\r\n<p>A. Edit a policy and make it public.</p>\r\n\r\n<p>B. Execution of the management strategy with related tasks.</p>\r\n\r\n<p>C. Organise a group or &lsquo;council&rsquo; for the management board to decide important aspects of the business</p>\r\n\r\n<p>launch.</p>\r\n\r\n<p>D. Inform stakeholders and management board, and work with them in a specific issue.</p>\r\n\r\n<p>E. Other... (Specify it!).</p>\r\n\r\n<p>Write down the actions in your template and check Chapter 2.6 for further information.</p>', NULL, 19, 'gbp_resource_2_1_1_rm'),
(67, '<p>Describe this GBP section by filling in the content: this is commonly a structured text that is between 500 and 1000 words and contains simple table items with a profile picture of all the team members including their resumes. If available also provide the Linkedin url (including other social networks) in order to ensure potential readers that your project team is real and that they have the right skills and experience to launch and run this project properly. Resumes should not be too long, just describe the value proposition of the team member. You could always provide external links or additional information if required.</p>\r\n\r\n<p>This chapter should provide valuable information about the roles, the hierarchy and even the main functions of the team members. Remember that this information should be coherent with financial statements. Human resources use to have a high cost for startups (most of the time, a challenging fixed cost), you should prove in this section that you are going to choose and work with the right people. You could also give an emotional touch to this section, adding what will bring this team together and what you expect for the future, use a good narrative, seduce your reader.</p>', NULL, 1, 'gbp_2_1_2_resource_rb'),
(68, '<p>You think you have the right team, a dream team, prove it! Detail who you are and why you are (as an entrepreneur and as a whole, as a team) the best chance this project has to succeed! Commonly, the expected outcomes for this section, are:</p>\r\n\r\n<table>\r\n <tbody>\r\n <tr>\r\n <td>1. Description of the team structure with personal motivations and backgrounds</td>\r\n <td>2. List of team members with their professional resume and profile picture</td>\r\n <td>3. Charts detailing the roles and the member&rsquo;s main functions</td>\r\n </tr>\r\n </tbody>\r\n</table>', NULL, 2, 'gbp_2_1_2_resource_a'),
(69, '<p><strong>Who are the members of the management team?</strong> Identify each member of the management team, and highlight his or her key responsibilities and relevant experience.</p>\r\n\r\n<p><strong>Do you rely on experienced advisors?</strong> Describe any additional support you will receive from an advisory board, consultants, or your board of directors. Be sure to list their names, titles and affiliations.</p>\r\n\r\n<p><strong>Who is your team as well as why and how they will lead the project to success?</strong> Describe functions, hierarchy, their background and relative experience.</p>\r\n\r\n<p><strong>Do you rely on external human resources?</strong></p>\r\n\r\n<p><strong>What is the nature of your relationship?</strong></p>\r\n\r\n<p><strong>Could they be considered mere resources (some sort of commodities, easy to replace) or strategic assets, very critical for the value proposition?</strong></p>', NULL, 4, 'gbp_2_1_2_resource_gq'),
(70, '<p><strong>Great! Now, let&rsquo;s do something about it! What are you doing and when are you taking action to execute this section of the GBP? Type of actions for the roadmap (just a few examples...):</strong></p>\r\n\r\n<p>A. Create a vacancy, publish it on the internet, manage the selection phase and hire a new member of the team.</p>\r\n\r\n<p>B. Arrange and sign a partner/shareholder agreement.</p>\r\n\r\n<p>C. Salary and other personnel agreement negotiations.</p>\r\n\r\n<p>D. Social insurance and other legal requirements related with employees.</p>\r\n\r\n<p>E. Other... (specify it!)Write down the actions in your Roadmap template and check Chapter 2.6 for further information.</p>', NULL, 19, 'gbp_resource_2_1_2_rm');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `recursototarea`
--
CREATE TABLE `recursototarea` (
`tarea_id` int(11) NOT NULL,
`recursos_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `recursototarea`
--
INSERT INTO `recursototarea` (`tarea_id`, `recursos_id`) VALUES
(1, 2),
(1, 4),
(1, 5),
(2, 9),
(2, 10),
(2, 11),
(3, 12),
(3, 13),
(4, 14),
(4, 15),
(4, 16),
(8, 18),
(9, 25),
(9, 30),
(9, 31),
(10, 19),
(10, 32),
(10, 33),
(11, 19),
(11, 32),
(11, 33),
(12, 34),
(13, 21),
(13, 34),
(14, 26),
(14, 35),
(14, 36),
(15, 44),
(15, 45),
(16, 37),
(17, 42),
(17, 43),
(19, 23),
(19, 38),
(19, 39),
(20, 24),
(20, 40),
(20, 41),
(21, 27),
(22, 28),
(22, 34),
(23, 28),
(23, 29),
(23, 34),
(26, 28),
(27, 42),
(27, 43),
(28, 42),
(28, 43),
(29, 42),
(29, 43),
(30, 42),
(30, 43),
(31, 42),
(31, 43),
(32, 42),
(32, 43),
(33, 42),
(33, 43),
(34, 42),
(34, 43),
(38, 48),
(38, 49),
(38, 50),
(39, 51),
(45, 52),
(48, 53),
(49, 54),
(55, 55),
(56, 56),
(57, 57),
(67, 53),
(68, 54),
(74, 55),
(75, 56),
(76, 57),
(95, 44),
(95, 45),
(102, 61),
(102, 64),
(102, 65),
(102, 66),
(104, 67),
(104, 68),
(104, 69),
(104, 70);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `recurso_to_tarea`
--
CREATE TABLE `recurso_to_tarea` (
`tarea_id` int(11) NOT NULL,
`recursos_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `recurso_to_tarea`
--
INSERT INTO `recurso_to_tarea` (`tarea_id`, `recursos_id`) VALUES
(1, 2),
(1, 4),
(1, 5),
(2, 9),
(2, 10),
(2, 11),
(3, 12),
(3, 13),
(4, 14),
(4, 15),
(4, 16),
(8, 18),
(9, 25),
(9, 30),
(9, 31),
(10, 19),
(10, 32),
(10, 33),
(11, 19),
(11, 32),
(11, 33),
(12, 34),
(13, 21),
(13, 34),
(14, 26),
(14, 35),
(14, 36),
(15, 44),
(15, 45),
(16, 37),
(17, 42),
(17, 43),
(19, 23),
(19, 38),
(19, 39),
(20, 24),
(20, 40),
(20, 41),
(21, 27),
(22, 28),
(22, 34),
(23, 29),
(23, 34),
(26, 28),
(27, 42),
(27, 43),
(28, 42),
(28, 43),
(29, 42),
(29, 43),
(30, 42),
(30, 43),
(31, 42),
(31, 43),
(32, 42),
(32, 43),
(33, 42),
(33, 43),
(34, 42),
(34, 43);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `respuestas`
--
CREATE TABLE `respuestas` (
`green_entrepreneur_id` int(11) NOT NULL,
`preguntas_id` int(11) NOT NULL,
`valor` longtext COLLATE utf8mb4_unicode_ci,
`fecha` datetime DEFAULT NULL,
`comentarios_trainer` longtext COLLATE utf8mb4_unicode_ci,
`revisada` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `respuestas`
--
INSERT INTO `respuestas` (`green_entrepreneur_id`, `preguntas_id`, `valor`, `fecha`, `comentarios_trainer`, `revisada`) VALUES
(2, 48, '', '2020-06-03 09:53:34', NULL, 1),
(2, 49, '', '2020-06-03 09:53:34', NULL, 1),
(2, 50, '', '2020-06-03 09:53:34', NULL, 1),
(2, 51, '', '2020-06-03 09:53:34', NULL, 1),
(2, 52, '', '2020-06-03 09:53:34', NULL, 1),
(2, 53, '', '2020-06-03 09:53:34', NULL, 1),
(2, 55, '', '2020-06-03 09:53:34', NULL, 1),
(2, 56, '', '2020-06-03 09:53:34', NULL, 1),
(2, 58, '', '2020-06-03 09:53:34', NULL, 1),
(2, 59, '', '2020-06-03 09:53:34', NULL, 1),
(2, 70, '', '2020-06-03 09:53:34', NULL, 1),
(2, 71, '', '2020-06-03 09:53:34', NULL, 1),
(2, 72, '', '2020-06-03 09:53:34', NULL, 1),
(2, 81, '\n', '2020-06-03 09:53:34', NULL, 0),
(2, 82, '\n', '2020-06-03 09:53:34', NULL, 0),
(2, 83, '\n', '2020-06-03 09:53:34', NULL, 0),
(2, 523, '', '2020-06-02 07:18:59', NULL, 1),
(2, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Need Identification\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I get really annoyed about the electricity supply. So many times we suffer front cuts and can\\u00b4t follow my dalily routine.\\\",\\\"points\\\":\\\"s\\\",\\\"experience\\\":\\\"sss\\\",\\\"provide\\\":\\\"ssss\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Finding alternatives\\\",\\\"emotions\\\":\\\"confuso\\\",\\\"needs\\\":\\\"cscs\\\",\\\"points\\\":\\\"csc\\\",\\\"experience\\\":\\\"cscscs\\\",\\\"provide\\\":\\\"cscscs\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 2\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"dqw\\\",\\\"needs\\\":\\\"cdwe\\\",\\\"points\\\":\\\"fcwe\\\",\\\"experience\\\":\\\"cwe\\\",\\\"provide\\\":\\\"cwe\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"v sfd\\\",\\\"emotions\\\":\\\"v fd\\\",\\\"needs\\\":\\\"vsdf\\\",\\\"points\\\":\\\"csd\\\",\\\"experience\\\":\\\"vfdsvfds\\\",\\\"provide\\\":\\\"vsfdvsfd\\\"},\\\"4\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"otro\\\",\\\"order-of-stages\\\":\\\"3post\\\",\\\"stage\\\":\\\"aaa\\\",\\\"emotions\\\":\\\"aaa\\\",\\\"needs\\\":\\\"aaa\\\",\\\"points\\\":\\\"aaa\\\",\\\"experience\\\":\\\"aaa\\\",\\\"provide\\\":\\\"aaa\\\"},\\\"5\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"otro\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"bbb\\\",\\\"emotions\\\":\\\"bbb\\\",\\\"needs\\\":\\\"bbb\\\",\\\"points\\\":\\\"bbb\\\",\\\"experience\\\":\\\"bbb\\\",\\\"provide\\\":\\\"bbb\\\"},\\\"6\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"3post\\\",\\\"stage\\\":\\\"pp\\\",\\\"emotions\\\":\\\"pp\\\",\\\"needs\\\":\\\"pp\\\",\\\"points\\\":\\\"pp\\\",\\\"experience\\\":\\\"pp\\\",\\\"provide\\\":\\\"pp\\\"},\\\"7\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"pre\\\",\\\"emotions\\\":\\\"pre\\\",\\\"needs\\\":\\\"pre\\\",\\\"points\\\":\\\"pre\\\",\\\"experience\\\":\\\"pre\\\",\\\"provide\\\":\\\"pre\\\"}}\"', '2020-05-12 10:46:09', NULL, NULL),
(2, 525, '', '2020-06-04 11:05:23', NULL, NULL),
(2, 526, '', '2020-06-04 11:05:23', NULL, NULL),
(2, 527, '', '2020-06-04 11:05:23', NULL, NULL),
(2, 532, '', '2020-06-04 11:05:23', NULL, NULL),
(2, 533, '', '2020-06-04 11:05:23', NULL, NULL),
(2, 534, '', '2020-06-04 11:05:23', NULL, NULL),
(2, 535, '\n', '2020-06-04 11:05:23', NULL, NULL),
(2, 536, '\n', '2020-06-04 11:05:23', NULL, NULL),
(2, 537, '', '2020-06-04 11:05:23', NULL, NULL),
(2, 538, '', '2020-06-04 11:05:23', NULL, NULL),
(2, 539, '', '2020-06-04 11:05:23', NULL, NULL),
(2, 540, '', '2020-05-12 11:58:44', NULL, NULL),
(2, 541, '', '2020-06-05 06:42:36', NULL, 1),
(2, 542, 'service', '2020-06-05 06:43:00', NULL, 1),
(2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Hichem\",\"surname\":\"SALEM\",\"email\":\"hsalem@scprac.org\",\"background\":\"Project Manager\",\"responsibilities\":\"Member\"},{\"name\":\"Alessandro\",\"surname\":\"Alessandro\",\"email\":\"hsalem@scprac.org\",\"background\":\"Project Manager\",\"responsibilities\":\"Member\"},{\"name\":\"Anna\",\"surname\":\"Anna\",\"email\":\"hsalem@scprac.org\",\"background\":\"PM\",\"responsibilities\":\"Member\"},{\"name\":\"Claudia\",\"surname\":\"Pani\",\"email\":\"hsalem@scprac.org\",\"background\":\"PM\",\"responsibilities\":\"Member\"},{\"name\":\"Giorgio\",\"surname\":\"Giorgio\",\"email\":\"hsalem@scprac.org\",\"background\":\"TL\",\"responsibilities\":\"Member\"},{\"name\":\"Marta\",\"surname\":\"Marta\",\"email\":\"hsalem@scprac.org\",\"background\":\"PM\",\"responsibilities\":\"Member\"},{\"name\":\"Pedro\",\"surname\":\"Pedro\",\"email\":\"hsalem@scprac.org\",\"background\":\"PM\",\"responsibilities\":\"Member\"}]', '2020-06-04 06:57:48', NULL, 1),
(2, 550, 'Proyecto1', '2020-06-04 06:58:21', NULL, 1),
(2, 551, 'Descripcionadasdd', '2020-06-04 06:58:21', NULL, 1),
(2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/toolbox.png', '2020-06-04 06:58:21', NULL, 1),
(2, 553, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.', '2020-06-04 06:59:25', NULL, 1),
(2, 554, 'Nulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsdfsdfsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.', '2020-06-04 06:59:25', NULL, 1),
(2, 555, 'In id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.', '2020-06-04 06:59:25', NULL, 1),
(2, 556, 'Morbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.', '2020-06-04 06:59:25', NULL, 1),
(2, 557, 'Proin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.', '2020-06-04 06:59:25', NULL, 1),
(2, 558, 'Phasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.', '2020-06-04 06:59:25', NULL, 1),
(2, 559, 'Objetivossdfsdfsd', '2020-06-04 07:00:29', NULL, 1),
(2, 560, 'Mi vision', '2020-06-04 07:00:29', NULL, 1),
(2, 561, 'Fran Nazario - Responsibility\r\nHichem SALEM - Member\r\nAlessandro Alessandro - Member\r\nAnna Anna - Member\r\nClaudia Pani - Member\r\nGiorgio Giorgio - Member\r\nMarta Marta - Member\r\nPedro Pedro - Member\r\n', '2020-06-04 07:04:25', NULL, 0),
(2, 562, 'Proyecto1\r\n\r\nDescripcionadasdd\r\n\r\n', '2020-06-04 07:04:25', NULL, 1),
(2, 563, 'POLITICAL\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.\r\n\r\nSOCIAL\r\nNulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsdfsdfsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.\r\n\r\nENVIRONMENTAL\r\nIn id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.\r\n\r\nECONOMIC\r\nMorbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.\r\n\r\nTECHNOLOGICAL\r\nProin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.\r\n\r\nLEGAL\r\nPhasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.\r\n\r\n', '2020-06-04 07:04:25', NULL, 1),
(2, 564, 'OBJECTIVES\r\nObjetivossdfsdfsd\r\n\r\nSUSTAINABLE VISION\r\nMi vision\r\n\r\n', '2020-06-04 07:04:25', NULL, 1),
(2, 572, 'verver', '2020-06-04 07:12:51', NULL, 1),
(2, 573, 'vever', '2020-06-04 07:12:51', NULL, 1),
(2, 574, 'verver', '2020-06-04 07:12:51', NULL, 1),
(2, 575, 'avfr', '2020-06-04 07:12:51', NULL, 1),
(2, 576, 'vefdvsdf', '2020-06-04 07:12:51', NULL, 1),
(2, 577, 'vervr', '2020-06-04 07:12:51', NULL, 1),
(2, 596, '', '2020-06-02 07:20:47', NULL, 1),
(2, 597, '', '2020-06-02 07:20:47', NULL, 1),
(2, 598, '', '2020-06-02 07:20:47', NULL, 1),
(2, 599, '', '2020-06-02 07:20:47', NULL, 1),
(2, 600, '', '2020-06-02 07:20:47', NULL, 1),
(2, 601, '', '2020-06-02 07:20:47', NULL, 1),
(2, 602, '', '2020-06-02 07:20:47', NULL, 1),
(2, 603, '', '2020-06-02 07:20:47', NULL, 1),
(2, 604, '', '2020-06-02 07:20:47', NULL, 1),
(2, 605, '', '2020-06-02 07:20:47', NULL, 1),
(2, 606, '', '2020-06-02 07:20:47', NULL, 1),
(2, 607, '', '2020-06-02 07:20:47', NULL, 1),
(2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"FranNazario1987@gmail.com\"]}', '2020-06-04 08:58:46', NULL, 1),
(2, 637, '{\"raw\":{\"new\":[],\"default\":[{\"id\":\"first-raw\",\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"},{\"id\":\"second-raw\",\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\"},{\"id\":\"fourth-raw\",\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"id\":\"fifth-raw\",\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"}],\"total\":4},\"prod\":{\"new\":[{\"title\":\"Campo1\",\"descripcion\":\"Descriptcion1\"}],\"default\":[{\"id\":\"fourth-prod\",\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"id\":\"fifth-prod\",\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":3},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"id\":\"fifth-dist\",\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"id\":\"sixth-dist\",\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-06-04 07:31:25', NULL, 1),
(2, 638, '{\"raw\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Reduce material imput designing your product different<br>Can you redesign your product so it uses less materials or lasts longer?\",\"descripcion\":\"This strategy aims to reduce the use of materials by redesigning the product. There are various ways to do it:<ol><li>improving its durability. Look for materials that last longer and avoid planned obsolescence. A long life product does not need to be replaced, thus neither produced. Always consider the requirements of the product (strength, durability, service life, etc.).</li><li>making the product simpler and more functional. It may result in the reduction of non structural parts and of connecting parts that will help reducing both the consumption of resources and the time for assembly and disassembly.</li><li>including different functions into one product. It reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions).</li></ol>\",\"score\":0},{\"title\":\"Prioritize renewable raw materials<br>Can you switch from non-renewable to renewable material sources?\",\"descripcion\":\"Renewable raw materials are not of fossil origin but are made, in most cases, from plants. Their use presents benefits, since other limited resources are not used and, in addition, it provides for adequate disposal.\",\"score\":0},{\"title\":\"Prioritize recyclable materials<br>Can you improve the reciclability of your product?\",\"descripcion\":\"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\",\"score\":0},{\"title\":\"Select materials without toxic, nocive and harmful substances<br>Can you use non-toxic substances or materials ?\",\"descripcion\":\"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\",\"score\":0}],\"total\":5,\"average\":1.5,\"isActive\":1},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3.5,\"isActive\":0},\"pack\":{\"new\":[{\"title\":\"Prueba\",\"descripcion\":\"Test\",\"score\":0}],\"default\":[{\"title\":\"Dimension the packaging according to standard transportation measures<br>Are you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"descripcion\":\"The use of packaging dimensioned to logistics and retailers optimizes the room in trucks and warehouses better than non standard packaging.\",\"score\":0},{\"title\":\"Reduce the packaging to the minimum<br>Can you use less packaging material (e.g. Making it lighter)?\",\"descripcion\":\"Reducing the material input in packaging can be done by optimization of packaging or by appropriate product design (e.g. casings that endure transportation without or with only a minimum of packaging)\",\"score\":0},{\"title\":\"Use monomaterial (only one material) packaging<br>Can you produce your product so it uses a single type of material?\",\"descripcion\":\"A packaging made of only one material enables easy handling for proper waste management. In contrast, when packaging is made of different materials, these need to be separated and managed in different ways.\",\"score\":0}],\"total\":4,\"average\":3,\"isActive\":1},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3,\"isActive\":0},\"main\":{\"new\":[{\"title\":\"asdf\",\"descripcion\":\"wef\",\"score\":0},{\"title\":\"sadf\",\"descripcion\":\"fewf\",\"score\":0},{\"title\":\"sdf\",\"descripcion\":\"efwe\",\"score\":0},{\"title\":\"asdf\",\"descripcion\":\"fwfr\",\"score\":0}],\"default\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacement<br>Can you make spare parts available?\",\"descripcion\":\"Successful repair work presupposes that spare parts are readily available. Special parts that are difficult to procure make basically simple repair work impossible.<br>Easy access to components for repair and replacement ensures a longer service life. In many cases, designers concentrate on simple assembly but forget how to disassembly and repair products.\",\"score\":0},{\"title\":\"Ensure maintenance with standard tools<br>Can it be fixed by the user or does it need technical assistance?\",\"descripcion\":\"The use of standard tools for maintenance is preferred in order to make it easier and ensure that maintenance work can be done at any time.\",\"score\":0}],\"total\":6,\"average\":2,\"isActive\":1},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":5,\"isActive\":1}}', '2020-06-04 11:51:02', NULL, 1),
(2, 639, '', '2020-06-04 09:50:54', NULL, 1),
(2, 640, '{\"raw\":[{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"4\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Prueba\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sadf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"end\":[]}', '2020-06-04 11:55:44', NULL, 0),
(2, 656, '{\"raw\":[{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1588284000000,\"endDate\":1593554400000,\"responsible\":\"Fran\"},{\"title\":\"Accion 1\",\"startDate\":1580511600000,\"endDate\":1583017200000,\"responsible\":\"YO\"},{\"title\":\"Test\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Hichem\"}]},{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"score\":\"2.3\",\"actions\":[{\"title\":\"Fran prueba\",\"startDate\":1577833200000,\"endDate\":1583017200000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Pellentesque quis nulla purus. Praesent sollicitudin at massa id condimentum. Curabitur malesuada fermentum euismod. Ut quis magna a enim pharetra interdum. In scelerisque mattis odio, volutpat tincidunt nibh eleifend sit amet. Ut at tempus odio. Duis sodales blandit ligula, posuere tristique turpis accumsan eu. Morbi finibus elit quis congue sodales. Fusce lacinia condimentum dapibus. Integer imperdiet ligula turpis, quis elementum turpis feugiat a. Nulla quis sem porta, finibus nisi eget, imperdiet ante. Nunc at felis eu felis dapibus viverra. Curabitur eget neque iaculis, tincidunt ante a, porttitor est. Nam libero felis, vestibulum feugiat pharetra et, ornare ut nulla.\",\"startDate\":1588284000000,\"endDate\":1590962400000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"score\":\"1\",\"actions\":[{\"title\":\"Test\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Hichem\"}]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"score\":\"1\",\"actions\":[{\"title\":\"Test\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Hichem\"}]},{\"title\":\"Prueba\",\"score\":\"1\",\"actions\":[{\"title\":\"Test\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Hichem\"}]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"score\":\"1\",\"actions\":[{\"title\":\"Prueba\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Hichem\"}]},{\"title\":\"sadf\",\"score\":\"1\",\"actions\":[{\"title\":\"Test\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Hichem\"}]},{\"title\":\"sdf\",\"score\":\"1\",\"actions\":[{\"title\":\"Test\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Hichem\"}]}],\"end\":[]}', '2020-06-04 14:24:37', NULL, 0),
(2, 660, '', '2020-05-12 11:57:00', NULL, NULL),
(2, 661, '', '2020-05-12 11:57:03', NULL, NULL),
(2, 662, '{\"customerActions\":{\"pre\":[\"a1\",\"a2\",\"A3\"],\"during\":[\"b1\",\"b2\"],\"post\":[\"c1\",\"c2\",\"c3\"]},\"serviceActions\":{\"pre\":[\"d1\",\"d2\"],\"during\":[\"e1\",\"e2\",\"e3\"],\"post\":[\"f1\"]},\"keyResources\":{\"pre\":[\"g1 g2\"],\"during\":[\"g1\",\"h2\"],\"post\":[\"i1\",\"i2\",\"i3\",\"i4\",\"i5\"]}}', '2020-05-25 13:52:11', NULL, NULL),
(2, 694, '{\"infrastructure\":{\"pre\":[],\"during\":[],\"post\":[\"i2\"]},\"consumable\":{\"pre\":[],\"during\":[],\"post\":[]},\"access\":{\"pre\":[],\"during\":[\"g1\"],\"post\":[]},\"keyAsset\":{\"pre\":[\"g1\",\"g1 g2\"],\"during\":[\"h2\"],\"post\":[\"i4\",\"i1\",\"i5\",\"i3\"]}}', '2020-05-25 13:56:58', NULL, NULL),
(2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":null}', '2020-05-25 14:15:49', NULL, NULL),
(2, 705, '{\"preg1\":{\"title\":\"g1\",\"data\":[{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\",\"isNew\":false,\"category\":\"raw\"},{\"title\":\"Production - market location\",\"descripcion\":\"It refers to the geographical distance between the production place and the market for the given product/service. Generally, the shorter distance, the better. Can you reduce the distance between your production plance and the market?\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Packaging recyclability, reuse or recovery rate\",\"descripcion\":\"It refers to the percentage of packaging that can be effectively recycled, recovered and/or reused.\",\"isNew\":false,\"category\":\"pack\"},{\"title\":\"Ecofriendly driving\",\"descripcion\":\"It refers to the practice of driving in such a way as to minimize fuel consumption and the emission of carbon dioxide.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"ab\",\"descripcion\":\"12\",\"isNew\":true,\"category\":\"dist\"},{\"title\":\"Reliability\",\"descripcion\":\"It refers to the trustworthiness to do what the product/service is expected or designed to do (e.g. It will fulffill our expectations, it won\'t get broken, etc.).\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Separability of components and/or materials\",\"descripcion\":\"Ability to separate the components and/or materials, in order to manage each of them in an adequate manner.\",\"isNew\":false,\"category\":\"end\"},{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\",\"isNew\":false,\"category\":\"end\"}]}}', '2020-05-25 14:16:09', NULL, NULL),
(2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"selected\":\"yes\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\",\"selected\":\"no\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\",\"selected\":\"no\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\",\"selected\":\"no\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\",\"selected\":\"no\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"selected\":\"yes\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\",\"selected\":\"no\"}}', '2020-05-08 13:10:49', NULL, NULL),
(2, 708, '{\"consumable\":[{\"id\":\"seventh-consumable\",\"title\":\"Purchase: Origin of goods\",\"descripcion\":\"The origin of goods refers to the geographical location from which they are obtained. Local goods are desirable due to shorter distances.\",\"isNew\":false},{\"id\":\"eighth-consumable\",\"title\":\"Purchase: Toxicity\",\"descripcion\":\"Toxicity refers to the degree to which a substance can damage an organism.\",\"isNew\":false}],\"infrastructure\":[{\"id\":\"forth-infrastructure\",\"title\":\"Origin and renewability of energy used for your infrastructure\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes. The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\",\"isNew\":false},{\"id\":\"sixth-infrastructure\",\"title\":\"Treatment of generated waste\",\"descripcion\":\"Generated waste can be treated by means of different ways. In general, the waste treatment hierarchy in order of their environmental performance is as follows: preparing for re-use; recycling (material recovery); other recovery, e.g. energy recovery; and disposal.\",\"isNew\":false},{\"title\":\"ab\",\"descripcion\":\"cd\",\"isNew\":true}],\"access\":[{\"id\":\"forth-access\",\"title\":\"Distances\",\"descripcion\":\"The distance between the location of production and the market contributes to the environmental impact. The shorter distances, the better.\",\"isNew\":false},{\"id\":\"fifth-access\",\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact. Some vehicles, such as cars, are classified according to their technologies (EURO 4, EURO 5, etc...). The more efficient vehicles, the better.\",\"isNew\":false}],\"keyAsset\":[{\"id\":\"first-key-asset\",\"title\":\"Purchase: Amount (weight) of materials of key assets\",\"descripcion\":\"It can be represented by the weight and/or quantity of material of your key asset (in general, the less materiality, the better).\",\"isNew\":false}]}', '2020-06-04 19:42:24', NULL, 0),
(2, 723, '', '2020-06-03 09:53:34', NULL, 1),
(2, 724, '', '2020-06-03 09:53:34', NULL, 1),
(2, 752, '', '2020-06-03 09:53:34', NULL, 1),
(2, 753, '', '2020-06-03 09:53:34', NULL, 1),
(2, 756, '', '2020-06-03 09:53:34', NULL, 1),
(2, 900, '{\"consumable\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"ed\",\"score\":0}],\"default\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"Can you purchase more durable goods?\",\"score\":5},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase consumables that can work for diferent tasks or jobs?\",\"score\":5},{\"title\":\"Minimise freight transport damage\",\"descripcion\":\"Can you minimise the damage suffered by your products during their transport. \",\"score\":0}],\"total\":4,\"average\":null,\"isActive\":1},\"infrastructure\":{\"new\":[],\"default\":[{\"title\":\"Minimize and simplify the production processes\",\"descripcion\":\"A simplification of the production process may result in (1) a reduction of materials and energy use, (2) reduction of wastes and (3) reduction of processing time. Obviously, this strategy should be studied in detail for each production process, in order to assess the different alternatives. Can you simplfy the production process?\",\"score\":0},{\"title\":\"Preferably use regionally available energy resources\",\"descripcion\":\"The utilization of renewable energy sources is closely related to the utilization of regionally available energy resources. Thus, the use of regionally available biomass reduces hauling distances and, as a consequence, the consumption of fossil energy sources for the transportation of biomass. Can you select and use regional sourced energy?\",\"score\":0}],\"total\":2,\"average\":null,\"isActive\":0},\"keyAsset\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"ed\",\"score\":0}],\"default\":[],\"total\":1,\"average\":null,\"isActive\":1},\"access\":{\"new\":[],\"default\":[],\"total\":0,\"average\":null,\"isActive\":0},\"extras\":[{\"new\":[],\"default\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"descripcion\":\"Certified and ecolabelled materials are preferrable. Can you purchase certified or ecolabeled consumables instead of non certified or ecolabeled assets?\",\"score\":0}],\"total\":1,\"average\":4,\"isActive\":0,\"title\":\"uno\"},{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"descripcion\":\"The consumption of resources for the supply of raw materials and the manufacture of external parts and components has an ecological rucksack, that is aggregated into the product\'s rucksack. Consequently, efforts should concentrate on minimizing the ecological rucksacks accompanying materials and other external parts and components. This may be realized by clearly defined requirements for the selection of suppliers, for which different assessment methods exist. In most cases indicators will be calculated from life cycle analysis data (LCA), which can be used as a basis for the assessment of the environmental impact of materials. Of course, each of the methods used yields results only within its own bounds. Therefore, knowing these limits and the potential environmental impact not detected by a given method is essential for application in practice. Can you purchase assets with a lower ecological rucksack?\",\"score\":0}],\"total\":2,\"average\":5,\"isActive\":1,\"title\":\"dos\"}]}', '2020-05-25 14:30:22', NULL, NULL),
(2, 901, '{\"consumable\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"social\":\"3\",\"economic\":\"2\",\"technical\":\"2\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"1 - low\",\"average\":\"1.3\",\"isSelected\":1},{\"title\":\"Minimise freight transport damage\",\"social\":\"3\",\"economic\":\"5 - high\",\"technical\":\"3\",\"average\":\"3.7\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"4\",\"economic\":\"5 - high\",\"technical\":\"5 - high\",\"average\":\"4.7\",\"isSelected\":1}],\"infrastructure\":[{\"title\":\"Preferably use regionally available energy resources\",\"social\":\"5 - high\",\"economic\":\"5 - high\",\"technical\":\"5 - high\",\"average\":\"5\",\"isSelected\":1}],\"keyAsset\":[],\"access\":[],\"extras\":[{\"title\":\"uno\",\"data\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"social\":\"2\",\"economic\":\"1 - low\",\"technical\":\"3\",\"average\":\"2\",\"isSelected\":1}]},{\"title\":\"dos\",\"data\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"4\",\"average\":\"2\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"3\",\"economic\":\"1 - low\",\"technical\":\"3\",\"average\":\"2.3\",\"isSelected\":1}]}]}', '2020-05-08 10:26:23', NULL, NULL),
(2, 902, '', '2020-06-03 09:53:34', NULL, 1),
(2, 903, '', '2020-06-03 09:53:34', NULL, 1),
(2, 905, '{\"consumable\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"score\":\"2.3\",\"actions\":[]},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"score\":\"1.3\",\"actions\":[]},{\"title\":\"Minimise freight transport damage\",\"score\":\"3.7\",\"actions\":[]},{\"title\":\"ab\",\"score\":\"4.7\",\"actions\":[]}],\"infrastructure\":[{\"title\":\"Preferably use regionally available energy resources\",\"score\":\"5\",\"actions\":[{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tempus, diam vitae tincidunt scelerisque, quam lacus suscipit velit, eu bibendum lacus elit vel diam. Sed sed nulla leo. Praesent suscipit elit in ligula hendrerit tempor. Vestibulum sagittis dignissim volutpat. Aenean consequat nisl tellus, ut vestibulum sem dignissim in. Integer maximus fringilla libero, id convallis dolor ultricies pulvinar. Vestibulum et urna eros. Pellentesque lacinia, erat ut accumsan ullamcorper, arcu purus vestibulum nulla, et ultricies velit nisi ac libero.\",\"startDate\":1598911200000,\"endDate\":1604185200000,\"responsible\":\"Fa\"},{\"title\":\"Vestibulum efficitur sed augue ut iaculis. Vivamus et imperdiet quam. Fusce blandit turpis ante, ut laoreet ipsum semper a. Cras vitae nunc orci. Integer tristique gravida leo, quis laoreet orci. Nunc eu ex maximus, sodales nibh et, fermentum ex. Morbi dolor ante, congue nec risus vitae, eleifend imperdiet magna. Etiam lobortis nunc ac gravida malesuada. Donec condimentum quis neque ut dignissim. Praesent lobortis ante nec suscipit posuere. Nullam vel est est. Duis sollicitudin finibus consectetur.\",\"startDate\":1598911200000,\"endDate\":1606777200000,\"responsible\":\"Fr\"}]}],\"access\":[],\"keyAsset\":[],\"extras\":[{\"title\":\"uno\",\"data\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"score\":\"2\",\"actions\":[]}]},{\"title\":\"dos\",\"data\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"score\":\"2\",\"actions\":[]},{\"title\":\"ab\",\"score\":\"2.3\",\"actions\":[{\"title\":\"C\",\"startDate\":1580511600000,\"endDate\":1585692000000,\"responsible\":\"F\"},{\"title\":\"B\",\"startDate\":1580511600000,\"endDate\":1585692000000,\"responsible\":\"E\"},{\"title\":\"A\",\"startDate\":1598911200000,\"endDate\":1604185200000,\"responsible\":\"D\"}]}]}]}', '2020-05-08 10:27:09', NULL, NULL),
(2, 910, '', '2020-06-03 09:53:34', NULL, 1),
(2, 911, '\n', '2020-06-03 09:53:35', NULL, 0),
(2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"no-answer\",\"custom-prod-0\":\"2\",\"fifth-dist\":\"4\",\"sixth-dist\":\"3\",\"custom-main-0\":\"4\",\"custom-main-1\":\"3\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"custom-prod-0\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"custom-main-0\":\"1\",\"custom-main-1\":\"1\"}}', '2020-06-04 09:46:54', NULL, 1),
(2, 953, '', '2020-06-03 09:53:38', NULL, 0),
(2, 965, '\n', '2020-06-03 09:53:38', NULL, 0),
(2, 967, '\n', '2020-06-03 09:53:38', NULL, 0),
(2, 981, ' Service Only', '2020-06-02 07:18:59', NULL, 1),
(2, 1012, '', '2020-06-03 13:03:25', NULL, 1),
(2, 1013, '', '2020-06-03 13:03:25', NULL, 1),
(2, 1014, '', '2020-06-03 13:03:25', NULL, 1),
(2, 1015, '', '2020-06-03 13:03:25', NULL, 1),
(2, 1016, '', '2020-06-03 13:03:25', NULL, 1),
(2, 1017, '', '2020-06-03 13:03:25', NULL, 1),
(2, 1018, '', '2020-06-03 13:03:26', NULL, 1),
(2, 1019, '', '2020-06-03 13:03:26', NULL, 1),
(2, 1020, '', '2020-06-04 08:48:20', NULL, 1),
(2, 1023, '', '2020-06-04 08:55:13', NULL, 1),
(2, 1024, '', '2020-06-04 08:56:02', NULL, 1),
(2, 1025, '', '2020-06-04 08:57:41', NULL, 1),
(2, 1026, '', '2020-06-04 09:05:48', NULL, 1),
(2, 1027, '', '2020-06-04 09:27:37', NULL, 1),
(2, 1029, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-06-05 06:38:12', NULL, 0),
(4, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Need Identification\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I get really annoyed about the electricity supply. So many times we suffer front cuts and can\\u00b4t follow my dalily routine.\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Finding alternatives\\\",\\\"emotions\\\":\\\"confuso\\\",\\\"needs\\\":\\\"I heard about a company that came to the village. They are seilling stable electricity access.\\\",\\\"points\\\":\\\"Word of mouth. Community\\\",\\\"experience\\\":\\\"Clear Value Proposition communication. Promote easy word of mouth transfering. Promotional materials?\\\",\\\"provide\\\":\\\"Strong communication strategy Targeting easy understanding and transferibiliy.\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"Closing a contract\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I signed the contract today.\\\",\\\"points\\\":\\\"Personal assistance. Sales force + local technician.\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 2\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"test customer 2\\\",\\\"emotions\\\":\\\"test customer 2\\\",\\\"needs\\\":\\\"test customer 2\\\",\\\"points\\\":\\\"test customer 2\\\",\\\"experience\\\":\\\"test customer 2\\\",\\\"provide\\\":\\\"test customer 2\\\"},\\\"4\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 2\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"\\\",\\\"emotions\\\":\\\"\\\",\\\"needs\\\":\\\"\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"}}\"', '2020-03-13 12:50:26', NULL, NULL),
(4, 525, '', '2020-03-13 13:00:50', NULL, NULL),
(4, 526, '', '2020-03-13 13:00:50', NULL, NULL),
(4, 527, '', '2020-03-13 13:00:50', NULL, NULL),
(4, 532, '', '2020-03-13 13:00:50', NULL, NULL),
(4, 533, '', '2020-03-13 13:00:50', NULL, NULL),
(4, 534, '', '2020-03-13 13:00:50', NULL, NULL),
(4, 535, '', '2020-03-13 13:00:50', NULL, NULL),
(4, 536, '', '2020-03-13 13:00:50', NULL, NULL),
(4, 537, '', '2020-03-13 13:00:50', NULL, NULL),
(4, 538, '', '2020-03-13 13:00:50', NULL, NULL),
(4, 539, '', '2020-03-13 13:00:50', NULL, NULL),
(4, 540, '', '2020-03-13 13:01:30', NULL, NULL),
(5, 1, 'aaa\r\n ', '2020-05-29 07:06:57', NULL, 1),
(5, 2, 'a', '2020-05-29 06:59:59', NULL, 1),
(5, 3, 'c', '2020-05-29 06:59:59', NULL, 0),
(5, 4, 'b', '2020-05-29 06:59:59', NULL, 0),
(5, 5, 'd', '2020-05-29 06:59:59', NULL, 0),
(5, 6, 'Political', '2020-05-28 13:00:43', NULL, 0),
(5, 7, 'PoliticalHow', '2020-05-28 13:00:43', NULL, 0),
(5, 8, 'b\n', '2020-05-29 06:59:59', NULL, 0),
(5, 9, '', '2020-05-28 13:01:13', NULL, 0),
(5, 10, 'c\n', '2020-05-29 06:59:59', NULL, 0),
(5, 11, '', '2020-05-28 13:01:13', NULL, 0),
(5, 12, 'a\n', '2020-05-29 06:59:59', NULL, 0),
(5, 13, '', '2020-05-28 13:01:13', NULL, 0),
(5, 14, 'd\n', '2020-05-29 06:59:59', NULL, 0),
(5, 15, '', '2020-05-28 13:01:13', NULL, 0),
(5, 16, 'vdfbvdtvbtd', '2020-05-28 13:03:21', NULL, 0),
(5, 17, 'brtbrbby', '2020-05-28 13:03:21', NULL, 0),
(5, 18, 'Economic', '2020-05-28 13:00:43', NULL, 0),
(5, 19, 'EconomicHow', '2020-05-28 13:00:43', NULL, 0),
(5, 20, 'Social', '2020-05-28 13:00:43', NULL, 0),
(5, 21, 'SocialHow', '2020-05-28 13:00:43', NULL, 0),
(5, 22, 'Tech', '2020-05-28 13:00:43', NULL, 0),
(5, 23, 'TechHow', '2020-05-28 13:00:43', NULL, 0),
(5, 24, 'aaxaxa', '2020-05-29 07:06:57', NULL, 1),
(5, 25, 'aajjj', '2020-05-29 07:06:57', NULL, 1),
(5, 28, 'a\r\n\r\n', '2020-05-28 13:07:53', NULL, 0),
(5, 29, '', '2020-05-28 13:07:53', NULL, 0),
(5, 30, '', '2020-05-28 13:07:53', NULL, 0),
(5, 31, 'brtbrbby\r\n', '2020-05-28 13:07:53', NULL, 0),
(5, 32, 'vdfbvdtvbtd\r\n', '2020-05-28 13:07:53', NULL, 0),
(5, 33, '\n', '2020-05-28 13:03:21', NULL, 0),
(5, 34, '[\"\"]', '2020-05-27 15:17:05', NULL, 0),
(5, 48, 'a\r\n\r\n\n', '2020-05-28 13:07:53', NULL, 0),
(5, 49, 'b\r\n\r\n\n', '2020-05-28 13:07:53', NULL, 0),
(5, 65, 'aaa', '2020-05-29 07:06:57', NULL, 1),
(5, 66, 'Environmental', '2020-05-28 13:00:43', NULL, 0),
(5, 67, 'EnvironmentalHow', '2020-05-28 13:00:43', NULL, 0),
(5, 68, 'Legal', '2020-05-28 13:00:43', NULL, 0),
(5, 69, 'LegalHow', '2020-05-28 13:00:43', NULL, 0),
(5, 523, '', '2020-05-27 06:45:06', NULL, NULL);
INSERT INTO `respuestas` (`green_entrepreneur_id`, `preguntas_id`, `valor`, `fecha`, `comentarios_trainer`, `revisada`) VALUES
(5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"Customer 1 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 1 stage 2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"Customer 1 stage 3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer2\\\",\\\"segment\\\":\\\"stakeholder2\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 2 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-04-16 13:06:09', NULL, NULL),
(5, 525, '[\"\"]\n', '2020-06-02 10:07:50', NULL, NULL),
(5, 526, '', '2020-06-02 10:07:50', NULL, NULL),
(5, 527, '', '2020-06-02 10:07:50', NULL, NULL),
(5, 532, '', '2020-06-02 10:07:50', NULL, NULL),
(5, 533, '', '2020-06-02 10:07:50', NULL, NULL),
(5, 534, '', '2020-06-02 10:07:50', NULL, NULL),
(5, 535, '', '2020-06-02 10:07:50', NULL, NULL),
(5, 536, '', '2020-06-02 10:07:50', NULL, NULL),
(5, 537, '', '2020-06-02 10:07:50', NULL, NULL),
(5, 538, '', '2020-06-02 10:07:50', NULL, NULL),
(5, 539, '', '2020-06-02 10:07:50', NULL, NULL),
(5, 540, '', '2020-05-25 07:42:51', NULL, NULL),
(5, 541, '', '2020-05-08 06:10:58', NULL, NULL),
(5, 542, 'service', '2020-05-27 06:50:03', NULL, NULL),
(5, 543, 'b\r\n\r\n', '2020-05-28 13:07:53', NULL, 0),
(5, 544, 'c\r\n\r\n', '2020-05-28 13:07:53', NULL, 0),
(5, 545, '', '2020-05-28 13:07:53', NULL, 0),
(5, 546, '', '2020-05-28 13:07:53', NULL, 0),
(5, 547, '[{\"name\":\"uno\",\"surname\":\"uno\",\"email\":\"uno@email.com\",\"background\":\"aaa\",\"responsibilities\":\"aaaa\"},{\"name\":\"dos\",\"surname\":\"dos\",\"email\":\"dos@email.com\",\"background\":\"bbbb\",\"responsibilities\":\"bbbbb\"}]', '2020-05-14 08:45:48', NULL, NULL),
(5, 550, 'One World', '2020-05-14 08:46:08', NULL, NULL),
(5, 551, 'Despliegue en test.', '2020-05-14 08:46:08', NULL, NULL),
(5, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/5/1467646262_522853_1467646344_noticia_normal.jpg', '2020-05-14 08:46:08', NULL, NULL),
(5, 553, 'a', '2020-05-14 08:46:21', NULL, NULL),
(5, 554, 'b', '2020-05-14 08:46:21', NULL, NULL),
(5, 555, 'c', '2020-05-14 08:46:21', NULL, NULL),
(5, 556, 'd', '2020-05-14 08:46:21', NULL, NULL),
(5, 557, 'e', '2020-05-14 08:46:21', NULL, NULL),
(5, 558, 'f', '2020-05-14 08:46:21', NULL, NULL),
(5, 559, 'a', '2020-05-14 08:46:31', NULL, NULL),
(5, 560, 'c', '2020-05-14 08:46:31', NULL, NULL),
(5, 561, 'uno uno - aaaa\r\ndos dos - bbbbb\r\n', '2020-05-11 10:27:57', NULL, NULL),
(5, 562, 'One World\r\n\r\n\r\nDespliegue en test.\r\n\r\n', '2020-05-11 10:27:57', NULL, NULL),
(5, 563, 'POLITICAL\r\na\r\n\r\nSOCIAL\r\nb\r\n\r\nENVIRONMENTAL\r\nc\r\n\r\nECONOMIC\r\nd\r\n\r\nTECHNOLOGICAL\r\ne\r\n\r\nLEGAL\r\nf\r\n\r\n', '2020-05-11 10:27:57', NULL, NULL),
(5, 564, 'OBJECTIVES\r\na\r\n\r\nSUSTAINABLE VISION\r\nc\r\n\r\n', '2020-05-11 10:27:57', NULL, NULL),
(5, 572, 'aaa', '2020-05-11 10:28:30', NULL, NULL),
(5, 573, 'aaa', '2020-05-11 10:28:30', NULL, NULL),
(5, 574, 'aaa', '2020-05-11 10:28:30', NULL, NULL),
(5, 575, 'aaa', '2020-05-11 10:28:30', NULL, NULL),
(5, 576, 'aaa', '2020-05-11 10:28:30', NULL, NULL),
(5, 577, 'aaa', '2020-05-11 10:28:30', NULL, NULL),
(5, 635, '[{\"email\":\"test1@email.com\",\"texto\":\"ohcewo\"},{\"email\":\"test2@email.com\",\"texto\":\"copwihcowe\"},{\"email\":\"miguelangelps@prometeoinnova.com\",\"texto\":\"kivcbgwifbrw\"}]', '2020-05-26 13:27:07', NULL, NULL),
(5, 637, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"}],\"total\":1},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Process complexity\",\"descripcion\":\"It refers to the level of intricateness of the production process. It can be simplified as the number of production processes (the less, the better).\"}],\"total\":1},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Standardization of packaging sizes\",\"descripcion\":\"It refers to the use of packaging whose size complies with existing size standards. These standards have the aim to help the industry (incl. packaging, producers, transportation) by making mutually consistent decisions on the size of the elements (packaging), so all parties can realize mutual gains.\"}],\"total\":1},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Environmental sustainability of logistics\",\"descripcion\":\"It refers to the overall environmental performance of the logistics in place.\"}],\"total\":1},\"main\":{\"new\":[],\"default\":[{\"title\":\"Environmental communication for the use\",\"descripcion\":\"It refers to the (un)existence of environmental communication aspects aiming to promote an environmentally-friendly use by the user.\"}],\"total\":1},\"end\":{\"new\":[{\"title\":\"Atributo prueba\",\"descripcion\":\"Atributo prueba descripción\"}],\"default\":[{\"title\":\"Communication about end-of-life\",\"descripcion\":\"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\"}],\"total\":2}}', '2020-05-26 13:26:00', NULL, NULL),
(5, 641, '[\"5\"]', '2020-05-27 15:17:05', NULL, 0),
(5, 642, '[\"5\"]', '2020-05-27 15:17:05', NULL, 0),
(5, 643, 'Political\r\n', '2020-05-28 13:07:53', NULL, 0),
(5, 644, 'Economic\r\n', '2020-05-28 13:07:53', NULL, 0),
(5, 645, 'Social\r\n', '2020-05-28 13:07:53', NULL, 0),
(5, 646, 'Tech\r\n', '2020-05-28 13:07:53', NULL, 0),
(5, 647, 'Environmental\r\n', '2020-05-28 13:07:53', NULL, 0),
(5, 648, 'Legal\r\n', '2020-05-28 13:07:53', NULL, 0),
(5, 649, '', '2020-05-28 13:03:21', NULL, 0),
(5, 650, '', '2020-05-28 13:03:21', NULL, 0),
(5, 651, '', '2020-05-28 13:03:21', NULL, 0),
(5, 652, '', '2020-05-28 13:03:21', NULL, 0),
(5, 653, '[\"5\"]\n', '2020-05-27 15:17:05', NULL, 0),
(5, 654, '[\"5\"]\n', '2020-05-27 15:17:05', NULL, 0),
(5, 657, '', '2020-05-25 10:42:17', NULL, NULL),
(5, 658, '', '2020-05-28 13:07:59', NULL, 0),
(5, 660, '', '2020-04-16 14:37:02', NULL, NULL),
(5, 661, '', '2020-05-04 10:06:26', NULL, NULL),
(5, 662, '', '2020-05-26 13:00:00', NULL, NULL),
(5, 663, '\n', '2020-05-28 13:07:53', NULL, 0),
(5, 664, '\n', '2020-05-28 13:07:53', NULL, 0),
(5, 665, '\n', '2020-05-28 13:07:53', NULL, 0),
(5, 666, '[\"\"]', '2020-05-27 15:17:05', NULL, 0),
(5, 667, '[\"\"]', '2020-05-27 15:17:05', NULL, 0),
(5, 668, '[\"\"]', '2020-05-27 15:17:05', NULL, 0),
(5, 669, '[\"5\"]', '2020-05-27 15:17:05', NULL, 0),
(5, 670, '[\"5\"]', '2020-05-27 15:17:05', NULL, 0),
(5, 671, '[\"5\"]', '2020-05-27 15:17:05', NULL, 0),
(5, 672, '[\"5\"]', '2020-05-27 15:17:05', NULL, 0),
(5, 673, '[\"5\"]', '2020-05-27 15:17:05', NULL, 0),
(5, 674, '[\"5\"]', '2020-05-27 15:17:05', NULL, 0),
(5, 709, '[\"5\"]\n', '2020-05-27 15:17:05', NULL, 0),
(5, 710, '[\"5\"]\n', '2020-05-27 15:17:05', NULL, 0),
(5, 711, '[\"5\"]\n', '2020-05-27 15:17:05', NULL, 0),
(5, 712, '[\"5\"]\n', '2020-05-27 15:17:05', NULL, 0),
(5, 713, '[\"5\"]\n', '2020-05-27 15:17:05', NULL, 0),
(5, 714, '[\"5\"]\n', '2020-05-27 15:17:05', NULL, 0),
(5, 715, '', '2020-05-28 13:07:53', NULL, 0),
(5, 716, '', '2020-05-28 13:07:53', NULL, 0),
(5, 717, '', '2020-05-28 13:07:53', NULL, 0),
(5, 718, '', '2020-05-28 13:07:53', NULL, 0),
(5, 719, '', '2020-05-28 13:07:53', NULL, 0),
(5, 720, '', '2020-05-28 13:07:53', NULL, 0),
(5, 912, '[\"\"]', '2020-05-26 13:27:07', NULL, NULL),
(5, 949, '[\"\"]\n', '2020-05-27 15:17:05', NULL, 0),
(5, 950, '[\"\"]\n', '2020-05-27 15:17:05', NULL, 0),
(5, 951, '[\"\"]\n', '2020-05-27 15:17:05', NULL, 0),
(5, 952, '[\"\"]\n', '2020-05-27 15:17:05', NULL, 0),
(5, 981, 'Product-Service', '2020-05-27 06:45:06', NULL, NULL),
(5, 1012, '', '2020-06-05 06:24:42', NULL, 1),
(5, 1013, '', '2020-06-05 06:24:42', NULL, 1),
(5, 1014, '', '2020-06-05 06:24:42', NULL, 1),
(5, 1015, '', '2020-06-05 06:24:42', NULL, 1),
(5, 1016, '', '2020-06-05 06:24:42', NULL, 1),
(5, 1017, '', '2020-06-05 06:24:42', NULL, 1),
(5, 1018, '', '2020-06-05 06:24:42', NULL, 1),
(5, 1019, '', '2020-06-05 06:24:42', NULL, 1),
(5, 1020, '', '2020-06-05 06:25:10', NULL, 1),
(5, 1023, '', '2020-06-05 06:25:14', NULL, 1),
(5, 1024, '', '2020-06-05 06:25:21', NULL, 1),
(5, 1025, '', '2020-06-05 06:25:25', NULL, 1),
(5, 1026, '', '2020-06-05 06:25:29', NULL, 1),
(5, 1027, '', '2020-06-05 06:25:41', NULL, 1),
(5, 1028, '', '2020-06-05 08:46:03', NULL, 1),
(5, 1031, '', '2020-06-05 08:46:03', NULL, 1),
(8, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/8\\/avartar.png\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/8\\/avartar.png\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"}}\"', '2020-03-26 10:49:05', NULL, NULL),
(8, 525, '', '2020-03-26 11:53:40', NULL, NULL),
(8, 526, '', '2020-03-26 11:53:40', NULL, NULL),
(8, 527, '', '2020-03-26 11:53:40', NULL, NULL),
(8, 532, '', '2020-03-26 11:53:40', NULL, NULL),
(8, 533, '', '2020-03-26 11:53:40', NULL, NULL),
(8, 534, '', '2020-03-26 11:53:40', NULL, NULL),
(8, 535, '', '2020-03-26 11:53:40', NULL, NULL),
(8, 536, '', '2020-03-26 11:53:40', NULL, NULL),
(8, 537, '', '2020-03-26 11:53:40', NULL, NULL),
(8, 538, '', '2020-03-26 11:53:40', NULL, NULL),
(8, 539, '', '2020-03-26 11:53:40', NULL, NULL),
(8, 540, '', '2020-03-26 11:54:57', NULL, NULL),
(11, 541, '', '2020-06-03 10:28:09', NULL, 1),
(11, 542, 'product', '2020-06-03 10:28:20', NULL, 1),
(11, 547, '', '2020-06-03 10:28:34', NULL, 1),
(11, 550, '', '2020-06-03 10:28:38', NULL, 1),
(11, 551, '', '2020-06-03 10:28:38', NULL, 1),
(11, 552, '', '2020-06-03 10:28:38', NULL, 1),
(11, 553, '', '2020-06-03 10:28:49', NULL, 1),
(11, 554, '', '2020-06-03 10:28:49', NULL, 1),
(11, 555, '', '2020-06-03 10:28:49', NULL, 1),
(11, 556, '', '2020-06-03 10:28:49', NULL, 1),
(11, 557, '', '2020-06-03 10:28:49', NULL, 1),
(11, 558, '', '2020-06-03 10:28:49', NULL, 1),
(11, 559, '', '2020-06-03 10:28:52', NULL, 1),
(11, 560, '', '2020-06-03 10:28:52', NULL, 1),
(11, 561, '', '2020-06-03 10:28:56', NULL, 1),
(11, 562, '\r\n\r\n\r\n', '2020-06-03 10:28:56', NULL, 1),
(11, 563, 'POLITICAL\r\n\r\n\r\nSOCIAL\r\n\r\n\r\nENVIRONMENTAL\r\n\r\n\r\nECONOMIC\r\n\r\n\r\nTECHNOLOGICAL\r\n\r\n\r\nLEGAL\r\n\r\n\r\n', '2020-06-03 10:28:56', NULL, 1),
(11, 564, 'OBJECTIVES\r\n\r\n\r\nSUSTAINABLE VISION\r\n\r\n\r\n', '2020-06-03 10:28:56', NULL, 1),
(11, 572, 'arzrazrzar', '2020-06-04 08:28:49', NULL, 1),
(11, 573, 'arzrazrazr', '2020-06-04 08:28:49', NULL, 1),
(11, 574, 'daaz', '2020-06-04 08:28:49', NULL, 1),
(11, 575, 'razrazr', '2020-06-04 08:28:49', NULL, 1),
(11, 576, 'razrzarzar', '2020-06-04 08:28:49', NULL, 1),
(11, 577, 'azrazrazr', '2020-06-04 08:28:49', NULL, 1),
(11, 635, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"hichem.salem@gmail.com\",\"hsalem@scprac.org\"]}', '2020-06-04 09:20:55', NULL, 0),
(11, 637, '{\"raw\":{\"new\":[],\"default\":[{\"id\":\"first-raw\",\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"},{\"id\":\"fourth-raw\",\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"id\":\"sixth-raw\",\"title\":\"Recycled content &amp; Recovered components\",\"descripcion\":\"The proportion, by mass, of recycled material in a product or packaging. Products, components or parts of a production or waste stream captured or separated for reuse (without processing, which would be recycling).\"}],\"total\":3},\"prod\":{\"new\":[],\"default\":[{\"id\":\"second-prod\",\"title\":\"Overall efficiency of production\",\"descripcion\":\"It refers to the capability to produce the desired results without wasting inputs of any type (materials, time or energy):Energy efficiency refers to the percentage of total energy that is consumed in useful work and not wasted as useless heat.Water efficiency refers to ensure a production technology that produces the desired results without wasting water.Materials efficiency refers to produce the desired results without wasting materials, often using better technology.\"},{\"id\":\"third-prod\",\"title\":\"Renewability of energy\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes.\"},{\"id\":\"fifth-prod\",\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"},{\"id\":\"sixth-prod\",\"title\":\"Closed/Open production cycle\",\"descripcion\":\"Open loop systems are of linear nature, in which resource and capital investments move through the system to become waste, whereas closed loop systems are those where wastes can become inputs for new processes.\"}],\"total\":4},\"pack\":{\"new\":[],\"default\":[{\"id\":\"first-pack\",\"title\":\"Standardization of packaging sizes\",\"descripcion\":\"It refers to the use of packaging whose size complies with existing size standards. These standards have the aim to help the industry (incl. packaging, producers, transportation) by making mutually consistent decisions on the size of the elements (packaging), so all parties can realize mutual gains.\"},{\"id\":\"third-pack\",\"title\":\"Packaging to Product ratio\",\"descripcion\":\"Ratio between the volume or weight of the packaging and the volume or weight of the product. The smaller, the better.\"},{\"id\":\"fourth-pack\",\"title\":\"Renewability\",\"descripcion\":\"Packaging can be made of renewable materials.\"}],\"total\":3},\"dist\":{\"new\":[],\"default\":[{\"id\":\"first-dist\",\"title\":\"Environmental sustainability of logistics\",\"descripcion\":\"It refers to the overall environmental performance of the logistics in place.\"},{\"id\":\"second-dist\",\"title\":\"Efficiency of transported load\",\"descripcion\":\"It refers to the optimization of the ratio between the transported load and the loading capacity or the transported volume and the volumetric capacity of the transportation mode.\"},{\"id\":\"third-dist\",\"title\":\"Transportation routes and distances\",\"descripcion\":\"It refers to the routes and distances used to transport goods from one place to another (routes may be quite straightforward or on the contrary redundant).\"}],\"total\":3},\"main\":{\"new\":[],\"default\":[{\"id\":\"first-main\",\"title\":\"Reliability\",\"descripcion\":\"It refers to the trustworthiness to do what the product/service is expected or designed to do (e.g. It will fulffill our expectations, it won\'t get broken, etc.).\"},{\"id\":\"fourth-main\",\"title\":\"Energy use renewability\",\"descripcion\":\"It refers to the capability of the product to use renewable energy when using it or recharging its batteries.\"},{\"id\":\"fifth-main\",\"title\":\"Potential to customize the product\",\"descripcion\":\"User customization allows for the customer to create a personalized variation of the initial design, which may create an attachment between the product and the user.\"}],\"total\":3},\"end\":{\"new\":[],\"default\":[{\"id\":\"first-end\",\"title\":\"Separability of components and/or materials\",\"descripcion\":\"Ability to separate the components and/or materials, in order to manage each of them in an adequate manner.\"},{\"id\":\"second-end\",\"title\":\"Communication about end-of-life\",\"descripcion\":\"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\"},{\"id\":\"third-end\",\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\"}],\"total\":3}}', '2020-06-04 08:49:29', NULL, 1),
(11, 912, '{\"hsalem@scprac.org\":{\"hash\":\"2493638c71380799bcd74734af723753\",\"author\":\"hsalem@scprac.org\",\"first-raw\":\"5\",\"fourth-raw\":\"4\",\"sixth-raw\":\"1\",\"second-prod\":\"4\",\"third-prod\":\"1\",\"fifth-prod\":\"4\",\"sixth-prod\":\"1\",\"first-pack\":\"4\",\"third-pack\":\"1\",\"fourth-pack\":\"3\",\"first-dist\":\"1\",\"second-dist\":\"3\",\"third-dist\":\"1\",\"first-main\":\"1\",\"fourth-main\":\"2\",\"fifth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"3\",\"third-end\":\"3\"}}', '2020-06-04 09:20:55', NULL, 0),
(14, 541, '', '2020-05-20 10:31:40', NULL, NULL),
(14, 542, 'product', '2020-05-20 10:40:13', NULL, NULL),
(14, 547, '[]', '2020-05-21 10:05:26', NULL, NULL),
(14, 550, 'dsaferw', '2020-05-21 10:07:23', NULL, NULL),
(14, 551, 'dafsfa', '2020-05-21 10:07:23', NULL, NULL),
(14, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/14/logo_manos_1_1.jpg', '2020-05-21 10:07:23', NULL, NULL),
(14, 553, '', '2020-05-21 10:09:16', NULL, NULL),
(14, 554, '', '2020-05-21 10:09:16', NULL, NULL),
(14, 555, '', '2020-05-21 10:09:16', NULL, NULL),
(14, 556, '', '2020-05-21 10:09:16', NULL, NULL),
(14, 557, '', '2020-05-21 10:09:16', NULL, NULL),
(14, 558, '', '2020-05-21 10:09:16', NULL, NULL),
(14, 559, 'dcnjwe\'adfasd', '2020-05-21 10:10:01', NULL, NULL),
(14, 560, 'dfansp`tiojag', '2020-05-21 10:10:01', NULL, NULL),
(14, 561, '', '2020-05-21 10:11:29', NULL, NULL),
(14, 562, 'dsaferw\r\n\r\ndafsfa\r\n\r\n', '2020-05-21 10:11:29', NULL, NULL),
(14, 563, 'POLITICAL\r\n\r\n\r\n\r\n\r\nECONOMIC\r\n\r\n\r\nTECHNOLOGICAL\r\n\r\n\r\nLEGAL\r\n\r\n\r\n', '2020-05-21 10:11:29', NULL, NULL),
(14, 564, 'OBJECTIVES\r\ndcnjwe\'adfasd\r\n\r\nSUSTAINABLE VISION\r\ndfansp`tiojag\r\n\r\n', '2020-05-21 10:11:29', NULL, NULL),
(14, 572, '', '2020-05-26 13:19:38', NULL, NULL),
(14, 573, 'dafasdfasdf', '2020-05-26 13:19:38', NULL, NULL),
(14, 574, '', '2020-05-26 13:19:38', NULL, NULL),
(14, 575, '', '2020-05-26 13:19:38', NULL, NULL),
(14, 576, '', '2020-05-26 13:19:38', NULL, NULL),
(14, 577, '', '2020-05-26 13:19:38', NULL, NULL),
(14, 635, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"andrea@ineditinnova.com\"]}', '2020-06-04 15:02:05', NULL, 1),
(14, 637, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"}],\"total\":1},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Process complexity\",\"descripcion\":\"It refers to the level of intricateness of the production process. It can be simplified as the number of production processes (the less, the better).\"}],\"total\":1},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Standardization of packaging sizes\",\"descripcion\":\"It refers to the use of packaging whose size complies with existing size standards. These standards have the aim to help the industry (incl. packaging, producers, transportation) by making mutually consistent decisions on the size of the elements (packaging), so all parties can realize mutual gains.\"}],\"total\":1},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Environmental sustainability of logistics\",\"descripcion\":\"It refers to the overall environmental performance of the logistics in place.\"}],\"total\":1},\"main\":{\"new\":[],\"default\":[{\"title\":\"Environmental communication for the use\",\"descripcion\":\"It refers to the (un)existence of environmental communication aspects aiming to promote an environmentally-friendly use by the user.\"}],\"total\":1},\"end\":{\"new\":[{\"title\":\"Atributo prueba\",\"descripcion\":\"Atributo prueba descripción\"}],\"default\":[{\"title\":\"Communication about end-of-life\",\"descripcion\":\"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\"}],\"total\":2}}', '2020-05-21 10:27:22', NULL, NULL),
(14, 912, '{\"andrea@ineditinnova.com\":[{\"name\":\"hash\",\"value\":\"abf85bbec757625c9e75e7b7446e6bc0\"},{\"name\":\"author\",\"value\":\"andrea@ineditinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-06-04 15:02:05', NULL, 1),
(16, 1, '', '2020-05-25 13:12:19', NULL, NULL),
(16, 2, 'as', '2020-05-26 06:08:34', NULL, NULL),
(16, 3, 'a', '2020-05-26 06:08:34', NULL, NULL),
(16, 4, 'a', '2020-05-26 06:08:34', NULL, NULL),
(16, 5, 'a', '2020-05-26 06:08:34', NULL, NULL),
(16, 6, '', '2020-05-25 13:12:28', NULL, NULL),
(16, 7, '', '2020-05-25 13:12:28', NULL, NULL),
(16, 8, 'a\n', '2020-05-26 06:08:34', NULL, NULL),
(16, 9, '', '2020-05-25 13:12:36', NULL, NULL),
(16, 10, 'a\n', '2020-05-26 06:08:34', NULL, NULL),
(16, 11, '', '2020-05-25 13:12:36', NULL, NULL),
(16, 12, 'as\n', '2020-05-26 06:08:34', NULL, NULL),
(16, 13, '', '2020-05-25 13:12:36', NULL, NULL),
(16, 14, 'a\n', '2020-05-26 06:08:34', NULL, NULL),
(16, 15, '', '2020-05-25 13:12:36', NULL, NULL),
(16, 16, '', '2020-05-25 13:12:43', NULL, NULL),
(16, 17, '', '2020-05-25 13:12:43', NULL, NULL),
(16, 18, '', '2020-05-25 13:12:28', NULL, NULL),
(16, 19, '', '2020-05-25 13:12:28', NULL, NULL),
(16, 20, '', '2020-05-25 13:12:28', NULL, NULL),
(16, 21, '', '2020-05-25 13:12:28', NULL, NULL),
(16, 22, '', '2020-05-25 13:12:28', NULL, NULL),
(16, 23, '', '2020-05-25 13:12:28', NULL, NULL),
(16, 24, '', '2020-05-25 13:12:19', NULL, NULL),
(16, 25, '', '2020-05-25 13:12:19', NULL, NULL),
(16, 28, 'aaa\r\n\r\n', '2020-05-25 13:12:53', NULL, NULL),
(16, 29, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 30, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 31, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 32, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 33, '', '2020-05-25 13:13:07', NULL, NULL),
(16, 34, '[\"d\"]', '2020-05-25 13:13:07', NULL, NULL),
(16, 35, '[\"\",\"\",\"\",\"\"]', '2020-05-22 13:03:44', NULL, NULL),
(16, 36, '[\"3\",\"3\",\"3\",\"3\"]', '2020-05-22 13:03:44', NULL, NULL),
(16, 37, '[\"5\",\"5\",\"5\",\"5\"]', '2020-05-22 13:03:44', NULL, NULL),
(16, 38, '[\"S\\u00ed\",\"S\\u00ed\",\"S\\u00ed\",\"S\\u00ed\"]', '2020-05-22 13:03:44', NULL, NULL),
(16, 39, '[\"\",\"\",\"\",\"\"]', '2020-05-22 13:03:44', NULL, NULL),
(16, 40, '[\"\",\"\",\"\",\"\"]', '2020-05-22 13:03:44', NULL, NULL),
(16, 41, '[\"\",\"\",\"\",\"\"]', '2020-05-22 13:03:44', NULL, NULL),
(16, 42, '[\"Customer1\"]', '2020-05-25 13:13:26', NULL, NULL),
(16, 43, '[\"Customer1\"]', '2020-05-25 13:13:26', NULL, NULL),
(16, 44, '[\"Customer1\"]', '2020-05-25 13:13:26', NULL, NULL),
(16, 45, '[\"Customer1\"]', '2020-05-25 13:13:26', NULL, NULL),
(16, 46, '[\"Customer1\"]', '2020-05-25 13:13:26', NULL, NULL),
(16, 47, '[\"Customer1\"]', '2020-05-25 13:13:26', NULL, NULL),
(16, 48, 'aaa\r\n\r\n\n', '2020-05-25 13:12:54', NULL, NULL),
(16, 49, 'a\r\n\r\n\n', '2020-05-25 13:12:54', NULL, NULL),
(16, 50, '[\"\"]', '2020-05-22 13:51:44', NULL, NULL),
(16, 51, '[\"Customer1\"]\n', '2020-05-25 13:13:26', NULL, NULL),
(16, 52, '[\"\"]', '2020-05-22 13:51:44', NULL, NULL),
(16, 53, '[\"Customer1\"]\n', '2020-05-25 13:13:26', NULL, NULL),
(16, 55, '[\"Customer1\"]\n', '2020-05-25 13:13:26', NULL, NULL),
(16, 56, '[\"\"]', '2020-05-22 13:51:44', NULL, NULL),
(16, 58, '[\"\"]', '2020-05-22 13:51:44', NULL, NULL),
(16, 59, '[\"\"]', '2020-05-22 13:51:44', NULL, NULL),
(16, 63, '', '2020-05-22 13:52:07', NULL, NULL),
(16, 64, '', '2020-05-22 13:52:07', NULL, NULL),
(16, 65, '', '2020-05-25 13:12:19', NULL, NULL),
(16, 66, '', '2020-05-25 13:12:28', NULL, NULL),
(16, 67, '', '2020-05-25 13:12:28', NULL, NULL),
(16, 68, '', '2020-05-25 13:12:28', NULL, NULL),
(16, 69, '', '2020-05-25 13:12:28', NULL, NULL),
(16, 70, '', '2020-05-22 13:51:44', NULL, NULL),
(16, 71, '[\"\"]', '2020-05-22 13:51:44', NULL, NULL),
(16, 72, '', '2020-05-22 13:51:44', NULL, NULL),
(16, 73, '[[\"off\",\"off\"]]', '2020-05-22 13:52:23', NULL, NULL),
(16, 74, '[\"\"]', '2020-05-22 13:52:23', NULL, NULL),
(16, 75, '[\"\"]', '2020-05-22 13:52:23', NULL, NULL),
(16, 76, '[\"\"]', '2020-05-22 13:52:23', NULL, NULL),
(16, 77, '[\"\"]', '2020-05-22 13:52:23', NULL, NULL),
(16, 78, '[\"\"]', '2020-05-22 13:52:23', NULL, NULL),
(16, 79, '[\"\"]', '2020-05-22 13:52:23', NULL, NULL),
(16, 80, '[\"\"]', '2020-05-22 13:52:23', NULL, NULL),
(16, 81, '', '2020-05-22 13:54:12', NULL, NULL),
(16, 82, ' - \r\n', '2020-05-22 13:54:12', NULL, NULL),
(16, 83, '', '2020-05-22 13:54:12', NULL, NULL),
(16, 85, '', '2020-05-25 06:18:58', NULL, NULL),
(16, 86, '', '2020-05-25 06:18:58', NULL, NULL),
(16, 87, '', '2020-05-25 09:26:45', NULL, NULL),
(16, 88, '', '2020-05-25 09:26:45', NULL, NULL),
(16, 89, '', '2020-05-25 09:26:45', NULL, NULL),
(16, 90, '', '2020-05-25 09:26:45', NULL, NULL),
(16, 91, '', '2020-05-25 09:26:49', NULL, NULL),
(16, 92, '', '2020-05-25 09:26:49', NULL, NULL),
(16, 93, '', '2020-05-25 09:26:49', NULL, NULL),
(16, 94, '', '2020-05-25 09:26:49', NULL, NULL),
(16, 95, '[\"\"]', '2020-05-25 09:26:53', NULL, NULL),
(16, 96, '[\"\"]', '2020-05-25 09:26:53', NULL, NULL),
(16, 97, '', '2020-05-25 09:26:53', NULL, NULL),
(16, 98, '', '2020-05-25 09:27:19', NULL, NULL),
(16, 99, '', '2020-05-25 09:27:19', NULL, NULL),
(16, 100, '', '2020-05-25 09:27:19', NULL, NULL),
(16, 101, '', '2020-05-25 09:27:19', NULL, NULL),
(16, 102, '[\"\"]', '2020-05-25 09:27:27', NULL, NULL),
(16, 103, '[\"\"]', '2020-05-25 09:27:27', NULL, NULL),
(16, 104, '', '2020-05-25 09:27:31', NULL, NULL),
(16, 105, '', '2020-05-25 09:27:34', NULL, NULL),
(16, 106, '', '2020-05-25 09:27:34', NULL, NULL),
(16, 107, '', '2020-05-25 09:27:34', NULL, NULL),
(16, 108, '', '2020-05-25 09:27:34', NULL, NULL),
(16, 109, '', '2020-05-25 09:27:34', NULL, NULL),
(16, 110, '', '2020-05-25 09:27:34', NULL, NULL),
(16, 111, '', '2020-05-25 09:27:34', NULL, NULL),
(16, 112, '1', '2020-05-25 09:27:38', NULL, NULL),
(16, 113, '1', '2020-05-25 09:27:38', NULL, NULL),
(16, 114, '1', '2020-05-25 09:27:38', NULL, NULL),
(16, 115, '1', '2020-05-25 09:27:38', NULL, NULL),
(16, 116, '1', '2020-05-25 09:27:38', NULL, NULL),
(16, 117, '1', '2020-05-25 09:27:38', NULL, NULL),
(16, 118, '', '2020-05-25 09:27:38', NULL, NULL),
(16, 119, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 120, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 121, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 122, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 123, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 124, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 125, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 126, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 127, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 128, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 129, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 130, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 131, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 132, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 133, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 134, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 135, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 136, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 137, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 138, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 139, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 140, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 141, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 142, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 143, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 144, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 145, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 146, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 147, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 148, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 149, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 150, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 151, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 153, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 154, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 155, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 157, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 158, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 159, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 160, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 161, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 162, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 163, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 164, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 165, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 166, '1', '2020-05-25 07:18:41', NULL, NULL),
(16, 167, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 168, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 173, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 174, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 175, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 176, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 177, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 178, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 179, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 180, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 181, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 182, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 183, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 184, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 185, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 186, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 187, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 188, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 189, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 190, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 191, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 192, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 193, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 194, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 195, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 196, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 197, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 198, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 199, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 200, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 201, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 202, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 203, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 204, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 205, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 206, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 207, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 208, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 209, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 210, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 211, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 212, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 213, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 214, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 215, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 216, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 217, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 218, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 219, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 220, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 221, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 222, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 223, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 224, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 225, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 226, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 227, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 228, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 229, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 230, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 231, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 232, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 240, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 241, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 242, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 243, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 244, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 245, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 246, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 247, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 248, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 249, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 250, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 251, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 252, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 253, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 254, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 255, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 256, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 257, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 258, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 259, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 260, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 261, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 262, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 263, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 264, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 265, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 266, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 267, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 268, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 269, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 270, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 271, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 272, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 273, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 274, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 275, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 276, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 277, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 278, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 279, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 280, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 281, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 282, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 283, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 284, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 285, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 286, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 287, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 288, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 289, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 290, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 291, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 292, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 293, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 294, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 295, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 296, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 297, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 298, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 299, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 300, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 301, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 302, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 303, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 304, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 305, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 306, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 307, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 308, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 309, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 310, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 311, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 312, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 313, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 314, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 315, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 316, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 317, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 318, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 319, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 320, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 321, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 322, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 323, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 324, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 325, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 326, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 327, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 328, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 329, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 330, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 331, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 332, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 333, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 334, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 335, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 336, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 337, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 338, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 339, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 340, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 341, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 342, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 343, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 344, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 345, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 346, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 347, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 348, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 349, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 350, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 351, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 352, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 353, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 354, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 355, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 356, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 357, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 358, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 359, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 360, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 361, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 362, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 363, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 364, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 365, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 366, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 367, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 368, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 369, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 370, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 371, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 372, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 373, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 374, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 375, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 376, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 377, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 378, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 379, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 380, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 381, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 382, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 383, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 384, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 385, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 386, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 387, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 388, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 389, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 390, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 391, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 392, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 393, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 394, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 395, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 396, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 397, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 398, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 399, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 400, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 401, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 402, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 403, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 404, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 405, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 406, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 407, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 408, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 409, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 410, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 411, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 412, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 413, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 414, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 415, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 416, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 417, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 418, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 419, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 420, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 421, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 422, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 423, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 424, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 425, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 426, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 427, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 428, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 429, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 430, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 431, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 432, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 433, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 434, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 435, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 436, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 437, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 438, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 439, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 440, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 441, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 442, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 443, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 444, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 445, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 446, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 447, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 448, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 449, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 450, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 451, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 452, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 453, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 454, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 455, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 456, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 457, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 458, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 459, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 460, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 461, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 462, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 463, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 464, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 465, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 466, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 467, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 468, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 469, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 470, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 471, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 472, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 473, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 474, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 475, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 476, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 477, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 478, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 479, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 480, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 481, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 482, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 483, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 484, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 485, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 486, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 487, '', '2020-05-25 08:49:47', NULL, NULL);
INSERT INTO `respuestas` (`green_entrepreneur_id`, `preguntas_id`, `valor`, `fecha`, `comentarios_trainer`, `revisada`) VALUES
(16, 488, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 489, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 490, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 491, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 492, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 493, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 494, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 495, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 496, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 497, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 498, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 499, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 500, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 501, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 502, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 503, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 504, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 505, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 506, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 507, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 508, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 509, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 510, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 511, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 512, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 513, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 514, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 515, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 522, '\"[]\"', '2020-05-22 13:52:23', NULL, NULL),
(16, 523, '', '2020-05-26 08:04:31', NULL, NULL),
(16, 525, '[\"d\"]\n', '2020-05-26 07:02:14', NULL, NULL),
(16, 526, '\n', '2020-05-26 07:02:14', NULL, NULL),
(16, 527, '\n', '2020-05-26 07:02:14', NULL, NULL),
(16, 532, '\n', '2020-05-26 07:02:14', NULL, NULL),
(16, 533, '\n', '2020-05-26 07:02:14', NULL, NULL),
(16, 534, '\n', '2020-05-26 07:02:14', NULL, NULL),
(16, 535, '[\"\"]\n', '2020-05-26 07:02:14', NULL, NULL),
(16, 536, '\n', '2020-05-26 07:02:14', NULL, NULL),
(16, 537, '\n', '2020-05-26 07:02:14', NULL, NULL),
(16, 538, '\n', '2020-05-26 07:02:14', NULL, NULL),
(16, 539, '\n', '2020-05-26 07:02:14', NULL, NULL),
(16, 540, '', '2020-05-25 09:27:49', NULL, NULL),
(16, 543, 'a\r\n\r\n', '2020-05-25 13:12:53', NULL, NULL),
(16, 544, 'a\r\n\r\n', '2020-05-25 13:12:53', NULL, NULL),
(16, 545, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 546, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 548, '[null,null,null,null]', '2020-05-25 13:13:12', NULL, NULL),
(16, 549, '\"[]\"', '2020-05-22 13:54:28', NULL, NULL),
(16, 641, '[\"5\"]', '2020-05-25 13:13:07', NULL, NULL),
(16, 642, '[\"5\"]', '2020-05-25 13:13:07', NULL, NULL),
(16, 643, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 644, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 645, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 646, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 647, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 648, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 649, '', '2020-05-25 13:12:43', NULL, NULL),
(16, 650, '', '2020-05-25 13:12:43', NULL, NULL),
(16, 651, '', '2020-05-25 13:12:43', NULL, NULL),
(16, 652, '', '2020-05-25 13:12:43', NULL, NULL),
(16, 653, '', '2020-05-25 13:13:12', NULL, NULL),
(16, 654, '', '2020-05-25 13:13:12', NULL, NULL),
(16, 657, '', '2020-05-25 13:12:15', NULL, NULL),
(16, 658, '', '2020-05-25 13:12:59', NULL, NULL),
(16, 659, '', '2020-05-25 09:27:23', NULL, NULL),
(16, 660, '', '2020-05-25 09:27:42', NULL, NULL),
(16, 661, '', '2020-05-25 09:27:45', NULL, NULL),
(16, 663, '', '2020-05-25 13:13:07', NULL, NULL),
(16, 664, '', '2020-05-25 13:13:07', NULL, NULL),
(16, 665, '', '2020-05-25 13:13:07', NULL, NULL),
(16, 666, '[\"b\"]', '2020-05-25 13:13:07', NULL, NULL),
(16, 667, '[\"a\"]', '2020-05-25 13:13:07', NULL, NULL),
(16, 668, '[\"c\"]', '2020-05-25 13:13:07', NULL, NULL),
(16, 669, '[\"5\"]', '2020-05-25 13:13:07', NULL, NULL),
(16, 670, '[\"5\"]', '2020-05-25 13:13:07', NULL, NULL),
(16, 671, '[\"5\"]', '2020-05-25 13:13:07', NULL, NULL),
(16, 672, '[\"5\"]', '2020-05-25 13:13:07', NULL, NULL),
(16, 673, '[\"5\"]', '2020-05-25 13:13:07', NULL, NULL),
(16, 674, '[\"5\"]', '2020-05-25 13:13:07', NULL, NULL),
(16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/16\\/ejercicio9-1.png\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/16\\/ejercicio9-1.png\"]', '2020-05-26 06:07:33', NULL, NULL),
(16, 676, '[\"Stage1\",\"Customer2\",\"Customer3\"]', '2020-05-26 06:07:33', NULL, NULL),
(16, 677, '[\"Stage1\",\"Customer2\",\"Customer3\"]', '2020-05-26 06:07:33', NULL, NULL),
(16, 678, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-26 06:07:33', NULL, NULL),
(16, 679, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-26 06:07:33', NULL, NULL),
(16, 680, '[\"128513\",\"128513\",\"128516\",\"128516\",\"128517\"]', '2020-05-26 06:07:33', NULL, NULL),
(16, 681, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-26 06:07:33', NULL, NULL),
(16, 682, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-26 06:07:33', NULL, NULL),
(16, 683, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-26 06:07:33', NULL, NULL),
(16, 684, '[\"Stage1\",\"Stage3\",\"Customer2\",\"\",\"Customer3Stage2\"]', '2020-05-26 06:07:33', NULL, NULL),
(16, 685, '\"[]\"', '2020-05-26 06:07:33', NULL, NULL),
(16, 686, '\"[]\"', '2020-05-26 06:07:33', NULL, NULL),
(16, 687, '\"[]\"', '2020-05-26 06:07:33', NULL, NULL),
(16, 688, '\"[]\"', '2020-05-26 06:07:33', NULL, NULL),
(16, 689, '\"[]\"', '2020-05-26 06:07:33', NULL, NULL),
(16, 690, '\"[]\"', '2020-05-26 06:07:33', NULL, NULL),
(16, 691, '\"[]\"', '2020-05-26 06:07:33', NULL, NULL),
(16, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-26 06:07:33', NULL, NULL),
(16, 707, '\"[]\"', '2020-05-26 06:07:33', NULL, NULL),
(16, 709, '', '2020-05-25 13:13:12', NULL, NULL),
(16, 710, '', '2020-05-25 13:13:12', NULL, NULL),
(16, 711, '', '2020-05-25 13:13:12', NULL, NULL),
(16, 712, '', '2020-05-25 13:13:12', NULL, NULL),
(16, 713, '', '2020-05-25 13:13:12', NULL, NULL),
(16, 714, '', '2020-05-25 13:13:12', NULL, NULL),
(16, 715, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 716, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 717, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 718, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 719, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 720, '', '2020-05-25 13:12:53', NULL, NULL),
(16, 721, '', '2020-05-25 09:26:49', NULL, NULL),
(16, 722, '', '2020-05-25 09:26:49', NULL, NULL),
(16, 723, '', '2020-05-22 13:51:44', NULL, NULL),
(16, 724, '', '2020-05-22 13:51:44', NULL, NULL),
(16, 727, '[\"\",\"\",\"\",\"92eb5ffee6ae2fec3ad71c777531578f\"]', '2020-05-22 13:03:44', NULL, NULL),
(16, 728, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 729, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 733, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 734, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 735, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 736, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 737, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 738, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 739, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 740, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 741, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 743, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 744, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 745, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 746, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 747, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 748, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 749, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 750, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 752, '[\"\"]', '2020-05-22 13:51:44', NULL, NULL),
(16, 753, '', '2020-05-22 13:51:44', NULL, NULL),
(16, 754, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 755, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 756, '', '2020-05-22 13:51:44', NULL, NULL),
(16, 760, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 761, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 762, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 763, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 764, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 765, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 766, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 767, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 768, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 769, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 770, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 771, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 772, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 773, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 774, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 775, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 776, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 777, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 778, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 779, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 780, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 781, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 782, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 783, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 784, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 785, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 786, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 787, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 788, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 789, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 790, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 791, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 792, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 793, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 794, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 795, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 796, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 797, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 798, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 799, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 800, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 801, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 802, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 803, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 804, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 805, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 806, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 807, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 808, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 809, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 810, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 811, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 812, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 813, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 814, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 815, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 816, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 817, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 818, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 819, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 820, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 821, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 822, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 823, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 824, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 825, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 826, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 827, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 829, '', '2020-05-25 07:18:41', NULL, NULL),
(16, 830, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 831, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 832, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 833, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 834, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 835, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 836, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 837, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 838, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 839, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 840, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 841, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 842, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 843, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 844, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 845, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 846, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 847, '', '2020-05-25 08:07:57', NULL, NULL),
(16, 848, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 849, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 850, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 851, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 852, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 853, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 854, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 855, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 856, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 857, '', '2020-05-25 08:12:00', NULL, NULL),
(16, 858, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 859, '', '2020-05-25 07:37:51', NULL, NULL),
(16, 860, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 861, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 862, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 863, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 864, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 865, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 866, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 867, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 868, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 869, '', '2020-05-25 08:12:04', NULL, NULL),
(16, 870, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 871, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 872, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 873, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 874, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 875, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 876, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 877, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 878, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 879, '', '2020-05-25 08:12:08', NULL, NULL),
(16, 880, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 881, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 882, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 883, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 884, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 885, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 886, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 887, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 888, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 889, '', '2020-05-25 08:12:13', NULL, NULL),
(16, 890, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 891, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 892, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 893, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 894, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 895, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 896, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 897, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 898, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 899, '', '2020-05-25 08:49:47', NULL, NULL),
(16, 902, '', '2020-05-22 13:51:44', NULL, NULL),
(16, 903, '', '2020-05-22 13:51:44', NULL, NULL),
(16, 904, '[\"\"]', '2020-05-25 09:26:53', NULL, NULL),
(16, 906, '\"[]\"', '2020-05-26 06:07:33', NULL, NULL),
(16, 907, '\"[]\"', '2020-05-26 06:07:33', NULL, NULL),
(16, 908, '\"[]\"', '2020-05-26 06:07:33', NULL, NULL),
(16, 910, '', '2020-05-22 13:51:44', NULL, NULL),
(16, 911, '', '2020-05-25 09:27:53', NULL, NULL),
(16, 947, '', '2020-05-25 09:27:19', NULL, NULL),
(16, 949, '', '2020-05-25 13:13:12', NULL, NULL),
(16, 950, '', '2020-05-25 13:13:12', NULL, NULL),
(16, 951, '', '2020-05-25 13:13:12', NULL, NULL),
(16, 952, '', '2020-05-25 13:13:12', NULL, NULL),
(16, 953, '', '2020-05-22 13:51:52', NULL, NULL),
(16, 954, '', '2020-05-22 13:54:17', NULL, NULL),
(16, 955, '', '2020-05-22 13:51:52', NULL, NULL),
(16, 956, '', '2020-05-22 13:54:17', NULL, NULL),
(16, 957, '', '2020-05-22 13:51:52', NULL, NULL),
(16, 958, '', '2020-05-22 13:54:17', NULL, NULL),
(16, 959, '', '2020-05-22 13:51:52', NULL, NULL),
(16, 960, '', '2020-05-22 13:54:17', NULL, NULL),
(16, 961, '', '2020-05-22 13:51:52', NULL, NULL),
(16, 962, '', '2020-05-22 13:54:17', NULL, NULL),
(16, 963, '', '2020-05-22 13:51:52', NULL, NULL),
(16, 964, '', '2020-05-22 13:54:17', NULL, NULL),
(16, 965, '', '2020-05-22 13:51:52', NULL, NULL),
(16, 966, '', '2020-05-22 13:54:17', NULL, NULL),
(16, 967, '', '2020-05-22 13:51:52', NULL, NULL),
(16, 968, '', '2020-05-22 13:51:52', NULL, NULL),
(16, 969, '', '2020-05-22 13:54:17', NULL, NULL),
(16, 970, '', '2020-05-22 13:54:17', NULL, NULL),
(16, 971, '', '2020-05-22 13:51:52', NULL, NULL),
(16, 972, '', '2020-05-22 13:54:17', NULL, NULL),
(16, 973, '', '2020-05-22 13:51:52', NULL, NULL),
(16, 974, '', '2020-05-22 13:54:17', NULL, NULL),
(16, 975, '', '2020-05-22 13:52:07', NULL, NULL),
(16, 976, '', '2020-05-22 13:52:07', NULL, NULL),
(16, 977, '', '2020-05-22 13:52:07', NULL, NULL),
(16, 978, '', '2020-05-22 13:52:07', NULL, NULL),
(16, 979, '', '2020-05-22 13:52:07', NULL, NULL),
(16, 980, '', '2020-05-22 13:52:07', NULL, NULL),
(16, 981, ' Service Only', '2020-05-26 08:04:31', NULL, NULL);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `respuestas_historicas`
--
CREATE TABLE `respuestas_historicas` (
`id` int(11) NOT NULL,
`respuestas_green_entrepreneur_id` int(11) DEFAULT NULL,
`respuestas_preguntas_id` int(11) DEFAULT NULL,
`valor` longtext COLLATE utf8mb4_unicode_ci,
`fecha` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `respuestas_historicas`
--
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(100, 4, 48, 'Reduction of GHG emissions and the use of fossil fuels. Noise from generators', '2020-02-14 10:47:51'),
(101, 4, 49, 'Reduction of social inequalities and energy poverty', '2020-02-14 10:47:51'),
(102, 4, 50, 'It brings security and stability to our customers, and it may help them feel connected with the ‘real’ world. It will boost business such as shops, bars, motels, etc. In resume, it will improve customers’ livelihood. We will involve the community (including community leaders and local government) to reduce customers’ stigmatization and to prevent robbery and misuse of the system, and to make sure that we can offer a price affordable by the majority of the interested customers. To avoid huge upfront investments we will negotiate with government and potential investors. We will take care of all legal issues, and we will deal with suppliers and banks, so as to be able to provide a service that looks simple to our customers.', '2020-02-14 10:47:51'),
(104, 4, 58, 'We will provide quality and reliable service tailored to our customers’ needs. We will engage our customers in the design and implementation of the project, so they will be key actors.', '2020-02-14 10:47:51'),
(105, 4, 70, 'Technicians: Co-creation; employment, supervise PV systems. \r\nCommunity Leader: Co-creation & Feedback; Beneficiaries, decision making.\r\nLocal Government: Feed-back; villagers satisfaction, regulatory frameworks.\r\nSuppliers: Partnership & customer provider; provision of \r\nsolar PV systems.\r\nRenewable energy companies: competitors. \r\nGovernment: Partnership; pilot project-influence other stakeholders, legislation. \r\nBank: Partnership; clients-credit and fee collection. \r\nSonelgaz: competitors, improve electricity infrastructure. \r\nCommunity: Feedback; beneficiaries, attitudes towards projects.', '2020-02-14 10:54:08'),
(106, 4, 71, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-02-14 10:54:08'),
(107, 4, 72, 'Segments: Rural households and small businesses- co-creation.\r\n\r\nProfile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-02-14 10:54:08'),
(324, 4, 48, 'Reduction of GHG emissions and the use of fossil fuels. Noise from generators', '2020-03-02 13:26:13'),
(325, 4, 49, 'Reduction of social inequalities and energy poverty', '2020-03-02 13:26:13'),
(326, 4, 50, 'It brings security and stability to our customers, and it may help them feel connected with the ‘real’ world. It will boost business such as shops, bars, motels, etc. In resume, it will improve customers’ livelihood. We will involve the community (including community leaders and local government) to reduce customers’ stigmatization and to prevent robbery and misuse of the system, and to make sure that we can offer a price affordable by the majority of the interested customers. To avoid huge upfront investments we will negotiate with government and potential investors. We will take care of all legal issues, and we will deal with suppliers and banks, so as to be able to provide a service that looks simple to our customers.', '2020-03-02 13:26:13'),
(328, 4, 58, 'We will provide quality and reliable service tailored to our customers’ needs. We will engage our customers in the design and implementation of the project, so they will be key actors.', '2020-03-02 13:26:13'),
(329, 4, 70, 'Technicians: Co-creation; employment, supervise PV systems. \r\nCommunity Leader: Co-creation & Feedback; Beneficiaries, decision making.\r\nLocal Government: Feed-back; villagers satisfaction, regulatory frameworks.\r\nSuppliers: Partnership & customer provider; provision of \r\nsolar PV systems.\r\nRenewable energy companies: competitors. \r\nGovernment: Partnership; pilot project-influence other stakeholders, legislation. \r\nBank: Partnership; clients-credit and fee collection. \r\nSonelgaz: competitors, improve electricity infrastructure. \r\nCommunity: Feedback; beneficiaries, attitudes towards projects.', '2020-03-02 13:26:17'),
(330, 4, 71, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-02 13:26:17'),
(331, 4, 72, 'Segments: Rural households and small businesses- co-creation.\r\n\r\nProfile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-02 13:26:17'),
(428, 4, 48, 'Reduction of GHG emissions and the use of fossil fuels. Noise from generators', '2020-03-02 14:26:47'),
(429, 4, 49, 'Reduction of social inequalities and energy poverty', '2020-03-02 14:26:47'),
(430, 4, 50, 'It brings security and stability to our customers, and it may help them feel connected with the ‘real’ world. It will boost business such as shops, bars, motels, etc. In resume, it will improve customers’ livelihood. We will involve the community (including community leaders and local government) to reduce customers’ stigmatization and to prevent robbery and misuse of the system, and to make sure that we can offer a price affordable by the majority of the interested customers. To avoid huge upfront investments we will negotiate with government and potential investors. We will take care of all legal issues, and we will deal with suppliers and banks, so as to be able to provide a service that looks simple to our customers.', '2020-03-02 14:26:47'),
(432, 4, 58, 'We will provide quality and reliable service tailored to our customers’ needs. We will engage our customers in the design and implementation of the project, so they will be key actors.', '2020-03-02 14:26:47'),
(433, 4, 70, 'Technicians: Co-creation; employment, supervise PV systems. \r\nCommunity Leader: Co-creation & Feedback; Beneficiaries, decision making.\r\nLocal Government: Feed-back; villagers satisfaction, regulatory frameworks.\r\nSuppliers: Partnership & customer provider; provision of \r\nsolar PV systems.\r\nRenewable energy companies: competitors. \r\nGovernment: Partnership; pilot project-influence other stakeholders, legislation. \r\nBank: Partnership; clients-credit and fee collection. \r\nSonelgaz: competitors, improve electricity infrastructure. \r\nCommunity: Feedback; beneficiaries, attitudes towards projects.', '2020-03-02 14:26:52'),
(434, 4, 71, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-02 14:26:52'),
(435, 4, 72, 'Segments: Rural households and small businesses- co-creation.\r\n\r\nProfile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-02 14:26:52'),
(539, 4, 48, 'Reduction of GHG emissions and the use of fossil fuels. Noise from generators', '2020-03-02 15:23:02'),
(540, 4, 49, 'Reduction of social inequalities and energy poverty', '2020-03-02 15:23:02'),
(541, 4, 50, 'It brings security and stability to our customers, and it may help them feel connected with the ‘real’ world. It will boost business such as shops, bars, motels, etc. In resume, it will improve customers’ livelihood. We will involve the community (including community leaders and local government) to reduce customers’ stigmatization and to prevent robbery and misuse of the system, and to make sure that we can offer a price affordable by the majority of the interested customers. To avoid huge upfront investments we will negotiate with government and potential investors. We will take care of all legal issues, and we will deal with suppliers and banks, so as to be able to provide a service that looks simple to our customers.', '2020-03-02 15:23:02'),
(543, 4, 58, 'We will provide quality and reliable service tailored to our customers’ needs. We will engage our customers in the design and implementation of the project, so they will be key actors.', '2020-03-02 15:23:02'),
(544, 4, 70, 'Technicians: Co-creation; employment, supervise PV systems. \r\nCommunity Leader: Co-creation & Feedback; Beneficiaries, decision making.\r\nLocal Government: Feed-back; villagers satisfaction, regulatory frameworks.\r\nSuppliers: Partnership & customer provider; provision of \r\nsolar PV systems.\r\nRenewable energy companies: competitors. \r\nGovernment: Partnership; pilot project-influence other stakeholders, legislation. \r\nBank: Partnership; clients-credit and fee collection. \r\nSonelgaz: competitors, improve electricity infrastructure. \r\nCommunity: Feedback; beneficiaries, attitudes towards projects.', '2020-03-02 15:24:09'),
(545, 4, 71, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-02 15:24:09'),
(546, 4, 72, 'Segments: Rural households and small businesses- co-creation.\r\n\r\nProfile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-02 15:24:09'),
(763, 2, 525, 'dsfdsfdfs', '2020-03-03 14:57:48'),
(764, 2, 526, 'kjibyg', '2020-03-03 14:57:48'),
(765, 2, 527, 'nvg', '2020-03-03 14:57:48'),
(766, 2, 525, 'dsfdsfdfs', '2020-03-03 15:00:53'),
(767, 2, 526, 'kjibyg', '2020-03-03 15:00:53'),
(768, 2, 527, 'nvg', '2020-03-03 15:00:53'),
(769, 2, 525, 'dsfdsfdfs', '2020-03-03 15:02:01'),
(770, 2, 526, 'kjibyg', '2020-03-03 15:02:01'),
(771, 2, 527, 'nvg', '2020-03-03 15:02:01'),
(772, 2, 525, 'dsfdsfdfs', '2020-03-03 15:02:28'),
(773, 2, 526, 'kjibyg', '2020-03-03 15:02:28'),
(774, 2, 527, 'nvg', '2020-03-03 15:02:28'),
(775, 2, 525, 'dsfdsfdfs', '2020-03-03 15:03:20'),
(776, 2, 526, 'kjibyg', '2020-03-03 15:03:20'),
(777, 2, 527, 'nvg', '2020-03-03 15:03:20'),
(778, 2, 525, 'dsfdsfdfs', '2020-03-03 15:16:02'),
(779, 2, 526, 'kjibyg', '2020-03-03 15:16:02'),
(780, 2, 527, 'nvg', '2020-03-03 15:16:02'),
(781, 2, 525, 'dsfdsfdfs', '2020-03-03 15:16:03'),
(782, 2, 526, 'kjibyg', '2020-03-03 15:16:03'),
(783, 2, 527, 'nvg', '2020-03-03 15:16:03'),
(784, 2, 525, 'dsfdsfdfs', '2020-03-03 15:17:00'),
(785, 2, 526, 'kjibyg', '2020-03-03 15:17:00'),
(786, 2, 527, 'nvg', '2020-03-03 15:17:00'),
(787, 2, 525, 'dsfdsfdfs', '2020-03-03 15:18:23'),
(788, 2, 526, 'kjibyg', '2020-03-03 15:18:23'),
(789, 2, 527, 'nvg', '2020-03-03 15:18:23'),
(790, 2, 525, 'dsfdsfdfs', '2020-03-03 15:19:04'),
(791, 2, 526, 'kjibyg', '2020-03-03 15:19:04'),
(792, 2, 527, 'nvg', '2020-03-03 15:19:04'),
(793, 2, 525, 'dsfdsfdfs', '2020-03-03 15:22:24'),
(794, 2, 526, 'kjibyg', '2020-03-03 15:22:24'),
(795, 2, 527, 'nvg', '2020-03-03 15:22:24'),
(796, 2, 525, 'dsfdsfdfs', '2020-03-03 15:23:27'),
(797, 2, 526, 'kjibyg', '2020-03-03 15:23:27'),
(798, 2, 527, 'nvg', '2020-03-03 15:23:27'),
(799, 2, 525, 'dsfdsfdfs', '2020-03-03 15:23:55'),
(800, 2, 526, 'kjibyg', '2020-03-03 15:23:55'),
(801, 2, 527, 'nvg', '2020-03-03 15:23:55'),
(802, 2, 525, 'dsfdsfdfs', '2020-03-03 15:24:31'),
(803, 2, 526, 'kjibyg', '2020-03-03 15:24:31'),
(804, 2, 527, 'nvg', '2020-03-03 15:24:31'),
(805, 2, 525, 'dsfdsfdfs', '2020-03-03 15:25:15'),
(806, 2, 526, 'kjibyg', '2020-03-03 15:25:15'),
(807, 2, 527, 'nvg', '2020-03-03 15:25:15'),
(808, 2, 525, 'dsfdsfdfs', '2020-03-03 15:25:55'),
(809, 2, 526, 'kjibyg', '2020-03-03 15:25:55'),
(810, 2, 527, 'nvg', '2020-03-03 15:25:55'),
(811, 2, 525, 'dsfdsfdfs', '2020-03-03 15:26:27'),
(812, 2, 526, 'kjibyg', '2020-03-03 15:26:27'),
(813, 2, 527, 'nvg', '2020-03-03 15:26:27'),
(814, 2, 525, 'dsfdsfdfs', '2020-03-03 15:26:47'),
(815, 2, 526, 'kjibyg', '2020-03-03 15:26:47'),
(816, 2, 527, 'nvg', '2020-03-03 15:26:47'),
(817, 2, 525, 'dsfdsfdfs', '2020-03-03 15:41:13'),
(818, 2, 526, 'kjibyg', '2020-03-03 15:41:13'),
(819, 2, 527, 'nvg', '2020-03-03 15:41:13'),
(820, 2, 525, 'dsfdsfdfs', '2020-03-03 15:46:00'),
(821, 2, 526, 'kjibyg', '2020-03-03 15:46:00'),
(822, 2, 527, 'nvg', '2020-03-03 15:46:00'),
(823, 2, 525, 'dsfdsfdfs', '2020-03-03 15:48:13'),
(824, 2, 526, 'kjibyg', '2020-03-03 15:48:13'),
(825, 2, 527, 'nvg', '2020-03-03 15:48:13'),
(826, 2, 525, 'dsfdsfdfs', '2020-03-03 15:49:52'),
(827, 2, 526, 'kjibyg', '2020-03-03 15:49:52'),
(828, 2, 527, 'nvg', '2020-03-03 15:49:52'),
(829, 2, 525, 'dsfdsfdfs', '2020-03-03 15:52:07'),
(830, 2, 526, 'kjibyg', '2020-03-03 15:52:07'),
(831, 2, 527, 'nvg', '2020-03-03 15:52:07'),
(832, 2, 525, 'dsfdsfdfs', '2020-03-03 15:53:14'),
(833, 2, 526, 'kjibyg', '2020-03-03 15:53:14'),
(834, 2, 527, 'nvg', '2020-03-03 15:53:14'),
(835, 2, 525, 'dsfdsfdfs', '2020-03-04 07:06:47'),
(836, 2, 526, 'kjibyg', '2020-03-04 07:06:47'),
(837, 2, 527, 'nvg', '2020-03-04 07:06:47'),
(842, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 07:08:29'),
(843, 2, 526, 'kjibyg', '2020-03-04 07:08:29'),
(844, 2, 527, 'nvg', '2020-03-04 07:08:29'),
(845, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:02:02'),
(846, 2, 526, 'kjibyg', '2020-03-04 08:02:02'),
(847, 2, 527, 'nvg', '2020-03-04 08:02:02'),
(848, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:03:15'),
(849, 2, 526, 'kjibyg', '2020-03-04 08:03:15'),
(850, 2, 527, 'nvg', '2020-03-04 08:03:15'),
(851, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:05:46'),
(852, 2, 526, 'kjibyg', '2020-03-04 08:05:46'),
(853, 2, 527, 'nvg', '2020-03-04 08:05:46'),
(854, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:12:20'),
(855, 2, 526, 'kjibyg', '2020-03-04 08:12:20'),
(856, 2, 527, 'nvg', '2020-03-04 08:12:20'),
(857, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:12:59'),
(858, 2, 526, 'kjibyg', '2020-03-04 08:12:59'),
(859, 2, 527, 'nvg', '2020-03-04 08:12:59'),
(860, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:14:21'),
(861, 2, 526, 'kjibyg', '2020-03-04 08:14:21'),
(862, 2, 527, 'nvg', '2020-03-04 08:14:21'),
(863, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:22:02'),
(864, 2, 526, 'kjibyg', '2020-03-04 08:22:02'),
(865, 2, 527, 'nvg', '2020-03-04 08:22:02'),
(866, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:28:50'),
(867, 2, 526, 'kjibyg', '2020-03-04 08:28:50'),
(868, 2, 527, 'nvg', '2020-03-04 08:28:50'),
(869, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:29:53'),
(870, 2, 526, 'kjibyg', '2020-03-04 08:29:53'),
(871, 2, 527, 'nvg', '2020-03-04 08:29:53'),
(872, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:30:01'),
(873, 2, 526, 'kjibyg', '2020-03-04 08:30:01'),
(874, 2, 527, 'nvg', '2020-03-04 08:30:01'),
(875, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:30:20'),
(876, 2, 526, 'kjibyg', '2020-03-04 08:30:20'),
(877, 2, 527, 'nvg', '2020-03-04 08:30:20'),
(878, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:35:43'),
(879, 2, 526, 'kjibyg', '2020-03-04 08:35:43'),
(880, 2, 527, 'nvg', '2020-03-04 08:35:43'),
(881, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:35:54'),
(882, 2, 526, 'kjibyg', '2020-03-04 08:35:54'),
(883, 2, 527, 'nvg', '2020-03-04 08:35:54'),
(884, 2, 525, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:42:59'),
(885, 2, 526, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:42:59'),
(886, 2, 527, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc quis pharetra est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed scelerisque nisi nec felis consectetur, eu scelerisque tortor gravida. Sed dolor felis, suscipit id auctor interdum, lobortis et purus.', '2020-03-04 08:42:59'),
(891, 4, 525, 'Provision of solar energy to rural areas, which will help to reduce poverty in these areas.', '2020-03-04 08:46:44'),
(892, 4, 526, 'Provision of solar energy to rural areas, which will help to reduce poverty in these areas.', '2020-03-04 08:46:44'),
(893, 4, 527, 'Provision of solar energy to rural areas, which will help to reduce poverty in these areas.', '2020-03-04 08:46:44'),
(898, 4, 525, 'Provision of solar energy to rural areas, which will help to reduce poverty in these areas.', '2020-03-04 08:47:21'),
(899, 4, 526, 'Provision of solar energy to rural areas, which will help to reduce poverty in these areas.', '2020-03-04 08:47:21'),
(900, 4, 527, 'Provision of solar energy to rural areas, which will help to reduce poverty in these areas.', '2020-03-04 08:47:21'),
(905, 4, 525, '[\"adios\"]', '2020-03-04 08:53:33'),
(906, 4, 526, 'Provision of solar energy to rural areas, which will help to reduce poverty in these areas.', '2020-03-04 08:53:33'),
(907, 4, 527, 'Provision of solar energy to rural areas, which will help to reduce poverty in these areas.', '2020-03-04 08:53:33'),
(912, 4, 525, '[\"adios\"]', '2020-03-04 08:56:22'),
(913, 4, 526, 'Provision of solar energy to rural areas, which will help to reduce poverty in these areas.', '2020-03-04 08:56:22'),
(914, 4, 527, 'Provision of solar energy to rural areas, which will help to reduce poverty in these areas.', '2020-03-04 08:56:22'),
(919, 4, 525, '[\"adios\"]', '2020-03-04 09:00:35'),
(920, 4, 526, 'Provision of solar energy to rural areas, which will help to reduce poverty in these areas.', '2020-03-04 09:00:35'),
(921, 4, 527, 'Provision of solar energy to rural areas, which will help to reduce poverty in these areas.', '2020-03-04 09:00:35'),
(926, 4, 525, '[\"adios\"]', '2020-03-04 09:01:36'),
(927, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 09:01:36'),
(928, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 09:01:36'),
(933, 4, 525, '[\"adios\"]', '2020-03-04 09:04:12'),
(934, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 09:04:12'),
(935, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 09:04:12'),
(940, 4, 525, '[\"adios\"]', '2020-03-04 09:27:32'),
(941, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 09:27:32'),
(942, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 09:27:32'),
(947, 4, 525, '[\"adios\"]', '2020-03-04 09:28:53'),
(948, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 09:28:53'),
(949, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 09:28:53'),
(954, 4, 525, '[\"adios\"]', '2020-03-04 09:41:46'),
(955, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 09:41:46'),
(956, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 09:41:46'),
(961, 4, 525, '[\"adios\"]', '2020-03-04 09:42:27'),
(962, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 09:42:27'),
(963, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 09:42:27'),
(968, 4, 525, '[\"adios\"]', '2020-03-04 10:04:32'),
(969, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:04:32'),
(970, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:04:32'),
(975, 4, 525, '[\"adios\"]', '2020-03-04 10:05:13'),
(976, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:05:13'),
(977, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:05:13'),
(982, 4, 525, '[\"adios\"]', '2020-03-04 10:05:44'),
(983, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:05:44'),
(984, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:05:44'),
(989, 4, 525, '[\"adios\"]', '2020-03-04 10:10:52'),
(990, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:10:52'),
(991, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:10:52'),
(996, 4, 525, '[\"adios\"]', '2020-03-04 10:13:23'),
(997, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:13:23'),
(998, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:13:23'),
(1003, 4, 525, '[\"adios\"]', '2020-03-04 10:14:10'),
(1004, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:14:10'),
(1005, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:14:10'),
(1010, 4, 525, '[\"adios\"]', '2020-03-04 10:18:52'),
(1011, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:18:52'),
(1012, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:18:52'),
(1017, 4, 525, '[\"adios\"]', '2020-03-04 10:33:37'),
(1018, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:33:37'),
(1019, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:33:37'),
(1024, 4, 525, '[\"adios\"]', '2020-03-04 10:34:06'),
(1025, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:34:06'),
(1026, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:34:06'),
(1031, 4, 525, '[\"adios\"]', '2020-03-04 10:34:42'),
(1032, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:34:42'),
(1033, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:34:42'),
(1038, 4, 525, '[\"adios\"]', '2020-03-04 10:42:39'),
(1039, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:42:39'),
(1040, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:42:39'),
(1045, 4, 525, '[\"adios\"]', '2020-03-04 10:51:15'),
(1046, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:51:15');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(1047, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:51:15'),
(1052, 4, 525, '[\"adios\"]', '2020-03-04 10:55:15'),
(1053, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:55:15'),
(1054, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:55:15'),
(1059, 4, 525, '[\"adios\"]', '2020-03-04 10:58:11'),
(1060, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:58:11'),
(1061, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:58:11'),
(1066, 4, 525, '[\"adios\"]', '2020-03-04 10:58:40'),
(1067, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 10:58:40'),
(1068, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 10:58:40'),
(1073, 4, 525, '[\"adios\"]', '2020-03-04 11:00:43'),
(1074, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 11:00:43'),
(1075, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 11:00:43'),
(1080, 4, 525, '[\"adios\"]', '2020-03-04 11:02:11'),
(1081, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 11:02:11'),
(1082, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 11:02:11'),
(1087, 4, 525, '[\"adios\"]', '2020-03-04 11:04:29'),
(1088, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 11:04:29'),
(1089, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 11:04:29'),
(1094, 4, 525, '[\"adios\"]', '2020-03-04 11:04:37'),
(1095, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 11:04:37'),
(1096, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 11:04:37'),
(1101, 4, 525, '[\"adios\"]', '2020-03-04 11:05:49'),
(1102, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 11:05:49'),
(1103, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 11:05:49'),
(1108, 4, 525, '[\"adios\"]', '2020-03-04 11:05:53'),
(1109, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 11:05:53'),
(1110, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 11:05:53'),
(1115, 4, 525, '[\"adios\"]', '2020-03-04 11:05:58'),
(1116, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 11:05:58'),
(1117, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 11:05:58'),
(1122, 4, 525, '[\"adios\"]', '2020-03-04 11:06:42'),
(1123, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 11:06:42'),
(1124, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 11:06:42'),
(1129, 4, 525, '[\"adios\"]', '2020-03-04 11:08:07'),
(1130, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 11:08:07'),
(1131, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 11:08:07'),
(1136, 4, 525, '[\"adios\"]', '2020-03-04 11:24:26'),
(1137, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 11:24:26'),
(1138, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 11:24:26'),
(1143, 4, 525, '[\"adios\"]', '2020-03-04 11:34:46'),
(1144, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 11:34:46'),
(1145, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 11:34:46'),
(1150, 4, 525, '[\"adios\"]', '2020-03-04 11:39:10'),
(1151, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 11:39:10'),
(1152, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 11:39:10'),
(1157, 4, 525, '[\"adios\"]', '2020-03-04 15:26:06'),
(1158, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 15:26:06'),
(1159, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 15:26:06'),
(1164, 4, 525, '[\"adios\"]', '2020-03-04 15:48:47'),
(1165, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 15:48:47'),
(1166, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 15:48:47'),
(1171, 4, 525, '[\"adios\"]', '2020-03-04 15:51:49'),
(1172, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 15:51:49'),
(1173, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 15:51:49'),
(1178, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-04 15:51:49'),
(1179, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-04 15:51:49'),
(1180, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-04 15:51:49'),
(1181, 4, 525, '[\"adios\"]', '2020-03-04 15:55:00'),
(1182, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 15:55:00'),
(1183, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 15:55:00'),
(1188, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-04 15:55:00'),
(1189, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-04 15:55:00'),
(1190, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-04 15:55:00'),
(1191, 4, 525, '[\"adios\"]', '2020-03-04 15:55:51'),
(1192, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 15:55:51'),
(1193, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 15:55:51'),
(1198, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-04 15:55:51'),
(1199, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-04 15:55:51'),
(1200, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-04 15:55:51'),
(1201, 4, 525, '[\"adios\"]', '2020-03-04 15:58:29'),
(1202, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 15:58:29'),
(1203, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 15:58:29'),
(1208, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-04 15:58:29'),
(1209, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-04 15:58:29'),
(1210, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-04 15:58:29'),
(1211, 4, 525, '[\"adios\"]', '2020-03-04 16:01:02'),
(1212, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-04 16:01:02'),
(1213, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-04 16:01:02'),
(1218, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-04 16:01:02'),
(1219, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-04 16:01:02'),
(1220, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-04 16:01:02'),
(1221, 4, 525, '[\"adios\"]', '2020-03-05 07:21:19'),
(1222, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-05 07:21:19'),
(1223, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-05 07:21:19'),
(1228, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:21:19'),
(1229, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:21:19'),
(1230, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-05 07:21:19'),
(1231, 4, 525, '[\"adios\"]', '2020-03-05 07:34:26'),
(1232, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-05 07:34:26'),
(1233, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-05 07:34:26'),
(1234, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-05 07:34:26'),
(1235, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:34:26');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(1236, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:34:26'),
(1237, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-05 07:34:26'),
(1238, 4, 525, '[\"adios\"]', '2020-03-05 07:35:19'),
(1239, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-05 07:35:19'),
(1240, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-05 07:35:19'),
(1241, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-05 07:35:19'),
(1242, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:35:19'),
(1243, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:35:19'),
(1244, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-05 07:35:19'),
(1245, 4, 525, '[\"adios\"]', '2020-03-05 07:39:23'),
(1246, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-05 07:39:23'),
(1247, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-05 07:39:23'),
(1248, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-05 07:39:23'),
(1249, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:39:24'),
(1250, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:39:24'),
(1251, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-05 07:39:24'),
(1252, 4, 536, 'Segments: Rural households and small businesses- co-creation.\r\n\r\nProfile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-05 07:39:24'),
(1253, 4, 525, '[\"adios\"]', '2020-03-05 07:39:26'),
(1254, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-05 07:39:26'),
(1255, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-05 07:39:26'),
(1256, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-05 07:39:26'),
(1257, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:39:26'),
(1258, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:39:26'),
(1259, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-05 07:39:26'),
(1260, 4, 536, 'Segments: Rural households and small businesses- co-creation.\r\n\r\nProfile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-05 07:39:26'),
(1261, 4, 525, '[\"adios\"]', '2020-03-05 07:44:35'),
(1262, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-05 07:44:35'),
(1263, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-05 07:44:35'),
(1264, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-05 07:44:35'),
(1265, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:44:35'),
(1266, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:44:35'),
(1267, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-05 07:44:35'),
(1268, 4, 536, 'Segments: Rural households and small businesses- co-creation.\r\n\r\nProfile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-05 07:44:35'),
(1269, 4, 537, '–Clear value propositon that enables worf\r\nof mouth among community members. \r\n–Proactive approach to clients: village and\r\npersonal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers\r\nfro customers, promoting good practices\r\nfor longevity and efficiency. \r\n–Need to improve delivery to have a better\r\nrelationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-05 07:44:35'),
(1270, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-05 07:44:35'),
(1271, 4, 525, '[\"adios\"]', '2020-03-05 07:44:38'),
(1272, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-05 07:44:38'),
(1273, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-05 07:44:38'),
(1274, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-05 07:44:38'),
(1275, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:44:38'),
(1276, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:44:38'),
(1277, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-05 07:44:38'),
(1278, 4, 536, 'Segments: Rural households and small businesses- co-creation.\r\n\r\nProfile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-05 07:44:38'),
(1279, 4, 537, '–Clear value propositon that enables worf\r\nof mouth among community members. \r\n–Proactive approach to clients: village and\r\npersonal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers\r\nfro customers, promoting good practices\r\nfor longevity and efficiency. \r\n–Need to improve delivery to have a better\r\nrelationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-05 07:44:38'),
(1280, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-05 07:44:38'),
(1281, 4, 525, '[\"adios\"]', '2020-03-05 07:48:17'),
(1282, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-05 07:48:17'),
(1283, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-05 07:48:17'),
(1284, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-05 07:48:17'),
(1285, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:48:17'),
(1286, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:48:17'),
(1287, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-05 07:48:17'),
(1288, 4, 536, 'Segments: Rural households and small businesses- co-creation.\r\n\r\nProfile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-05 07:48:17'),
(1289, 4, 537, '–Clear value propositon that enables worf\r\nof mouth among community members. \r\n–Proactive approach to clients: village and\r\npersonal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers\r\nfro customers, promoting good practices\r\nfor longevity and efficiency. \r\n–Need to improve delivery to have a better\r\nrelationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-05 07:48:17'),
(1290, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-05 07:48:17'),
(1291, 4, 539, '– Reliable and clean electricity from\r\nSOLAR PV installations – 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems\r\ncosts-50,000 per unit from subsidies', '2020-03-05 07:48:17'),
(1292, 4, 525, '[\"adios\"]', '2020-03-05 07:48:18'),
(1293, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-05 07:48:18'),
(1294, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-05 07:48:18'),
(1295, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-05 07:48:18'),
(1296, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:48:18'),
(1297, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:48:18'),
(1298, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-05 07:48:18'),
(1299, 4, 536, 'Segments: Rural households and small businesses- co-creation.\r\n\r\nProfile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-05 07:48:18'),
(1300, 4, 537, '–Clear value propositon that enables worf\r\nof mouth among community members. \r\n–Proactive approach to clients: village and\r\npersonal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers\r\nfro customers, promoting good practices\r\nfor longevity and efficiency. \r\n–Need to improve delivery to have a better\r\nrelationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-05 07:48:18'),
(1301, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-05 07:48:18'),
(1302, 4, 539, '– Reliable and clean electricity from\r\nSOLAR PV installations – 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems\r\ncosts-50,000 per unit from subsidies', '2020-03-05 07:48:18'),
(1307, 4, 525, '[\"adios\"]', '2020-03-05 07:51:24'),
(1308, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-05 07:51:24'),
(1309, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & \r\nSales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and\r\nempty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities\r\nand vehicles.\r\n \r\n–Microcredits to provide financial support\r\nto purchase PV systems.', '2020-03-05 07:51:24'),
(1310, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-05 07:51:24'),
(1311, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:51:24'),
(1312, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:51:24'),
(1313, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-05 07:51:24'),
(1314, 4, 536, 'Segments: Rural households and small businesses- co-creation.\r\n\r\nProfile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-05 07:51:24'),
(1315, 4, 537, '–Clear value propositon that enables worf\r\nof mouth among community members. \r\n–Proactive approach to clients: village and\r\npersonal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers\r\nfro customers, promoting good practices\r\nfor longevity and efficiency. \r\n–Need to improve delivery to have a better\r\nrelationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-05 07:51:24'),
(1316, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-05 07:51:24'),
(1317, 4, 539, '– Reliable and clean electricity from SOLAR PV installations – 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-05 07:51:24'),
(1322, 4, 70, '- Technicians: Co-creation; employment, supervise PV systems. \r\n- Community Leader: Co-creation & Feedback; Beneficiaries, decision making.\r\n- Local Government: Feed-back; villagers satisfaction, regulatory frameworks.\r\n- Suppliers: Partnership & customer provider; provision of solar PV systems.\r\n- Renewable energy companies: competitors. \r\n- Government: Partnership; pilot project-influence other stakeholders, legislation. \r\n- Bank: Partnership; clients-credit and fee collection. \r\n- Sonelgaz: competitors, improve electricity infrastructure. \r\n- Community: Feedback; beneficiaries, attitudes towards projects.', '2020-03-05 07:55:16'),
(1323, 4, 71, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-05 07:55:16'),
(1324, 4, 72, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-05 07:55:16'),
(1337, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-05 07:56:34'),
(1338, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-05 07:56:34'),
(1339, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-05 07:56:34'),
(1340, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-05 07:56:34'),
(1341, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:56:34'),
(1342, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:56:34'),
(1343, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-05 07:56:34'),
(1344, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-05 07:56:34'),
(1345, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-05 07:56:34'),
(1346, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-05 07:56:34'),
(1347, 4, 539, '– Reliable and clean electricity from SOLAR PV installations – 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-05 07:56:34'),
(1352, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-05 07:58:25'),
(1353, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-05 07:58:25'),
(1354, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-05 07:58:25'),
(1355, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-05 07:58:25'),
(1356, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:58:25'),
(1357, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:58:25'),
(1358, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-05 07:58:25'),
(1359, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-05 07:58:25'),
(1360, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-05 07:58:25'),
(1361, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-05 07:58:25'),
(1362, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-05 07:58:25'),
(1363, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-05 07:59:34'),
(1364, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-05 07:59:34'),
(1365, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-05 07:59:34'),
(1366, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-05 07:59:34');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(1367, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:59:34'),
(1368, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:59:34'),
(1369, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-05 07:59:34'),
(1370, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-05 07:59:34'),
(1371, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-05 07:59:34'),
(1372, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-05 07:59:34'),
(1373, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-05 07:59:34'),
(1374, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-05 07:59:38'),
(1375, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-05 07:59:38'),
(1376, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-05 07:59:38'),
(1377, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-05 07:59:38'),
(1378, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:59:38'),
(1379, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-05 07:59:38'),
(1380, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-05 07:59:38'),
(1381, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-05 07:59:38'),
(1382, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-05 07:59:38'),
(1383, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-05 07:59:38'),
(1384, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-05 07:59:38'),
(1428, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-06 08:48:30'),
(1429, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-06 08:48:30'),
(1430, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-06 08:48:30'),
(1431, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-06 08:48:36'),
(1432, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-06 08:48:36'),
(1433, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-06 08:48:36'),
(1466, 2, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"\\\",\\\"who\\\":\\\"\\\",\\\"segment\\\":\\\"\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"\\\",\\\"emotions\\\":\\\"\\\",\\\"needs\\\":\\\"\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"}}\"', '2020-03-06 09:18:12'),
(1529, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-06 13:20:18'),
(1530, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-06 13:20:18'),
(1531, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-06 13:20:18'),
(1532, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-06 13:20:18'),
(1533, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-06 13:20:18'),
(1534, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-06 13:20:18'),
(1535, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-06 13:20:18'),
(1536, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-06 13:20:18'),
(1537, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-06 13:20:18'),
(1538, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-06 13:20:18'),
(1539, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-06 13:20:18'),
(1540, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-06 13:22:34'),
(1541, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-06 13:22:34'),
(1542, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-06 13:22:34'),
(1543, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-06 13:22:34'),
(1544, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-06 13:22:34'),
(1545, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-06 13:22:34'),
(1546, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-06 13:22:34'),
(1547, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-06 13:22:34'),
(1548, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-06 13:22:34'),
(1549, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-06 13:22:34'),
(1550, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-06 13:22:34'),
(1551, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-06 13:24:08'),
(1552, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-06 13:24:08'),
(1553, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-06 13:24:08'),
(1554, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-06 13:24:08'),
(1555, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-06 13:24:08'),
(1556, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-06 13:24:08'),
(1557, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-06 13:24:08'),
(1558, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-06 13:24:08'),
(1559, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-06 13:24:08'),
(1560, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-06 13:24:08'),
(1561, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-06 13:24:08'),
(1562, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-06 13:30:18'),
(1563, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-06 13:30:18'),
(1564, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-06 13:30:18'),
(1565, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-06 13:30:18'),
(1566, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-06 13:30:18'),
(1567, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-06 13:30:18'),
(1568, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-06 13:30:18'),
(1569, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-06 13:30:18'),
(1570, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-06 13:30:18'),
(1571, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-06 13:30:18'),
(1572, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-06 13:30:18'),
(1573, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-06 13:37:48'),
(1574, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-06 13:37:48'),
(1575, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-06 13:37:48'),
(1576, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-06 13:37:48'),
(1577, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-06 13:37:48'),
(1578, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-06 13:37:48'),
(1579, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-06 13:37:48'),
(1580, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-06 13:37:48'),
(1581, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-06 13:37:48'),
(1582, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-06 13:37:48'),
(1583, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-06 13:37:48'),
(1584, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-06 13:38:00'),
(1585, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-06 13:38:00'),
(1586, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-06 13:38:00'),
(1587, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-06 13:38:00'),
(1588, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-06 13:38:00'),
(1589, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-06 13:38:00'),
(1590, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-06 13:38:00'),
(1591, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-06 13:38:00'),
(1592, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-06 13:38:00'),
(1593, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-06 13:38:00'),
(1594, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-06 13:38:00'),
(1761, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:56:51'),
(1762, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:56:52'),
(1763, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:56:52'),
(1764, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:00'),
(1765, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:00'),
(1766, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:00'),
(1767, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:02'),
(1768, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:02'),
(1769, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:02'),
(1770, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:03'),
(1771, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:04'),
(1772, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:04'),
(1773, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:04'),
(1774, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:04'),
(1775, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:04'),
(1776, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:06'),
(1777, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:06'),
(1778, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:06'),
(1779, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:07'),
(1780, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:07'),
(1781, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:07'),
(1782, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:08'),
(1783, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:08'),
(1784, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:08'),
(1785, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:09'),
(1786, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:09'),
(1787, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:09'),
(1792, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:18'),
(1793, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:18'),
(1794, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:18'),
(1795, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:24'),
(1796, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:24'),
(1797, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:24'),
(1798, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:25'),
(1799, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:25');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(1800, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:25'),
(1801, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:25'),
(1802, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:25'),
(1803, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:25'),
(1804, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:26'),
(1805, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:26'),
(1806, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:26'),
(1807, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:26'),
(1808, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:26'),
(1809, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:26'),
(1810, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:57:26'),
(1811, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:26'),
(1812, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:57:26'),
(1817, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-09 12:59:28'),
(1818, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:59:28'),
(1819, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-09 12:59:28'),
(1957, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-09 15:51:27'),
(1958, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-09 15:51:27'),
(1959, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-09 15:51:28'),
(1960, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-09 15:51:28'),
(1961, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-09 15:51:28'),
(1962, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-09 15:51:28'),
(1963, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-09 15:51:28'),
(1964, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-09 15:51:28'),
(1965, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-09 15:51:28'),
(1966, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-09 15:51:28'),
(1967, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-09 15:51:28'),
(1995, 4, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"Need Identification\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I get really annoyed about the electricity supply. So many times we suffer front cuts and can\\u00b4t follow my dalily routine.\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"Finding alternatives\\\",\\\"emotions\\\":\\\"confuso\\\",\\\"needs\\\":\\\"I heard about a company that came to the village. They are seilling stable electricity access.\\\",\\\"points\\\":\\\"Word of mouth. Community\\\",\\\"experience\\\":\\\"Clear Value Proposition communication. Promote easy word of mouth transfering. Promotional materials?\\\",\\\"provide\\\":\\\"Strong communication strategy Targeting easy understanding and transferibiliy.\\\"}}\"', '2020-03-10 10:16:32'),
(2101, 4, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"Need Identification\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I get really annoyed about the electricity supply. So many times we suffer front cuts and can\\u00b4t follow my dalily routine.\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"Finding alternatives\\\",\\\"emotions\\\":\\\"confuso\\\",\\\"needs\\\":\\\"I heard about a company that came to the village. They are seilling stable electricity access.\\\",\\\"points\\\":\\\"Word of mouth. Community\\\",\\\"experience\\\":\\\"Clear Value Proposition communication. Promote easy word of mouth transfering. Promotional materials?\\\",\\\"provide\\\":\\\"Strong communication strategy Targeting easy understanding and transferibiliy.\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"during\\\",\\\"stage\\\":\\\"Closing a contract\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I signed the contract today.\\\",\\\"points\\\":\\\"Personal assistance. Sales force + local technician.\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 2\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"test customer 2\\\",\\\"emotions\\\":\\\"test customer 2\\\",\\\"needs\\\":\\\"test customer 2\\\",\\\"points\\\":\\\"test customer 2\\\",\\\"experience\\\":\\\"test customer 2\\\",\\\"provide\\\":\\\"test customer 2\\\"}}\"', '2020-03-10 13:22:36'),
(2102, 4, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"Need Identification\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I get really annoyed about the electricity supply. So many times we suffer front cuts and can\\u00b4t follow my dalily routine.\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"Finding alternatives\\\",\\\"emotions\\\":\\\"confuso\\\",\\\"needs\\\":\\\"I heard about a company that came to the village. They are seilling stable electricity access.\\\",\\\"points\\\":\\\"Word of mouth. Community\\\",\\\"experience\\\":\\\"Clear Value Proposition communication. Promote easy word of mouth transfering. Promotional materials?\\\",\\\"provide\\\":\\\"Strong communication strategy Targeting easy understanding and transferibiliy.\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"during\\\",\\\"stage\\\":\\\"Closing a contract\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I signed the contract today.\\\",\\\"points\\\":\\\"Personal assistance. Sales force + local technician.\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 2\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"test customer 2\\\",\\\"emotions\\\":\\\"test customer 2\\\",\\\"needs\\\":\\\"test customer 2\\\",\\\"points\\\":\\\"test customer 2\\\",\\\"experience\\\":\\\"test customer 2\\\",\\\"provide\\\":\\\"test customer 2\\\"},\\\"4\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 2\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"\\\",\\\"emotions\\\":\\\"\\\",\\\"needs\\\":\\\"\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"}}\"', '2020-03-10 13:23:04'),
(2108, 2, 525, '[\"a\",\"asddas\",\"asddas\"]', '2020-03-10 13:49:40'),
(2109, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-10 13:49:40'),
(2110, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-10 13:49:40'),
(2224, 2, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"\\\",\\\"who\\\":\\\"\\\",\\\"segment\\\":\\\"\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"\\\",\\\"emotions\\\":\\\"\\\",\\\"needs\\\":\\\"\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"},\\\"1\\\":{\\\"photo\\\":\\\"\\\",\\\"who\\\":\\\"\\\",\\\"segment\\\":\\\"\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"\\\",\\\"emotions\\\":\\\"\\\",\\\"needs\\\":\\\"\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"}}\"', '2020-03-10 16:03:40'),
(2268, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]', '2020-03-10 16:07:42'),
(2269, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-10 16:07:42'),
(2270, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-10 16:07:42'),
(2324, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:18:41'),
(2325, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:18:41'),
(2326, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:18:41'),
(2327, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:18:41'),
(2328, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:18:41'),
(2329, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:18:41'),
(2330, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:18:41'),
(2331, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:18:41'),
(2332, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:18:41'),
(2333, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:18:41'),
(2334, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:18:41'),
(2335, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]', '2020-03-11 10:22:44'),
(2336, 2, 526, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-11 10:22:44'),
(2337, 2, 527, 'd tasks do you need to accomplish to produce your products or supply your service?\r\n\r\nPlatform/ network/ sales\r\n\r\nWhat activities and tasks do you need to accomplish to create a efficient and valuable network or platform in order to promote sales, distribution, communication with stakeholders?\r\n\r\nSupply chain management\r\n\r\nWhat activities and tasks do you need to ', '2020-03-11 10:22:44'),
(2338, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:23:06'),
(2339, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:23:06'),
(2340, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:23:06'),
(2341, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:23:06'),
(2342, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:23:06'),
(2343, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:23:06'),
(2344, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:23:06'),
(2345, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:23:06'),
(2346, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:23:06'),
(2347, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:23:06'),
(2348, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:23:06'),
(2349, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:24:03'),
(2350, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:24:03'),
(2351, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:24:03'),
(2352, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:24:03'),
(2353, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:24:03'),
(2354, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:24:03'),
(2355, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:24:03'),
(2356, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:24:03'),
(2357, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:24:03'),
(2358, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:24:03'),
(2359, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:24:03'),
(2369, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:45:59'),
(2370, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:45:59'),
(2371, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:45:59'),
(2372, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:45:59'),
(2373, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:45:59'),
(2374, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:45:59'),
(2375, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:45:59'),
(2376, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:45:59'),
(2377, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:45:59'),
(2378, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:45:59'),
(2379, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:45:59'),
(2380, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:51:19'),
(2381, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:51:19'),
(2382, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:51:19'),
(2383, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:51:19'),
(2384, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:51:19'),
(2385, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:51:19'),
(2386, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:51:19'),
(2387, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:51:19'),
(2388, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:51:19'),
(2389, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:51:19'),
(2390, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:51:19'),
(2391, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:54:28'),
(2392, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:54:28'),
(2393, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:54:28'),
(2394, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:54:28'),
(2395, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:54:28'),
(2396, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:54:28'),
(2397, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:54:28'),
(2398, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:54:28'),
(2399, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:54:28'),
(2400, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:54:28'),
(2401, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:54:28'),
(2402, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:54:53'),
(2403, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:54:53'),
(2404, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:54:53');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(2405, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:54:53'),
(2406, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:54:53'),
(2407, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:54:53'),
(2408, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:54:53'),
(2409, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:54:53'),
(2410, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:54:53'),
(2411, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:54:53'),
(2412, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:54:53'),
(2413, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:54:54'),
(2414, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:54:54'),
(2415, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:54:54'),
(2416, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:54:54'),
(2417, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:54:54'),
(2418, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:54:54'),
(2419, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:54:54'),
(2420, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:54:54'),
(2421, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:54:54'),
(2422, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:54:54'),
(2423, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:54:54'),
(2424, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:58:27'),
(2425, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:58:27'),
(2426, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:58:27'),
(2427, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:58:27'),
(2428, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:58:27'),
(2429, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:58:27'),
(2430, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:58:27'),
(2431, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:58:27'),
(2432, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:58:27'),
(2433, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:58:27'),
(2434, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:58:27'),
(2435, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:58:28'),
(2436, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:58:28'),
(2437, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:58:28'),
(2438, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:58:28'),
(2439, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:58:28'),
(2440, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:58:28'),
(2441, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:58:28'),
(2442, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:58:28'),
(2443, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:58:28'),
(2444, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:58:28'),
(2445, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:58:28'),
(2446, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:58:29'),
(2447, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:58:29'),
(2448, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:58:29'),
(2449, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:58:29'),
(2450, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:58:29'),
(2451, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:58:29'),
(2452, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:58:29'),
(2453, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:58:29'),
(2454, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:58:29'),
(2455, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:58:29'),
(2456, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:58:29'),
(2457, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:58:30'),
(2458, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:58:30'),
(2459, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:58:30'),
(2460, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:58:30'),
(2461, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:58:30'),
(2462, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:58:30'),
(2463, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:58:30'),
(2464, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:58:30'),
(2465, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:58:30'),
(2466, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:58:30'),
(2467, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:58:30'),
(2468, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:58:30'),
(2469, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:58:30'),
(2470, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:58:30'),
(2471, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:58:31'),
(2472, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:58:31'),
(2473, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:58:31'),
(2474, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:58:31'),
(2475, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:58:31'),
(2476, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:58:31'),
(2477, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:58:31'),
(2478, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:58:31'),
(2479, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:58:31'),
(2480, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:58:31'),
(2481, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:58:31'),
(2482, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:58:31'),
(2483, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:58:31'),
(2484, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:58:31'),
(2485, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:58:31'),
(2486, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:58:31'),
(2487, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:58:31'),
(2488, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:58:31'),
(2489, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:58:31'),
(2490, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 10:58:33'),
(2491, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 10:58:33'),
(2492, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 10:58:33'),
(2493, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 10:58:33'),
(2494, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:58:33'),
(2495, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 10:58:33'),
(2496, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 10:58:33'),
(2497, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 10:58:33'),
(2498, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 10:58:33'),
(2499, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 10:58:33'),
(2500, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 10:58:33'),
(2501, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 11:00:30'),
(2502, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 11:00:30'),
(2503, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 11:00:30'),
(2504, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 11:00:30'),
(2505, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 11:00:30'),
(2506, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 11:00:30'),
(2507, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 11:00:30'),
(2508, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 11:00:30'),
(2509, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 11:00:30'),
(2510, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 11:00:30'),
(2511, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 11:00:30'),
(2512, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 11:03:11'),
(2513, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 11:03:11'),
(2514, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 11:03:11'),
(2515, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 11:03:11'),
(2516, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 11:03:11');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(2517, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 11:03:11'),
(2518, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 11:03:11'),
(2519, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 11:03:11'),
(2520, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 11:03:11'),
(2521, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 11:03:11'),
(2522, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 11:03:11'),
(2523, 4, 525, '\"[\\\"adios\\\"]\"', '2020-03-11 11:04:05'),
(2524, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.', '2020-03-11 11:04:05'),
(2525, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.', '2020-03-11 11:04:05'),
(2526, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-11 11:04:05'),
(2527, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 11:04:05'),
(2528, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems', '2020-03-11 11:04:05'),
(2529, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce', '2020-03-11 11:04:05'),
(2530, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-11 11:04:05'),
(2531, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. ', '2020-03-11 11:04:05'),
(2532, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.', '2020-03-11 11:04:05'),
(2533, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies', '2020-03-11 11:04:05'),
(2534, 2, 542, 'service', '2020-03-11 12:35:15'),
(2535, 2, 542, 'service', '2020-03-11 12:44:54'),
(2536, 2, 542, 'service', '2020-03-11 12:44:59'),
(2537, 2, 542, 'product', '2020-03-11 12:54:42'),
(2678, 2, 542, 'product', '2020-03-11 14:49:43'),
(2679, 2, 542, 'product', '2020-03-11 14:50:10'),
(2737, 2, 542, 'product', '2020-03-11 15:10:13'),
(2828, 2, 541, '', '2020-03-12 07:12:43'),
(2829, 2, 542, 'product', '2020-03-12 07:12:53'),
(4438, 4, 525, '\"[\\\"adios\\\"]\"\n', '2020-03-12 15:14:59'),
(4439, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.\n', '2020-03-12 15:14:59'),
(4440, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.\n', '2020-03-12 15:14:59'),
(4441, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.\n', '2020-03-12 15:14:59'),
(4442, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 15:15:00'),
(4443, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 15:15:00'),
(4444, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce\n', '2020-03-12 15:15:00'),
(4445, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. \n', '2020-03-12 15:15:00'),
(4446, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. \n', '2020-03-12 15:15:00'),
(4447, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.\n', '2020-03-12 15:15:00'),
(4448, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies\n', '2020-03-12 15:15:00'),
(4980, 4, 525, '[\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\"]\n', '2020-03-12 15:35:05'),
(4981, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.\n', '2020-03-12 15:35:05'),
(4982, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.\n', '2020-03-12 15:35:05'),
(4983, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.\n', '2020-03-12 15:35:05'),
(4984, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 15:35:05'),
(4985, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 15:35:05'),
(4986, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce\n', '2020-03-12 15:35:05'),
(4987, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. \n', '2020-03-12 15:35:05'),
(4988, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. \n', '2020-03-12 15:35:05'),
(4989, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.\n', '2020-03-12 15:35:05'),
(4990, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies\n', '2020-03-12 15:35:05'),
(4991, 4, 525, '[\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\"]\n', '2020-03-12 15:38:15'),
(4992, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.\n', '2020-03-12 15:38:15'),
(4993, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.\n', '2020-03-12 15:38:15'),
(4994, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.\n', '2020-03-12 15:38:15'),
(4995, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 15:38:15'),
(4996, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 15:38:15'),
(4997, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce\n', '2020-03-12 15:38:15'),
(4998, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. \n', '2020-03-12 15:38:15'),
(4999, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. \n', '2020-03-12 15:38:15'),
(5000, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.\n', '2020-03-12 15:38:15'),
(5001, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies\n', '2020-03-12 15:38:15'),
(5016, 4, 525, '[\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\"]\n', '2020-03-12 15:54:37'),
(5017, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.\n', '2020-03-12 15:54:37'),
(5018, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.\n', '2020-03-12 15:54:37'),
(5019, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.\n', '2020-03-12 15:54:37'),
(5020, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 15:54:37'),
(5021, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 15:54:37'),
(5022, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce\n', '2020-03-12 15:54:37'),
(5023, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. \n', '2020-03-12 15:54:37'),
(5024, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. \n', '2020-03-12 15:54:37'),
(5025, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.\n', '2020-03-12 15:54:37'),
(5026, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies\n', '2020-03-12 15:54:37'),
(5027, 4, 525, '[\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\"]\n', '2020-03-12 15:57:31'),
(5028, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.\n', '2020-03-12 15:57:31'),
(5029, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.\n', '2020-03-12 15:57:31'),
(5030, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.\n', '2020-03-12 15:57:31'),
(5031, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 15:57:31'),
(5032, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 15:57:31'),
(5033, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce\n', '2020-03-12 15:57:31'),
(5034, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. \n', '2020-03-12 15:57:31'),
(5035, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. \n', '2020-03-12 15:57:31'),
(5036, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.\n', '2020-03-12 15:57:31'),
(5037, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies\n', '2020-03-12 15:57:31'),
(5038, 4, 525, '[\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\"]\n', '2020-03-12 15:57:40'),
(5039, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.\n', '2020-03-12 15:57:40'),
(5040, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.\n', '2020-03-12 15:57:40'),
(5041, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.\n', '2020-03-12 15:57:40'),
(5042, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 15:57:40'),
(5043, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 15:57:40'),
(5044, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce\n', '2020-03-12 15:57:40'),
(5045, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. \n', '2020-03-12 15:57:40'),
(5046, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. \n', '2020-03-12 15:57:40'),
(5047, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.\n', '2020-03-12 15:57:40'),
(5048, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies\n', '2020-03-12 15:57:40'),
(5049, 4, 525, '[\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\"]\n', '2020-03-12 15:59:59'),
(5050, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.\n', '2020-03-12 15:59:59'),
(5051, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.\n', '2020-03-12 15:59:59'),
(5052, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.\n', '2020-03-12 15:59:59'),
(5053, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 15:59:59'),
(5054, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 15:59:59'),
(5055, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce\n', '2020-03-12 15:59:59'),
(5056, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. \n', '2020-03-12 15:59:59'),
(5057, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. \n', '2020-03-12 15:59:59'),
(5058, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.\n', '2020-03-12 15:59:59'),
(5059, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies\n', '2020-03-12 15:59:59'),
(5060, 4, 525, '[\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\"]\n', '2020-03-12 16:00:07'),
(5061, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.\n', '2020-03-12 16:00:07'),
(5062, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.\n', '2020-03-12 16:00:07'),
(5063, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.\n', '2020-03-12 16:00:07'),
(5064, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 16:00:07'),
(5065, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 16:00:07'),
(5066, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce\n', '2020-03-12 16:00:07'),
(5067, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. \n', '2020-03-12 16:00:07'),
(5068, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. \n', '2020-03-12 16:00:07'),
(5069, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.\n', '2020-03-12 16:00:07'),
(5070, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies\n', '2020-03-12 16:00:07'),
(5071, 4, 525, '[\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\"]\n', '2020-03-12 16:02:23'),
(5072, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.\n', '2020-03-12 16:02:23'),
(5073, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.\n', '2020-03-12 16:02:23'),
(5074, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.\n', '2020-03-12 16:02:23'),
(5075, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 16:02:23');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(5076, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 16:02:23'),
(5077, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce\n', '2020-03-12 16:02:23'),
(5078, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. \n', '2020-03-12 16:02:23'),
(5079, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. \n', '2020-03-12 16:02:23'),
(5080, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.\n', '2020-03-12 16:02:23'),
(5081, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies\n', '2020-03-12 16:02:23'),
(5082, 4, 525, '[\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\"]\n', '2020-03-12 16:04:35'),
(5083, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.\n', '2020-03-12 16:04:35'),
(5084, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.\n', '2020-03-12 16:04:35'),
(5085, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.\n', '2020-03-12 16:04:35'),
(5086, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 16:04:35'),
(5087, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 16:04:35'),
(5088, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce\n', '2020-03-12 16:04:35'),
(5089, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. \n', '2020-03-12 16:04:35'),
(5090, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. \n', '2020-03-12 16:04:35'),
(5091, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.\n', '2020-03-12 16:04:35'),
(5092, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies\n', '2020-03-12 16:04:35'),
(5093, 4, 525, '[\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\"]\n', '2020-03-12 16:05:00'),
(5094, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.\n', '2020-03-12 16:05:00'),
(5095, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.\n', '2020-03-12 16:05:00'),
(5096, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.\n', '2020-03-12 16:05:00'),
(5097, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 16:05:00'),
(5098, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-12 16:05:00'),
(5099, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce\n', '2020-03-12 16:05:00'),
(5100, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. \n', '2020-03-12 16:05:00'),
(5101, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. \n', '2020-03-12 16:05:00'),
(5102, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.\n', '2020-03-12 16:05:00'),
(5103, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies\n', '2020-03-12 16:05:00'),
(5108, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-03-12 16:11:41'),
(5109, 2, 526, 'Tarea 13 Key Activities\n', '2020-03-12 16:11:41'),
(5110, 2, 527, 'Tarea 13 Key Resources\n', '2020-03-12 16:11:41'),
(5111, 2, 535, 'Tarea 9b Value Proposition\n', '2020-03-12 16:11:41'),
(5112, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-03-12 16:11:41'),
(5113, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-03-12 16:11:41'),
(5114, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-03-12 16:11:41'),
(5115, 2, 536, 'Tarea 9b Customer Segment\n', '2020-03-12 16:11:41'),
(5116, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-03-12 16:11:41'),
(5117, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-03-12 16:11:41'),
(5118, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-03-12 16:11:41'),
(5119, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-03-12 16:13:12'),
(5120, 2, 526, 'Tarea 13 Key Activities\n', '2020-03-12 16:13:12'),
(5121, 2, 527, 'Tarea 13 Key Resources\n', '2020-03-12 16:13:12'),
(5122, 2, 535, 'Tarea 9b Value Proposition\n', '2020-03-12 16:13:12'),
(5123, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-03-12 16:13:12'),
(5124, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-03-12 16:13:12'),
(5125, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-03-12 16:13:12'),
(5126, 2, 536, 'Tarea 9b Customer Segment\n', '2020-03-12 16:13:12'),
(5127, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-03-12 16:13:12'),
(5128, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-03-12 16:13:12'),
(5129, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-03-12 16:13:12'),
(5184, 4, 525, '[\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\",\"adios\"]\n', '2020-03-13 09:00:59'),
(5185, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.\n', '2020-03-13 09:00:59'),
(5186, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.\n', '2020-03-13 09:00:59'),
(5187, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.\n', '2020-03-13 09:00:59'),
(5188, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-13 09:00:59'),
(5189, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-13 09:00:59'),
(5190, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce\n', '2020-03-13 09:00:59'),
(5191, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. \n', '2020-03-13 09:00:59'),
(5192, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. \n', '2020-03-13 09:00:59'),
(5193, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.\n', '2020-03-13 09:00:59'),
(5194, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies\n', '2020-03-13 09:00:59'),
(5237, 4, 48, 'Reduction of GHG emissions and the use of fossil fuels. Noise from generators', '2020-03-13 11:55:05'),
(5238, 4, 49, 'Reduction of social inequalities and energy poverty', '2020-03-13 11:55:05'),
(5239, 4, 50, 'It brings security and stability to our customers, and it may help them feel connected with the ‘real’ world. It will boost business such as shops, bars, motels, etc. In resume, it will improve customers’ livelihood. We will involve the community (including community leaders and local government) to reduce customers’ stigmatization and to prevent robbery and misuse of the system, and to make sure that we can offer a price affordable by the majority of the interested customers. To avoid huge upfront investments we will negotiate with government and potential investors. We will take care of all legal issues, and we will deal with suppliers and banks, so as to be able to provide a service that looks simple to our customers.', '2020-03-13 11:55:05'),
(5240, 4, 51, '', '2020-03-13 11:55:05'),
(5241, 4, 52, '', '2020-03-13 11:55:05'),
(5242, 4, 53, '', '2020-03-13 11:55:05'),
(5243, 4, 59, '', '2020-03-13 11:55:05'),
(5244, 4, 55, '', '2020-03-13 11:55:05'),
(5245, 4, 56, '', '2020-03-13 11:55:05'),
(5247, 4, 58, 'We will provide quality and reliable service tailored to our customers’ needs. We will engage our customers in the design and implementation of the project, so they will be key actors.', '2020-03-13 11:55:05'),
(5248, 4, 70, '- Technicians: Co-creation; employment, supervise PV systems. \r\n- Community Leader: Co-creation & Feedback; Beneficiaries, decision making.\r\n- Local Government: Feed-back; villagers satisfaction, regulatory frameworks.\r\n- Suppliers: Partnership & customer provider; provision of solar PV systems.\r\n- Renewable energy companies: competitors. \r\n- Government: Partnership; pilot project-influence other stakeholders, legislation. \r\n- Bank: Partnership; clients-credit and fee collection. \r\n- Sonelgaz: competitors, improve electricity infrastructure. \r\n- Community: Feedback; beneficiaries, attitudes towards projects.', '2020-03-13 11:55:12'),
(5249, 4, 71, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.', '2020-03-13 11:55:12'),
(5250, 4, 72, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. ', '2020-03-13 11:55:12'),
(5267, 4, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"Need Identification\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I get really annoyed about the electricity supply. So many times we suffer front cuts and can\\u00b4t follow my dalily routine.\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"Finding alternatives\\\",\\\"emotions\\\":\\\"confuso\\\",\\\"needs\\\":\\\"I heard about a company that came to the village. They are seilling stable electricity access.\\\",\\\"points\\\":\\\"Word of mouth. Community\\\",\\\"experience\\\":\\\"Clear Value Proposition communication. Promote easy word of mouth transfering. Promotional materials?\\\",\\\"provide\\\":\\\"Strong communication strategy Targeting easy understanding and transferibiliy.\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"during\\\",\\\"stage\\\":\\\"Closing a contract\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I signed the contract today.\\\",\\\"points\\\":\\\"Personal assistance. Sales force + local technician.\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 2\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"test customer 2\\\",\\\"emotions\\\":\\\"test customer 2\\\",\\\"needs\\\":\\\"test customer 2\\\",\\\"points\\\":\\\"test customer 2\\\",\\\"experience\\\":\\\"test customer 2\\\",\\\"provide\\\":\\\"test customer 2\\\"},\\\"4\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 2\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"\\\",\\\"emotions\\\":\\\"\\\",\\\"needs\\\":\\\"\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"}}\"', '2020-03-13 12:50:26'),
(5771, 4, 525, '[\"Stakeholder 1\",\"Stakeholder 2\",\"Stakeholder 3\",\"Stakeholder 4\",\"Stakeholder 5\",\"Stakeholder 6\",\"Stakeholder 7\",\"Stakeholder 8\",\"Stakeholder 9\"]\n', '2020-03-13 13:00:39'),
(5772, 4, 526, '- Training of technicians and sales force.\r\n- Informing final users about advantages of domestic solar PV systems.\r\n- Managing the servicing and maintenance of solar PV systems once intalled.\r\n\r\n- Installation of domestic solar PV systems.\r\n- Legal and contractual management.\r\n- Quality control and power testing.\r\n- Financial management.\r\n\r\n- Creating and coordinating sales network.\r\n\r\n- Supporting technicians.\r\n- Planning strategies to expand the network of customers.\r\n- Lobby local goverment to incentivize the implementation of solar PV systems.\r\n- Managing facilities, logistics and storage of materials.\r\n- Strategy to reinforce the stability of supply.\r\n- Negotiations with supplier to obtain interesting supply contracts.\r\n- Managing the recycling of PV systems.\n', '2020-03-13 13:00:39'),
(5773, 4, 527, '– Founder team: Abdullah Rachin and \r\n–Mohamad Aziz (Technical Dpt. & Sales Dpt.)\r\n–4 Technicians.\r\n–Office employee.\r\n \r\n–Warehouse\r\n–Storage room for hazardous elements and empty/broken batteries.\r\n–Office in the region.\r\n–2 vans used by technicians.\r\n–1 car used by manager and sales force.\r\n–Web page with information.\r\n–Software to control PV system. \r\n–Software licenses.\r\n–Open source software for office tasks.\r\n \r\n–15-year mortgage for expenses of facilities and vehicles.\r\n \r\n–Microcredits to provide financial support to purchase PV systems.\n', '2020-03-13 13:00:39'),
(5774, 4, 535, 'PV panels to provide reliable and clean electricity to houseolds and small-medium size businesses in the region of ghardaïa as a means to improve local livelihoods and reduce the use of fossil fuels and kerosene.\n', '2020-03-13 13:00:39'),
(5775, 4, 532, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-13 13:00:39'),
(5776, 4, 533, 'The purchase of solar PV home systems: 50 Wp SHS, including battery, four lamps, transport and installation.\r\n\r\nMarketing \r\nInsurance rates 3%\r\n\r\nPayment collection in rural areas.\r\nLabour costs.\r\n–Rural Algeria Team–2 persons.\r\n–Techniciens –4 personnes.\r\n–Office employee.\r\nOffice in Tizi Ouzou, including rent, telephone, electricity.\r\nInternet connexion.\r\nSoftware licences.\r\nOpen source software for office tasks.\r\n\r\n91.592 per unit (don’t know the total \r\nunits yet).\r\n\r\n2.747 per PV system (don’t know \r\nthe total units yet).\r\nAt the moment we don’t know.\r\n\r\n450.000 per person/year.\r\n250.000–per person/year.\r\n190.000–per person/year.\r\nWe need to look for it.\r\n\r\n34.488 per year.\r\n50.000 per annum.\r\nNo cost.\r\n\r\nTotal: 975.000 + cost PV Systems\n', '2020-03-13 13:00:39'),
(5777, 4, 534, 'Training of technicians \r\n2 vans used by technicians \r\n1 car used by manager and salesforce\n', '2020-03-13 13:00:39'),
(5778, 4, 536, '- Segments: Rural households and small businesses- co-creation.\r\n\r\n- Profile: Low population, low income, willing to improve opportunities of their children and businesses. They don’t want to deal with legal and technical issues. Should they feel the project is complex to develop they won’t go for it. \n', '2020-03-13 13:00:39'),
(5779, 4, 537, '–Clear value propositon that enables worf of mouth among community members. \r\n–Proactive approach to clients: village and personal meetings. \r\n–Customers as part of the project.\r\n–Technicians act as trainers or advice givers from customers, promoting good practices for longevity and efficiency. \r\n–Need to improve delivery to have a better relationship with them. \r\n–Seek continious feedback from customers \r\n–Strong after sales assistance. \n', '2020-03-13 13:00:39'),
(5780, 4, 538, '–Face-to face inteaction.\r\n–Mobile phone. \r\n–Clear and simple webpage.\n', '2020-03-13 13:00:39'),
(5781, 4, 539, '– Reliable and clean electricity from SOLAR PV installations\r\n– 14,172 per year.\r\n– Recycling of PV systems- to be assessed\r\n– 50% Solar home PV systems costs-50,000 per unit from subsidies\n', '2020-03-13 13:00:39'),
(5782, 4, 525, '', '2020-03-13 13:00:50'),
(5783, 4, 526, '', '2020-03-13 13:00:50'),
(5784, 4, 527, '', '2020-03-13 13:00:50'),
(5785, 4, 532, '', '2020-03-13 13:00:50'),
(5786, 4, 533, '', '2020-03-13 13:00:50'),
(5787, 4, 534, '', '2020-03-13 13:00:50'),
(5788, 4, 535, '', '2020-03-13 13:00:50'),
(5789, 4, 536, '', '2020-03-13 13:00:50'),
(5790, 4, 537, '', '2020-03-13 13:00:50'),
(5791, 4, 538, '', '2020-03-13 13:00:50'),
(5792, 4, 539, '', '2020-03-13 13:00:50'),
(5810, 4, 540, '', '2020-03-13 13:01:30'),
(5912, 2, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"\\\",\\\"who\\\":\\\"\\\",\\\"segment\\\":\\\"\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"\\\",\\\"emotions\\\":\\\"\\\",\\\"needs\\\":\\\"\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"},\\\"1\\\":{\\\"photo\\\":\\\"\\\",\\\"who\\\":\\\"\\\",\\\"segment\\\":\\\"\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"\\\",\\\"emotions\\\":\\\"\\\",\\\"needs\\\":\\\"\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"}}\"', '2020-03-13 14:52:03'),
(6032, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-03-13 14:55:13'),
(6033, 2, 526, 'Tarea 13 Key Activities\n', '2020-03-13 14:55:13'),
(6034, 2, 527, 'Tarea 13 Key Resources\n', '2020-03-13 14:55:13'),
(6035, 2, 535, 'Tarea 9b Value Proposition\n', '2020-03-13 14:55:13'),
(6036, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-03-13 14:55:13'),
(6037, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-03-13 14:55:13'),
(6038, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-03-13 14:55:13'),
(6039, 2, 536, 'Tarea 9b Customer Segment\n', '2020-03-13 14:55:13'),
(6040, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-03-13 14:55:13'),
(6041, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-03-13 14:55:13'),
(6042, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-03-13 14:55:13'),
(6043, 2, 525, '', '2020-03-13 14:56:09'),
(6044, 2, 526, '', '2020-03-13 14:56:09'),
(6045, 2, 527, '', '2020-03-13 14:56:09'),
(6046, 2, 532, '', '2020-03-13 14:56:09'),
(6047, 2, 533, '', '2020-03-13 14:56:09'),
(6048, 2, 534, '', '2020-03-13 14:56:09'),
(6049, 2, 535, '', '2020-03-13 14:56:09'),
(6050, 2, 536, '', '2020-03-13 14:56:09'),
(6051, 2, 537, '', '2020-03-13 14:56:09'),
(6052, 2, 538, '', '2020-03-13 14:56:09'),
(6053, 2, 539, '', '2020-03-13 14:56:09'),
(6326, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-03-16 08:28:36'),
(6327, 2, 526, 'Tarea 13 Key Activities\n', '2020-03-16 08:28:36'),
(6328, 2, 527, 'Tarea 13 Key Resources\n', '2020-03-16 08:28:36'),
(6329, 2, 535, 'Tarea 9b Value Proposition\n', '2020-03-16 08:28:36'),
(6330, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-03-16 08:28:36'),
(6331, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-03-16 08:28:36'),
(6332, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-03-16 08:28:36'),
(6333, 2, 536, 'Tarea 9b Customer Segment\n', '2020-03-16 08:28:36'),
(6334, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-03-16 08:28:36'),
(6335, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-03-16 08:28:36'),
(6336, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-03-16 08:28:36'),
(6466, 2, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"\\\",\\\"who\\\":\\\"\\\",\\\"segment\\\":\\\"\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"\\\",\\\"emotions\\\":\\\"\\\",\\\"needs\\\":\\\"\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"},\\\"1\\\":{\\\"photo\\\":\\\"\\\",\\\"who\\\":\\\"\\\",\\\"segment\\\":\\\"\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"\\\",\\\"emotions\\\":\\\"\\\",\\\"needs\\\":\\\"\\\",\\\"points\\\":\\\"\\\",\\\"experience\\\":\\\"\\\",\\\"provide\\\":\\\"\\\"}}\"', '2020-03-16 09:57:46'),
(7079, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-03-16 14:07:12'),
(7080, 2, 526, 'Tarea 13 Key Activities\n', '2020-03-16 14:07:12'),
(7081, 2, 527, 'Tarea 13 Key Resources\n', '2020-03-16 14:07:12'),
(7082, 2, 535, 'Tarea 9b Value Proposition\n', '2020-03-16 14:07:12'),
(7083, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-03-16 14:07:12'),
(7084, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-03-16 14:07:12'),
(7085, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-03-16 14:07:12'),
(7086, 2, 536, 'Tarea 9b Customer Segment\n', '2020-03-16 14:07:12'),
(7087, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-03-16 14:07:12'),
(7088, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-03-16 14:07:12'),
(7089, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-03-16 14:07:12'),
(7090, 2, 525, '', '2020-03-16 14:07:18'),
(7091, 2, 526, '', '2020-03-16 14:07:18'),
(7092, 2, 527, '', '2020-03-16 14:07:18'),
(7093, 2, 532, '', '2020-03-16 14:07:18'),
(7094, 2, 533, '', '2020-03-16 14:07:18'),
(7095, 2, 534, '', '2020-03-16 14:07:18'),
(7096, 2, 535, '', '2020-03-16 14:07:18'),
(7097, 2, 536, '', '2020-03-16 14:07:18'),
(7098, 2, 537, '', '2020-03-16 14:07:18'),
(7099, 2, 538, '', '2020-03-16 14:07:18'),
(7100, 2, 539, '', '2020-03-16 14:07:18'),
(7111, 2, 542, 'service', '2020-03-16 14:07:46'),
(7143, 2, 542, 'product', '2020-03-16 14:55:26'),
(7159, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-03-16 15:19:54'),
(7160, 2, 526, 'Tarea 13 Key Activities\n', '2020-03-16 15:19:54'),
(7161, 2, 527, 'Tarea 13 Key Resources\n', '2020-03-16 15:19:54'),
(7162, 2, 535, 'Tarea 9b Value Proposition\n', '2020-03-16 15:19:54'),
(7163, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-03-16 15:19:54'),
(7164, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-03-16 15:19:54'),
(7165, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-03-16 15:19:54'),
(7166, 2, 536, 'Tarea 9b Customer Segment\n', '2020-03-16 15:19:54'),
(7167, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-03-16 15:19:54'),
(7168, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-03-16 15:19:54'),
(7169, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-03-16 15:19:54'),
(7170, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-03-16 15:20:30'),
(7171, 2, 526, 'Tarea 13 Key Activities\n', '2020-03-16 15:20:30'),
(7172, 2, 527, 'Tarea 13 Key Resources\n', '2020-03-16 15:20:30'),
(7173, 2, 535, 'Tarea 9b Value Proposition\n', '2020-03-16 15:20:30'),
(7174, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-03-16 15:20:30'),
(7175, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-03-16 15:20:30'),
(7176, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-03-16 15:20:30'),
(7177, 2, 536, 'Tarea 9b Customer Segment\n', '2020-03-16 15:20:30'),
(7178, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-03-16 15:20:30'),
(7179, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-03-16 15:20:30'),
(7180, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-03-16 15:20:30'),
(7181, 2, 525, '', '2020-03-16 15:21:23'),
(7182, 2, 526, '', '2020-03-16 15:21:23'),
(7183, 2, 527, '', '2020-03-16 15:21:23'),
(7184, 2, 532, '', '2020-03-16 15:21:23'),
(7185, 2, 533, '', '2020-03-16 15:21:23'),
(7186, 2, 534, '', '2020-03-16 15:21:23'),
(7187, 2, 535, '', '2020-03-16 15:21:23'),
(7188, 2, 536, '', '2020-03-16 15:21:23'),
(7189, 2, 537, '', '2020-03-16 15:21:23'),
(7190, 2, 538, '', '2020-03-16 15:21:23'),
(7191, 2, 539, '', '2020-03-16 15:21:23'),
(7244, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-03-16 15:29:52'),
(7245, 2, 526, 'Tarea 13 Key Activities\n', '2020-03-16 15:29:52'),
(7246, 2, 527, 'Tarea 13 Key Resources\n', '2020-03-16 15:29:52'),
(7247, 2, 535, 'Tarea 9b Value Proposition\n', '2020-03-16 15:29:52'),
(7248, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-03-16 15:29:52'),
(7249, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-03-16 15:29:52'),
(7250, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-03-16 15:29:52'),
(7251, 2, 536, 'Tarea 9b Customer Segment\n', '2020-03-16 15:29:52'),
(7252, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-03-16 15:29:52'),
(7253, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-03-16 15:29:52'),
(7254, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-03-16 15:29:52'),
(7391, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"during\\\",\\\"stage\\\":\\\"3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"2\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"post\\\",\\\"stage\\\":\\\"1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-03-17 11:56:06'),
(7500, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"during\\\",\\\"stage\\\":\\\"3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"2\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"post\\\",\\\"stage\\\":\\\"1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-03-17 15:07:38'),
(7913, 5, 525, '[\"ejercicio 7 stak 1\",\"ejercicio 7 stack 2\"]\n', '2020-03-17 15:44:34'),
(7914, 5, 526, 'Ejercicio 13 activities\n', '2020-03-17 15:44:34'),
(7915, 5, 527, 'Ejercicio 13 resources\n', '2020-03-17 15:44:34'),
(7916, 5, 535, 'Ejercicio 9b value proposition\n', '2020-03-17 15:44:34'),
(7917, 5, 532, 'qwqewewewq\n', '2020-03-17 15:44:34'),
(7918, 5, 533, 'qwqewewewq\n', '2020-03-17 15:44:34'),
(7919, 5, 534, 'qwqewqew\n', '2020-03-17 15:44:34'),
(7920, 5, 536, 'Ejercicio 9b customer segment\n', '2020-03-17 15:44:34'),
(7921, 5, 537, 'dasasdasddas\n', '2020-03-17 15:44:34'),
(7922, 5, 538, 'dasadsdasasd\n', '2020-03-17 15:44:34'),
(7923, 5, 539, 'weqqweqweqew\n', '2020-03-17 15:44:34'),
(7924, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-03-17 15:46:34'),
(7925, 2, 526, 'Tarea 13 Key Activities\n', '2020-03-17 15:46:34'),
(7926, 2, 527, 'Tarea 13 Key Resources\n', '2020-03-17 15:46:34'),
(7927, 2, 535, 'Tarea 9b Value Proposition\n', '2020-03-17 15:46:34'),
(7928, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-03-17 15:46:34'),
(7929, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-03-17 15:46:34'),
(7930, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-03-17 15:46:34'),
(7931, 2, 536, 'Tarea 9b Customer Segment\n', '2020-03-17 15:46:35'),
(7932, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-03-17 15:46:35'),
(7933, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-03-17 15:46:35'),
(7934, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-03-17 15:46:35'),
(7935, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-03-17 15:46:46'),
(7936, 2, 526, 'Tarea 13 Key Activities\n', '2020-03-17 15:46:46'),
(7937, 2, 527, 'Tarea 13 Key Resources\n', '2020-03-17 15:46:46');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(7938, 2, 535, 'Tarea 9b Value Proposition\n', '2020-03-17 15:46:46'),
(7939, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-03-17 15:46:46'),
(7940, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-03-17 15:46:46'),
(7941, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-03-17 15:46:46'),
(7942, 2, 536, 'Tarea 9b Customer Segment\n', '2020-03-17 15:46:46'),
(7943, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-03-17 15:46:46'),
(7944, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-03-17 15:46:46'),
(7945, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-03-17 15:46:46'),
(7946, 2, 525, '', '2020-03-17 15:46:54'),
(7947, 2, 526, '', '2020-03-17 15:46:54'),
(7948, 2, 527, '', '2020-03-17 15:46:54'),
(7949, 2, 532, '', '2020-03-17 15:46:54'),
(7950, 2, 533, '', '2020-03-17 15:46:54'),
(7951, 2, 534, '', '2020-03-17 15:46:54'),
(7952, 2, 535, '', '2020-03-17 15:46:54'),
(7953, 2, 536, '', '2020-03-17 15:46:54'),
(7954, 2, 537, '', '2020-03-17 15:46:54'),
(7955, 2, 538, '', '2020-03-17 15:46:54'),
(7956, 2, 539, '', '2020-03-17 15:46:54'),
(7957, 5, 525, '[\"ejercicio 7 stak 1\",\"ejercicio 7 stack 2\"]\n', '2020-03-17 15:50:14'),
(7958, 5, 526, 'Ejercicio 13 activities\n', '2020-03-17 15:50:14'),
(7959, 5, 527, 'Ejercicio 13 resources\n', '2020-03-17 15:50:14'),
(7960, 5, 535, 'Ejercicio 9b value proposition\n', '2020-03-17 15:50:14'),
(7961, 5, 532, 'qwqewewewq\n', '2020-03-17 15:50:14'),
(7962, 5, 533, 'qwqewewewq\n', '2020-03-17 15:50:14'),
(7963, 5, 534, 'qwqewqew\n', '2020-03-17 15:50:14'),
(7964, 5, 536, 'Ejercicio 9b customer segment\n', '2020-03-17 15:50:14'),
(7965, 5, 537, 'dasasdasddas\n', '2020-03-17 15:50:14'),
(7966, 5, 538, 'dasadsdasasd\n', '2020-03-17 15:50:14'),
(7967, 5, 539, 'weqqweqweqew\n', '2020-03-17 15:50:14'),
(7972, 5, 525, '[\"ejercicio 7 stak 1\",\"ejercicio 7 stack 2\"]\n', '2020-03-17 15:54:05'),
(7973, 5, 526, 'Ejercicio 13 activities\n', '2020-03-17 15:54:05'),
(7974, 5, 527, 'Ejercicio 13 resources\n', '2020-03-17 15:54:05'),
(7975, 5, 535, 'Ejercicio 9b value proposition\n', '2020-03-17 15:54:05'),
(7976, 5, 532, 'qwqewewewq\n', '2020-03-17 15:54:05'),
(7977, 5, 533, 'qwqewewewq\n', '2020-03-17 15:54:05'),
(7978, 5, 534, 'qwqewqew\n', '2020-03-17 15:54:05'),
(7979, 5, 536, 'Ejercicio 9b customer segment\n', '2020-03-17 15:54:05'),
(7980, 5, 537, 'dasasdasddas\n', '2020-03-17 15:54:05'),
(7981, 5, 538, 'dasadsdasasd\n', '2020-03-17 15:54:05'),
(7982, 5, 539, 'weqqweqweqew\n', '2020-03-17 15:54:05'),
(7983, 5, 525, '', '2020-03-17 15:54:11'),
(7984, 5, 526, '', '2020-03-17 15:54:11'),
(7985, 5, 527, '', '2020-03-17 15:54:11'),
(7986, 5, 532, '', '2020-03-17 15:54:11'),
(7987, 5, 533, '', '2020-03-17 15:54:11'),
(7988, 5, 534, '', '2020-03-17 15:54:11'),
(7989, 5, 535, '', '2020-03-17 15:54:11'),
(7990, 5, 536, '', '2020-03-17 15:54:11'),
(7991, 5, 537, '', '2020-03-17 15:54:11'),
(7992, 5, 538, '', '2020-03-17 15:54:11'),
(7993, 5, 539, '', '2020-03-17 15:54:11'),
(8011, 5, 540, '', '2020-03-17 15:55:12'),
(8012, 5, 525, '[\"ejercicio 7 stak 1\",\"ejercicio 7 stack 2\"]\n', '2020-03-17 16:06:13'),
(8013, 5, 526, 'Ejercicio 13 activities\n', '2020-03-17 16:06:13'),
(8014, 5, 527, 'Ejercicio 13 resources\n', '2020-03-17 16:06:13'),
(8015, 5, 535, 'Ejercicio 9b value proposition\n', '2020-03-17 16:06:13'),
(8016, 5, 532, 'qwqewewewq\n', '2020-03-17 16:06:13'),
(8017, 5, 533, 'qwqewewewq\n', '2020-03-17 16:06:13'),
(8018, 5, 534, 'qwqewqew\n', '2020-03-17 16:06:13'),
(8019, 5, 536, 'Ejercicio 9b customer segment\n', '2020-03-17 16:06:13'),
(8020, 5, 537, 'dasasdasddas\n', '2020-03-17 16:06:13'),
(8021, 5, 538, 'dasadsdasasd\n', '2020-03-17 16:06:13'),
(8022, 5, 539, 'weqqweqweqew\n', '2020-03-17 16:06:13'),
(8137, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"during\\\",\\\"stage\\\":\\\"3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"2\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"post\\\",\\\"stage\\\":\\\"1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-03-17 16:16:54'),
(8610, 5, 525, '[\"ejercicio 7 stak 1\",\"ejercicio 7 stack 2\"]\n', '2020-03-17 16:18:37'),
(8611, 5, 526, 'Ejercicio 13 activities\n', '2020-03-17 16:18:37'),
(8612, 5, 527, 'Ejercicio 13 resources\n', '2020-03-17 16:18:37'),
(8613, 5, 535, 'Ejercicio 9b value proposition\n', '2020-03-17 16:18:37'),
(8614, 5, 532, 'qwqewewewq\n', '2020-03-17 16:18:37'),
(8615, 5, 533, 'qwqewewewq\n', '2020-03-17 16:18:37'),
(8616, 5, 534, 'qwqewqew\n', '2020-03-17 16:18:37'),
(8617, 5, 536, 'Ejercicio 9b customer segment\n', '2020-03-17 16:18:37'),
(8618, 5, 537, 'dasasdasddas\n', '2020-03-17 16:18:37'),
(8619, 5, 538, 'dasadsdasasd\n', '2020-03-17 16:18:37'),
(8620, 5, 539, 'weqqweqweqew\n', '2020-03-17 16:18:37'),
(8621, 5, 525, '', '2020-03-17 16:18:39'),
(8622, 5, 526, '', '2020-03-17 16:18:39'),
(8623, 5, 527, '', '2020-03-17 16:18:39'),
(8624, 5, 532, '', '2020-03-17 16:18:39'),
(8625, 5, 533, '', '2020-03-17 16:18:39'),
(8626, 5, 534, '', '2020-03-17 16:18:39'),
(8627, 5, 535, '', '2020-03-17 16:18:39'),
(8628, 5, 536, '', '2020-03-17 16:18:39'),
(8629, 5, 537, '', '2020-03-17 16:18:39'),
(8630, 5, 538, '', '2020-03-17 16:18:39'),
(8631, 5, 539, '', '2020-03-17 16:18:39'),
(9100, 2, 542, 'service', '2020-03-18 11:04:03'),
(9498, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"during\\\",\\\"stage\\\":\\\"3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"2\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"post\\\",\\\"stage\\\":\\\"1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-03-18 16:52:23'),
(10002, 5, 525, '[\"ejercicio 7 stak 1\",\"ejercicio 7 stack 2\"]\n', '2020-03-18 16:55:30'),
(10003, 5, 526, 'Ejercicio 13 activities\n', '2020-03-18 16:55:30'),
(10004, 5, 527, 'Ejercicio 13 resources\n', '2020-03-18 16:55:30'),
(10005, 5, 535, 'Ejercicio 9b value proposition\n', '2020-03-18 16:55:30'),
(10006, 5, 532, 'qwqewewewq\n', '2020-03-18 16:55:30'),
(10007, 5, 533, 'qwqewewewq\n', '2020-03-18 16:55:30'),
(10008, 5, 534, 'qwqewqew\n', '2020-03-18 16:55:30'),
(10009, 5, 536, 'Ejercicio 9b customer segment\n', '2020-03-18 16:55:30'),
(10010, 5, 537, 'dasasdasddas\n', '2020-03-18 16:55:30'),
(10011, 5, 538, 'dasadsdasasd\n', '2020-03-18 16:55:30'),
(10012, 5, 539, 'weqqweqweqew\n', '2020-03-18 16:55:30'),
(10013, 5, 525, '', '2020-03-18 16:55:34'),
(10014, 5, 526, '', '2020-03-18 16:55:34'),
(10015, 5, 527, '', '2020-03-18 16:55:34'),
(10016, 5, 532, '', '2020-03-18 16:55:34'),
(10017, 5, 533, '', '2020-03-18 16:55:34'),
(10018, 5, 534, '', '2020-03-18 16:55:34'),
(10019, 5, 535, '', '2020-03-18 16:55:34'),
(10020, 5, 536, '', '2020-03-18 16:55:34'),
(10021, 5, 537, '', '2020-03-18 16:55:34'),
(10022, 5, 538, '', '2020-03-18 16:55:34'),
(10023, 5, 539, '', '2020-03-18 16:55:34'),
(10041, 5, 540, '', '2020-03-18 16:55:55'),
(10042, 5, 540, '', '2020-03-18 16:55:58'),
(10053, 2, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"Need Identification\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I get really annoyed about the electricity supply. So many times we suffer front cuts and can\\u00b4t follow my dalily routine.\\\",\\\"points\\\":\\\"s\\\",\\\"experience\\\":\\\"sss\\\",\\\"provide\\\":\\\"ssss\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"Finding alternatives\\\",\\\"emotions\\\":\\\"confuso\\\",\\\"needs\\\":\\\"cscs\\\",\\\"points\\\":\\\"csc\\\",\\\"experience\\\":\\\"cscscs\\\",\\\"provide\\\":\\\"cscscs\\\"}}\"', '2020-03-19 08:12:51'),
(10091, 2, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"Need Identification\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I get really annoyed about the electricity supply. So many times we suffer front cuts and can\\u00b4t follow my dalily routine.\\\",\\\"points\\\":\\\"s\\\",\\\"experience\\\":\\\"sss\\\",\\\"provide\\\":\\\"ssss\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"Finding alternatives\\\",\\\"emotions\\\":\\\"confuso\\\",\\\"needs\\\":\\\"cscs\\\",\\\"points\\\":\\\"csc\\\",\\\"experience\\\":\\\"cscscs\\\",\\\"provide\\\":\\\"cscscs\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 2\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"dqw\\\",\\\"needs\\\":\\\"cdwe\\\",\\\"points\\\":\\\"fcwe\\\",\\\"experience\\\":\\\"cwe\\\",\\\"provide\\\":\\\"cwe\\\"}}\"', '2020-03-19 10:08:11'),
(10093, 2, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"Need Identification\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I get really annoyed about the electricity supply. So many times we suffer front cuts and can\\u00b4t follow my dalily routine.\\\",\\\"points\\\":\\\"s\\\",\\\"experience\\\":\\\"sss\\\",\\\"provide\\\":\\\"ssss\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"Finding alternatives\\\",\\\"emotions\\\":\\\"confuso\\\",\\\"needs\\\":\\\"cscs\\\",\\\"points\\\":\\\"csc\\\",\\\"experience\\\":\\\"cscscs\\\",\\\"provide\\\":\\\"cscscs\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 2\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"pre\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"dqw\\\",\\\"needs\\\":\\\"cdwe\\\",\\\"points\\\":\\\"fcwe\\\",\\\"experience\\\":\\\"cwe\\\",\\\"provide\\\":\\\"cwe\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"during\\\",\\\"stage\\\":\\\"v sfd\\\",\\\"emotions\\\":\\\"v fd\\\",\\\"needs\\\":\\\"vsdf\\\",\\\"points\\\":\\\"csd\\\",\\\"experience\\\":\\\"vfdsvfds\\\",\\\"provide\\\":\\\"vsfdvsfd\\\"}}\"', '2020-03-19 10:51:44'),
(10095, 2, 541, '', '2020-03-19 11:33:40'),
(10096, 2, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Need Identification\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I get really annoyed about the electricity supply. So many times we suffer front cuts and can\\u00b4t follow my dalily routine.\\\",\\\"points\\\":\\\"s\\\",\\\"experience\\\":\\\"sss\\\",\\\"provide\\\":\\\"ssss\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Finding alternatives\\\",\\\"emotions\\\":\\\"confuso\\\",\\\"needs\\\":\\\"cscs\\\",\\\"points\\\":\\\"csc\\\",\\\"experience\\\":\\\"cscscs\\\",\\\"provide\\\":\\\"cscscs\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 2\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"dqw\\\",\\\"needs\\\":\\\"cdwe\\\",\\\"points\\\":\\\"fcwe\\\",\\\"experience\\\":\\\"cwe\\\",\\\"provide\\\":\\\"cwe\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"v sfd\\\",\\\"emotions\\\":\\\"v fd\\\",\\\"needs\\\":\\\"vsdf\\\",\\\"points\\\":\\\"csd\\\",\\\"experience\\\":\\\"vfdsvfds\\\",\\\"provide\\\":\\\"vsfdvsfd\\\"},\\\"4\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"otro\\\",\\\"order-of-stages\\\":\\\"3post\\\",\\\"stage\\\":\\\"aaa\\\",\\\"emotions\\\":\\\"aaa\\\",\\\"needs\\\":\\\"aaa\\\",\\\"points\\\":\\\"aaa\\\",\\\"experience\\\":\\\"aaa\\\",\\\"provide\\\":\\\"aaa\\\"},\\\"5\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"otro\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"bbb\\\",\\\"emotions\\\":\\\"bbb\\\",\\\"needs\\\":\\\"bbb\\\",\\\"points\\\":\\\"bbb\\\",\\\"experience\\\":\\\"bbb\\\",\\\"provide\\\":\\\"bbb\\\"},\\\"6\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"3post\\\",\\\"stage\\\":\\\"pp\\\",\\\"emotions\\\":\\\"pp\\\",\\\"needs\\\":\\\"pp\\\",\\\"points\\\":\\\"pp\\\",\\\"experience\\\":\\\"pp\\\",\\\"provide\\\":\\\"pp\\\"},\\\"7\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"pre\\\",\\\"emotions\\\":\\\"pre\\\",\\\"needs\\\":\\\"pre\\\",\\\"points\\\":\\\"pre\\\",\\\"experience\\\":\\\"pre\\\",\\\"provide\\\":\\\"pre\\\"}}\"', '2020-03-19 12:44:48'),
(10099, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"2\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-03-19 13:20:22'),
(10101, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer2\\\",\\\"segment\\\":\\\"1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-03-19 13:23:21'),
(10103, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer2\\\",\\\"segment\\\":\\\"stakeholder2\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-03-19 13:24:16'),
(10105, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 1 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 1 stage 2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"Customer 1 stage 3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer2\\\",\\\"segment\\\":\\\"stakeholder2\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 2 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-03-19 13:27:06'),
(10107, 2, 541, '', '2020-03-19 13:29:34'),
(10108, 2, 542, 'service', '2020-03-19 13:29:43'),
(10109, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 1 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 1 stage 2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"Customer 1 stage 3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer2\\\",\\\"segment\\\":\\\"stakeholder2\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 2 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-03-19 13:36:54'),
(10111, 2, 541, '', '2020-03-19 14:14:27'),
(10112, 2, 542, 'service', '2020-03-19 14:14:35'),
(10115, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 1 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 1 stage 2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"Customer 1 stage 3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer2\\\",\\\"segment\\\":\\\"stakeholder2\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 2 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-03-19 15:38:47'),
(10118, 5, 547, '', '2020-03-19 16:09:21'),
(10131, 5, 550, '', '2020-03-19 16:38:08'),
(10132, 5, 551, '', '2020-03-19 16:38:08'),
(10133, 5, 552, '', '2020-03-19 16:38:08'),
(10134, 5, 553, '', '2020-03-19 16:43:02'),
(10135, 5, 554, '', '2020-03-19 16:43:02'),
(10136, 5, 555, '', '2020-03-19 16:43:02'),
(10137, 5, 556, '', '2020-03-19 16:43:02'),
(10138, 5, 557, '', '2020-03-19 16:43:02'),
(10139, 5, 558, '', '2020-03-19 16:43:02'),
(10140, 5, 550, '', '2020-03-20 07:09:56'),
(10141, 5, 551, '', '2020-03-20 07:09:56'),
(10142, 5, 552, '', '2020-03-20 07:09:56'),
(10143, 5, 559, '', '2020-03-20 07:44:56'),
(10144, 5, 560, '', '2020-03-20 07:44:56'),
(10145, 5, 559, '', '2020-03-20 07:45:05'),
(10146, 5, 560, '', '2020-03-20 07:45:05'),
(10147, 5, 561, '', '2020-03-20 07:52:59'),
(10148, 5, 562, '', '2020-03-20 07:52:59'),
(10149, 5, 563, '', '2020-03-20 07:52:59'),
(10150, 5, 564, '', '2020-03-20 07:52:59'),
(10158, 5, 572, '', '2020-03-20 08:27:30'),
(10166, 5, 572, '', '2020-03-20 08:55:35'),
(10167, 5, 573, '', '2020-03-20 08:55:35'),
(10168, 5, 574, '', '2020-03-20 08:55:35'),
(10169, 5, 575, '', '2020-03-20 08:55:35'),
(10170, 5, 576, '', '2020-03-20 08:55:35'),
(10171, 5, 577, '', '2020-03-20 08:55:35'),
(10179, 5, 572, '', '2020-03-20 09:45:53'),
(10180, 5, 573, '', '2020-03-20 09:45:53'),
(10181, 5, 574, '', '2020-03-20 09:45:53'),
(10182, 5, 575, '', '2020-03-20 09:45:53'),
(10183, 5, 576, '', '2020-03-20 09:45:53'),
(10184, 5, 577, '', '2020-03-20 09:45:53'),
(10203, 5, 525, '[\"ejercicio 7 stak 1\",\"ejercicio 7 stack 2\"]\n', '2020-03-20 14:12:28'),
(10204, 5, 526, 'Ejercicio 13 activities\n', '2020-03-20 14:12:28'),
(10205, 5, 527, 'Ejercicio 13 resources\n', '2020-03-20 14:12:28'),
(10206, 5, 535, 'Ejercicio 9b value proposition\n', '2020-03-20 14:12:28'),
(10207, 5, 532, 'qwqewewewq\n', '2020-03-20 14:12:28'),
(10208, 5, 533, 'qwqewewewq\n', '2020-03-20 14:12:28'),
(10209, 5, 534, 'qwqewqew\n', '2020-03-20 14:12:28'),
(10210, 5, 536, 'Ejercicio 9b customer segment\n', '2020-03-20 14:12:28'),
(10211, 5, 537, 'dasasdasddas\n', '2020-03-20 14:12:28'),
(10212, 5, 538, 'dasadsdasasd\n', '2020-03-20 14:12:28'),
(10213, 5, 539, 'weqqweqweqew\n', '2020-03-20 14:12:28'),
(10214, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 1 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 1 stage 2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"Customer 1 stage 3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer2\\\",\\\"segment\\\":\\\"stakeholder2\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 2 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-03-20 14:13:29'),
(10370, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-03-20 15:02:46'),
(10371, 2, 526, 'Tarea 13 Key Activities\n', '2020-03-20 15:02:46'),
(10372, 2, 527, 'Tarea 13 Key Resources\n', '2020-03-20 15:02:46'),
(10373, 2, 535, 'Tarea 9b Value Proposition\n', '2020-03-20 15:02:46'),
(10374, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-03-20 15:02:46'),
(10375, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-03-20 15:02:46'),
(10376, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-03-20 15:02:46'),
(10377, 2, 536, 'Tarea 9b Customer Segment\n', '2020-03-20 15:02:46'),
(10378, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-03-20 15:02:46'),
(10379, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-03-20 15:02:46'),
(10380, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-03-20 15:02:46'),
(10381, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-03-20 15:50:16'),
(10382, 2, 526, 'Tarea 13 Key Activities\n', '2020-03-20 15:50:16'),
(10383, 2, 527, 'Tarea 13 Key Resources\n', '2020-03-20 15:50:16'),
(10384, 2, 535, 'Tarea 9b Value Proposition\n', '2020-03-20 15:50:16'),
(10385, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-03-20 15:50:16'),
(10386, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-03-20 15:50:16'),
(10387, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-03-20 15:50:16'),
(10388, 2, 536, 'Tarea 9b Customer Segment\n', '2020-03-20 15:50:16'),
(10389, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-03-20 15:50:16'),
(10390, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-03-20 15:50:17'),
(10391, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-03-20 15:50:17'),
(10392, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-03-20 15:53:49'),
(10393, 2, 526, 'Tarea 13 Key Activities\n', '2020-03-20 15:53:49'),
(10394, 2, 527, 'Tarea 13 Key Resources\n', '2020-03-20 15:53:50'),
(10395, 2, 535, 'Tarea 9b Value Proposition\n', '2020-03-20 15:53:50'),
(10396, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-03-20 15:53:50'),
(10397, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-03-20 15:53:50'),
(10398, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-03-20 15:53:50'),
(10399, 2, 536, 'Tarea 9b Customer Segment\n', '2020-03-20 15:53:50'),
(10400, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-03-20 15:53:50'),
(10401, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-03-20 15:53:50'),
(10402, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-03-20 15:53:50'),
(10403, 5, 525, '[\"ejercicio 7 stak 1\",\"ejercicio 7 stack 2\"]\n', '2020-03-23 07:05:55'),
(10404, 5, 526, 'Ejercicio 13 activities\n', '2020-03-23 07:05:55'),
(10405, 5, 527, 'Ejercicio 13 resources\n', '2020-03-23 07:05:55'),
(10406, 5, 535, 'Ejercicio 9b value proposition\n', '2020-03-23 07:05:55'),
(10407, 5, 532, 'qwqewewewq\n', '2020-03-23 07:05:55'),
(10408, 5, 533, 'qwqewewewq\n', '2020-03-23 07:05:55'),
(10409, 5, 534, 'qwqewqew\n', '2020-03-23 07:05:55'),
(10410, 5, 536, 'Ejercicio 9b customer segment\n', '2020-03-23 07:05:55'),
(10411, 5, 537, 'dasasdasddas\n', '2020-03-23 07:05:55'),
(10412, 5, 538, 'dasadsdasasd\n', '2020-03-23 07:05:55'),
(10413, 5, 539, 'weqqweqweqew\n', '2020-03-23 07:05:55'),
(10414, 5, 525, '[\"ejercicio 7 stak 1\",\"ejercicio 7 stack 2\"]\n', '2020-03-23 07:14:24'),
(10415, 5, 526, 'Ejercicio 13 activities\n', '2020-03-23 07:14:24'),
(10416, 5, 527, 'Ejercicio 13 resources\n', '2020-03-23 07:14:24'),
(10417, 5, 535, 'Ejercicio 9b value proposition\n', '2020-03-23 07:14:24'),
(10418, 5, 532, 'qwqewewewq\n', '2020-03-23 07:14:24'),
(10419, 5, 533, 'qwqewewewq\n', '2020-03-23 07:14:24'),
(10420, 5, 534, 'qwqewqew\n', '2020-03-23 07:14:24'),
(10421, 5, 536, 'Ejercicio 9b customer segment\n', '2020-03-23 07:14:24'),
(10422, 5, 537, 'dasasdasddas\n', '2020-03-23 07:14:24'),
(10423, 5, 538, 'dasadsdasasd\n', '2020-03-23 07:14:24'),
(10424, 5, 539, 'weqqweqweqew\n', '2020-03-23 07:14:24'),
(10426, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 1 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 1 stage 2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"Customer 1 stage 3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer2\\\",\\\"segment\\\":\\\"stakeholder2\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 2 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-03-23 13:14:29'),
(10428, 5, 525, '[\"ejercicio 7 stak 1\",\"ejercicio 7 stack 2\"]\n', '2020-03-23 13:44:14'),
(10429, 5, 526, 'Ejercicio 13 activities\n', '2020-03-23 13:44:14'),
(10430, 5, 527, 'Ejercicio 13 resources\n', '2020-03-23 13:44:14'),
(10431, 5, 535, 'Ejercicio 9b value proposition\n', '2020-03-23 13:44:14'),
(10432, 5, 532, 'qwqewewewq\n', '2020-03-23 13:44:14'),
(10433, 5, 533, 'qwqewewewq\n', '2020-03-23 13:44:14'),
(10434, 5, 534, 'qwqewqew\n', '2020-03-23 13:44:14'),
(10435, 5, 536, 'Ejercicio 9b customer segment\n', '2020-03-23 13:44:14'),
(10436, 5, 537, 'dasasdasddas\n', '2020-03-23 13:44:14'),
(10437, 5, 538, 'dasadsdasasd\n', '2020-03-23 13:44:14'),
(10438, 5, 539, 'weqqweqweqew\n', '2020-03-23 13:44:14'),
(10439, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"Customer 1 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 1 stage 2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"Customer 1 stage 3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer2\\\",\\\"segment\\\":\\\"stakeholder2\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 2 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-03-23 13:56:58'),
(10441, 5, 540, '', '2020-03-23 14:16:18'),
(11081, 5, 525, '[\"ejercicio 7 stak 1\",\"ejercicio 7 stack 2\"]\n', '2020-03-23 14:42:18'),
(11082, 5, 526, 'Ejercicio 13 activities\n', '2020-03-23 14:42:18'),
(11083, 5, 527, 'Ejercicio 13 resources\n', '2020-03-23 14:42:18'),
(11084, 5, 535, 'Ejercicio 9b value proposition\n', '2020-03-23 14:42:18'),
(11085, 5, 532, 'qwqewewewq\n', '2020-03-23 14:42:18'),
(11086, 5, 533, 'qwqewewewq\n', '2020-03-23 14:42:18'),
(11087, 5, 534, 'qwqewqew\n', '2020-03-23 14:42:18'),
(11088, 5, 536, 'Ejercicio 9b customer segment\n', '2020-03-23 14:42:18'),
(11089, 5, 537, 'dasasdasddas\n', '2020-03-23 14:42:18'),
(11090, 5, 538, 'dasadsdasasd\n', '2020-03-23 14:42:18'),
(11091, 5, 539, 'weqqweqweqew\n', '2020-03-23 14:42:18'),
(11092, 5, 540, '', '2020-03-23 14:42:48'),
(11093, 5, 525, '[\"ejercicio 7 stak 1\",\"ejercicio 7 stack 2\"]\n', '2020-03-23 14:42:53'),
(11094, 5, 526, 'Ejercicio 13 activities\n', '2020-03-23 14:42:53'),
(11095, 5, 527, 'Ejercicio 13 resources\n', '2020-03-23 14:42:53'),
(11096, 5, 535, 'Ejercicio 9b value proposition\n', '2020-03-23 14:42:53'),
(11097, 5, 532, 'qwqewewewq\n', '2020-03-23 14:42:53'),
(11098, 5, 533, 'qwqewewewq\n', '2020-03-23 14:42:53'),
(11099, 5, 534, 'qwqewqew\n', '2020-03-23 14:42:53'),
(11100, 5, 536, 'Ejercicio 9b customer segment\n', '2020-03-23 14:42:53'),
(11101, 5, 537, 'dasasdasddas\n', '2020-03-23 14:42:53'),
(11102, 5, 538, 'dasadsdasasd\n', '2020-03-23 14:42:53'),
(11103, 5, 539, 'weqqweqweqew\n', '2020-03-23 14:42:53'),
(11108, 5, 525, '[\"ejercicio 7 stak 1\",\"ejercicio 7 stack 2\"]\n', '2020-03-23 14:43:04'),
(11109, 5, 526, 'Ejercicio 13 activities\n', '2020-03-23 14:43:04'),
(11110, 5, 527, 'Ejercicio 13 resources\n', '2020-03-23 14:43:04'),
(11111, 5, 535, 'Ejercicio 9b value proposition\n', '2020-03-23 14:43:04'),
(11112, 5, 532, 'qwqewewewq\n', '2020-03-23 14:43:04'),
(11113, 5, 533, 'qwqewewewq\n', '2020-03-23 14:43:04'),
(11114, 5, 534, 'qwqewqew\n', '2020-03-23 14:43:04'),
(11115, 5, 536, 'Ejercicio 9b customer segment\n', '2020-03-23 14:43:04'),
(11116, 5, 537, 'dasasdasddas\n', '2020-03-23 14:43:04'),
(11117, 5, 538, 'dasadsdasasd\n', '2020-03-23 14:43:04'),
(11118, 5, 539, 'weqqweqweqew\n', '2020-03-23 14:43:04'),
(11119, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"Customer 1 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 1 stage 2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"Customer 1 stage 3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer2\\\",\\\"segment\\\":\\\"stakeholder2\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 2 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-03-24 09:54:11'),
(11121, 5, 525, '[\"ejercicio 7 stak 1\",\"ejercicio 7 stack 2\"]\n', '2020-03-24 09:54:18'),
(11122, 5, 526, 'Ejercicio 13 activities\n', '2020-03-24 09:54:18'),
(11123, 5, 527, 'Ejercicio 13 resources\n', '2020-03-24 09:54:18'),
(11124, 5, 535, 'Ejercicio 9b value proposition\n', '2020-03-24 09:54:18'),
(11125, 5, 532, 'qwqewewewq\n', '2020-03-24 09:54:18'),
(11126, 5, 533, 'qwqewewewq\n', '2020-03-24 09:54:18'),
(11127, 5, 534, 'qwqewqew\n', '2020-03-24 09:54:18'),
(11128, 5, 536, 'Ejercicio 9b customer segment\n', '2020-03-24 09:54:18'),
(11129, 5, 537, 'dasasdasddas\n', '2020-03-24 09:54:18'),
(11130, 5, 538, 'dasadsdasasd\n', '2020-03-24 09:54:19'),
(11131, 5, 539, 'weqqweqweqew\n', '2020-03-24 09:54:19'),
(11132, 2, 547, '[{name:\"a\";surname:\"a\";email:\"a\";background:\"a\";responsibilities:\"a\";},{name:\"b\";surname:\"b\";email:\"b\";background:\"b\";responsibilities:\"b\";},{name:\"c\";surname:\"c\";email:\"c\";background:\"c\";responsibilities:\"c\";}]', '2020-03-24 10:42:22'),
(11133, 2, 547, '[{name:\"a\",surname:\"a\",email:\"a\",background:\"a\",responsibilities:\"a\"},{name:\"b\",surname:\"b\",email:\"b\",background:\"b\",responsibilities:\"b\"},{name:\"c\",surname:\"c\",email:\"c\",background:\"c\",responsibilities:\"c\"}]', '2020-03-24 11:33:49'),
(11134, 2, 547, '[{\"name\":\"a\",\"surname\":\"b\",\"email\":\"c\",\"background\":\"d\",\"responsibilities\":\"e\"},{\"name\":\"f\",\"surname\":\"g\",\"email\":\"h\",\"background\":\"i\",\"responsibilities\":\"j\"}]', '2020-03-24 12:02:35'),
(11135, 2, 547, '[{\"name\":\"a\",\"surname\":\"b\",\"email\":\"c\",\"background\":\"d\",\"responsibilities\":\"e\"},{\"name\":\"f\",\"surname\":\"g\",\"email\":\"h\",\"background\":\"i\",\"responsibilities\":\"j\"},{\"name\":\"asdf\",\"surname\":\"fe\",\"email\":\"fw\",\"background\":\"wewer\",\"responsibilities\":\"xzv\"}]', '2020-03-24 12:50:17');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(11136, 2, 547, '[{\"name\":\"a\",\"surname\":\"b\",\"email\":\"c\",\"background\":\"d\",\"responsibilities\":\"e\"},{\"name\":\"f\",\"surname\":\"g\",\"email\":\"h\",\"background\":\"i\",\"responsibilities\":\"j\"},{\"name\":\"asdf\",\"surname\":\"fe\",\"email\":\"fw\",\"background\":\"wewer\",\"responsibilities\":\"xzv\"},{\"name\":\"a\",\"surname\":\"b\",\"email\":\"c\",\"background\":\"d\",\"responsibilities\":\"e\"},{\"name\":\"w\",\"surname\":\"e\",\"email\":\"e\",\"background\":\"d\",\"responsibilities\":\"f\"}]', '2020-03-24 12:56:22'),
(11137, 2, 550, 'Titulo', '2020-03-24 12:56:35'),
(11138, 2, 551, 'Descripcion', '2020-03-24 12:56:35'),
(11139, 2, 552, 'Logo', '2020-03-24 12:56:35'),
(11140, 2, 550, 'Titulo', '2020-03-24 13:43:34'),
(11141, 2, 551, 'Descripcion', '2020-03-24 13:43:34'),
(11142, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-03-24 13:43:34'),
(11143, 2, 553, '', '2020-03-24 13:43:50'),
(11144, 2, 554, '', '2020-03-24 13:43:50'),
(11145, 2, 555, '', '2020-03-24 13:43:50'),
(11146, 2, 556, '', '2020-03-24 13:43:50'),
(11147, 2, 557, '', '2020-03-24 13:43:50'),
(11148, 2, 558, '', '2020-03-24 13:43:50'),
(11149, 2, 559, '', '2020-03-24 13:49:37'),
(11150, 2, 560, '', '2020-03-24 13:49:37'),
(11151, 2, 559, '', '2020-03-24 15:31:45'),
(11152, 2, 560, '', '2020-03-24 15:31:45'),
(11601, 8, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/8\\/avartar.png\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/8\\/avartar.png\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"}}\"', '2020-03-26 10:43:27'),
(11608, 8, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/8\\/avartar.png\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/8\\/avartar.png\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"}}\"', '2020-03-26 10:49:05'),
(12426, 8, 525, '[\"ejercicio 7 stak 1\"]\n', '2020-03-26 11:50:10'),
(12427, 8, 526, 'ddddd\n', '2020-03-26 11:50:10'),
(12428, 8, 527, 'ddddd\n', '2020-03-26 11:50:10'),
(12429, 8, 535, '1\n', '2020-03-26 11:50:10'),
(12430, 8, 532, '1\n', '2020-03-26 11:50:10'),
(12431, 8, 533, '1\n', '2020-03-26 11:50:10'),
(12432, 8, 534, '1\n', '2020-03-26 11:50:10'),
(12433, 8, 536, '1\n', '2020-03-26 11:50:10'),
(12434, 8, 537, 'aaaa\n', '2020-03-26 11:50:10'),
(12435, 8, 538, 'aaaa\n', '2020-03-26 11:50:10'),
(12436, 8, 539, '2\n', '2020-03-26 11:50:10'),
(12437, 8, 525, '[\"ejercicio 7 stak 1\"]\n', '2020-03-26 11:50:19'),
(12438, 8, 526, 'ddddd\n', '2020-03-26 11:50:19'),
(12439, 8, 527, 'ddddd\n', '2020-03-26 11:50:19'),
(12440, 8, 535, '1\n', '2020-03-26 11:50:19'),
(12441, 8, 532, '1\n', '2020-03-26 11:50:19'),
(12442, 8, 533, '1\n', '2020-03-26 11:50:19'),
(12443, 8, 534, '1\n', '2020-03-26 11:50:20'),
(12444, 8, 536, '1\n', '2020-03-26 11:50:20'),
(12445, 8, 537, 'aaaa\n', '2020-03-26 11:50:20'),
(12446, 8, 538, 'aaaa\n', '2020-03-26 11:50:20'),
(12447, 8, 539, '2\n', '2020-03-26 11:50:20'),
(12452, 8, 525, '[\"ejercicio 7 stak 1\"]\n', '2020-03-26 11:53:36'),
(12453, 8, 526, 'ddddd\n', '2020-03-26 11:53:36'),
(12454, 8, 527, 'ddddd\n', '2020-03-26 11:53:36'),
(12455, 8, 535, '1\n', '2020-03-26 11:53:37'),
(12456, 8, 532, '1\n', '2020-03-26 11:53:37'),
(12457, 8, 533, '1\n', '2020-03-26 11:53:37'),
(12458, 8, 534, '1\n', '2020-03-26 11:53:37'),
(12459, 8, 536, '1\n', '2020-03-26 11:53:37'),
(12460, 8, 537, 'aaaa\n', '2020-03-26 11:53:37'),
(12461, 8, 538, 'aaaa\n', '2020-03-26 11:53:37'),
(12462, 8, 539, '2\n', '2020-03-26 11:53:37'),
(12463, 8, 525, '', '2020-03-26 11:53:40'),
(12464, 8, 526, '', '2020-03-26 11:53:40'),
(12465, 8, 527, '', '2020-03-26 11:53:40'),
(12466, 8, 532, '', '2020-03-26 11:53:40'),
(12467, 8, 533, '', '2020-03-26 11:53:40'),
(12468, 8, 534, '', '2020-03-26 11:53:40'),
(12469, 8, 535, '', '2020-03-26 11:53:40'),
(12470, 8, 536, '', '2020-03-26 11:53:40'),
(12471, 8, 537, '', '2020-03-26 11:53:40'),
(12472, 8, 538, '', '2020-03-26 11:53:40'),
(12473, 8, 539, '', '2020-03-26 11:53:40'),
(12491, 8, 540, '', '2020-03-26 11:54:44'),
(12492, 8, 540, '', '2020-03-26 11:54:51'),
(12493, 8, 540, '', '2020-03-26 11:54:57'),
(12513, 2, 541, '', '2020-03-27 13:38:52'),
(12514, 2, 542, 'product', '2020-03-27 13:39:02'),
(12515, 2, 547, '[{\"name\":\"a\",\"surname\":\"b\",\"email\":\"c\",\"background\":\"d\",\"responsibilities\":\"e\"},{\"name\":\"f\",\"surname\":\"g\",\"email\":\"h\",\"background\":\"i\",\"responsibilities\":\"j\"},{\"name\":\"asdf\",\"surname\":\"fe\",\"email\":\"fw\",\"background\":\"wewer\",\"responsibilities\":\"xzv\"},{\"name\":\"a\",\"surname\":\"b\",\"email\":\"c\",\"background\":\"d\",\"responsibilities\":\"e\"},{\"name\":\"w\",\"surname\":\"e\",\"email\":\"e\",\"background\":\"d\",\"responsibilities\":\"f\"}]', '2020-03-27 13:39:17'),
(12516, 2, 550, 'Titulo', '2020-03-27 13:39:34'),
(12517, 2, 551, 'Descripcion', '2020-03-27 13:39:34'),
(12518, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-03-27 13:39:34'),
(12519, 2, 553, '', '2020-03-27 13:39:39'),
(12520, 2, 554, '', '2020-03-27 13:39:39'),
(12521, 2, 555, '', '2020-03-27 13:39:39'),
(12522, 2, 556, '', '2020-03-27 13:39:39'),
(12523, 2, 557, '', '2020-03-27 13:39:39'),
(12524, 2, 558, '', '2020-03-27 13:39:39'),
(12525, 2, 559, '', '2020-03-27 13:39:43'),
(12526, 2, 560, '', '2020-03-27 13:39:43'),
(12527, 2, 541, '', '2020-03-30 06:45:52'),
(12528, 2, 542, 'product', '2020-03-30 06:46:01'),
(12529, 2, 572, 'Lo describo', '2020-03-30 13:41:43'),
(12530, 2, 573, 'Thinking', '2020-03-30 13:41:43'),
(12531, 2, 574, '', '2020-03-30 13:41:43'),
(12532, 2, 575, '', '2020-03-30 13:41:43'),
(12533, 2, 576, '', '2020-03-30 13:41:43'),
(12534, 2, 577, '', '2020-03-30 13:41:43'),
(12535, 2, 572, 'Lo describo', '2020-03-30 13:47:29'),
(12536, 2, 573, 'Thinking', '2020-03-30 13:47:29'),
(12537, 2, 574, '', '2020-03-30 13:47:29'),
(12538, 2, 575, '', '2020-03-30 13:47:29'),
(12539, 2, 576, '', '2020-03-30 13:47:29'),
(12540, 2, 577, 'Hola', '2020-03-30 13:47:29'),
(12541, 2, 541, '', '2020-03-30 14:44:14'),
(12542, 2, 542, 'product', '2020-03-30 14:44:23'),
(12543, 2, 541, '', '2020-03-31 06:53:35'),
(12544, 2, 542, 'product', '2020-03-31 06:53:43'),
(12545, 2, 541, '', '2020-03-31 14:18:05'),
(12546, 2, 542, 'product', '2020-03-31 14:18:12'),
(12547, 2, 541, '', '2020-04-01 08:02:14'),
(12548, 2, 542, 'product', '2020-04-01 08:02:22'),
(12549, 2, 541, '', '2020-04-01 11:35:42'),
(12550, 2, 542, 'product', '2020-04-01 11:35:49'),
(12551, 2, 547, '[{\"name\":\"a\",\"surname\":\"b\",\"email\":\"c\",\"background\":\"d\",\"responsibilities\":\"e\"},{\"name\":\"f\",\"surname\":\"g\",\"email\":\"h\",\"background\":\"i\",\"responsibilities\":\"j\"},{\"name\":\"asdf\",\"surname\":\"fe\",\"email\":\"fw\",\"background\":\"wewer\",\"responsibilities\":\"xzv\"},{\"name\":\"a\",\"surname\":\"b\",\"email\":\"c\",\"background\":\"d\",\"responsibilities\":\"e\"},{\"name\":\"w\",\"surname\":\"e\",\"email\":\"e\",\"background\":\"d\",\"responsibilities\":\"f\"}]', '2020-04-01 11:36:17'),
(12552, 2, 553, 'Politica', '2020-04-01 12:42:18'),
(12553, 2, 554, 'Social', '2020-04-01 12:42:18'),
(12554, 2, 555, 'Enviroment', '2020-04-01 12:42:18'),
(12555, 2, 556, 'Economic', '2020-04-01 12:42:18'),
(12556, 2, 557, 'Technological', '2020-04-01 12:42:18'),
(12557, 2, 558, 'Legal', '2020-04-01 12:42:18'),
(12558, 2, 559, 'Objetivos', '2020-04-01 12:54:50'),
(12559, 2, 560, 'Mi vision', '2020-04-01 12:54:50'),
(12560, 2, 541, '', '2020-04-01 13:18:24'),
(12561, 2, 542, 'service', '2020-04-01 13:18:31'),
(12562, 2, 541, '', '2020-04-01 14:50:33'),
(12563, 2, 542, 'product', '2020-04-01 14:50:41'),
(12564, 2, 541, '', '2020-04-02 06:08:57'),
(12565, 2, 542, 'product', '2020-04-02 06:09:05'),
(12590, 2, 637, '{\"raw\":[{\"title\":\"Fran\",\"descripcion\":\"Sabe\"},{\"title\":\"Fran\",\"descripcion\":\"No sabe\"}],\"prod\":[],\"pack\":[{\"title\":\"afa\",\"descripcion\":\"asasddfsdaf\"}],\"dist\":[{\"title\":\"asdf\",\"descripcion\":\"efefef\"}],\"main\":[],\"end\":[{\"title\":\"asd\",\"descripcion\":\"efefe\"}]}', '2020-04-02 13:43:38'),
(12603, 2, 637, '{\"raw\":{\"new\":[{\"title\":\"fra\",\"descripcion\":\"ncisco\"},{\"title\":\"sef\",\"descripcion\":\"efse\"}],\"default\":[{\"title\":\"Biodegradability\",\"descripcion\":\"The capability of being decomposed by biological agents, especially bacteria.\"},{\"title\":\"Material\'s availability\",\"descripcion\":\"Geographical location from which materials are obtained; and/or amount of resources (materials) that are fundamental for the product provided left in nature. Some substances (materials) are already scarce. Local materials are desirable due to shorter distances.\"}]},\"prod\":{\"new\":[],\"default\":[]},\"pack\":{\"new\":[],\"default\":[]},\"dist\":{\"new\":[],\"default\":[]},\"main\":{\"new\":[],\"default\":[]},\"end\":{\"new\":[],\"default\":[]}}', '2020-04-02 15:11:27'),
(12616, 2, 637, '{\"raw\":{\"new\":[{\"title\":\"fra\",\"descripcion\":\"ncisco\"},{\"title\":\"sef\",\"descripcion\":\"efse\"}],\"default\":[{\"title\":\"Biodegradability\",\"descripcion\":\"The capability of being decomposed by biological agents, especially bacteria.\"},{\"title\":\"Material\'s availability\",\"descripcion\":\"Geographical location from which materials are obtained; and/or amount of resources (materials) that are fundamental for the product provided left in nature. Some substances (materials) are already scarce. Local materials are desirable due to shorter distances.\"}]},\"prod\":{\"new\":[],\"default\":[]},\"pack\":{\"new\":[],\"default\":[]},\"dist\":{\"new\":[],\"default\":[]},\"main\":{\"new\":[],\"default\":[]},\"end\":{\"new\":[],\"default\":[]}}', '2020-04-02 15:11:32'),
(12629, 2, 637, '{\"raw\":{\"new\":[{\"title\":\"fra\",\"descripcion\":\"ncisco\"},{\"title\":\"sef\",\"descripcion\":\"efse\"}],\"default\":[{\"title\":\"Biodegradability\",\"descripcion\":\"The capability of being decomposed by biological agents, especially bacteria.\"},{\"title\":\"Material\'s availability\",\"descripcion\":\"Geographical location from which materials are obtained; and/or amount of resources (materials) that are fundamental for the product provided left in nature. Some substances (materials) are already scarce. Local materials are desirable due to shorter distances.\"}]},\"prod\":{\"new\":[],\"default\":[]},\"pack\":{\"new\":[],\"default\":[]},\"dist\":{\"new\":[],\"default\":[]},\"main\":{\"new\":[],\"default\":[]},\"end\":{\"new\":[],\"default\":[]}}', '2020-04-02 15:11:42'),
(12630, 2, 541, '', '2020-04-03 05:57:50'),
(12631, 2, 542, 'product', '2020-04-03 05:57:57'),
(12644, 2, 637, '{\"raw\":{\"new\":[{\"title\":\"fra\",\"descripcion\":\"ncisco\"},{\"title\":\"sef\",\"descripcion\":\"efse\"}],\"default\":[{\"title\":\"Biodegradability\",\"descripcion\":\"The capability of being decomposed by biological agents, especially bacteria.\"},{\"title\":\"Material\'s availability\",\"descripcion\":\"Geographical location from which materials are obtained; and/or amount of resources (materials) that are fundamental for the product provided left in nature. Some substances (materials) are already scarce. Local materials are desirable due to shorter distances.\"}]},\"prod\":{\"new\":[],\"default\":[]},\"pack\":{\"new\":[],\"default\":[]},\"dist\":{\"new\":[],\"default\":[]},\"main\":{\"new\":[],\"default\":[]},\"end\":{\"new\":[],\"default\":[]}}', '2020-04-03 08:14:55'),
(12657, 2, 637, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"}],\"total\":2},\"prod\":{\"new\":[],\"default\":[],\"total\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[],\"total\":0},\"main\":{\"new\":[],\"default\":[],\"total\":0},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-04-03 08:34:19'),
(12670, 2, 637, '{\"raw\":{\"new\":[],\"default\":[],\"total\":0},\"prod\":{\"new\":[],\"default\":[],\"total\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[],\"total\":0},\"main\":{\"new\":[],\"default\":[],\"total\":0},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-04-03 09:02:29'),
(12683, 2, 637, '{\"raw\":{\"new\":[],\"default\":[],\"total\":0},\"prod\":{\"new\":[],\"default\":[],\"total\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[],\"total\":0},\"main\":{\"new\":[],\"default\":[],\"total\":0},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-04-03 09:14:55'),
(12696, 2, 637, '{\"raw\":{\"new\":[],\"default\":[],\"total\":0},\"prod\":{\"new\":[],\"default\":[],\"total\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[],\"total\":0},\"main\":{\"new\":[],\"default\":[],\"total\":0},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-04-03 09:15:18'),
(12709, 2, 637, '{\"raw\":{\"new\":[],\"default\":[],\"total\":0},\"prod\":{\"new\":[],\"default\":[],\"total\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[],\"total\":0},\"main\":{\"new\":[],\"default\":[],\"total\":0},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-04-03 09:16:03'),
(12722, 2, 637, '{\"raw\":{\"new\":[],\"default\":[],\"total\":0},\"prod\":{\"new\":[],\"default\":[],\"total\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[],\"total\":0},\"main\":{\"new\":[],\"default\":[],\"total\":0},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-04-03 09:16:37'),
(12735, 2, 637, '{\"raw\":{\"new\":[{\"title\":\"ase\",\"descripcion\":\"sef\"},{\"title\":\"fed\",\"descripcion\":\"ewer\"}],\"default\":[{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"}],\"total\":4},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":2},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-04-03 09:43:32'),
(12748, 2, 637, '{\"raw\":{\"new\":[{\"title\":\"ase\",\"descripcion\":\"sef\"},{\"title\":\"fed\",\"descripcion\":\"ewer\"}],\"default\":[{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"}],\"total\":4},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":2},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-04-03 12:01:09'),
(12749, 2, 572, 'Lo describo', '2020-04-03 13:27:16'),
(12750, 2, 573, 'Thinking', '2020-04-03 13:27:16'),
(12751, 2, 574, 'a', '2020-04-03 13:27:16'),
(12752, 2, 575, 'b', '2020-04-03 13:27:16'),
(12753, 2, 576, 'c', '2020-04-03 13:27:16'),
(12754, 2, 577, 'Hola', '2020-04-03 13:27:16'),
(12755, 2, 541, '', '2020-04-06 06:10:31'),
(12756, 2, 542, 'product', '2020-04-06 06:10:38'),
(12757, 2, 635, '[{\"email\":\"abc\",\"texto\":\"def\"}]', '2020-04-06 11:48:59'),
(12758, 2, 541, '', '2020-04-06 12:05:49'),
(12759, 2, 542, 'product', '2020-04-06 12:05:56'),
(12760, 2, 541, '', '2020-04-07 06:00:18'),
(12761, 2, 542, 'product', '2020-04-07 06:00:25'),
(12762, 2, 541, '', '2020-04-07 09:12:13'),
(12763, 2, 542, 'product', '2020-04-07 09:12:20'),
(12764, 2, 639, '{\"raw\":{\"new\":[{\"title\":\"ase\",\"descripcion\":\"sef\", \"score\": 3},{\"title\":\"fed\",\"descripcion\":\"ewer\", \"score\": 2}],\"default\":[{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\", \"score\": 2},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\", \"score\": 5}],\"total\":4, \"average\": 4},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\", \"score\": 4},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\", \"score\": 4}],\"total\":2, \"average\": 4},\"pack\":{\"new\":[],\"default\":[],\"total\":0, \"average\": 4},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\", \"score\": 4},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\", \"score\": 4}],\"total\":2, \"average\": 3},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\", \"score\": 2},{\"title\":\"sdf\",\"descripcion\":\"we\", \"score\": 4}],\"default\":[],\"total\":2, \"average\": 4},\"end\":{\"new\":[],\"default\":[],\"total\":0, \"average\": 5}}', '2020-04-07 09:26:01'),
(12765, 2, 638, '', '2020-04-07 13:17:12'),
(12766, 2, 638, '', '2020-04-07 13:45:31'),
(12767, 2, 638, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Prioritize recyclable materials<br>Can you improve the reciclability of your product?<span>Highly recommended strategy</span>\",\"descripcion\":\"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\",\"score\":5},{\"title\":\"Select materials without toxic, nocive and harmful substances<br>Can you use non-toxic substances or materials ?<span>Highly recommended strategy</span>\",\"descripcion\":\"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\",\"score\":5}],\"total\":2,\"average\":4,\"isActive\":0},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":4,\"isActive\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0,\"average\":4,\"isActive\":0},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3,\"isActive\":0},\"main\":{\"new\":[],\"default\":[],\"total\":0,\"average\":4,\"isActive\":0},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":5,\"isActive\":1}}', '2020-04-07 13:47:11'),
(12768, 2, 638, '{\"raw\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":1},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"main\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":1}}', '2020-04-07 14:27:34'),
(12769, 2, 638, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Prioritize recyclable materials<br>Can you improve the reciclability of your product?<span>Highly recommended strategy</span>\",\"descripcion\":\"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\",\"score\":5},{\"title\":\"Select materials without toxic, nocive and harmful substances<br>Can you use non-toxic substances or materials ?<span>Highly recommended strategy</span>\",\"descripcion\":\"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\",\"score\":5}],\"total\":2,\"average\":0,\"isActive\":1},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"main\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0}}', '2020-04-07 14:28:31'),
(12770, 2, 541, '', '2020-04-08 06:20:10'),
(12771, 2, 542, 'product', '2020-04-08 06:20:19'),
(12772, 2, 638, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Prioritize recyclable materials<br>Can you improve the reciclability of your product?<span>Highly recommended strategy</span>\",\"descripcion\":\"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\",\"score\":5},{\"title\":\"Select materials without toxic, nocive and harmful substances<br>Can you use non-toxic substances or materials ?<span>Highly recommended strategy</span>\",\"descripcion\":\"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\",\"score\":5},{\"title\":\"Prioritize renewable raw materials<br>Can you switch from non-renewable to renewable material sources?\",\"descripcion\":\"Renewable raw materials are not of fossil origin but are made, in most cases, from plants. Their use presents benefits, since other limited resources are not used and, in addition, it provides for adequate disposal.\",\"score\":2}],\"total\":3,\"average\":2,\"isActive\":0},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"main\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0}}', '2020-04-08 06:40:45'),
(12773, 2, 638, '', '2020-04-08 06:42:23'),
(12774, 2, 638, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Prioritize recyclable materials<br>Can you improve the reciclability of your product?<span>Highly recommended strategy</span>\",\"descripcion\":\"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\",\"score\":5},{\"title\":\"Select materials without toxic, nocive and harmful substances<br>Can you use non-toxic substances or materials ?<span>Highly recommended strategy</span>\",\"descripcion\":\"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\",\"score\":5},{\"title\":\"Prioritize renewable raw materials<br>Can you switch from non-renewable to renewable material sources?\",\"descripcion\":\"Renewable raw materials are not of fossil origin but are made, in most cases, from plants. Their use presents benefits, since other limited resources are not used and, in addition, it provides for adequate disposal.\",\"score\":2}],\"total\":3,\"average\":4,\"isActive\":0},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":4,\"isActive\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0,\"average\":4,\"isActive\":0},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3,\"isActive\":0},\"main\":{\"new\":[],\"default\":[],\"total\":0,\"average\":4,\"isActive\":0},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":5,\"isActive\":0}}', '2020-04-08 06:42:39'),
(12775, 2, 638, '{\"raw\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Prioritize recyclable materials<br>Can you improve the reciclability of your product?<span>Highly recommended strategy</span>\",\"descripcion\":\"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\",\"score\":5},{\"title\":\"Select materials without toxic, nocive and harmful substances<br>Can you use non-toxic substances or materials ?<span>Highly recommended strategy</span>\",\"descripcion\":\"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\",\"score\":5},{\"title\":\"Prioritize renewable raw materials<br>Can you switch from non-renewable to renewable material sources?\",\"descripcion\":\"Renewable raw materials are not of fossil origin but are made, in most cases, from plants. Their use presents benefits, since other limited resources are not used and, in addition, it provides for adequate disposal.\",\"score\":2}],\"total\":4,\"average\":3,\"isActive\":0},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"main\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0}}', '2020-04-08 06:43:18'),
(12776, 2, 638, '{\"raw\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Prioritize recyclable materials<br>Can you improve the reciclability of your product?\",\"descripcion\":\"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\",\"score\":5},{\"title\":\"Select materials without toxic, nocive and harmful substances<br>Can you use non-toxic substances or materials ?\",\"descripcion\":\"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\",\"score\":5},{\"title\":\"Prioritize renewable raw materials<br>Can you switch from non-renewable to renewable material sources?\",\"descripcion\":\"Renewable raw materials are not of fossil origin but are made, in most cases, from plants. Their use presents benefits, since other limited resources are not used and, in addition, it provides for adequate disposal.\",\"score\":2}],\"total\":4,\"average\":4,\"isActive\":0},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"main\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0}}', '2020-04-08 06:49:59'),
(12777, 2, 638, '{\"raw\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Prioritize recyclable materials<br>Can you improve the reciclability of your product?\",\"descripcion\":\"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\",\"score\":5},{\"title\":\"Select materials without toxic, nocive and harmful substances<br>Can you use non-toxic substances or materials ?\",\"descripcion\":\"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\",\"score\":5},{\"title\":\"Prioritize renewable raw materials<br>Can you switch from non-renewable to renewable material sources?\",\"descripcion\":\"Renewable raw materials are not of fossil origin but are made, in most cases, from plants. Their use presents benefits, since other limited resources are not used and, in addition, it provides for adequate disposal.\",\"score\":2}],\"total\":4,\"average\":4,\"isActive\":1},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"main\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0}}', '2020-04-08 07:06:54'),
(12778, 2, 541, '', '2020-04-08 13:45:13'),
(12779, 2, 542, 'product', '2020-04-08 13:45:20'),
(12780, 2, 638, '{\"raw\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Prioritize recyclable materials<br>Can you improve the reciclability of your product?\",\"descripcion\":\"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\",\"score\":5},{\"title\":\"Select materials without toxic, nocive and harmful substances<br>Can you use non-toxic substances or materials ?\",\"descripcion\":\"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\",\"score\":5},{\"title\":\"Prioritize renewable raw materials<br>Can you switch from non-renewable to renewable material sources?\",\"descripcion\":\"Renewable raw materials are not of fossil origin but are made, in most cases, from plants. Their use presents benefits, since other limited resources are not used and, in addition, it provides for adequate disposal.\",\"score\":2}],\"total\":4,\"average\":4,\"isActive\":1},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"pack\":{\"new\":[{\"title\":\"Prueba\",\"descripcion\":\"Test\",\"score\":0}],\"default\":[{\"title\":\"Dimension the packaging according to standard transportation measures<br>Are you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"descripcion\":\"The use of packaging dimensioned to logistics and retailers optimizes the room in trucks and warehouses better than non standard packaging.\",\"score\":0},{\"title\":\"Reduce the packaging to the minimum<br>Can you use less packaging material (e.g. Making it lighter)?\",\"descripcion\":\"Reducing the material input in packaging can be done by optimization of packaging or by appropriate product design (e.g. casings that endure transportation without or with only a minimum of packaging)\",\"score\":0},{\"title\":\"Use monomaterial (only one material) packaging<br>Can you produce your product so it uses a single type of material?\",\"descripcion\":\"A packaging made of only one material enables easy handling for proper waste management. In contrast, when packaging is made of different materials, these need to be separated and managed in different ways.\",\"score\":0}],\"total\":4,\"average\":0,\"isActive\":1},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"main\":{\"new\":[{\"title\":\"asdf\",\"descripcion\":\"wef\",\"score\":0},{\"title\":\"sadf\",\"descripcion\":\"fewf\",\"score\":0},{\"title\":\"sdf\",\"descripcion\":\"efwe\",\"score\":0},{\"title\":\"asdf\",\"descripcion\":\"fwfr\",\"score\":0}],\"default\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacement<br>Can you make spare parts available?\",\"descripcion\":\"Successful repair work presupposes that spare parts are readily available. Special parts that are difficult to procure make basically simple repair work impossible.<br>Easy access to components for repair and replacement ensures a longer service life. In many cases, designers concentrate on simple assembly but forget how to disassembly and repair products.\",\"score\":0},{\"title\":\"Ensure maintenance with standard tools<br>Can it be fixed by the user or does it need technical assistance?\",\"descripcion\":\"The use of standard tools for maintenance is preferred in order to make it easier and ensure that maintenance work can be done at any time.\",\"score\":0}],\"total\":6,\"average\":0,\"isActive\":1},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0}}', '2020-04-08 14:47:36'),
(12781, 2, 638, '{\"raw\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Prioritize recyclable materials<br>Can you improve the reciclability of your product?\",\"descripcion\":\"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\",\"score\":5},{\"title\":\"Select materials without toxic, nocive and harmful substances<br>Can you use non-toxic substances or materials ?\",\"descripcion\":\"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\",\"score\":5},{\"title\":\"Prioritize renewable raw materials<br>Can you switch from non-renewable to renewable material sources?\",\"descripcion\":\"Renewable raw materials are not of fossil origin but are made, in most cases, from plants. Their use presents benefits, since other limited resources are not used and, in addition, it provides for adequate disposal.\",\"score\":2}],\"total\":4,\"average\":4,\"isActive\":1},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"pack\":{\"new\":[{\"title\":\"Prueba\",\"descripcion\":\"Test\",\"score\":0}],\"default\":[{\"title\":\"Dimension the packaging according to standard transportation measures<br>Are you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"descripcion\":\"The use of packaging dimensioned to logistics and retailers optimizes the room in trucks and warehouses better than non standard packaging.\",\"score\":0},{\"title\":\"Reduce the packaging to the minimum<br>Can you use less packaging material (e.g. Making it lighter)?\",\"descripcion\":\"Reducing the material input in packaging can be done by optimization of packaging or by appropriate product design (e.g. casings that endure transportation without or with only a minimum of packaging)\",\"score\":0},{\"title\":\"Use monomaterial (only one material) packaging<br>Can you produce your product so it uses a single type of material?\",\"descripcion\":\"A packaging made of only one material enables easy handling for proper waste management. In contrast, when packaging is made of different materials, these need to be separated and managed in different ways.\",\"score\":0}],\"total\":4,\"average\":0,\"isActive\":1},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":0,\"isActive\":0},\"main\":{\"new\":[{\"title\":\"asdf\",\"descripcion\":\"wef\",\"score\":0},{\"title\":\"sadf\",\"descripcion\":\"fewf\",\"score\":0},{\"title\":\"sdf\",\"descripcion\":\"efwe\",\"score\":0},{\"title\":\"asdf\",\"descripcion\":\"fwfr\",\"score\":0}],\"default\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacement<br>Can you make spare parts available?\",\"descripcion\":\"Successful repair work presupposes that spare parts are readily available. Special parts that are difficult to procure make basically simple repair work impossible.<br>Easy access to components for repair and replacement ensures a longer service life. In many cases, designers concentrate on simple assembly but forget how to disassembly and repair products.\",\"score\":0},{\"title\":\"Ensure maintenance with standard tools<br>Can it be fixed by the user or does it need technical assistance?\",\"descripcion\":\"The use of standard tools for maintenance is preferred in order to make it easier and ensure that maintenance work can be done at any time.\",\"score\":0}],\"total\":6,\"average\":0,\"isActive\":1},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":5,\"isActive\":0}}', '2020-04-08 14:49:07'),
(12782, 2, 640, '[{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"1 - low\",\"average\":\"1.3\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0}]', '2020-04-08 14:51:06'),
(12783, 2, 640, '[{\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"2\",\"average\":\"2\",\"isSelected\":1},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"1 - low\",\"average\":\"1.3\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"3\",\"average\":\"1.7\",\"isSelected\":1},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"2\",\"average\":\"1.3\",\"isSelected\":1},{\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"1 - low\",\"average\":\"1.3\",\"isSelected\":1},{\"social\":\"4\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"2.7\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"3\",\"average\":\"1.7\",\"isSelected\":1},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"social\":\"2\",\"economic\":\"2\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0}]', '2020-04-08 14:53:17'),
(12784, 2, 640, '[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"4\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"Select materials without toxic, nocive and harmful substancesCan you use non-toxic substances or materials ?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":0},{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Reduce the packaging to the minimumCan you use less packaging material (e.g. Making it lighter)?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Prueba\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Ensure maintenance with standard toolsCan it be fixed by the user or does it need technical assistance?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"asdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"sadf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"sdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"asdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0}]', '2020-04-08 15:03:56');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(12785, 2, 640, '[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"social\":\"2\",\"economic\":\"1 - low\",\"technical\":\"4\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"Select materials without toxic, nocive and harmful substancesCan you use non-toxic substances or materials ?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"social\":\"3\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"3\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Reduce the packaging to the minimumCan you use less packaging material (e.g. Making it lighter)?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Prueba\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Ensure maintenance with standard toolsCan it be fixed by the user or does it need technical assistance?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"asdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"sadf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"asdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0}]', '2020-04-08 15:08:49'),
(12786, 2, 640, '[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"4\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"Select materials without toxic, nocive and harmful substancesCan you use non-toxic substances or materials ?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Reduce the packaging to the minimumCan you use less packaging material (e.g. Making it lighter)?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Prueba\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Ensure maintenance with standard toolsCan it be fixed by the user or does it need technical assistance?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"asdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"sadf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"asdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}]', '2020-04-08 15:09:44'),
(12787, 2, 640, '[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"social\":\"2\",\"economic\":\"1 - low\",\"technical\":\"4\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"Select materials without toxic, nocive and harmful substancesCan you use non-toxic substances or materials ?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"social\":\"3\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"3\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Reduce the packaging to the minimumCan you use less packaging material (e.g. Making it lighter)?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Prueba\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Ensure maintenance with standard toolsCan it be fixed by the user or does it need technical assistance?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"asdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sadf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"asdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}]', '2020-04-08 15:10:00'),
(12788, 2, 541, '', '2020-04-13 06:19:36'),
(12789, 2, 542, 'product', '2020-04-13 06:19:43'),
(12898, 2, 541, '', '2020-04-13 09:32:11'),
(12899, 2, 542, 'product', '2020-04-13 09:32:18'),
(12900, 2, 640, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"4\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"Select materials without toxic, nocive and harmful substancesCan you use non-toxic substances or materials ?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Reduce the packaging to the minimumCan you use less packaging material (e.g. Making it lighter)?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"Prueba\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Ensure maintenance with standard toolsCan it be fixed by the user or does it need technical assistance?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"asdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0},{\"title\":\"sadf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"asdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":0}],\"end\":[]}', '2020-04-13 09:58:04'),
(12901, 2, 640, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"social\":\"2\",\"economic\":\"1 - low\",\"technical\":\"4\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"social\":\"3\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"3\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Prueba\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sadf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"end\":[]}', '2020-04-13 10:55:49'),
(12902, 2, 541, '', '2020-04-13 11:35:40'),
(12903, 2, 542, 'product', '2020-04-13 11:36:15'),
(13067, 2, 640, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"4\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Prueba\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sadf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"end\":[]}', '2020-04-13 14:12:09'),
(13212, 2, 541, '', '2020-04-14 06:40:25'),
(13213, 2, 542, 'product', '2020-04-14 06:41:34'),
(13265, 2, 541, '', '2020-04-14 11:41:12'),
(13266, 2, 542, 'product', '2020-04-14 11:41:20'),
(13267, 2, 542, 'product', '2020-04-14 11:42:06'),
(13268, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"actions\":[{\"title\":\"Recycle paper\",\"startDate\":1578092400000,\"endDate\":1578178800000,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1578178800000,\"endDate\":1578265200000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"actions\":[{\"title\":\"A y B\",\"startDate\":1578265200000,\"endDate\":1578438000000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"actions\":[]},{\"title\":\"Prueba\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"actions\":[]},{\"title\":\"sadf\",\"actions\":[]},{\"title\":\"sdf\",\"actions\":[]}],\"end\":[]}', '2020-04-14 13:35:58'),
(13269, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"actions\":[{\"title\":\"Recycle paper\",\"startDate\":-1874102400000,\"endDate\":-1716336000000,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":-1874102400000,\"endDate\":-1684800000000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"actions\":[{\"title\":\"A y B\",\"startDate\":-1842566400000,\"endDate\":-1716336000000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"actions\":[]},{\"title\":\"Prueba\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"actions\":[]},{\"title\":\"sadf\",\"actions\":[]},{\"title\":\"sdf\",\"actions\":[]}],\"end\":[]}', '2020-04-14 14:25:06'),
(13270, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"actions\":[{\"title\":\"Recycle paper\",\"startDate\":-1968796800000,\"endDate\":-1937260800000,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":-2031868800000,\"endDate\":-2000332800000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"actions\":[{\"title\":\"A y B\",\"startDate\":-1905724800000,\"endDate\":-1874102400000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"actions\":[]},{\"title\":\"Prueba\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"actions\":[]},{\"title\":\"sadf\",\"actions\":[]},{\"title\":\"sdf\",\"actions\":[]}],\"end\":[]}', '2020-04-14 14:25:45'),
(13271, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"actions\":[{\"title\":\"Recycle paper\",\"startDate\":1580511600000,\"endDate\":1593554400000,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"actions\":[{\"title\":\"A y B\",\"startDate\":1580511600000,\"endDate\":1606777200000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"actions\":[]},{\"title\":\"Prueba\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"actions\":[]},{\"title\":\"sadf\",\"actions\":[]},{\"title\":\"sdf\",\"actions\":[]}],\"end\":[]}', '2020-04-14 14:32:58'),
(13272, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"actions\":[{\"title\":\"Recycle paper\",\"startDate\":null,\"endDate\":null,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1585692000000,\"endDate\":null,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"actions\":[{\"title\":\"A y B\",\"startDate\":null,\"endDate\":null,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"actions\":[]},{\"title\":\"Prueba\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"actions\":[]},{\"title\":\"sadf\",\"actions\":[]},{\"title\":\"sdf\",\"actions\":[]}],\"end\":[]}', '2020-04-14 14:33:13'),
(13273, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"actions\":[{\"title\":\"Recycle paper\",\"startDate\":1585692000000,\"endDate\":1596232800000,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1590962400000,\"endDate\":1606777200000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"actions\":[{\"title\":\"A y B\",\"startDate\":1601503200000,\"endDate\":1604185200000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"actions\":[]},{\"title\":\"Prueba\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"actions\":[]},{\"title\":\"sadf\",\"actions\":[]},{\"title\":\"sdf\",\"actions\":[]}],\"end\":[]}', '2020-04-14 14:46:41'),
(13274, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"actions\":[{\"title\":\"Recycle paper\",\"startDate\":1577833200000,\"endDate\":1580511600000,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1583017200000,\"endDate\":1585692000000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"actions\":[{\"title\":\"A y B\",\"startDate\":1588284000000,\"endDate\":1590962400000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"actions\":[]},{\"title\":\"Prueba\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"actions\":[]},{\"title\":\"sadf\",\"actions\":[]},{\"title\":\"sdf\",\"actions\":[]}],\"end\":[]}', '2020-04-14 14:47:18'),
(13513, 2, 541, '', '2020-04-15 06:32:12'),
(13514, 2, 542, 'product', '2020-04-15 06:32:20'),
(13515, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"actions\":[{\"title\":\"Recycle paper\",\"startDate\":1577833200000,\"endDate\":1580511600000,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1583017200000,\"endDate\":1585692000000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"actions\":[{\"title\":\"A y B\",\"startDate\":1588284000000,\"endDate\":1590962400000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"actions\":[]},{\"title\":\"Prueba\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"actions\":[]},{\"title\":\"sadf\",\"actions\":[]},{\"title\":\"sdf\",\"actions\":[]}],\"end\":[]}', '2020-04-15 06:32:29'),
(13541, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"score\":\"2.3\",\"actions\":[{\"title\":\"Recycle paper\",\"startDate\":1577833200000,\"endDate\":1583017200000,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1583017200000,\"endDate\":1585692000000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"score\":\"1.7\",\"actions\":[{\"title\":\"A y B\",\"startDate\":1588284000000,\"endDate\":1590962400000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Prueba\",\"score\":\"1\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"sadf\",\"score\":\"1\",\"actions\":[]},{\"title\":\"sdf\",\"score\":\"1\",\"actions\":[]}],\"end\":[]}', '2020-04-15 13:10:51'),
(13542, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"score\":\"2.3\",\"actions\":[{\"title\":\"Recycle paper\",\"startDate\":1577833200000,\"endDate\":1583017200000,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1583017200000,\"endDate\":1585692000000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"score\":\"1.7\",\"actions\":[{\"title\":\"A y B\",\"startDate\":1588284000000,\"endDate\":1590962400000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Prueba\",\"score\":\"1\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"sadf\",\"score\":\"1\",\"actions\":[]},{\"title\":\"sdf\",\"score\":\"1\",\"actions\":[]}],\"end\":[]}', '2020-04-15 15:15:22'),
(13543, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"score\":\"2.3\",\"actions\":[{\"title\":\"Recycle paper\",\"startDate\":1577833200000,\"endDate\":1583017200000,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1583017200000,\"endDate\":1585692000000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"score\":\"1.7\",\"actions\":[{\"title\":\"A y B\",\"startDate\":1588284000000,\"endDate\":1590962400000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Prueba\",\"score\":\"1\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"score\":\"1\",\"actions\":[{\"title\":\"Prueba\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Yo\"}]},{\"title\":\"sadf\",\"score\":\"1\",\"actions\":[]},{\"title\":\"sdf\",\"score\":\"1\",\"actions\":[]}],\"end\":[]}', '2020-04-15 15:32:07'),
(13544, 2, 541, '', '2020-04-16 07:22:40'),
(13545, 2, 542, 'product', '2020-04-16 07:43:28'),
(13546, 2, 541, '', '2020-04-16 08:09:29'),
(13547, 2, 542, 'product', '2020-04-16 08:09:37'),
(13549, 2, 541, '', '2020-04-16 11:45:23'),
(13550, 2, 542, 'service', '2020-04-16 11:45:31'),
(13551, 2, 541, '', '2020-04-16 13:00:00'),
(13552, 2, 542, 'product', '2020-04-16 13:00:08'),
(13553, 2, 541, '', '2020-04-16 13:04:07'),
(13554, 2, 542, 'service', '2020-04-16 13:04:15'),
(13555, 5, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"Customer 1 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 1 stage 2\\\",\\\"emotions\\\":\\\"2\\\",\\\"needs\\\":\\\"2\\\",\\\"points\\\":\\\"2\\\",\\\"experience\\\":\\\"2\\\",\\\"provide\\\":\\\"2\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer1\\\",\\\"segment\\\":\\\"stakeholder1\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"Customer 1 stage 3\\\",\\\"emotions\\\":\\\"3\\\",\\\"needs\\\":\\\"3\\\",\\\"points\\\":\\\"3\\\",\\\"experience\\\":\\\"3\\\",\\\"provide\\\":\\\"3\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\\\",\\\"who\\\":\\\"customer2\\\",\\\"segment\\\":\\\"stakeholder2\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Customer 2 stage 1\\\",\\\"emotions\\\":\\\"1\\\",\\\"needs\\\":\\\"1\\\",\\\"points\\\":\\\"1\\\",\\\"experience\\\":\\\"1\\\",\\\"provide\\\":\\\"1\\\"}}\"', '2020-04-16 13:06:09'),
(13564, 5, 660, '', '2020-04-16 14:18:01'),
(13565, 5, 660, '', '2020-04-16 14:18:11'),
(13566, 5, 661, '', '2020-04-16 14:18:16'),
(13567, 5, 661, '', '2020-04-16 14:19:44'),
(13581, 5, 660, '', '2020-04-16 14:29:27'),
(13582, 5, 661, '', '2020-04-16 14:29:32'),
(13750, 5, 660, '', '2020-04-16 14:37:02'),
(13751, 5, 661, '', '2020-04-16 14:37:09'),
(13752, 2, 662, '', '2020-04-16 14:41:19'),
(13753, 2, 662, '{\"customerActions\":{\"pre\":[\"a1\",\"a2\"],\"during\":[\"b1\",\"b2\"],\"post\":[\"c1\",\"c2\",\"c3\"]},\"serviceActions\":{\"pre\":[\"d1\",\"d2\"],\"during\":[\"e1\",\"e2\",\"e3\"],\"post\":[\"f1\"]},\"keyResources\":{\"pre\":[\"g1\"],\"during\":[\"h1\",\"h2\"],\"post\":[\"i1\",\"i2\",\"i3\",\"i4\",\"i5\"]}}', '2020-04-16 14:43:23'),
(13754, 2, 541, '', '2020-04-16 14:46:35'),
(13756, 2, 541, '', '2020-04-16 14:55:19'),
(13757, 2, 542, 'service', '2020-04-16 14:55:28'),
(13758, 2, 541, '', '2020-04-16 15:07:33'),
(13759, 2, 542, 'service', '2020-04-16 15:07:42'),
(13760, 2, 541, '', '2020-04-16 15:12:55'),
(13761, 2, 542, 'service', '2020-04-16 15:13:05'),
(13762, 2, 547, '', '2020-04-16 15:13:26'),
(13763, 2, 550, 'Titulo', '2020-04-16 15:13:35'),
(13764, 2, 551, 'Descripcion', '2020-04-16 15:13:35'),
(13765, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-04-16 15:13:35'),
(13766, 2, 553, 'Politica', '2020-04-16 15:13:46'),
(13767, 2, 554, 'Social', '2020-04-16 15:13:46'),
(13768, 2, 555, 'Enviroment', '2020-04-16 15:13:46'),
(13769, 2, 556, 'Economic', '2020-04-16 15:13:46'),
(13770, 2, 557, 'Technological', '2020-04-16 15:13:46'),
(13771, 2, 558, 'Legal', '2020-04-16 15:13:46'),
(13772, 2, 541, '', '2020-04-16 15:35:54'),
(13773, 2, 542, 'service', '2020-04-16 15:36:08'),
(13774, 2, 541, '', '2020-04-16 15:56:55'),
(13775, 2, 542, 'product', '2020-04-16 15:57:03'),
(13776, 2, 541, '', '2020-04-17 06:03:28'),
(13777, 2, 542, 'service', '2020-04-17 06:03:37'),
(13778, 2, 541, '', '2020-04-17 07:41:21'),
(13779, 2, 542, 'service', '2020-04-17 09:04:45'),
(13780, 2, 542, 'product', '2020-04-17 09:04:51'),
(13781, 2, 547, '', '2020-04-17 09:08:16'),
(13782, 2, 550, 'Titulo', '2020-04-17 09:09:52'),
(13783, 2, 551, 'Descripcion', '2020-04-17 09:09:52'),
(13784, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-04-17 09:09:52'),
(13785, 2, 553, '', '2020-04-17 09:12:53'),
(13786, 2, 554, 'Social', '2020-04-17 09:12:53'),
(13787, 2, 555, 'Enviroment', '2020-04-17 09:12:53'),
(13788, 2, 556, 'Economic', '2020-04-17 09:12:53'),
(13789, 2, 557, 'Technological', '2020-04-17 09:12:53'),
(13790, 2, 558, 'Legal', '2020-04-17 09:12:53'),
(13791, 2, 559, 'Objetivos', '2020-04-17 09:13:41'),
(13792, 2, 560, 'Mi vision', '2020-04-17 09:13:41'),
(13793, 2, 561, '', '2020-04-17 09:15:55'),
(13794, 2, 562, 'Titulo\r\n\r\nDescripcion\r\n\r\n', '2020-04-17 09:15:55'),
(13795, 2, 563, 'POLITICAL\r\n\r\n\r\nSOCIAL\r\nSocial\r\n\r\nENVIRONMENTAL\r\nEnviroment\r\n\r\nECONOMIC\r\nEconomic\r\n\r\nTECHNOLOGICAL\r\nTechnological\r\n\r\nLEGAL\r\nLegal\r\n\r\n', '2020-04-17 09:15:55'),
(13796, 2, 564, 'OBJECTIVES\r\nObjetivos\r\n\r\nSUSTAINABLE VISION\r\nMi vision\r\n\r\n', '2020-04-17 09:15:55'),
(13797, 2, 572, 'Lo describo', '2020-04-17 09:17:20'),
(13798, 2, 573, 'Thinking', '2020-04-17 09:17:20'),
(13799, 2, 574, 'a', '2020-04-17 09:17:20'),
(13800, 2, 575, 'b', '2020-04-17 09:17:20'),
(13801, 2, 576, 'c', '2020-04-17 09:17:20'),
(13802, 2, 577, 'Hola', '2020-04-17 09:17:20'),
(13803, 2, 637, '{\"raw\":{\"new\":[{\"title\":\"ase\",\"descripcion\":\"sef\"},{\"title\":\"fed\",\"descripcion\":\"ewer\"}],\"default\":[{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"}],\"total\":4},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":2},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-04-17 09:17:46'),
(13804, 2, 635, '[{\"email\":\"abc\",\"texto\":\"def\"}]', '2020-04-17 09:20:44'),
(13805, 2, 639, '{\"raw\":{\"new\":[{\"title\":\"ase\",\"descripcion\":\"sef\"},{\"title\":\"fed\",\"descripcion\":\"ewer\"}],\"default\":[],\"total\":2},\"prod\":{\"new\":[],\"default\":[],\"total\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Implement a logistics broker system at the industrial park level<br>Are the logistics optimised? Could you optimize the travelled miles or improve the system?\",\"descripcion\":\"A sustainable logistics management would introduce operational improvements that can produce profits: re-evaluating a company’s supply chain from purchasing and planning, and managing the use of materials to shipping and distributing finished products. The Logistics Broker service answers to the need of improving the sustainability and efficiency of logistics processes. The service consists in interjecting a logistics broker between the companies and the carriers. Using modern ICT-Tools (software) the broker supports the customers and the carriers in their daily transport planning. Firms often do the planning of transports internally rarely using specific optimizing systems. They manage the whole amount of data management on their own. The interposition of a broker, between these two stakeholders introduces essential changes in the proceeding of the transport planning. The broker takes over the entire transport planning acting as a mediator between customers and carriers and reducing their effort to find the best and cheapest transport solutions\"},{\"title\":\"Optimize weight and volume transported in the vehicle<br>Can you design your product so it occupays less volume and the capacity at transport can be increased?\",\"descripcion\":\"An optimization of the load transported in the vehicle can be achieved by reducing either the product\'s weight (products are lighter) or its volume. doing so, the transported weight is as close as possible to the maximum allowed, and/or the transported volume is as close as possible to the volumetric capacity of the vehicle.<br>This optimization allows to reduce the consumption of fuel and emissions per ton of load and per volume of transported good.\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[{\"title\":\"Reduce the number of parts to simplify assembly and disassembly\",\"descripcion\":\"Reducing the diversity of components makes assembly and disassembly simpler and minimizes work input, and it also improves reparability of the product at use stage.\"},{\"title\":\"Ensure simple extraction of harmful and valuable substances\",\"descripcion\":\"Harmful substances should be identifiable and be able to be extracted in order to avoid impairing recycling. In the case of valuable substances, which retain their high value only when treated separately, it should be possible to separate them. This requires an adequate labelling of components.\"}],\"total\":2}}', '2020-04-17 09:22:28'),
(13806, 2, 541, '', '2020-04-17 09:25:00'),
(13807, 2, 542, 'service', '2020-04-17 09:25:10'),
(13808, 2, 547, '', '2020-04-17 09:25:25'),
(13809, 2, 550, 'Titulo', '2020-04-17 09:25:30'),
(13810, 2, 551, 'Descripcion', '2020-04-17 09:25:30'),
(13811, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-04-17 09:25:30'),
(13812, 2, 553, '', '2020-04-17 09:25:37'),
(13813, 2, 554, 'Social', '2020-04-17 09:25:37'),
(13814, 2, 555, 'Enviroment', '2020-04-17 09:25:37'),
(13815, 2, 556, 'Economic', '2020-04-17 09:25:37'),
(13816, 2, 557, 'Technological', '2020-04-17 09:25:37'),
(13817, 2, 558, 'Legal', '2020-04-17 09:25:37'),
(13818, 2, 559, 'Objetivos', '2020-04-17 09:25:43'),
(13819, 2, 560, 'Mi vision', '2020-04-17 09:25:43'),
(13820, 2, 561, '', '2020-04-17 09:25:52'),
(13821, 2, 562, 'Titulo\r\n\r\nDescripcion\r\n\r\n', '2020-04-17 09:25:52'),
(13822, 2, 563, 'POLITICAL\r\n\r\n\r\nSOCIAL\r\nSocial\r\n\r\nENVIRONMENTAL\r\nEnviroment\r\n\r\nECONOMIC\r\nEconomic\r\n\r\nTECHNOLOGICAL\r\nTechnological\r\n\r\nLEGAL\r\nLegal\r\n\r\n', '2020-04-17 09:25:52'),
(13823, 2, 564, 'OBJECTIVES\r\nObjetivos\r\n\r\nSUSTAINABLE VISION\r\nMi vision\r\n\r\n', '2020-04-17 09:25:52'),
(13824, 2, 572, 'Lo describo', '2020-04-17 09:26:04'),
(13825, 2, 573, 'Thinking', '2020-04-17 09:26:04'),
(13826, 2, 574, 'a', '2020-04-17 09:26:04'),
(13827, 2, 575, 'b', '2020-04-17 09:26:04'),
(13828, 2, 576, 'c', '2020-04-17 09:26:04'),
(13829, 2, 577, 'Hola', '2020-04-17 09:26:04'),
(13830, 2, 637, '{\"raw\":{\"new\":[{\"title\":\"ase\",\"descripcion\":\"sef\"},{\"title\":\"fed\",\"descripcion\":\"ewer\"}],\"default\":[{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"}],\"total\":4},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":2},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-04-17 09:26:11'),
(13976, 2, 541, '', '2020-04-17 11:38:36'),
(13977, 2, 542, 'service', '2020-04-17 11:38:46'),
(14468, 2, 541, '', '2020-04-20 06:10:37'),
(14469, 2, 542, 'service', '2020-04-20 06:11:01'),
(14854, 2, 541, '', '2020-04-20 08:19:35'),
(14855, 2, 542, 'service', '2020-04-20 08:19:51'),
(14856, 2, 559, 'Objetivos', '2020-04-20 08:20:44'),
(14857, 2, 560, 'Mi vision', '2020-04-20 08:20:44'),
(14858, 2, 541, '', '2020-04-20 08:54:58'),
(14859, 2, 542, 'service', '2020-04-20 09:08:42'),
(14860, 2, 662, '{\"customerActions\":{\"pre\":[\"a1\",\"a2\"],\"during\":[\"b1\",\"b2\"],\"post\":[\"c1\",\"c2\",\"c3\"]},\"serviceActions\":{\"pre\":[\"d1\",\"d2\"],\"during\":[\"e1\",\"e2\",\"e3\"],\"post\":[\"f1\"]},\"keyResources\":{\"pre\":[\"g1\"],\"during\":[\"g1\",\"h2\"],\"post\":[\"i1\",\"i2\",\"i3\",\"i4\",\"i5\"]}}', '2020-04-20 09:20:24'),
(14862, 2, 541, '', '2020-04-20 10:24:11'),
(14863, 2, 542, 'service', '2020-04-20 10:24:18'),
(14881, 2, 694, '{\"infrastructure\":{\"pre\":[\"g1\"],\"during\":[\"h2\",\"g1\"],\"post\":[\"i2\"]},\"consumable\":{\"pre\":[],\"during\":[],\"post\":[\"i3\"]},\"access\":{\"pre\":[],\"during\":[],\"post\":[\"i5\"]},\"keyAsset\":{\"pre\":[],\"during\":[],\"post\":[\"i4\"]}}', '2020-04-20 10:47:46'),
(14882, 2, 541, '', '2020-04-20 11:51:52'),
(14883, 2, 542, 'service', '2020-04-20 11:52:38'),
(14884, 2, 694, '{\"infrastructure\":{\"pre\":[],\"during\":[\"g1\"],\"post\":[\"i2\"]},\"consumable\":{\"pre\":[],\"during\":[],\"post\":[]},\"access\":{\"pre\":[],\"during\":[],\"post\":[]},\"keyAsset\":{\"pre\":[\"g1\"],\"during\":[\"h2\"],\"post\":[\"i4\",\"i1\",\"i5\",\"i3\"]}}', '2020-04-20 12:17:11'),
(14885, 2, 541, '', '2020-04-20 12:27:55'),
(14982, 2, 541, '', '2020-04-21 06:02:02'),
(14983, 2, 542, 'service', '2020-04-21 06:02:09'),
(15237, 2, 662, '{\"customerActions\":{\"pre\":[\"a1\",\"a2\"],\"during\":[\"b1\",\"b2\"],\"post\":[\"c1\",\"c2\",\"c3\"]},\"serviceActions\":{\"pre\":[\"d1\",\"d2\"],\"during\":[\"e1\",\"e2\",\"e3\"],\"post\":[\"f1\"]},\"keyResources\":{\"pre\":[\"g1 g2\"],\"during\":[\"g1\",\"h2\"],\"post\":[\"i1\",\"i2\",\"i3\",\"i4\",\"i5\"]}}', '2020-04-21 12:24:52'),
(15238, 2, 694, '{\"infrastructure\":{\"pre\":[],\"during\":[\"g1\"],\"post\":[\"i2\"]},\"consumable\":{\"pre\":[\"g1 g2\"],\"during\":[],\"post\":[]},\"access\":{\"pre\":[],\"during\":[],\"post\":[]},\"keyAsset\":{\"pre\":[\"g1\"],\"during\":[\"h2\"],\"post\":[\"i4\",\"i1\",\"i5\",\"i3\"]}}', '2020-04-21 12:25:01'),
(15239, 2, 694, '{\"infrastructure\":{\"pre\":[],\"during\":[\"g1\"],\"post\":[\"i2\"]},\"consumable\":{\"pre\":[],\"during\":[],\"post\":[]},\"access\":{\"pre\":[],\"during\":[],\"post\":[]},\"keyAsset\":{\"pre\":[\"g1\",\"g1 g2\"],\"during\":[\"h2\"],\"post\":[\"i4\",\"i1\",\"i5\",\"i3\"]}}', '2020-04-21 12:25:23'),
(15664, 2, 541, '', '2020-04-22 07:31:04'),
(15665, 2, 542, 'service', '2020-04-22 07:31:19'),
(15666, 2, 541, '', '2020-04-22 08:32:11'),
(15667, 2, 542, 'product', '2020-04-22 08:32:19'),
(15669, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"\"]', '2020-04-22 09:23:06'),
(15670, 5, 676, '[\"customer 1\",\"Customer2\"]', '2020-04-22 09:23:06'),
(15671, 5, 677, '[\"segment 1\",\"Segment2\"]', '2020-04-22 09:23:06'),
(15672, 5, 689, '\"[]\"', '2020-04-22 09:23:06'),
(15673, 5, 687, '\"[]\"', '2020-04-22 09:23:06'),
(15674, 5, 685, '\"[]\"', '2020-04-22 09:23:06'),
(15675, 5, 678, '[\"customer1 order stage1\",\"customer1 order stage2\",\"Customer2 order stage1\"]', '2020-04-22 09:23:06'),
(15676, 5, 679, '[\"customer1 stage1\",\"customer1 stage2\",\"Customer2 stage1\"]', '2020-04-22 09:23:06'),
(15677, 5, 680, '[\"customer1 emotions1\",\"customer1 emotions2\",\"Customer2 emotions1\"]', '2020-04-22 09:23:06'),
(15678, 5, 681, '[\"customer1 needs1\",\"customer1 needs2\",\"Customer2 needs1\"]', '2020-04-22 09:23:06'),
(15679, 5, 682, '[\"customer1 touch1\",\"customer1 touch2\",\"Customer2 touch1\"]', '2020-04-22 09:23:06'),
(15680, 5, 683, '[\"customer1 provide1\",\"customer1 provide2\",\"Customer2 provide1\"]', '2020-04-22 09:23:06'),
(15681, 5, 684, '[\"customer1 needs provide1\",\"customer1 needs2\",\"Customer2 needsprovide1\"]', '2020-04-22 09:23:06'),
(15682, 5, 690, '\"[]\"', '2020-04-22 09:23:06'),
(15683, 5, 691, '\"[]\"', '2020-04-22 09:23:06'),
(15684, 5, 686, '\"[]\"', '2020-04-22 09:23:06'),
(15685, 5, 688, '\"[]\"', '2020-04-22 09:23:06'),
(15686, 2, 541, '', '2020-04-22 09:25:07'),
(15687, 2, 542, 'service', '2020-04-22 09:25:15'),
(15689, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"}}', '2020-04-22 09:33:53'),
(15690, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"}}', '2020-04-22 10:40:47'),
(15691, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"}}', '2020-04-22 10:41:06'),
(15692, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"}}', '2020-04-22 10:43:41'),
(15693, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"}}', '2020-04-22 11:05:32');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(15694, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"}}', '2020-04-22 11:33:48'),
(15695, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"}}', '2020-04-22 11:34:46'),
(15696, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"}}', '2020-04-22 11:35:30'),
(15697, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"}}', '2020-04-22 11:36:41'),
(15698, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"}}', '2020-04-22 11:36:48'),
(15699, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"}}', '2020-04-22 11:48:57'),
(15700, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"}}', '2020-04-22 11:49:39'),
(15701, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"}}', '2020-04-22 11:49:51'),
(15702, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"}}', '2020-04-22 11:50:54'),
(15703, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"\",\"\"]', '2020-04-22 12:05:49'),
(15704, 5, 676, '[\"customer 1\",\"Customer2\",\"\"]', '2020-04-22 12:05:49'),
(15705, 5, 677, '[\"segment 1\",\"Segment2\",\"\"]', '2020-04-22 12:05:49'),
(15706, 5, 689, '\"[]\"', '2020-04-22 12:05:49'),
(15707, 5, 687, '\"[]\"', '2020-04-22 12:05:49'),
(15708, 5, 685, '\"[]\"', '2020-04-22 12:05:49'),
(15709, 5, 704, '[\"customer 1\",\"customer 1\",\"\",\"\"]', '2020-04-22 12:05:49'),
(15710, 5, 678, '[\"customer1 order stage1\",\"customer1 order stage1\",\"customer1 order stage2\",\"Customer2 order stage1\"]', '2020-04-22 12:05:49'),
(15711, 5, 679, '[\"customer1 stage1\",\"customer1 stage1\",\"customer1 stage2\",\"Customer2 stage1\"]', '2020-04-22 12:05:49'),
(15712, 5, 680, '[\"customer1 emotions1\",\"customer1 emotions1\",\"customer1 emotions2\",\"Customer2 emotions1\"]', '2020-04-22 12:05:49'),
(15713, 5, 681, '[\"customer1 needs1\",\"customer1 needs1\",\"customer1 needs2\",\"Customer2 needs1\"]', '2020-04-22 12:05:49'),
(15714, 5, 682, '[\"customer1 touch1\",\"customer1 touch1\",\"customer1 touch2\",\"Customer2 touch1\"]', '2020-04-22 12:05:49'),
(15715, 5, 683, '[\"customer1 provide1\",\"customer1 provide1\",\"customer1 provide2\",\"Customer2 provide1\"]', '2020-04-22 12:05:49'),
(15716, 5, 684, '[\"customer1 needs provide1\",\"customer1 needs provide1\",\"customer1 needs2\",\"Customer2 needsprovide1\"]', '2020-04-22 12:05:49'),
(15717, 5, 690, '\"[]\"', '2020-04-22 12:05:49'),
(15718, 5, 691, '\"[]\"', '2020-04-22 12:05:49'),
(15719, 5, 686, '\"[]\"', '2020-04-22 12:05:49'),
(15720, 5, 688, '\"[]\"', '2020-04-22 12:05:49'),
(15721, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-22 13:04:15'),
(15722, 5, 676, '[\"customer 1\"]', '2020-04-22 13:04:15'),
(15723, 5, 677, '[\"segment 1\"]', '2020-04-22 13:04:15'),
(15724, 5, 689, '\"[]\"', '2020-04-22 13:04:15'),
(15725, 5, 687, '\"[]\"', '2020-04-22 13:04:15'),
(15726, 5, 685, '\"[]\"', '2020-04-22 13:04:15'),
(15727, 5, 704, '\"[]\"', '2020-04-22 13:04:15'),
(15728, 5, 678, '\"[]\"', '2020-04-22 13:04:15'),
(15729, 5, 679, '\"[]\"', '2020-04-22 13:04:15'),
(15730, 5, 680, '\"[]\"', '2020-04-22 13:04:15'),
(15731, 5, 681, '\"[]\"', '2020-04-22 13:04:15'),
(15732, 5, 682, '\"[]\"', '2020-04-22 13:04:15'),
(15733, 5, 683, '\"[]\"', '2020-04-22 13:04:15'),
(15734, 5, 684, '\"[]\"', '2020-04-22 13:04:15'),
(15735, 5, 690, '\"[]\"', '2020-04-22 13:04:15'),
(15736, 5, 691, '\"[]\"', '2020-04-22 13:04:15'),
(15737, 5, 686, '\"[]\"', '2020-04-22 13:04:15'),
(15738, 5, 688, '\"[]\"', '2020-04-22 13:04:15'),
(15739, 2, 705, '', '2020-04-22 14:06:19'),
(15740, 2, 705, '{\"preg1\":{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Ecological rucksack of materials\",\"descripcion\":\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\"}],\"total\":1},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Closed/Open production cycle\",\"descripcion\":\"Open loop systems are of linear nature, in which resource and capital investments move through the system to become waste, whereas closed loop systems are those where wastes can become inputs for new processes.\"}],\"total\":1},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Waste from packaging\",\"descripcion\":\"It refers to the amount of waste generated related to the packaging (e.g. A reusable packaging will generate less waste than a disposable one).\"}],\"total\":1},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"}],\"total\":1},\"main\":{\"new\":[],\"default\":[{\"title\":\"Product\'s life span\",\"descripcion\":\"The product\'s life span refers to the durability of the product, that is to say, for how long will it be used. There are several conditionants to it: timelessness, durability, adaptability, customer\'s appreciation and reusability. The longer the life span, the better.\"}],\"total\":1},\"end\":{\"new\":[],\"default\":[{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\"}],\"total\":1}}}', '2020-04-22 14:07:37'),
(15741, 2, 705, '{\"preg1\":{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Ecological rucksack of materials\",\"descripcion\":\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\"}],\"total\":1},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Closed/Open production cycle\",\"descripcion\":\"Open loop systems are of linear nature, in which resource and capital investments move through the system to become waste, whereas closed loop systems are those where wastes can become inputs for new processes.\"}],\"total\":1},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Waste from packaging\",\"descripcion\":\"It refers to the amount of waste generated related to the packaging (e.g. A reusable packaging will generate less waste than a disposable one).\"}],\"total\":1},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"}],\"total\":1},\"main\":{\"new\":[],\"default\":[{\"title\":\"Product\'s life span\",\"descripcion\":\"The product\'s life span refers to the durability of the product, that is to say, for how long will it be used. There are several conditionants to it: timelessness, durability, adaptability, customer\'s appreciation and reusability. The longer the life span, the better.\"}],\"total\":1},\"end\":{\"new\":[],\"default\":[{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\"}],\"total\":1}}}', '2020-04-22 14:10:49'),
(15742, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"\"]', '2020-04-22 20:33:48'),
(15743, 5, 676, '[\"customer 1\",\"\"]', '2020-04-22 20:33:48'),
(15744, 5, 677, '[\"segment 1\",\"\"]', '2020-04-22 20:33:48'),
(15745, 5, 689, '\"[]\"', '2020-04-22 20:33:48'),
(15746, 5, 687, '\"[]\"', '2020-04-22 20:33:48'),
(15747, 5, 685, '\"[]\"', '2020-04-22 20:33:48'),
(15748, 5, 704, '[\"\",\"\"]', '2020-04-22 20:33:48'),
(15749, 5, 678, '[\"\",\"\"]', '2020-04-22 20:33:48'),
(15750, 5, 679, '[\"\",\"\"]', '2020-04-22 20:33:48'),
(15751, 5, 680, '[\"\",\"\"]', '2020-04-22 20:33:48'),
(15752, 5, 681, '[\"\",\"\"]', '2020-04-22 20:33:48'),
(15753, 5, 682, '[\"\",\"\"]', '2020-04-22 20:33:48'),
(15754, 5, 683, '[\"\",\"\"]', '2020-04-22 20:33:48'),
(15755, 5, 684, '[\"\",\"\"]', '2020-04-22 20:33:48'),
(15756, 5, 690, '\"[]\"', '2020-04-22 20:33:48'),
(15757, 5, 691, '\"[]\"', '2020-04-22 20:33:48'),
(15758, 5, 686, '\"[]\"', '2020-04-22 20:33:48'),
(15759, 5, 688, '\"[]\"', '2020-04-22 20:33:48'),
(15760, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\"]', '2020-04-22 20:44:39'),
(15761, 5, 676, '[\"customer 1\",\"customer 2\"]', '2020-04-22 20:44:39'),
(15762, 5, 677, '[\"asdsadsdas\",\"ghhjhjgjgj\"]', '2020-04-22 20:44:39'),
(15763, 5, 689, '\"[]\"', '2020-04-22 20:44:39'),
(15764, 5, 687, '\"[]\"', '2020-04-22 20:44:39'),
(15765, 5, 685, '\"[]\"', '2020-04-22 20:44:39'),
(15766, 5, 704, '[\"\",\"\",\"wizard-p-1\"]', '2020-04-22 20:44:39'),
(15767, 5, 678, '[\"dsdasdasdas\",\"rttrtrerrtrtre\",\"ghjjjhghjg\"]', '2020-04-22 20:44:39'),
(15768, 5, 679, '[\"asddasdas\",\"trtertreet\",\"ghjgjhgh\"]', '2020-04-22 20:44:39'),
(15769, 5, 680, '[\"asddas\",\"retreetr\",\"ghjghjgjggh\"]', '2020-04-22 20:44:39'),
(15770, 5, 681, '[\"asddasasd\",\"retetete\",\"ghjghjggjgj\"]', '2020-04-22 20:44:39'),
(15771, 5, 682, '[\"asddasdasdas\",\"retrretrer\",\"ghjgghjgghj\"]', '2020-04-22 20:44:39'),
(15772, 5, 683, '[\"dasdsadasdas\",\"reterterte\",\"ghjhgjghjghgj\"]', '2020-04-22 20:44:39'),
(15773, 5, 684, '[\"dasdsadasdas\",\"retretrettrte\",\"ghjjghjhgjghjhgh\"]', '2020-04-22 20:44:39'),
(15774, 5, 690, '\"[]\"', '2020-04-22 20:44:39'),
(15775, 5, 691, '\"[]\"', '2020-04-22 20:44:39'),
(15776, 5, 686, '\"[]\"', '2020-04-22 20:44:39'),
(15777, 5, 688, '\"[]\"', '2020-04-22 20:44:39'),
(15778, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"\"]', '2020-04-22 20:46:17'),
(15779, 5, 676, '[\"customer 1\",\"customer 2\",\"\"]', '2020-04-22 20:46:17'),
(15780, 5, 677, '[\"asdsadsdas\",\"ghhjhjgjgj\",\"\"]', '2020-04-22 20:46:17'),
(15781, 5, 689, '\"[]\"', '2020-04-22 20:46:17'),
(15782, 5, 687, '\"[]\"', '2020-04-22 20:46:17'),
(15783, 5, 685, '\"[]\"', '2020-04-22 20:46:17'),
(15784, 5, 704, '[\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-2\"]', '2020-04-22 20:46:17'),
(15785, 5, 678, '[\"dsdasdasdas\",\"rttrtrerrtrtre\",\"ghjjjhghjg\"]', '2020-04-22 20:46:17'),
(15786, 5, 679, '[\"asddasdas\",\"trtertreet\",\"ghjgjhgh\"]', '2020-04-22 20:46:17'),
(15787, 5, 680, '[\"asddas\",\"retreetr\",\"ghjghjgjggh\"]', '2020-04-22 20:46:17'),
(15788, 5, 681, '[\"asddasasd\",\"retetete\",\"ghjghjggjgj\"]', '2020-04-22 20:46:17'),
(15789, 5, 682, '[\"asddasdasdas\",\"retrretrer\",\"ghjgghjgghj\"]', '2020-04-22 20:46:17'),
(15790, 5, 683, '[\"dasdsadasdas\",\"reterterte\",\"ghjhgjghjghgj\"]', '2020-04-22 20:46:17'),
(15791, 5, 684, '[\"dasdsadasdas\",\"retretrettrte\",\"ghjjghjhgjghjhgh\"]', '2020-04-22 20:46:17'),
(15792, 5, 690, '\"[]\"', '2020-04-22 20:46:17'),
(15793, 5, 691, '\"[]\"', '2020-04-22 20:46:17'),
(15794, 5, 686, '\"[]\"', '2020-04-22 20:46:17'),
(15795, 5, 688, '\"[]\"', '2020-04-22 20:46:17'),
(15796, 5, 707, '\"[]\"', '2020-04-22 21:08:22'),
(15797, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\"]', '2020-04-22 21:08:22'),
(15798, 5, 676, '[\"customer 1\",\"customer 2\"]', '2020-04-22 21:08:22'),
(15799, 5, 677, '[\"asdsadsdas\",\"ghhjhjgjgj\"]', '2020-04-22 21:08:22'),
(15800, 5, 689, '\"[]\"', '2020-04-22 21:08:22'),
(15801, 5, 687, '\"[]\"', '2020-04-22 21:08:22'),
(15802, 5, 685, '\"[]\"', '2020-04-22 21:08:22'),
(15803, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\"]', '2020-04-22 21:08:22'),
(15804, 5, 678, '[\"dsdasdasdas\",\"dsdasdasdas\",\"rttrtrerrtrtre\"]', '2020-04-22 21:08:22'),
(15805, 5, 679, '[\"asddasdas\",\"asddasdas\",\"trtertreet\"]', '2020-04-22 21:08:22'),
(15806, 5, 680, '[\"asddas\",\"asddas\",\"retreetr\"]', '2020-04-22 21:08:22'),
(15807, 5, 681, '[\"asddasasd\",\"asddasasd\",\"retetete\"]', '2020-04-22 21:08:22'),
(15808, 5, 682, '[\"asddasdasdas\",\"asddasdasdas\",\"retrretrer\"]', '2020-04-22 21:08:22'),
(15809, 5, 683, '[\"dasdsadasdas\",\"dasdsadasdas\",\"reterterte\"]', '2020-04-22 21:08:22'),
(15810, 5, 684, '[\"dasdsadasdas\",\"dasdsadasdas\",\"retretrettrte\"]', '2020-04-22 21:08:22'),
(15811, 5, 690, '\"[]\"', '2020-04-22 21:08:22'),
(15812, 5, 691, '\"[]\"', '2020-04-22 21:08:22'),
(15813, 5, 686, '\"[]\"', '2020-04-22 21:08:22'),
(15814, 5, 688, '\"[]\"', '2020-04-22 21:08:22'),
(15815, 2, 541, '', '2020-04-23 06:22:58'),
(15816, 2, 542, 'service', '2020-04-23 06:23:21'),
(15817, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\"}}', '2020-04-23 08:07:53'),
(15818, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-04-23 08:08:29'),
(15819, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"posti4\"}', '2020-04-23 08:13:32'),
(15820, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-04-23 08:41:14'),
(15821, 2, 705, '{\"preg1\":{\"raw\":{\"new\":[{\"title\":\"wi\",\"descripcion\":\"wi\"}],\"default\":[{\"title\":\"Ecological rucksack of materials\",\"descripcion\":\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\"}],\"total\":2},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Closed/Open production cycle\",\"descripcion\":\"Open loop systems are of linear nature, in which resource and capital investments move through the system to become waste, whereas closed loop systems are those where wastes can become inputs for new processes.\"}],\"total\":1},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Waste from packaging\",\"descripcion\":\"It refers to the amount of waste generated related to the packaging (e.g. A reusable packaging will generate less waste than a disposable one).\"}],\"total\":1},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"}],\"total\":1},\"main\":{\"new\":[],\"default\":[{\"title\":\"Product\'s life span\",\"descripcion\":\"The product\'s life span refers to the durability of the product, that is to say, for how long will it be used. There are several conditionants to it: timelessness, durability, adaptability, customer\'s appreciation and reusability. The longer the life span, the better.\"}],\"total\":1},\"end\":{\"new\":[],\"default\":[{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\"}],\"total\":1}}}', '2020-04-23 08:41:36'),
(15822, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-04-23 08:41:49'),
(15823, 2, 705, '{\"preg1\":{\"raw\":{\"new\":[{\"title\":\"wi\",\"descripcion\":\"wi\"}],\"default\":[{\"title\":\"Ecological rucksack of materials\",\"descripcion\":\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\"}],\"total\":2},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Closed/Open production cycle\",\"descripcion\":\"Open loop systems are of linear nature, in which resource and capital investments move through the system to become waste, whereas closed loop systems are those where wastes can become inputs for new processes.\"}],\"total\":1},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Waste from packaging\",\"descripcion\":\"It refers to the amount of waste generated related to the packaging (e.g. A reusable packaging will generate less waste than a disposable one).\"}],\"total\":1},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"}],\"total\":1},\"main\":{\"new\":[],\"default\":[{\"title\":\"Product\'s life span\",\"descripcion\":\"The product\'s life span refers to the durability of the product, that is to say, for how long will it be used. There are several conditionants to it: timelessness, durability, adaptability, customer\'s appreciation and reusability. The longer the life span, the better.\"}],\"total\":1},\"end\":{\"new\":[],\"default\":[{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\"}],\"total\":1}}}', '2020-04-23 08:41:57'),
(15824, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1%20g2\"}', '2020-04-23 08:42:07'),
(15825, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\"}}', '2020-04-23 08:42:36'),
(15826, 2, 708, '{\"consumable\":{\"new\":[],\"default\":[{\"title\":\"Purchase: Origin of goods\",\"descripcion\":\"The origin of goods refers to the geographical location from which they are obtained. Local goods are desirable due to shorter distances.\"},{\"title\":\"Purchase: Toxicity\",\"descripcion\":\"Toxicity refers to the degree to which a substance can damage an organism.\"}],\"total\":2},\"infrastructure\":{\"new\":[],\"default\":[{\"title\":\"Origin and renewability of energy used for your infrastructure\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes. The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Treatment of generated waste\",\"descripcion\":\"Generated waste can be treated by means of different ways. In general, the waste treatment hierarchy in order of their environmental performance is as follows: preparing for re-use; recycling (material recovery); other recovery, e.g. energy recovery; and disposal.\"}],\"total\":2},\"access\":{\"new\":[],\"default\":[],\"total\":0},\"keyAsset\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-04-23 11:54:02'),
(15827, 2, 708, '{\"consumable\":{\"new\":[],\"default\":[{\"title\":\"Purchase: Origin of goods\",\"descripcion\":\"The origin of goods refers to the geographical location from which they are obtained. Local goods are desirable due to shorter distances.\"},{\"title\":\"Purchase: Toxicity\",\"descripcion\":\"Toxicity refers to the degree to which a substance can damage an organism.\"}],\"total\":2},\"infrastructure\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\"}],\"default\":[{\"title\":\"Origin and renewability of energy used for your infrastructure\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes. The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Treatment of generated waste\",\"descripcion\":\"Generated waste can be treated by means of different ways. In general, the waste treatment hierarchy in order of their environmental performance is as follows: preparing for re-use; recycling (material recovery); other recovery, e.g. energy recovery; and disposal.\"}],\"total\":3},\"access\":{\"new\":[],\"default\":[],\"total\":0},\"keyAsset\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-04-23 12:12:36'),
(15828, 5, 707, '\"[]\"', '2020-04-23 12:21:04'),
(15829, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\"]', '2020-04-23 12:21:04'),
(15830, 5, 676, '[\"customer 1\",\"customer 2\"]', '2020-04-23 12:21:04'),
(15831, 5, 677, '[\"asdsadsdas\",\"ghhjhjgjgj\"]', '2020-04-23 12:21:04'),
(15832, 5, 689, '\"[]\"', '2020-04-23 12:21:04'),
(15833, 5, 687, '\"[]\"', '2020-04-23 12:21:04'),
(15834, 5, 685, '\"[]\"', '2020-04-23 12:21:04'),
(15835, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\"]', '2020-04-23 12:21:04'),
(15836, 5, 678, '[\"dsdasdasdas\",\"dsdasdasdas\",\"rttrtrerrtrtre\"]', '2020-04-23 12:21:04'),
(15837, 5, 679, '[\"asddasdas\",\"asddasdas\",\"trtertreet\"]', '2020-04-23 12:21:04'),
(15838, 5, 680, '[\"asddas\",\"asddas\",\"retreetr\"]', '2020-04-23 12:21:04'),
(15839, 5, 681, '[\"asddasasd\",\"asddasasd\",\"retetete\"]', '2020-04-23 12:21:04'),
(15840, 5, 682, '[\"asddasdasdas\",\"asddasdasdas\",\"retrretrer\"]', '2020-04-23 12:21:04'),
(15841, 5, 683, '[\"dasdsadasdas\",\"dasdsadasdas\",\"reterterte\"]', '2020-04-23 12:21:04'),
(15842, 5, 684, '[\"dasdsadasdas\",\"dasdsadasdas\",\"retretrettrte\"]', '2020-04-23 12:21:04'),
(15843, 5, 690, '\"[]\"', '2020-04-23 12:21:04'),
(15844, 5, 691, '\"[]\"', '2020-04-23 12:21:04'),
(15845, 5, 686, '\"[]\"', '2020-04-23 12:21:04'),
(15846, 5, 688, '\"[]\"', '2020-04-23 12:21:04'),
(15847, 5, 707, '\"[]\"', '2020-04-23 12:23:00'),
(15848, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\"]', '2020-04-23 12:23:00'),
(15849, 5, 676, '[\"customer 1\",\"customer 2\"]', '2020-04-23 12:23:00'),
(15850, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\"]', '2020-04-23 12:23:00'),
(15851, 5, 689, '\"[]\"', '2020-04-23 12:23:00'),
(15852, 5, 687, '\"[]\"', '2020-04-23 12:23:00'),
(15853, 5, 685, '\"[]\"', '2020-04-23 12:23:00'),
(15854, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\"]', '2020-04-23 12:23:00'),
(15855, 5, 678, '[\"0-0\",\"0-1\",\"1-0\"]', '2020-04-23 12:23:00'),
(15856, 5, 679, '[\"asddasdas\",\"rterert\",\"trtertreet\"]', '2020-04-23 12:23:00'),
(15857, 5, 680, '[\"asddas\",\"retetrterte\",\"retreetr\"]', '2020-04-23 12:23:00'),
(15858, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"retetete\"]', '2020-04-23 12:23:00'),
(15859, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"retrretrer\"]', '2020-04-23 12:23:00'),
(15860, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"reterterte\"]', '2020-04-23 12:23:00'),
(15861, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"retretrettrte\"]', '2020-04-23 12:23:00'),
(15862, 5, 690, '\"[]\"', '2020-04-23 12:23:00'),
(15863, 5, 691, '\"[]\"', '2020-04-23 12:23:00'),
(15864, 5, 686, '\"[]\"', '2020-04-23 12:23:00'),
(15865, 5, 688, '\"[]\"', '2020-04-23 12:23:00'),
(15866, 5, 707, '\"[]\"', '2020-04-23 12:23:58'),
(15867, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\"]', '2020-04-23 12:23:58'),
(15868, 5, 676, '[\"customer 1\",\"customer 2\"]', '2020-04-23 12:23:58'),
(15869, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\"]', '2020-04-23 12:23:58'),
(15870, 5, 689, '\"[]\"', '2020-04-23 12:23:58'),
(15871, 5, 687, '\"[]\"', '2020-04-23 12:23:58'),
(15872, 5, 685, '\"[]\"', '2020-04-23 12:23:58'),
(15873, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\"]', '2020-04-23 12:23:58'),
(15874, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 2 Stage 1\"]', '2020-04-23 12:23:58'),
(15875, 5, 679, '[\"asddasdas\",\"rterert\",\"trtertreet\"]', '2020-04-23 12:23:58'),
(15876, 5, 680, '[\"asddas\",\"retetrterte\",\"retreetr\"]', '2020-04-23 12:23:58'),
(15877, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"retetete\"]', '2020-04-23 12:23:58'),
(15878, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"retrretrer\"]', '2020-04-23 12:23:58'),
(15879, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"reterterte\"]', '2020-04-23 12:23:58'),
(15880, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"retretrettrte\"]', '2020-04-23 12:23:58'),
(15881, 5, 690, '\"[]\"', '2020-04-23 12:23:58'),
(15882, 5, 691, '\"[]\"', '2020-04-23 12:23:58'),
(15883, 5, 686, '\"[]\"', '2020-04-23 12:23:58'),
(15884, 5, 688, '\"[]\"', '2020-04-23 12:23:58'),
(15885, 5, 707, '\"[]\"', '2020-04-23 12:27:19'),
(15886, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"\"]', '2020-04-23 12:27:19'),
(15887, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-23 12:27:19'),
(15888, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-23 12:27:19'),
(15889, 5, 689, '\"[]\"', '2020-04-23 12:27:19'),
(15890, 5, 687, '\"[]\"', '2020-04-23 12:27:19'),
(15891, 5, 685, '\"[]\"', '2020-04-23 12:27:19'),
(15892, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-23 12:27:19'),
(15893, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 2 Stage 1\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-23 12:27:19'),
(15894, 5, 679, '[\"asddasdas\",\"rterert\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-23 12:27:19'),
(15895, 5, 680, '[\"asddas\",\"retetrterte\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-23 12:27:19'),
(15896, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-23 12:27:19'),
(15897, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-23 12:27:19'),
(15898, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-23 12:27:19'),
(15899, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-23 12:27:19'),
(15900, 5, 690, '\"[]\"', '2020-04-23 12:27:19'),
(15901, 5, 691, '\"[]\"', '2020-04-23 12:27:19'),
(15902, 5, 686, '\"[]\"', '2020-04-23 12:27:19'),
(15903, 5, 688, '\"[]\"', '2020-04-23 12:27:19'),
(15904, 5, 707, '\"[]\"', '2020-04-23 13:46:33'),
(15905, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"\"]', '2020-04-23 13:46:33'),
(15906, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-23 13:46:33'),
(15907, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-23 13:46:33'),
(15908, 5, 689, '\"[]\"', '2020-04-23 13:46:33'),
(15909, 5, 687, '\"[]\"', '2020-04-23 13:46:33'),
(15910, 5, 685, '\"[]\"', '2020-04-23 13:46:33'),
(15911, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-23 13:46:33'),
(15912, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-23 13:46:33'),
(15913, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-23 13:46:33'),
(15914, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-23 13:46:33'),
(15915, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-23 13:46:33'),
(15916, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-23 13:46:33'),
(15917, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-23 13:46:33'),
(15918, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-23 13:46:33'),
(15919, 5, 690, '\"[]\"', '2020-04-23 13:46:33'),
(15920, 5, 691, '\"[]\"', '2020-04-23 13:46:33'),
(15921, 5, 686, '\"[]\"', '2020-04-23 13:46:33'),
(15922, 5, 688, '\"[]\"', '2020-04-23 13:46:33'),
(15923, 5, 707, '\"[]\"', '2020-04-23 13:48:31'),
(15924, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-23 13:48:31'),
(15925, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-23 13:48:31'),
(15926, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-23 13:48:31'),
(15927, 5, 689, '\"[]\"', '2020-04-23 13:48:31'),
(15928, 5, 687, '\"[]\"', '2020-04-23 13:48:31'),
(15929, 5, 685, '\"[]\"', '2020-04-23 13:48:31'),
(15930, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-23 13:48:31'),
(15931, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-23 13:48:31'),
(15932, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-23 13:48:31'),
(15933, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-23 13:48:31'),
(15934, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-23 13:48:31'),
(15935, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-23 13:48:31'),
(15936, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-23 13:48:31'),
(15937, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-23 13:48:31'),
(15938, 5, 690, '\"[]\"', '2020-04-23 13:48:31'),
(15939, 5, 691, '\"[]\"', '2020-04-23 13:48:31'),
(15940, 5, 686, '\"[]\"', '2020-04-23 13:48:31'),
(15941, 5, 688, '\"[]\"', '2020-04-23 13:48:31'),
(15942, 5, 707, '\"[]\"', '2020-04-23 13:50:29'),
(15943, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-23 13:50:29'),
(15944, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-23 13:50:29'),
(15945, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-23 13:50:29'),
(15946, 5, 689, '\"[]\"', '2020-04-23 13:50:29'),
(15947, 5, 687, '\"[]\"', '2020-04-23 13:50:29'),
(15948, 5, 685, '\"[]\"', '2020-04-23 13:50:29'),
(15949, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-23 13:50:29'),
(15950, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-23 13:50:29'),
(15951, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-23 13:50:29'),
(15952, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-23 13:50:29'),
(15953, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-23 13:50:29'),
(15954, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-23 13:50:29'),
(15955, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-23 13:50:29'),
(15956, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-23 13:50:29'),
(15957, 5, 690, '\"[]\"', '2020-04-23 13:50:29'),
(15958, 5, 691, '\"[]\"', '2020-04-23 13:50:29'),
(15959, 5, 686, '\"[]\"', '2020-04-23 13:50:29'),
(15960, 5, 688, '\"[]\"', '2020-04-23 13:50:29'),
(15961, 5, 707, '\"[]\"', '2020-04-23 14:05:46'),
(15962, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-23 14:05:46'),
(15963, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-23 14:05:46'),
(15964, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-23 14:05:46'),
(15965, 5, 689, '\"[]\"', '2020-04-23 14:05:46'),
(15966, 5, 687, '\"[]\"', '2020-04-23 14:05:46'),
(15967, 5, 685, '\"[]\"', '2020-04-23 14:05:46'),
(15968, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-23 14:05:46'),
(15969, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-23 14:05:46'),
(15970, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-23 14:05:46'),
(15971, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-23 14:05:46'),
(15972, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-23 14:05:46'),
(15973, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-23 14:05:46'),
(15974, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-23 14:05:46'),
(15975, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-23 14:05:46'),
(15976, 5, 690, '\"[]\"', '2020-04-23 14:05:46'),
(15977, 5, 691, '\"[]\"', '2020-04-23 14:05:46'),
(15978, 5, 686, '\"[]\"', '2020-04-23 14:05:46'),
(15979, 5, 688, '\"[]\"', '2020-04-23 14:05:46'),
(15980, 2, 541, '', '2020-04-23 14:15:04'),
(15981, 2, 541, '', '2020-04-23 14:18:03'),
(15982, 2, 542, 'product', '2020-04-23 14:18:10'),
(15983, 5, 707, '\"[]\"', '2020-04-23 14:21:08'),
(15984, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-23 14:21:08'),
(15985, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-23 14:21:08'),
(15986, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-23 14:21:08'),
(15987, 5, 689, '\"[]\"', '2020-04-23 14:21:08'),
(15988, 5, 687, '\"[]\"', '2020-04-23 14:21:08'),
(15989, 5, 685, '\"[]\"', '2020-04-23 14:21:08'),
(15990, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-23 14:21:08'),
(15991, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-23 14:21:08'),
(15992, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-23 14:21:08'),
(15993, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-23 14:21:08'),
(15994, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-23 14:21:08'),
(15995, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-23 14:21:08'),
(15996, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-23 14:21:08'),
(15997, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-23 14:21:08'),
(15998, 5, 690, '\"[]\"', '2020-04-23 14:21:08'),
(15999, 5, 691, '\"[]\"', '2020-04-23 14:21:08'),
(16000, 5, 686, '\"[]\"', '2020-04-23 14:21:08'),
(16001, 5, 688, '\"[]\"', '2020-04-23 14:21:08'),
(16002, 2, 541, '', '2020-04-23 14:30:48'),
(16003, 2, 542, 'service', '2020-04-23 14:31:00'),
(16005, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"selected\":\"yes\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\",\"selected\":\"yes\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\",\"selected\":\"no\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\",\"selected\":\"no\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\",\"selected\":\"no\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"selected\":\"no\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\",\"selected\":\"yes\"}}', '2020-04-23 14:46:47'),
(16006, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"selected\":\"no\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\",\"selected\":\"no\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\",\"selected\":\"\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\",\"selected\":\"no\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\",\"selected\":\"\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"selected\":\"\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\",\"selected\":\"\"}}', '2020-04-23 14:47:20'),
(16013, 5, 707, '\"[]\"', '2020-04-23 14:54:05'),
(16014, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-23 14:54:05'),
(16015, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-23 14:54:05'),
(16016, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-23 14:54:05'),
(16017, 5, 689, '\"[]\"', '2020-04-23 14:54:05'),
(16018, 5, 687, '\"[]\"', '2020-04-23 14:54:05'),
(16019, 5, 685, '\"[]\"', '2020-04-23 14:54:05'),
(16020, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-23 14:54:05'),
(16021, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-23 14:54:05'),
(16022, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-23 14:54:05'),
(16023, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-23 14:54:05'),
(16024, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-23 14:54:05'),
(16025, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-23 14:54:05'),
(16026, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-23 14:54:05'),
(16027, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-23 14:54:05'),
(16028, 5, 690, '\"[]\"', '2020-04-23 14:54:05'),
(16029, 5, 691, '\"[]\"', '2020-04-23 14:54:05'),
(16030, 5, 686, '\"[]\"', '2020-04-23 14:54:05'),
(16031, 5, 688, '\"[]\"', '2020-04-23 14:54:05'),
(16032, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"selected\":\"no\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\",\"selected\":\"no\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\",\"selected\":\"\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\",\"selected\":\"no\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\",\"selected\":\"\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"selected\":\"\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\",\"selected\":\"\"}}', '2020-04-23 15:12:07'),
(16033, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"selected\":\"no\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\",\"selected\":\"no\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\",\"selected\":\"\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\",\"selected\":\"no\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\",\"selected\":\"\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"selected\":\"\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\",\"selected\":\"\"}}', '2020-04-23 15:12:40'),
(16034, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"selected\":\"no\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\",\"selected\":\"no\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\",\"selected\":\"yes\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\",\"selected\":\"no\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\",\"selected\":\"no\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"selected\":\"yes\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\",\"selected\":\"yes\"}}', '2020-04-23 15:14:57'),
(16035, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"selected\":\"no\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\",\"selected\":\"no\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\",\"selected\":\"yes\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\",\"selected\":\"no\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\",\"selected\":\"no\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"selected\":\"yes\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\",\"selected\":\"yes\"}}', '2020-04-23 15:20:39'),
(16036, 2, 541, '', '2020-04-24 06:20:22'),
(16037, 2, 542, 'service', '2020-04-24 06:20:46'),
(16038, 5, 707, '\"[]\"', '2020-04-24 06:24:28'),
(16039, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-24 06:24:28'),
(16040, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-24 06:24:28'),
(16041, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-24 06:24:28'),
(16042, 5, 689, '\"[]\"', '2020-04-24 06:24:28'),
(16043, 5, 687, '\"[]\"', '2020-04-24 06:24:28'),
(16044, 5, 685, '\"[]\"', '2020-04-24 06:24:28'),
(16045, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-24 06:24:28'),
(16046, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-24 06:24:28'),
(16047, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-24 06:24:28'),
(16048, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-24 06:24:28'),
(16049, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-24 06:24:28'),
(16050, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-24 06:24:28'),
(16051, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-24 06:24:28'),
(16052, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-24 06:24:28'),
(16053, 5, 690, '\"[]\"', '2020-04-24 06:24:28'),
(16054, 5, 691, '\"[]\"', '2020-04-24 06:24:28'),
(16055, 5, 686, '\"[]\"', '2020-04-24 06:24:28'),
(16056, 5, 688, '\"[]\"', '2020-04-24 06:24:28'),
(16057, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"posti5\"}', '2020-04-24 07:06:10');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(16058, 2, 705, '{\"preg1\":{\"raw\":{\"new\":[{\"title\":\"wi\",\"descripcion\":\"wi\"}],\"default\":[{\"title\":\"Ecological rucksack of materials\",\"descripcion\":\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\"}],\"total\":2},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Closed/Open production cycle\",\"descripcion\":\"Open loop systems are of linear nature, in which resource and capital investments move through the system to become waste, whereas closed loop systems are those where wastes can become inputs for new processes.\"}],\"total\":1},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Waste from packaging\",\"descripcion\":\"It refers to the amount of waste generated related to the packaging (e.g. A reusable packaging will generate less waste than a disposable one).\"}],\"total\":1},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"}],\"total\":1},\"main\":{\"new\":[],\"default\":[{\"title\":\"Product\'s life span\",\"descripcion\":\"The product\'s life span refers to the durability of the product, that is to say, for how long will it be used. There are several conditionants to it: timelessness, durability, adaptability, customer\'s appreciation and reusability. The longer the life span, the better.\"}],\"total\":1},\"end\":{\"new\":[],\"default\":[{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\"}],\"total\":1}},\"posti5\":{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Ecological rucksack of materials\",\"descripcion\":\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\"},{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"}],\"total\":2},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Renewability of energy\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"}],\"total\":2},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Packaging to Product ratio\",\"descripcion\":\"Ratio between the volume or weight of the packaging and the volume or weight of the product. The smaller, the better.\"},{\"title\":\"Renewability\",\"descripcion\":\"Packaging can be made of renewable materials.\"}],\"total\":2},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Efficiency of transported load\",\"descripcion\":\"It refers to the optimization of the ratio between the transported load and the loading capacity or the transported volume and the volumetric capacity of the transportation mode.\"},{\"title\":\"Transportation routes and distances\",\"descripcion\":\"It refers to the routes and distances used to transport goods from one place to another (routes may be quite straightforward or on the contrary redundant).\"}],\"total\":2},\"main\":{\"new\":[],\"default\":[{\"title\":\"Handling of the product / Ergonomics\",\"descripcion\":\"Product ergonomics refer to the design factors intended to maximize productivity (results) while minimizing operator fatigue and discomfort.\"},{\"title\":\"Waste generation during use or functioning\",\"descripcion\":\"Amount of waste generated during the use or funtioning of your product.\"}],\"total\":2},\"end\":{\"new\":[],\"default\":[{\"title\":\"Environmentally-sound waste management\",\"descripcion\":\"A given waste stream may be treated by means of different waste management systems and technologies, which probably have different environmental performance. An environmentally-sound management prioritizes material recovery and, secondly, energy recovery (and ultimately landfilling).\"}],\"total\":1}}}', '2020-04-24 07:06:48'),
(16078, 2, 541, '', '2020-04-24 09:43:07'),
(16079, 2, 542, 'service', '2020-04-24 09:45:38'),
(16080, 2, 705, '{\"preg1\":{\"raw\":{\"new\":[{\"title\":\"wi\",\"descripcion\":\"wi\"}],\"default\":[{\"title\":\"Ecological rucksack of materials\",\"descripcion\":\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\"}],\"total\":2},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Closed/Open production cycle\",\"descripcion\":\"Open loop systems are of linear nature, in which resource and capital investments move through the system to become waste, whereas closed loop systems are those where wastes can become inputs for new processes.\"}],\"total\":1},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Waste from packaging\",\"descripcion\":\"It refers to the amount of waste generated related to the packaging (e.g. A reusable packaging will generate less waste than a disposable one).\"}],\"total\":1},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"}],\"total\":1},\"main\":{\"new\":[],\"default\":[{\"title\":\"Product\'s life span\",\"descripcion\":\"The product\'s life span refers to the durability of the product, that is to say, for how long will it be used. There are several conditionants to it: timelessness, durability, adaptability, customer\'s appreciation and reusability. The longer the life span, the better.\"}],\"total\":1},\"end\":{\"new\":[],\"default\":[{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\"}],\"total\":1}},\"posti5\":[{\"title\":\"Ecological rucksack of materials\",\"descripcion\":\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\",\"isNew\":false,\"category\":\"raw\"},{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\",\"isNew\":false,\"category\":\"raw\"},{\"title\":\"Renewability of energy\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes.\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Packaging to Product ratio\",\"descripcion\":\"Ratio between the volume or weight of the packaging and the volume or weight of the product. The smaller, the better.\",\"isNew\":false,\"category\":\"pack\"},{\"title\":\"Renewability\",\"descripcion\":\"Packaging can be made of renewable materials.\",\"isNew\":false,\"category\":\"pack\"},{\"title\":\"Efficiency of transported load\",\"descripcion\":\"It refers to the optimization of the ratio between the transported load and the loading capacity or the transported volume and the volumetric capacity of the transportation mode.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Transportation routes and distances\",\"descripcion\":\"It refers to the routes and distances used to transport goods from one place to another (routes may be quite straightforward or on the contrary redundant).\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Handling of the product / Ergonomics\",\"descripcion\":\"Product ergonomics refer to the design factors intended to maximize productivity (results) while minimizing operator fatigue and discomfort.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Waste generation during use or functioning\",\"descripcion\":\"Amount of waste generated during the use or funtioning of your product.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Environmentally-sound waste management\",\"descripcion\":\"A given waste stream may be treated by means of different waste management systems and technologies, which probably have different environmental performance. An environmentally-sound management prioritizes material recovery and, secondly, energy recovery (and ultimately landfilling).\",\"isNew\":false,\"category\":\"end\"}]}', '2020-04-24 10:04:47'),
(16117, 2, 705, '{\"preg1\":{\"raw\":{\"new\":[{\"title\":\"wi\",\"descripcion\":\"wi\"}],\"default\":[{\"title\":\"Ecological rucksack of materials\",\"descripcion\":\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\"}],\"total\":2},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Closed/Open production cycle\",\"descripcion\":\"Open loop systems are of linear nature, in which resource and capital investments move through the system to become waste, whereas closed loop systems are those where wastes can become inputs for new processes.\"}],\"total\":1},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Waste from packaging\",\"descripcion\":\"It refers to the amount of waste generated related to the packaging (e.g. A reusable packaging will generate less waste than a disposable one).\"}],\"total\":1},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"}],\"total\":1},\"main\":{\"new\":[],\"default\":[{\"title\":\"Product\'s life span\",\"descripcion\":\"The product\'s life span refers to the durability of the product, that is to say, for how long will it be used. There are several conditionants to it: timelessness, durability, adaptability, customer\'s appreciation and reusability. The longer the life span, the better.\"}],\"total\":1},\"end\":{\"new\":[],\"default\":[{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\"}],\"total\":1}},\"posti5\":{\"data\":[{\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\",\"isNew\":false,\"category\":\"raw\"},{\"title\":\"Ecological rucksack of materials\",\"descripcion\":\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\",\"isNew\":false,\"category\":\"raw\"},{\"title\":\"Overall efficiency of production\",\"descripcion\":\"It refers to the capability to produce the desired results without wasting inputs of any type (materials, time or energy):<br><ol><li>Energy efficiency refers to the percentage of total energy that is consumed in useful work and not wasted as useless heat. </li><li>Water efficiency refers to ensure a production technology that produces the desired results without wasting water.</li><li>Materials efficiency refers to produce the desired results without wasting materials, often using better technology.</li></ol>\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Packaging to Product ratio\",\"descripcion\":\"Ratio between the volume or weight of the packaging and the volume or weight of the product. The smaller, the better.\",\"isNew\":false,\"category\":\"pack\"},{\"title\":\"ab\",\"descripcion\":\"ce\",\"isNew\":true,\"category\":\"pack\"},{\"title\":\"Environmental sustainability of logistics\",\"descripcion\":\"It refers to the overall environmental performance of the logistics in place.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Renewability of fuels\",\"descripcion\":\"It refers to the use renewable energy in vehicles. For example: biomass, electricity from solar panels or wind, etc. \",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Multifunctionality\",\"descripcion\":\"Capacity to perform different functions, intrinsically-related to the design.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Need of process materials\",\"descripcion\":\"Process materials during the use stage are those materials necessary for the functioning of the product. Some products may require many process materials (e.g. A tonner in the case of a printing machine, or soap in the case of a washing machine) while others are designed to reduce its demand.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Maintenance needs\",\"descripcion\":\"Maintenance involves fixing any sort of mechanical, plumbing or electrical device should it become out of order or broken; it also includes performing routine actions which keep the device working in order or prevent trouble from arising.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Repairability\",\"descripcion\":\"Ability of a damaged or failed equipment, machine or system to be restored to acceptable operating condition within a specified period (repair time). A product may be repairable while having low maintenance needs.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"abc\",\"descripcion\":\"def\",\"isNew\":true,\"category\":\"main\"},{\"title\":\"Communication about end-of-life\",\"descripcion\":\"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\",\"isNew\":false,\"category\":\"end\"},{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\",\"isNew\":false,\"category\":\"end\"}]}}', '2020-04-24 11:46:00'),
(16118, 2, 705, '{\"preg1\":{\"raw\":{\"new\":[{\"title\":\"wi\",\"descripcion\":\"wi\"}],\"default\":[{\"title\":\"Ecological rucksack of materials\",\"descripcion\":\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\"}],\"total\":2},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Closed/Open production cycle\",\"descripcion\":\"Open loop systems are of linear nature, in which resource and capital investments move through the system to become waste, whereas closed loop systems are those where wastes can become inputs for new processes.\"}],\"total\":1},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Waste from packaging\",\"descripcion\":\"It refers to the amount of waste generated related to the packaging (e.g. A reusable packaging will generate less waste than a disposable one).\"}],\"total\":1},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"}],\"total\":1},\"main\":{\"new\":[],\"default\":[{\"title\":\"Product\'s life span\",\"descripcion\":\"The product\'s life span refers to the durability of the product, that is to say, for how long will it be used. There are several conditionants to it: timelessness, durability, adaptability, customer\'s appreciation and reusability. The longer the life span, the better.\"}],\"total\":1},\"end\":{\"new\":[],\"default\":[{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\"}],\"total\":1}},\"posti5\":{\"title\":\"i5\",\"data\":[{\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\",\"isNew\":false,\"category\":\"raw\"},{\"title\":\"Ecological rucksack of materials\",\"descripcion\":\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\",\"isNew\":false,\"category\":\"raw\"},{\"title\":\"Overall efficiency of production\",\"descripcion\":\"It refers to the capability to produce the desired results without wasting inputs of any type (materials, time or energy):<br><ol><li>Energy efficiency refers to the percentage of total energy that is consumed in useful work and not wasted as useless heat. </li><li>Water efficiency refers to ensure a production technology that produces the desired results without wasting water.</li><li>Materials efficiency refers to produce the desired results without wasting materials, often using better technology.</li></ol>\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Packaging to Product ratio\",\"descripcion\":\"Ratio between the volume or weight of the packaging and the volume or weight of the product. The smaller, the better.\",\"isNew\":false,\"category\":\"pack\"},{\"title\":\"ab\",\"descripcion\":\"ce\",\"isNew\":true,\"category\":\"pack\"},{\"title\":\"Environmental sustainability of logistics\",\"descripcion\":\"It refers to the overall environmental performance of the logistics in place.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Renewability of fuels\",\"descripcion\":\"It refers to the use renewable energy in vehicles. For example: biomass, electricity from solar panels or wind, etc. \",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Multifunctionality\",\"descripcion\":\"Capacity to perform different functions, intrinsically-related to the design.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Need of process materials\",\"descripcion\":\"Process materials during the use stage are those materials necessary for the functioning of the product. Some products may require many process materials (e.g. A tonner in the case of a printing machine, or soap in the case of a washing machine) while others are designed to reduce its demand.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Maintenance needs\",\"descripcion\":\"Maintenance involves fixing any sort of mechanical, plumbing or electrical device should it become out of order or broken; it also includes performing routine actions which keep the device working in order or prevent trouble from arising.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Repairability\",\"descripcion\":\"Ability of a damaged or failed equipment, machine or system to be restored to acceptable operating condition within a specified period (repair time). A product may be repairable while having low maintenance needs.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"abc\",\"descripcion\":\"def\",\"isNew\":true,\"category\":\"main\"},{\"title\":\"Communication about end-of-life\",\"descripcion\":\"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\",\"isNew\":false,\"category\":\"end\"},{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\",\"isNew\":false,\"category\":\"end\"}]}}', '2020-04-24 11:50:32'),
(16119, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-04-24 11:50:53'),
(16120, 2, 705, '{\"preg1\":{\"title\":\"g1\",\"data\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Standardization of packaging sizes\",\"descripcion\":\"It refers to the use of packaging whose size complies with existing size standards. These standards have the aim to help the industry (incl. packaging, producers, transportation) by making mutually consistent decisions on the size of the elements (packaging), so all parties can realize mutual gains.\",\"isNew\":false,\"category\":\"pack\"},{\"title\":\"Amount and type of packaging materials\",\"descripcion\":\"It refers to the quantity (weight) and the number of different typologies of materials involved in the packaging.\",\"isNew\":false,\"category\":\"pack\"},{\"title\":\"Environmental sustainability of logistics\",\"descripcion\":\"It refers to the overall environmental performance of the logistics in place.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Efficiency of transported load\",\"descripcion\":\"It refers to the optimization of the ratio between the transported load and the loading capacity or the transported volume and the volumetric capacity of the transportation mode.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Product\'s life span\",\"descripcion\":\"The product\'s life span refers to the durability of the product, that is to say, for how long will it be used. There are several conditionants to it: timelessness, durability, adaptability, customer\'s appreciation and reusability. The longer the life span, the better.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Multifunctionality\",\"descripcion\":\"Capacity to perform different functions, intrinsically-related to the design.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"ab\",\"descripcion\":\"cd\",\"isNew\":true,\"category\":\"main\"},{\"title\":\"Communication about end-of-life\",\"descripcion\":\"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\",\"isNew\":false,\"category\":\"end\"},{\"title\":\"Reusability\",\"descripcion\":\"Capacity to use again a product .\",\"isNew\":false,\"category\":\"end\"}]},\"posti5\":{\"title\":\"i5\",\"data\":[{\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\",\"isNew\":false,\"category\":\"raw\"},{\"title\":\"Ecological rucksack of materials\",\"descripcion\":\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\",\"isNew\":false,\"category\":\"raw\"},{\"title\":\"Overall efficiency of production\",\"descripcion\":\"It refers to the capability to produce the desired results without wasting inputs of any type (materials, time or energy):<br><ol><li>Energy efficiency refers to the percentage of total energy that is consumed in useful work and not wasted as useless heat. </li><li>Water efficiency refers to ensure a production technology that produces the desired results without wasting water.</li><li>Materials efficiency refers to produce the desired results without wasting materials, often using better technology.</li></ol>\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Packaging to Product ratio\",\"descripcion\":\"Ratio between the volume or weight of the packaging and the volume or weight of the product. The smaller, the better.\",\"isNew\":false,\"category\":\"pack\"},{\"title\":\"ab\",\"descripcion\":\"ce\",\"isNew\":true,\"category\":\"pack\"},{\"title\":\"Environmental sustainability of logistics\",\"descripcion\":\"It refers to the overall environmental performance of the logistics in place.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Renewability of fuels\",\"descripcion\":\"It refers to the use renewable energy in vehicles. For example: biomass, electricity from solar panels or wind, etc. \",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Multifunctionality\",\"descripcion\":\"Capacity to perform different functions, intrinsically-related to the design.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Need of process materials\",\"descripcion\":\"Process materials during the use stage are those materials necessary for the functioning of the product. Some products may require many process materials (e.g. A tonner in the case of a printing machine, or soap in the case of a washing machine) while others are designed to reduce its demand.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Maintenance needs\",\"descripcion\":\"Maintenance involves fixing any sort of mechanical, plumbing or electrical device should it become out of order or broken; it also includes performing routine actions which keep the device working in order or prevent trouble from arising.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Repairability\",\"descripcion\":\"Ability of a damaged or failed equipment, machine or system to be restored to acceptable operating condition within a specified period (repair time). A product may be repairable while having low maintenance needs.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"abc\",\"descripcion\":\"def\",\"isNew\":true,\"category\":\"main\"},{\"title\":\"Communication about end-of-life\",\"descripcion\":\"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\",\"isNew\":false,\"category\":\"end\"},{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\",\"isNew\":false,\"category\":\"end\"}]}}', '2020-04-24 11:51:58'),
(16121, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-04-24 11:52:11'),
(16122, 2, 705, '{\"preg1\":{\"title\":\"g1\",\"data\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"ab\",\"descripcion\":\"cd\",\"isNew\":true,\"category\":\"prod\"},{\"title\":\"Standardization of packaging sizes\",\"descripcion\":\"It refers to the use of packaging whose size complies with existing size standards. These standards have the aim to help the industry (incl. packaging, producers, transportation) by making mutually consistent decisions on the size of the elements (packaging), so all parties can realize mutual gains.\",\"isNew\":false,\"category\":\"pack\"},{\"title\":\"Amount and type of packaging materials\",\"descripcion\":\"It refers to the quantity (weight) and the number of different typologies of materials involved in the packaging.\",\"isNew\":false,\"category\":\"pack\"},{\"title\":\"Environmental sustainability of logistics\",\"descripcion\":\"It refers to the overall environmental performance of the logistics in place.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Efficiency of transported load\",\"descripcion\":\"It refers to the optimization of the ratio between the transported load and the loading capacity or the transported volume and the volumetric capacity of the transportation mode.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Product\'s life span\",\"descripcion\":\"The product\'s life span refers to the durability of the product, that is to say, for how long will it be used. There are several conditionants to it: timelessness, durability, adaptability, customer\'s appreciation and reusability. The longer the life span, the better.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Multifunctionality\",\"descripcion\":\"Capacity to perform different functions, intrinsically-related to the design.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"ab\",\"descripcion\":\"cd\",\"isNew\":true,\"category\":\"main\"},{\"title\":\"Communication about end-of-life\",\"descripcion\":\"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\",\"isNew\":false,\"category\":\"end\"},{\"title\":\"Reusability\",\"descripcion\":\"Capacity to use again a product .\",\"isNew\":false,\"category\":\"end\"}]},\"posti5\":{\"title\":\"i5\",\"data\":[{\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\",\"isNew\":false,\"category\":\"raw\"},{\"title\":\"Ecological rucksack of materials\",\"descripcion\":\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\",\"isNew\":false,\"category\":\"raw\"},{\"title\":\"Overall efficiency of production\",\"descripcion\":\"It refers to the capability to produce the desired results without wasting inputs of any type (materials, time or energy):<br><ol><li>Energy efficiency refers to the percentage of total energy that is consumed in useful work and not wasted as useless heat. </li><li>Water efficiency refers to ensure a production technology that produces the desired results without wasting water.</li><li>Materials efficiency refers to produce the desired results without wasting materials, often using better technology.</li></ol>\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Packaging to Product ratio\",\"descripcion\":\"Ratio between the volume or weight of the packaging and the volume or weight of the product. The smaller, the better.\",\"isNew\":false,\"category\":\"pack\"},{\"title\":\"ab\",\"descripcion\":\"ce\",\"isNew\":true,\"category\":\"pack\"},{\"title\":\"Environmental sustainability of logistics\",\"descripcion\":\"It refers to the overall environmental performance of the logistics in place.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Renewability of fuels\",\"descripcion\":\"It refers to the use renewable energy in vehicles. For example: biomass, electricity from solar panels or wind, etc. \",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Multifunctionality\",\"descripcion\":\"Capacity to perform different functions, intrinsically-related to the design.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Need of process materials\",\"descripcion\":\"Process materials during the use stage are those materials necessary for the functioning of the product. Some products may require many process materials (e.g. A tonner in the case of a printing machine, or soap in the case of a washing machine) while others are designed to reduce its demand.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Maintenance needs\",\"descripcion\":\"Maintenance involves fixing any sort of mechanical, plumbing or electrical device should it become out of order or broken; it also includes performing routine actions which keep the device working in order or prevent trouble from arising.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Repairability\",\"descripcion\":\"Ability of a damaged or failed equipment, machine or system to be restored to acceptable operating condition within a specified period (repair time). A product may be repairable while having low maintenance needs.\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"abc\",\"descripcion\":\"def\",\"isNew\":true,\"category\":\"main\"},{\"title\":\"Communication about end-of-life\",\"descripcion\":\"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\",\"isNew\":false,\"category\":\"end\"},{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\",\"isNew\":false,\"category\":\"end\"}]}}', '2020-04-24 11:52:47'),
(16123, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"selected\":\"yes\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\",\"selected\":\"no\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\",\"selected\":\"no\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\",\"selected\":\"no\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\",\"selected\":\"no\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"selected\":\"yes\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\",\"selected\":\"no\"}}', '2020-04-24 11:52:57'),
(16124, 2, 708, '{\"consumable\":{\"new\":[],\"default\":[{\"title\":\"Purchase: Origin of goods\",\"descripcion\":\"The origin of goods refers to the geographical location from which they are obtained. Local goods are desirable due to shorter distances.\"},{\"title\":\"Purchase: Toxicity\",\"descripcion\":\"Toxicity refers to the degree to which a substance can damage an organism.\"}],\"total\":2},\"infrastructure\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\"}],\"default\":[{\"title\":\"Origin and renewability of energy used for your infrastructure\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes. The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Treatment of generated waste\",\"descripcion\":\"Generated waste can be treated by means of different ways. In general, the waste treatment hierarchy in order of their environmental performance is as follows: preparing for re-use; recycling (material recovery); other recovery, e.g. energy recovery; and disposal.\"}],\"total\":3},\"access\":{\"new\":[],\"default\":[{\"title\":\"Distances\",\"descripcion\":\"The distance between the location of production and the market contributes to the environmental impact. The shorter distances, the better.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact. Some vehicles, such as cars, are classified according to their technologies (EURO 4, EURO 5, etc...). The more efficient vehicles, the better.\"}],\"total\":2},\"keyAsset\":{\"new\":[],\"default\":[{\"title\":\"Purchase: Amount (weight) of materials of key assets\",\"descripcion\":\"It can be represented by the weight and/or quantity of material of your key asset (in general, the less materiality, the better).\"},{\"title\":\"Purchase: Ecological rucksack of materials of key assets\",\"descripcion\":\"An Ecological Rucksack is the total quantity of materials and energy moved from nature to create a product or service. Ecological rucksacks take a life cycle approach and signify the environmental strain or resource efficiency of the product or service. \"}],\"total\":2}}', '2020-04-24 11:54:25'),
(16125, 2, 708, '{\"consumable\":[{\"title\":\"Purchase: Origin of goods\",\"descripcion\":\"The origin of goods refers to the geographical location from which they are obtained. Local goods are desirable due to shorter distances.\",\"isNew\":false},{\"title\":\"Purchase: Toxicity\",\"descripcion\":\"Toxicity refers to the degree to which a substance can damage an organism.\",\"isNew\":false}],\"infrastructure\":[{\"title\":\"Origin and renewability of energy used for your infrastructure\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes. The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\",\"isNew\":false},{\"title\":\"Treatment of generated waste\",\"descripcion\":\"Generated waste can be treated by means of different ways. In general, the waste treatment hierarchy in order of their environmental performance is as follows: preparing for re-use; recycling (material recovery); other recovery, e.g. energy recovery; and disposal.\",\"isNew\":false},{\"title\":\"ab\",\"descripcion\":\"cd\",\"isNew\":true}],\"access\":[{\"title\":\"Distances\",\"descripcion\":\"The distance between the location of production and the market contributes to the environmental impact. The shorter distances, the better.\",\"isNew\":false},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact. Some vehicles, such as cars, are classified according to their technologies (EURO 4, EURO 5, etc...). The more efficient vehicles, the better.\",\"isNew\":false}],\"keyAsset\":[{\"title\":\"Purchase: Amount (weight) of materials of key assets\",\"descripcion\":\"It can be represented by the weight and/or quantity of material of your key asset (in general, the less materiality, the better).\",\"isNew\":false},{\"title\":\"Purchase: Ecological rucksack of materials of key assets\",\"descripcion\":\"An Ecological Rucksack is the total quantity of materials and energy moved from nature to create a product or service. Ecological rucksacks take a life cycle approach and signify the environmental strain or resource efficiency of the product or service. \",\"isNew\":false}]}', '2020-04-24 12:21:17'),
(16162, 2, 708, '{\"consumable\":[{\"title\":\"Purchase: Origin of goods\",\"descripcion\":\"The origin of goods refers to the geographical location from which they are obtained. Local goods are desirable due to shorter distances.\",\"isNew\":false},{\"title\":\"Purchase: Toxicity\",\"descripcion\":\"Toxicity refers to the degree to which a substance can damage an organism.\",\"isNew\":false}],\"infrastructure\":[{\"title\":\"Origin and renewability of energy used for your infrastructure\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes. The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\",\"isNew\":false},{\"title\":\"Treatment of generated waste\",\"descripcion\":\"Generated waste can be treated by means of different ways. In general, the waste treatment hierarchy in order of their environmental performance is as follows: preparing for re-use; recycling (material recovery); other recovery, e.g. energy recovery; and disposal.\",\"isNew\":false},{\"title\":\"ab\",\"descripcion\":\"cd\",\"isNew\":true}],\"access\":[{\"title\":\"Distances\",\"descripcion\":\"The distance between the location of production and the market contributes to the environmental impact. The shorter distances, the better.\",\"isNew\":false},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact. Some vehicles, such as cars, are classified according to their technologies (EURO 4, EURO 5, etc...). The more efficient vehicles, the better.\",\"isNew\":false}],\"keyAsset\":[{\"title\":\"Purchase: Amount (weight) of materials of key assets\",\"descripcion\":\"It can be represented by the weight and/or quantity of material of your key asset (in general, the less materiality, the better).\",\"isNew\":false},{\"title\":\"Purchase: Ecological rucksack of materials of key assets\",\"descripcion\":\"An Ecological Rucksack is the total quantity of materials and energy moved from nature to create a product or service. Ecological rucksacks take a life cycle approach and signify the environmental strain or resource efficiency of the product or service. \",\"isNew\":false}]}', '2020-04-24 12:38:27'),
(16502, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\"]', '2020-04-26 21:30:44'),
(16503, 5, 35, '[\"uno\"]', '2020-04-26 21:30:44'),
(16504, 5, 36, '[\"2\"]', '2020-04-26 21:30:44'),
(16505, 5, 40, '[\"tres\"]', '2020-04-26 21:30:44'),
(16506, 5, 41, '[\"cuatro\"]', '2020-04-26 21:30:44'),
(16507, 5, 37, '[\"8\"]', '2020-04-26 21:30:44'),
(16508, 5, 38, 'Sí', '2020-04-26 21:30:44'),
(16509, 5, 39, '', '2020-04-26 21:30:44'),
(16510, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\"]', '2020-04-26 21:30:59'),
(16511, 5, 35, '[\"uno\"]', '2020-04-26 21:30:59'),
(16512, 5, 36, '[\"2\"]', '2020-04-26 21:30:59'),
(16513, 5, 40, '[\"tres\"]', '2020-04-26 21:30:59'),
(16514, 5, 41, '[\"cuatro\"]', '2020-04-26 21:30:59'),
(16515, 5, 37, '[\"8\"]', '2020-04-26 21:30:59'),
(16516, 5, 38, 'Sí', '2020-04-26 21:30:59'),
(16517, 5, 39, '', '2020-04-26 21:30:59'),
(16518, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\"]', '2020-04-26 21:31:22'),
(16519, 5, 35, '[\"uno\"]', '2020-04-26 21:31:22'),
(16520, 5, 36, '[\"2\"]', '2020-04-26 21:31:22'),
(16521, 5, 40, '[\"tres\"]', '2020-04-26 21:31:22'),
(16522, 5, 41, '[\"cuatro\"]', '2020-04-26 21:31:22'),
(16523, 5, 37, '[\"8\"]', '2020-04-26 21:31:22'),
(16524, 5, 38, 'Sí', '2020-04-26 21:31:22'),
(16525, 5, 39, '', '2020-04-26 21:31:22'),
(16526, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\"]', '2020-04-26 21:35:01'),
(16527, 5, 35, '[\"uno\",\"1\"]', '2020-04-26 21:35:01'),
(16528, 5, 36, '[\"2\",\"1\"]', '2020-04-26 21:35:01'),
(16529, 5, 40, '[\"tres\",\"2\"]', '2020-04-26 21:35:01'),
(16530, 5, 41, '[\"cuatro\",\"3\"]', '2020-04-26 21:35:01'),
(16531, 5, 37, '[\"8\",\"56\"]', '2020-04-26 21:35:01'),
(16532, 5, 38, 'No', '2020-04-26 21:35:01'),
(16533, 5, 39, '', '2020-04-26 21:35:01'),
(16534, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\"]', '2020-04-26 21:35:36'),
(16535, 5, 35, '[\"uno\",\"1\"]', '2020-04-26 21:35:36'),
(16536, 5, 36, '[\"2\",\"1\"]', '2020-04-26 21:35:36'),
(16537, 5, 40, '[\"tres\",\"2\"]', '2020-04-26 21:35:36'),
(16538, 5, 41, '[\"cuatro\",\"3\"]', '2020-04-26 21:35:36'),
(16539, 5, 37, '[\"8\",\"56\"]', '2020-04-26 21:35:36'),
(16540, 5, 38, 'No', '2020-04-26 21:35:36'),
(16541, 5, 39, '', '2020-04-26 21:35:36'),
(16542, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\",\"70270ca63a3de2d8905a9181a0245e58\"]', '2020-04-26 21:36:00'),
(16543, 5, 35, '[\"uno\",\"1\",\"uno\"]', '2020-04-26 21:36:00'),
(16544, 5, 36, '[\"2\",\"1\",\"2\"]', '2020-04-26 21:36:00'),
(16545, 5, 40, '[\"tres\",\"2\",\"tres\"]', '2020-04-26 21:36:00'),
(16546, 5, 41, '[\"cuatro\",\"3\",\"cuatro\"]', '2020-04-26 21:36:00'),
(16547, 5, 37, '[\"8\",\"56\",\"7\"]', '2020-04-26 21:36:00'),
(16548, 5, 38, 'Sí', '2020-04-26 21:36:00'),
(16549, 5, 39, '', '2020-04-26 21:36:00'),
(16550, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\",\"70270ca63a3de2d8905a9181a0245e58\"]', '2020-04-26 21:36:19'),
(16551, 5, 35, '[\"uno\",\"1\",\"uno\"]', '2020-04-26 21:36:19'),
(16552, 5, 36, '[\"2\",\"1\",\"2\"]', '2020-04-26 21:36:19'),
(16553, 5, 40, '[\"tres\",\"2\",\"tres\"]', '2020-04-26 21:36:19'),
(16554, 5, 41, '[\"cuatro\",\"3\",\"cuatro\"]', '2020-04-26 21:36:19'),
(16555, 5, 37, '[\"8\",\"56\",\"7\"]', '2020-04-26 21:36:19'),
(16556, 5, 38, 'Sí', '2020-04-26 21:36:19'),
(16557, 5, 39, '', '2020-04-26 21:36:19'),
(16558, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\",\"70270ca63a3de2d8905a9181a0245e58\"]', '2020-04-26 21:38:21'),
(16559, 5, 35, '[\"uno\",\"1\",\"uno\"]', '2020-04-26 21:38:21'),
(16560, 5, 36, '[\"2\",\"1\",\"2\"]', '2020-04-26 21:38:21'),
(16561, 5, 40, '[\"tres\",\"2\",\"tres\"]', '2020-04-26 21:38:21'),
(16562, 5, 41, '[\"cuatro\",\"3\",\"cuatro\"]', '2020-04-26 21:38:21'),
(16563, 5, 37, '[\"8\",\"56\",\"7\"]', '2020-04-26 21:38:21'),
(16564, 5, 38, 'Sí', '2020-04-26 21:38:21'),
(16565, 5, 39, '', '2020-04-26 21:38:21'),
(16566, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\",\"70270ca63a3de2d8905a9181a0245e58\",\"980ac217c6b51e7dc41040bec1edfec8\"]', '2020-04-26 21:38:56'),
(16567, 5, 35, '[\"uno\",\"1\",\"uno\",\"a\"]', '2020-04-26 21:38:56'),
(16568, 5, 36, '[\"2\",\"1\",\"2\",\"3\"]', '2020-04-26 21:38:56'),
(16569, 5, 40, '[\"tres\",\"2\",\"tres\",\"b\"]', '2020-04-26 21:38:56'),
(16570, 5, 41, '[\"cuatro\",\"3\",\"cuatro\",\"c\"]', '2020-04-26 21:38:56'),
(16571, 5, 37, '[\"8\",\"56\",\"7\",\"5\"]', '2020-04-26 21:38:56'),
(16572, 5, 38, 'Sí', '2020-04-26 21:38:56'),
(16573, 5, 39, '', '2020-04-26 21:38:56'),
(16598, 5, 707, '\"[]\"', '2020-04-26 22:10:18'),
(16599, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-26 22:10:18'),
(16600, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-26 22:10:18'),
(16601, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-26 22:10:18'),
(16602, 5, 689, '\"[]\"', '2020-04-26 22:10:18'),
(16603, 5, 687, '\"[]\"', '2020-04-26 22:10:18'),
(16604, 5, 685, '\"[]\"', '2020-04-26 22:10:18'),
(16605, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-26 22:10:18'),
(16606, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-26 22:10:18'),
(16607, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-26 22:10:18'),
(16608, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-26 22:10:18'),
(16609, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-26 22:10:18'),
(16610, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-26 22:10:18'),
(16611, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-26 22:10:18'),
(16612, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-26 22:10:18'),
(16613, 5, 690, '\"[]\"', '2020-04-26 22:10:18'),
(16614, 5, 691, '\"[]\"', '2020-04-26 22:10:18'),
(16615, 5, 686, '\"[]\"', '2020-04-26 22:10:18'),
(16616, 5, 688, '\"[]\"', '2020-04-26 22:10:18'),
(16617, 5, 707, '\"[]\"', '2020-04-26 22:25:49'),
(16618, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-26 22:25:49'),
(16619, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-26 22:25:49'),
(16620, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-26 22:25:49'),
(16621, 5, 689, '\"[]\"', '2020-04-26 22:25:49'),
(16622, 5, 687, '\"[]\"', '2020-04-26 22:25:49'),
(16623, 5, 685, '\"[]\"', '2020-04-26 22:25:49'),
(16624, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-26 22:25:49');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(16625, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-26 22:25:49'),
(16626, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-26 22:25:49'),
(16627, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-26 22:25:49'),
(16628, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-26 22:25:49'),
(16629, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-26 22:25:49'),
(16630, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-26 22:25:49'),
(16631, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-26 22:25:49'),
(16632, 5, 690, '\"[]\"', '2020-04-26 22:25:49'),
(16633, 5, 691, '\"[]\"', '2020-04-26 22:25:49'),
(16634, 5, 686, '\"[]\"', '2020-04-26 22:25:49'),
(16635, 5, 688, '\"[]\"', '2020-04-26 22:25:49'),
(16636, 5, 707, '\"[]\"', '2020-04-26 23:00:53'),
(16637, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-26 23:00:53'),
(16638, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-26 23:00:53'),
(16639, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-26 23:00:53'),
(16640, 5, 689, '\"[]\"', '2020-04-26 23:00:53'),
(16641, 5, 687, '\"[]\"', '2020-04-26 23:00:53'),
(16642, 5, 685, '\"[]\"', '2020-04-26 23:00:53'),
(16643, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-26 23:00:53'),
(16644, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-26 23:00:53'),
(16645, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-26 23:00:53'),
(16646, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-26 23:00:53'),
(16647, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-26 23:00:53'),
(16648, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-26 23:00:53'),
(16649, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-26 23:00:53'),
(16650, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-26 23:00:53'),
(16651, 5, 690, '\"[]\"', '2020-04-26 23:00:53'),
(16652, 5, 691, '\"[]\"', '2020-04-26 23:00:53'),
(16653, 5, 686, '\"[]\"', '2020-04-26 23:00:53'),
(16654, 5, 688, '\"[]\"', '2020-04-26 23:00:53'),
(16655, 5, 707, '\"[]\"', '2020-04-26 23:05:06'),
(16656, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-26 23:05:06'),
(16657, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-26 23:05:06'),
(16658, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-26 23:05:06'),
(16659, 5, 689, '\"[]\"', '2020-04-26 23:05:06'),
(16660, 5, 687, '\"[]\"', '2020-04-26 23:05:06'),
(16661, 5, 685, '\"[]\"', '2020-04-26 23:05:06'),
(16662, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-26 23:05:06'),
(16663, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-26 23:05:06'),
(16664, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-26 23:05:06'),
(16665, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-26 23:05:06'),
(16666, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-26 23:05:06'),
(16667, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-26 23:05:06'),
(16668, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-26 23:05:06'),
(16669, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-26 23:05:06'),
(16670, 5, 690, '\"[]\"', '2020-04-26 23:05:06'),
(16671, 5, 691, '\"[]\"', '2020-04-26 23:05:06'),
(16672, 5, 686, '\"[]\"', '2020-04-26 23:05:06'),
(16673, 5, 688, '\"[]\"', '2020-04-26 23:05:06'),
(16674, 2, 541, '', '2020-04-27 06:11:17'),
(16675, 2, 542, 'service', '2020-04-27 06:11:36'),
(16676, 5, 707, '\"[]\"', '2020-04-27 06:19:24'),
(16677, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-27 06:19:24'),
(16678, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-27 06:19:24'),
(16679, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-27 06:19:24'),
(16680, 5, 689, '\"[]\"', '2020-04-27 06:19:24'),
(16681, 5, 687, '\"[]\"', '2020-04-27 06:19:24'),
(16682, 5, 685, '\"[]\"', '2020-04-27 06:19:24'),
(16683, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-27 06:19:24'),
(16684, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-27 06:19:24'),
(16685, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-27 06:19:24'),
(16686, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-27 06:19:24'),
(16687, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-27 06:19:24'),
(16688, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-27 06:19:24'),
(16689, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-27 06:19:24'),
(16690, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-27 06:19:24'),
(16691, 5, 690, '\"[]\"', '2020-04-27 06:19:24'),
(16692, 5, 691, '\"[]\"', '2020-04-27 06:19:24'),
(16693, 5, 686, '\"[]\"', '2020-04-27 06:19:24'),
(16694, 5, 688, '\"[]\"', '2020-04-27 06:19:24'),
(16695, 5, 707, '\"[]\"', '2020-04-27 06:23:36'),
(16696, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-27 06:23:36'),
(16697, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-27 06:23:36'),
(16698, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-27 06:23:36'),
(16699, 5, 689, '\"[]\"', '2020-04-27 06:23:36'),
(16700, 5, 687, '\"[]\"', '2020-04-27 06:23:36'),
(16701, 5, 685, '\"[]\"', '2020-04-27 06:23:36'),
(16702, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-27 06:23:36'),
(16703, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-27 06:23:36'),
(16704, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-27 06:23:36'),
(16705, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-27 06:23:36'),
(16706, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-27 06:23:36'),
(16707, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-27 06:23:36'),
(16708, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-27 06:23:36'),
(16709, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-27 06:23:36'),
(16710, 5, 690, '\"[]\"', '2020-04-27 06:23:36'),
(16711, 5, 691, '\"[]\"', '2020-04-27 06:23:36'),
(16712, 5, 686, '\"[]\"', '2020-04-27 06:23:36'),
(16713, 5, 688, '\"[]\"', '2020-04-27 06:23:36'),
(16714, 5, 707, '\"[]\"', '2020-04-27 06:51:37'),
(16715, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-27 06:51:37'),
(16716, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-27 06:51:37'),
(16717, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-27 06:51:37'),
(16718, 5, 689, '\"[]\"', '2020-04-27 06:51:37'),
(16719, 5, 687, '\"[]\"', '2020-04-27 06:51:37'),
(16720, 5, 685, '\"[]\"', '2020-04-27 06:51:37'),
(16721, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-27 06:51:37'),
(16722, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-27 06:51:37'),
(16723, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-27 06:51:37'),
(16724, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-27 06:51:37'),
(16725, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-27 06:51:37'),
(16726, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-27 06:51:37'),
(16727, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-27 06:51:37'),
(16728, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-27 06:51:37'),
(16729, 5, 690, '\"[]\"', '2020-04-27 06:51:37'),
(16730, 5, 691, '\"[]\"', '2020-04-27 06:51:37'),
(16731, 5, 686, '\"[]\"', '2020-04-27 06:51:37'),
(16732, 5, 688, '\"[]\"', '2020-04-27 06:51:37'),
(16812, 2, 541, '', '2020-04-27 09:15:58'),
(16813, 2, 542, 'service', '2020-04-27 09:16:06'),
(16831, 2, 541, '', '2020-04-27 12:04:01'),
(16832, 2, 542, 'product', '2020-04-27 12:04:10'),
(16833, 2, 541, '', '2020-04-27 13:04:41'),
(16834, 2, 542, 'service', '2020-04-27 13:04:52'),
(16835, 2, 541, '', '2020-04-27 13:18:15'),
(16836, 2, 542, 'product', '2020-04-27 13:18:32'),
(16838, 2, 541, '', '2020-04-27 14:35:25'),
(16839, 2, 542, 'service', '2020-04-27 14:35:33'),
(16840, 2, 541, '', '2020-04-28 06:06:28'),
(16841, 2, 542, 'service', '2020-04-28 06:06:35'),
(16844, 5, 707, '\"[]\"', '2020-04-28 06:10:49'),
(16845, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-28 06:10:49'),
(16846, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-28 06:10:49'),
(16847, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-28 06:10:49'),
(16848, 5, 689, '\"[]\"', '2020-04-28 06:10:49'),
(16849, 5, 687, '\"[]\"', '2020-04-28 06:10:49'),
(16850, 5, 685, '\"[]\"', '2020-04-28 06:10:49'),
(16851, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-28 06:10:49'),
(16852, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-28 06:10:49'),
(16853, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-28 06:10:49'),
(16854, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-28 06:10:49'),
(16855, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-28 06:10:49'),
(16856, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-28 06:10:49'),
(16857, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-28 06:10:49'),
(16858, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-28 06:10:49'),
(16859, 5, 690, '\"[]\"', '2020-04-28 06:10:49'),
(16860, 5, 691, '\"[]\"', '2020-04-28 06:10:49'),
(16861, 5, 686, '\"[]\"', '2020-04-28 06:10:49'),
(16862, 5, 688, '\"[]\"', '2020-04-28 06:10:49'),
(16887, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\",\"70270ca63a3de2d8905a9181a0245e58\",\"980ac217c6b51e7dc41040bec1edfec8\",\"8219efaa6f0d5975aba1a80a0cf40c8b\"]', '2020-04-28 06:39:21'),
(16888, 5, 35, '[\"uno\",\"1\",\"uno\",\"a\",\"\"]', '2020-04-28 06:39:21'),
(16889, 5, 36, '[\"2\",\"1\",\"2\",\"3\",\"3\"]', '2020-04-28 06:39:21'),
(16890, 5, 40, '[\"tres\",\"2\",\"tres\",\"b\",\"\"]', '2020-04-28 06:39:21'),
(16891, 5, 41, '[\"cuatro\",\"3\",\"cuatro\",\"c\",\"\"]', '2020-04-28 06:39:21'),
(16892, 5, 37, '[\"8\",\"56\",\"7\",\"5\",\"5\"]', '2020-04-28 06:39:21'),
(16893, 5, 38, 'Sí', '2020-04-28 06:39:21'),
(16894, 5, 39, '', '2020-04-28 06:39:21'),
(16895, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\",\"70270ca63a3de2d8905a9181a0245e58\",\"980ac217c6b51e7dc41040bec1edfec8\",\"8219efaa6f0d5975aba1a80a0cf40c8b\"]', '2020-04-28 06:41:05'),
(16896, 5, 35, '[\"uno\",\"1\",\"uno\",\"a\",\"\"]', '2020-04-28 06:41:05'),
(16897, 5, 36, '[\"2\",\"1\",\"2\",\"3\",\"3\"]', '2020-04-28 06:41:05'),
(16898, 5, 40, '[\"tres\",\"2\",\"tres\",\"b\",\"\"]', '2020-04-28 06:41:05'),
(16899, 5, 41, '[\"cuatro\",\"3\",\"cuatro\",\"c\",\"\"]', '2020-04-28 06:41:05'),
(16900, 5, 37, '[\"8\",\"56\",\"7\",\"5\",\"5\"]', '2020-04-28 06:41:05'),
(16901, 5, 38, 'Sí', '2020-04-28 06:41:05'),
(16902, 5, 39, '', '2020-04-28 06:41:05'),
(16903, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\",\"70270ca63a3de2d8905a9181a0245e58\",\"980ac217c6b51e7dc41040bec1edfec8\",\"8219efaa6f0d5975aba1a80a0cf40c8b\",\"f0c3b3861cd7485dfe381f6ce49814c3\"]', '2020-04-28 06:42:29'),
(16904, 5, 35, '[\"uno\",\"1\",\"uno\",\"a\",\"\",\"\"]', '2020-04-28 06:42:29'),
(16905, 5, 36, '[\"2\",\"1\",\"2\",\"3\",\"3\",\"3\"]', '2020-04-28 06:42:29'),
(16906, 5, 40, '[\"tres\",\"2\",\"tres\",\"b\",\"\",\"\"]', '2020-04-28 06:42:29'),
(16907, 5, 41, '[\"cuatro\",\"3\",\"cuatro\",\"c\",\"\",\"\"]', '2020-04-28 06:42:29'),
(16908, 5, 37, '[\"8\",\"56\",\"7\",\"5\",\"5\",\"5\"]', '2020-04-28 06:42:29'),
(16909, 5, 38, 'Sí', '2020-04-28 06:42:29'),
(16910, 5, 39, '', '2020-04-28 06:42:29'),
(16983, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\",\"70270ca63a3de2d8905a9181a0245e58\",\"980ac217c6b51e7dc41040bec1edfec8\",\"8219efaa6f0d5975aba1a80a0cf40c8b\",\"f0c3b3861cd7485dfe381f6ce49814c3\",\"0355f3382217cf7209ca616067e5befc\"]', '2020-04-28 06:45:22'),
(16984, 5, 35, '[\"uno\",\"1\",\"uno\",\"a\",\"\",\"\",\"1233\"]', '2020-04-28 06:45:22'),
(16985, 5, 36, '[\"2\",\"1\",\"2\",\"3\",\"3\",\"3\",\"3\"]', '2020-04-28 06:45:22'),
(16986, 5, 40, '[\"tres\",\"2\",\"tres\",\"b\",\"\",\"\",\"123\"]', '2020-04-28 06:45:22'),
(16987, 5, 41, '[\"cuatro\",\"3\",\"cuatro\",\"c\",\"\",\"\",\"123\"]', '2020-04-28 06:45:22'),
(16988, 5, 37, '[\"8\",\"56\",\"7\",\"5\",\"5\",\"5\",\"5\"]', '2020-04-28 06:45:22'),
(16989, 5, 38, 'Sí', '2020-04-28 06:45:22'),
(16990, 5, 39, '', '2020-04-28 06:45:22'),
(16991, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\",\"70270ca63a3de2d8905a9181a0245e58\",\"980ac217c6b51e7dc41040bec1edfec8\",\"8219efaa6f0d5975aba1a80a0cf40c8b\",\"f0c3b3861cd7485dfe381f6ce49814c3\",\"0355f3382217cf7209ca616067e5befc\"]', '2020-04-28 06:45:47'),
(16992, 5, 35, '[\"uno\",\"1\",\"uno\",\"a\",\"\",\"\",\"1233\"]', '2020-04-28 06:45:47'),
(16993, 5, 36, '[\"2\",\"1\",\"2\",\"3\",\"3\",\"3\",\"3\"]', '2020-04-28 06:45:47'),
(16994, 5, 40, '[\"tres\",\"2\",\"tres\",\"b\",\"\",\"\",\"123\"]', '2020-04-28 06:45:47'),
(16995, 5, 41, '[\"cuatro\",\"3\",\"cuatro\",\"c\",\"\",\"\",\"123\"]', '2020-04-28 06:45:47'),
(16996, 5, 37, '[\"8\",\"56\",\"7\",\"5\",\"5\",\"5\",\"5\"]', '2020-04-28 06:45:47'),
(16997, 5, 38, 'Sí', '2020-04-28 06:45:47'),
(16998, 5, 39, '', '2020-04-28 06:45:47'),
(16999, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\",\"70270ca63a3de2d8905a9181a0245e58\",\"980ac217c6b51e7dc41040bec1edfec8\",\"8219efaa6f0d5975aba1a80a0cf40c8b\",\"f0c3b3861cd7485dfe381f6ce49814c3\",\"0355f3382217cf7209ca616067e5befc\"]', '2020-04-28 06:45:57'),
(17000, 5, 35, '[\"uno\",\"1\",\"uno\",\"a\",\"\",\"\",\"1233\"]', '2020-04-28 06:45:57'),
(17001, 5, 36, '[\"2\",\"1\",\"2\",\"3\",\"3\",\"3\",\"3\"]', '2020-04-28 06:45:57'),
(17002, 5, 40, '[\"tres\",\"2\",\"tres\",\"b\",\"\",\"\",\"123\"]', '2020-04-28 06:45:57'),
(17003, 5, 41, '[\"cuatro\",\"3\",\"cuatro\",\"c\",\"\",\"\",\"123\"]', '2020-04-28 06:45:57'),
(17004, 5, 37, '[\"8\",\"56\",\"7\",\"5\",\"5\",\"5\",\"5\"]', '2020-04-28 06:45:57'),
(17005, 5, 38, 'Sí', '2020-04-28 06:45:57'),
(17006, 5, 39, '', '2020-04-28 06:45:57'),
(17040, 2, 541, '', '2020-04-28 06:52:36'),
(17041, 2, 541, '', '2020-04-28 06:55:54'),
(17042, 2, 542, 'product', '2020-04-28 06:56:29'),
(17043, 2, 547, '', '2020-04-28 06:58:04'),
(17044, 2, 550, 'Titulo', '2020-04-28 06:58:44'),
(17045, 2, 551, 'Descripcion', '2020-04-28 06:58:44'),
(17046, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-04-28 06:58:44'),
(17047, 2, 553, '', '2020-04-28 06:58:55'),
(17048, 2, 554, 'Social', '2020-04-28 06:58:55'),
(17049, 2, 555, 'Enviroment', '2020-04-28 06:58:55'),
(17050, 2, 556, 'Economic', '2020-04-28 06:58:55'),
(17051, 2, 557, 'Technological', '2020-04-28 06:58:55'),
(17052, 2, 558, 'Legal', '2020-04-28 06:58:55'),
(17053, 2, 559, 'Objetivos', '2020-04-28 06:59:02'),
(17054, 2, 560, 'Mi vision', '2020-04-28 06:59:02'),
(17055, 2, 550, 'Titulo2', '2020-04-28 06:59:49'),
(17056, 2, 551, 'Descripcion', '2020-04-28 06:59:49'),
(17057, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-04-28 06:59:49'),
(17058, 2, 561, '', '2020-04-28 07:00:11'),
(17059, 2, 562, 'Titulo2\r\n\r\nDescripcion\r\n\r\n', '2020-04-28 07:00:11'),
(17060, 2, 563, 'POLITICAL\r\n\r\n\r\nSOCIAL\r\nSocial\r\n\r\nENVIRONMENTAL\r\nEnviroment\r\n\r\nECONOMIC\r\nEconomic\r\n\r\nTECHNOLOGICAL\r\nTechnological\r\n\r\nLEGAL\r\nLegal\r\n\r\n', '2020-04-28 07:00:11'),
(17061, 2, 564, 'OBJECTIVES\r\nObjetivos\r\n\r\nSUSTAINABLE VISION\r\nMi vision\r\n\r\n', '2020-04-28 07:00:11'),
(17062, 2, 572, 'Lo describo', '2020-04-28 07:02:12'),
(17063, 2, 573, 'Thinking', '2020-04-28 07:02:12'),
(17064, 2, 574, 'a', '2020-04-28 07:02:12'),
(17065, 2, 575, 'b', '2020-04-28 07:02:12'),
(17066, 2, 576, 'c', '2020-04-28 07:02:12'),
(17067, 2, 577, 'Hola', '2020-04-28 07:02:12'),
(17068, 2, 637, '{\"raw\":{\"new\":[{\"title\":\"ase\",\"descripcion\":\"sef\"},{\"title\":\"fed\",\"descripcion\":\"ewer\"}],\"default\":[{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"}],\"total\":4},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":2},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-04-28 07:03:56'),
(17093, 2, 547, '', '2020-04-28 07:19:44'),
(17094, 2, 547, '[{\"name\":\"ab\",\"surname\":\"cd\",\"email\":\"ef\",\"background\":\"gh\",\"responsibilities\":\"ij\"}]', '2020-04-28 07:24:20'),
(17095, 2, 541, '', '2020-04-28 07:40:04'),
(17096, 2, 542, 'product', '2020-04-28 07:40:12'),
(17097, 2, 542, 'service', '2020-04-28 07:40:36'),
(17122, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\",\"70270ca63a3de2d8905a9181a0245e58\",\"980ac217c6b51e7dc41040bec1edfec8\",\"8219efaa6f0d5975aba1a80a0cf40c8b\",\"f0c3b3861cd7485dfe381f6ce49814c3\",\"0355f3382217cf7209ca616067e5befc\"]', '2020-04-28 07:52:04'),
(17123, 5, 35, '[\"uno\",\"1\",\"uno\",\"a\",\"\",\"\",\"1233\"]', '2020-04-28 07:52:04'),
(17124, 5, 36, '[\"2\",\"1\",\"2\",\"3\",\"3\",\"3\",\"3\"]', '2020-04-28 07:52:04'),
(17125, 5, 40, '[\"tres\",\"2\",\"tres\",\"b\",\"\",\"\",\"123\"]', '2020-04-28 07:52:04'),
(17126, 5, 41, '[\"cuatro\",\"3\",\"cuatro\",\"c\",\"\",\"\",\"123\"]', '2020-04-28 07:52:04'),
(17127, 5, 37, '[\"8\",\"56\",\"7\",\"5\",\"5\",\"5\",\"5\"]', '2020-04-28 07:52:04'),
(17128, 5, 38, 'Sí', '2020-04-28 07:52:04'),
(17129, 5, 39, '', '2020-04-28 07:52:04'),
(17130, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\",\"70270ca63a3de2d8905a9181a0245e58\",\"980ac217c6b51e7dc41040bec1edfec8\",\"8219efaa6f0d5975aba1a80a0cf40c8b\",\"f0c3b3861cd7485dfe381f6ce49814c3\",\"0355f3382217cf7209ca616067e5befc\"]', '2020-04-28 07:53:11'),
(17131, 5, 35, '[\"uno\",\"1\",\"uno\",\"a\",\"\",\"aaa\",\"1233\"]', '2020-04-28 07:53:11'),
(17132, 5, 36, '[\"2\",\"1\",\"2\",\"3\",\"3\",\"3\",\"3\"]', '2020-04-28 07:53:11'),
(17133, 5, 40, '[\"tres\",\"2\",\"tres\",\"b\",\"\",\"aaa\",\"123\"]', '2020-04-28 07:53:11'),
(17134, 5, 41, '[\"cuatro\",\"3\",\"cuatro\",\"c\",\"\",\"aaa\",\"123\"]', '2020-04-28 07:53:11'),
(17135, 5, 37, '[\"8\",\"56\",\"7\",\"5\",\"5\",\"30\",\"5\"]', '2020-04-28 07:53:11'),
(17136, 5, 38, 'Sí', '2020-04-28 07:53:11'),
(17137, 5, 39, '', '2020-04-28 07:53:11'),
(17138, 5, 727, '[\"41fcba09f2bdcdf315ba4119dc7978dd\",\"c71a8da22bf4053760a604897627474c\",\"70270ca63a3de2d8905a9181a0245e58\",\"980ac217c6b51e7dc41040bec1edfec8\",\"8219efaa6f0d5975aba1a80a0cf40c8b\",\"f0c3b3861cd7485dfe381f6ce49814c3\",\"0355f3382217cf7209ca616067e5befc\"]', '2020-04-28 07:55:06'),
(17139, 5, 35, '[\"uno\",\"1\",\"uno\",\"a\",\"\",\"aaa\",\"1233\"]', '2020-04-28 07:55:06'),
(17140, 5, 36, '[\"2\",\"1\",\"2\",\"3\",\"3\",\"3\",\"3\"]', '2020-04-28 07:55:06'),
(17141, 5, 40, '[\"tres\",\"2\",\"tres\",\"b\",\"\",\"aaa\",\"123\"]', '2020-04-28 07:55:06'),
(17142, 5, 41, '[\"cuatro\",\"3\",\"cuatro\",\"c\",\"\",\"aaa\",\"123\"]', '2020-04-28 07:55:06'),
(17143, 5, 37, '[\"8\",\"56\",\"7\",\"5\",\"5\",\"30\",\"5\"]', '2020-04-28 07:55:06'),
(17144, 5, 38, 'Sí', '2020-04-28 07:55:06'),
(17145, 5, 39, '', '2020-04-28 07:55:06'),
(17150, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-04-28 10:15:15'),
(17151, 2, 526, 'Tarea 13 Key Activities\n', '2020-04-28 10:15:15'),
(17152, 2, 527, 'Tarea 13 Key Resources\n', '2020-04-28 10:15:15'),
(17153, 2, 535, 'Tarea 9b Value Proposition\n', '2020-04-28 10:15:15'),
(17154, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-04-28 10:15:15'),
(17155, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-04-28 10:15:15'),
(17156, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-04-28 10:15:15'),
(17157, 2, 536, 'Tarea 9b Customer Segment\n', '2020-04-28 10:15:15'),
(17158, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-04-28 10:15:15'),
(17159, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-04-28 10:15:15'),
(17160, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-04-28 10:15:15'),
(17161, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-28 10:15:46'),
(17162, 5, 526, 'Ejercicio 13 activities\n', '2020-04-28 10:15:46'),
(17163, 5, 527, 'Ejercicio 13 resources\n', '2020-04-28 10:15:46'),
(17164, 5, 535, 'Ejercicio 9b value proposition\n', '2020-04-28 10:15:46'),
(17165, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-28 10:15:46'),
(17166, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-28 10:15:46'),
(17167, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-28 10:15:47'),
(17168, 5, 536, 'Ejercicio 9b customer segment\n', '2020-04-28 10:15:47'),
(17169, 5, 537, 'dasasdasddas\n', '2020-04-28 10:15:47'),
(17170, 5, 538, 'dasadsdasasd\n', '2020-04-28 10:15:47'),
(17171, 5, 539, 'weqqweqweqew\n', '2020-04-28 10:15:47'),
(17189, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-28 10:24:24'),
(17190, 5, 526, 'Ejercicio 13 activities\n', '2020-04-28 10:24:24'),
(17191, 5, 527, 'Ejercicio 13 resources\n', '2020-04-28 10:24:24'),
(17192, 5, 535, 'Ejercicio 9b value proposition\n', '2020-04-28 10:24:24'),
(17193, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-28 10:24:24'),
(17194, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-28 10:24:24'),
(17195, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-28 10:24:24'),
(17196, 5, 536, 'Ejercicio 9b customer segment\n', '2020-04-28 10:24:24'),
(17197, 5, 537, 'dasasdasddas\n', '2020-04-28 10:24:24'),
(17198, 5, 538, 'dasadsdasasd\n', '2020-04-28 10:24:24'),
(17199, 5, 539, 'weqqweqweqew\n', '2020-04-28 10:24:24'),
(17200, 2, 541, '', '2020-04-28 11:34:12'),
(17201, 2, 542, 'service', '2020-04-28 11:34:42'),
(17202, 2, 900, '{\"consumable\":{\"new\":[],\"default\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"Can you purchase more durable goods?\",\"score\":5},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase consumables that can work for diferent tasks or jobs?\",\"score\":5},{\"title\":\"Prioritize consumables with recyclable packaging\",\"descripcion\":\"Can you buy goods packed with recyclable packaging\",\"score\":0}],\"total\":3,\"average\":3,\"isActive\":1},\"infrastructure\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"keyAsset\":{\"new\":[],\"default\":[{\"title\":\"Include durability in the purchasing criteria applied for key assets to minimise material input\",\"descripcion\":\"Can you purchase the more durable goods?\",\"score\":5},{\"title\":\"Include the principle of functioning in the purchasing criteria applied for key assets to minimise material input\",\"descripcion\":\"The reduction of non structural parts and of connecting parts allows to reduce the consumption of resources, as well as to a reduction of assembly and disassembly times. Can you \",\"score\":5},{\"title\":\"Include multifunctionality in the purchasing criteria applied for key assets to minimise material input\",\"descripcion\":\"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase assets that can work for diferent tasks or jobs?\",\"score\":5}],\"total\":3,\"average\":4,\"isActive\":0},\"access\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3.5,\"isActive\":0},\"extras\":[{\"new\":[],\"default\":[],\"total\":0,\"average\":4,\"isActive\":0,\"title\":\"uno\"},{\"new\":[],\"default\":[],\"total\":0,\"average\":5,\"isActive\":0,\"title\":\"dos\"}]}', '2020-04-28 11:46:57'),
(17203, 2, 900, '{\"consumable\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"Can you purchase more durable goods?\",\"score\":5},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase consumables that can work for diferent tasks or jobs?\",\"score\":5},{\"title\":\"Prioritize consumables with recyclable packaging\",\"descripcion\":\"Can you buy goods packed with recyclable packaging\",\"score\":0}],\"total\":4,\"average\":3,\"isActive\":1},\"infrastructure\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"keyAsset\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3,\"isActive\":1},\"access\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"extras\":[{\"new\":[],\"default\":[],\"total\":0,\"average\":4,\"isActive\":0,\"title\":\"uno\"},{\"new\":[],\"default\":[],\"total\":0,\"average\":5,\"isActive\":0,\"title\":\"dos\"}]}', '2020-04-28 11:47:23'),
(17204, 2, 900, '{\"consumable\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"Can you purchase more durable goods?\",\"score\":5},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase consumables that can work for diferent tasks or jobs?\",\"score\":5},{\"title\":\"Prioritize consumables with recyclable packaging\",\"descripcion\":\"Can you buy goods packed with recyclable packaging\",\"score\":0}],\"total\":4,\"average\":3,\"isActive\":1},\"infrastructure\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"keyAsset\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[],\"total\":1,\"average\":3,\"isActive\":1},\"access\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"extras\":[{\"new\":[],\"default\":[],\"total\":0,\"average\":4,\"isActive\":1,\"title\":\"uno\"},{\"new\":[],\"default\":[],\"total\":0,\"average\":5,\"isActive\":0,\"title\":\"dos\"}]}', '2020-04-28 11:59:42'),
(17205, 2, 900, '{\"consumable\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"Can you purchase more durable goods?\",\"score\":5},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase consumables that can work for diferent tasks or jobs?\",\"score\":5},{\"title\":\"Prioritize consumables with recyclable packaging\",\"descripcion\":\"Can you buy goods packed with recyclable packaging\",\"score\":0}],\"total\":4,\"average\":3,\"isActive\":1},\"infrastructure\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"keyAsset\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Include durability in the purchasing criteria applied for key assets to minimise material input\",\"descripcion\":\"Can you purchase the more durable goods?\",\"score\":5}],\"total\":2,\"average\":3,\"isActive\":1},\"access\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"extras\":[{\"new\":[],\"default\":[],\"total\":0,\"average\":4,\"isActive\":1,\"title\":\"uno\"},{\"new\":[],\"default\":[],\"total\":0,\"average\":5,\"isActive\":0,\"title\":\"dos\"}]}', '2020-04-28 12:00:22'),
(17206, 2, 900, '{\"consumable\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"Can you purchase more durable goods?\",\"score\":5},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase consumables that can work for diferent tasks or jobs?\",\"score\":5},{\"title\":\"Prioritize consumables with recyclable packaging\",\"descripcion\":\"Can you buy goods packed with recyclable packaging\",\"score\":0},{\"title\":\"Prioritize consumables packed with renewable materials\",\"descripcion\":\"Can you buy goods packed with renewable materials.\",\"score\":0}],\"total\":5,\"average\":3,\"isActive\":1},\"infrastructure\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"keyAsset\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[],\"total\":1,\"average\":3,\"isActive\":1},\"access\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"extras\":[{\"new\":[],\"default\":[],\"total\":0,\"average\":4,\"isActive\":1,\"title\":\"uno\"},{\"new\":[],\"default\":[],\"total\":0,\"average\":5,\"isActive\":0,\"title\":\"dos\"}]}', '2020-04-28 12:01:14'),
(17207, 2, 900, '{\"consumable\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"Can you purchase more durable goods?\",\"score\":5},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase consumables that can work for diferent tasks or jobs?\",\"score\":5},{\"title\":\"Prioritize consumables with recyclable packaging\",\"descripcion\":\"Can you buy goods packed with recyclable packaging\",\"score\":0},{\"title\":\"Prioritize consumables packed with renewable materials\",\"descripcion\":\"Can you buy goods packed with renewable materials.\",\"score\":0}],\"total\":5,\"average\":3,\"isActive\":1},\"infrastructure\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"keyAsset\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[],\"total\":1,\"average\":3,\"isActive\":1},\"access\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"extras\":[{\"new\":[],\"default\":[],\"total\":0,\"average\":4,\"isActive\":0,\"title\":\"uno\"},{\"new\":[],\"default\":[],\"total\":0,\"average\":5,\"isActive\":0,\"title\":\"dos\"}]}', '2020-04-28 12:14:38'),
(17208, 2, 900, '{\"consumable\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3,\"isActive\":1},\"infrastructure\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"keyAsset\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3,\"isActive\":1},\"access\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"extras\":[{\"new\":[],\"default\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"descripcion\":\"Certified and ecolabelled materials are preferrable. Can you purchase certified or ecolabeled consumables instead of non certified or ecolabeled assets?\",\"score\":0}],\"total\":1,\"average\":4,\"isActive\":0,\"title\":\"uno\"},{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"descripcion\":\"The consumption of resources for the supply of raw materials and the manufacture of external parts and components has an ecological rucksack, that is aggregated into the product\'s rucksack. Consequently, efforts should concentrate on minimizing the ecological rucksacks accompanying materials and other external parts and components. This may be realized by clearly defined requirements for the selection of suppliers, for which different assessment methods exist. In most cases indicators will be calculated from life cycle analysis data (LCA), which can be used as a basis for the assessment of the environmental impact of materials. Of course, each of the methods used yields results only within its own bounds. Therefore, knowing these limits and the potential environmental impact not detected by a given method is essential for application in practice. Can you purchase assets with a lower ecological rucksack?\",\"score\":0}],\"total\":2,\"average\":5,\"isActive\":0,\"title\":\"dos\"}]}', '2020-04-28 12:24:26'),
(17209, 2, 900, '{\"consumable\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3,\"isActive\":1},\"infrastructure\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"keyAsset\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3,\"isActive\":1},\"access\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"extras\":[{\"new\":[],\"default\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"descripcion\":\"Certified and ecolabelled materials are preferrable. Can you purchase certified or ecolabeled consumables instead of non certified or ecolabeled assets?\",\"score\":0}],\"total\":1,\"average\":4,\"isActive\":0,\"title\":\"uno\"},{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"descripcion\":\"The consumption of resources for the supply of raw materials and the manufacture of external parts and components has an ecological rucksack, that is aggregated into the product\'s rucksack. Consequently, efforts should concentrate on minimizing the ecological rucksacks accompanying materials and other external parts and components. This may be realized by clearly defined requirements for the selection of suppliers, for which different assessment methods exist. In most cases indicators will be calculated from life cycle analysis data (LCA), which can be used as a basis for the assessment of the environmental impact of materials. Of course, each of the methods used yields results only within its own bounds. Therefore, knowing these limits and the potential environmental impact not detected by a given method is essential for application in practice. Can you purchase assets with a lower ecological rucksack?\",\"score\":0}],\"total\":2,\"average\":5,\"isActive\":1,\"title\":\"dos\"}]}', '2020-04-28 12:26:29'),
(17210, 2, 900, '{\"consumable\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"ed\",\"score\":0}],\"default\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"Can you purchase more durable goods?\",\"score\":5},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase consumables that can work for diferent tasks or jobs?\",\"score\":5},{\"title\":\"Minimise freight transport damage\",\"descripcion\":\"Can you minimise the damage suffered by your products during their transport. \",\"score\":0}],\"total\":4,\"average\":3,\"isActive\":1},\"infrastructure\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"keyAsset\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3,\"isActive\":1},\"access\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"extras\":[{\"new\":[],\"default\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"descripcion\":\"Certified and ecolabelled materials are preferrable. Can you purchase certified or ecolabeled consumables instead of non certified or ecolabeled assets?\",\"score\":0}],\"total\":1,\"average\":4,\"isActive\":0,\"title\":\"uno\"},{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"descripcion\":\"The consumption of resources for the supply of raw materials and the manufacture of external parts and components has an ecological rucksack, that is aggregated into the product\'s rucksack. Consequently, efforts should concentrate on minimizing the ecological rucksacks accompanying materials and other external parts and components. This may be realized by clearly defined requirements for the selection of suppliers, for which different assessment methods exist. In most cases indicators will be calculated from life cycle analysis data (LCA), which can be used as a basis for the assessment of the environmental impact of materials. Of course, each of the methods used yields results only within its own bounds. Therefore, knowing these limits and the potential environmental impact not detected by a given method is essential for application in practice. Can you purchase assets with a lower ecological rucksack?\",\"score\":0}],\"total\":2,\"average\":5,\"isActive\":1,\"title\":\"dos\"}]}', '2020-04-28 12:46:18'),
(17211, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-28 12:49:27'),
(17212, 5, 526, 'Ejercicio 13 activities\n', '2020-04-28 12:49:27'),
(17213, 5, 527, 'Ejercicio 13 resources\n', '2020-04-28 12:49:27'),
(17214, 5, 535, 'Ejercicio 9b value proposition\n', '2020-04-28 12:49:27'),
(17215, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-28 12:49:27'),
(17216, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-28 12:49:27'),
(17217, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-28 12:49:27'),
(17218, 5, 536, 'Ejercicio 9b customer segment\n', '2020-04-28 12:49:27'),
(17219, 5, 537, 'dasasdasddas\n', '2020-04-28 12:49:27'),
(17220, 5, 538, 'dasadsdasasd\n', '2020-04-28 12:49:27'),
(17221, 5, 539, 'weqqweqweqew\n', '2020-04-28 12:49:27');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(17222, 2, 900, '{\"consumable\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"ed\",\"score\":0}],\"default\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"Can you purchase more durable goods?\",\"score\":5},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase consumables that can work for diferent tasks or jobs?\",\"score\":5},{\"title\":\"Minimise freight transport damage\",\"descripcion\":\"Can you minimise the damage suffered by your products during their transport. \",\"score\":0}],\"total\":4,\"average\":3,\"isActive\":1},\"infrastructure\":{\"new\":[],\"default\":[{\"title\":\"Minimize and simplify the production processes\",\"descripcion\":\"A simplification of the production process may result in (1) a reduction of materials and energy use, (2) reduction of wastes and (3) reduction of processing time. Obviously, this strategy should be studied in detail for each production process, in order to assess the different alternatives. Can you simplfy the production process?\",\"score\":0},{\"title\":\"Preferably use regionally available energy resources\",\"descripcion\":\"The utilization of renewable energy sources is closely related to the utilization of regionally available energy resources. Thus, the use of regionally available biomass reduces hauling distances and, as a consequence, the consumption of fossil energy sources for the transportation of biomass. Can you select and use regional sourced energy?\",\"score\":0}],\"total\":2,\"average\":2,\"isActive\":0},\"keyAsset\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"ed\",\"score\":0}],\"default\":[{\"title\":\"Include multifunctionality in the purchasing criteria applied for key assets to minimise material input\",\"descripcion\":\"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase assets that can work for diferent tasks or jobs?\",\"score\":5},{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"descripcion\":\"The consumption of resources for the supply of raw materials and the manufacture of external parts and components has an ecological rucksack, that is aggregated into the product\'s rucksack. Consequently, efforts should concentrate on minimizing the ecological rucksacks accompanying materials and other external parts and components. This may be realized by clearly defined requirements for the selection of suppliers, for which different assessment methods exist. In most cases indicators will be calculated from life cycle analysis data (LCA), which can be used as a basis for the assessment of the environmental impact of materials. Of course, each of the methods used yields results only within its own bounds. Therefore, knowing these limits and the potential environmental impact not detected by a given method is essential for application in practice. Can you purchase assets with a lower ecological rucksack?\",\"score\":0}],\"total\":3,\"average\":3,\"isActive\":1},\"access\":{\"new\":[],\"default\":[],\"total\":0,\"average\":2,\"isActive\":0},\"extras\":[{\"new\":[],\"default\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"descripcion\":\"Certified and ecolabelled materials are preferrable. Can you purchase certified or ecolabeled consumables instead of non certified or ecolabeled assets?\",\"score\":0}],\"total\":1,\"average\":4,\"isActive\":0,\"title\":\"uno\"},{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"descripcion\":\"The consumption of resources for the supply of raw materials and the manufacture of external parts and components has an ecological rucksack, that is aggregated into the product\'s rucksack. Consequently, efforts should concentrate on minimizing the ecological rucksacks accompanying materials and other external parts and components. This may be realized by clearly defined requirements for the selection of suppliers, for which different assessment methods exist. In most cases indicators will be calculated from life cycle analysis data (LCA), which can be used as a basis for the assessment of the environmental impact of materials. Of course, each of the methods used yields results only within its own bounds. Therefore, knowing these limits and the potential environmental impact not detected by a given method is essential for application in practice. Can you purchase assets with a lower ecological rucksack?\",\"score\":0}],\"total\":2,\"average\":5,\"isActive\":1,\"title\":\"dos\"}]}', '2020-04-28 12:53:02'),
(17223, 5, 542, 'service', '2020-04-28 13:00:30'),
(17224, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-28 13:07:03'),
(17225, 5, 526, 'Ejercicio 13 activities\n', '2020-04-28 13:07:03'),
(17226, 5, 527, 'Ejercicio 13 resources\n', '2020-04-28 13:07:03'),
(17227, 5, 535, 'Ejercicio 9b value proposition\n', '2020-04-28 13:07:03'),
(17228, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-28 13:07:03'),
(17229, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-28 13:07:03'),
(17230, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-28 13:07:03'),
(17231, 5, 536, 'Ejercicio 9b customer segment\n', '2020-04-28 13:07:03'),
(17232, 5, 537, 'dasasdasddas\n', '2020-04-28 13:07:03'),
(17233, 5, 538, 'dasadsdasasd\n', '2020-04-28 13:07:03'),
(17234, 5, 539, 'weqqweqweqew\n', '2020-04-28 13:07:03'),
(17235, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-28 13:21:55'),
(17236, 5, 526, 'Ejercicio 13 activities\n', '2020-04-28 13:21:55'),
(17237, 5, 527, 'Ejercicio 13 resources\n', '2020-04-28 13:21:55'),
(17238, 5, 535, 'Ejercicio 9b value proposition\n', '2020-04-28 13:21:55'),
(17239, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-28 13:21:56'),
(17240, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-28 13:21:56'),
(17241, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-28 13:21:56'),
(17242, 5, 536, 'Ejercicio 9b customer segment\n', '2020-04-28 13:21:56'),
(17243, 5, 537, 'dasasdasddas\n', '2020-04-28 13:21:56'),
(17244, 5, 538, 'dasadsdasasd\n', '2020-04-28 13:21:56'),
(17245, 5, 539, 'weqqweqweqew\n', '2020-04-28 13:21:56'),
(17246, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-28 13:35:15'),
(17247, 5, 526, 'Ejercicio 13 activities\n', '2020-04-28 13:35:15'),
(17248, 5, 527, 'Ejercicio 13 resources\n', '2020-04-28 13:35:15'),
(17249, 5, 535, 'Ejercicio 9b value proposition\n', '2020-04-28 13:35:15'),
(17250, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-28 13:35:15'),
(17251, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-28 13:35:15'),
(17252, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-28 13:35:15'),
(17253, 5, 536, 'Ejercicio 9b customer segment\n', '2020-04-28 13:35:15'),
(17254, 5, 537, 'dasasdasddas\n', '2020-04-28 13:35:15'),
(17255, 5, 538, 'dasadsdasasd\n', '2020-04-28 13:35:15'),
(17256, 5, 539, 'weqqweqweqew\n', '2020-04-28 13:35:15'),
(17257, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-28 13:50:29'),
(17258, 5, 526, 'Ejercicio 13 activities\n', '2020-04-28 13:50:29'),
(17259, 5, 527, 'Ejercicio 13 resources\n', '2020-04-28 13:50:29'),
(17260, 5, 535, 'Ejercicio 9b value proposition\n', '2020-04-28 13:50:29'),
(17261, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-28 13:50:29'),
(17262, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-28 13:50:29'),
(17263, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-28 13:50:29'),
(17264, 5, 536, 'Ejercicio 9b customer segment\n', '2020-04-28 13:50:29'),
(17265, 5, 537, 'dasasdasddas\n', '2020-04-28 13:50:29'),
(17266, 5, 538, 'dasadsdasasd\n', '2020-04-28 13:50:29'),
(17267, 5, 539, 'weqqweqweqew\n', '2020-04-28 13:50:29'),
(17268, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-28 13:59:37'),
(17269, 5, 526, 'Ejercicio 13 activities\n', '2020-04-28 13:59:37'),
(17270, 5, 527, 'Ejercicio 13 resources\n', '2020-04-28 13:59:37'),
(17271, 5, 535, 'Ejercicio 9b value proposition\n', '2020-04-28 13:59:37'),
(17272, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-28 13:59:37'),
(17273, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-28 13:59:37'),
(17274, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-28 13:59:37'),
(17275, 5, 536, 'Ejercicio 9b customer segment\n', '2020-04-28 13:59:37'),
(17276, 5, 537, 'dasasdasddas\n', '2020-04-28 13:59:37'),
(17277, 5, 538, 'dasadsdasasd\n', '2020-04-28 13:59:37'),
(17278, 5, 539, 'weqqweqweqew\n', '2020-04-28 13:59:37'),
(17279, 2, 541, '', '2020-04-28 14:17:41'),
(17280, 2, 542, 'service', '2020-04-28 14:17:47'),
(17281, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-28 14:21:12'),
(17282, 5, 526, 'Ejercicio 13 activities\n', '2020-04-28 14:21:12'),
(17283, 5, 527, 'Ejercicio 13 resources\n', '2020-04-28 14:21:12'),
(17284, 5, 535, 'Ejercicio 9b value proposition\n', '2020-04-28 14:21:12'),
(17285, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-28 14:21:12'),
(17286, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-28 14:21:12'),
(17287, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-28 14:21:12'),
(17288, 5, 536, 'Ejercicio 9b customer segment\n', '2020-04-28 14:21:12'),
(17289, 5, 537, 'dasasdasddas\n', '2020-04-28 14:21:12'),
(17290, 5, 538, 'dasadsdasasd\n', '2020-04-28 14:21:12'),
(17291, 5, 539, 'weqqweqweqew\n', '2020-04-28 14:21:12'),
(17292, 2, 541, '', '2020-04-28 14:22:29'),
(17293, 2, 542, 'service', '2020-04-28 14:22:37'),
(17294, 2, 901, '{\"consumable\":[{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"1 - low\",\"average\":\"1.3\",\"isSelected\":1}],\"infrastructure\":[],\"keyAsset\":[],\"access\":[],\"extras\":[{\"title\":\"uno\",\"data\":[]},{\"title\":\"dos\",\"data\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"4\",\"average\":\"2\",\"isSelected\":1}]}]}', '2020-04-28 14:54:42'),
(17295, 5, 707, '\"[]\"', '2020-04-29 06:04:41'),
(17296, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-29 06:04:41'),
(17297, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-29 06:04:41'),
(17298, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-29 06:04:41'),
(17299, 5, 689, '\"[]\"', '2020-04-29 06:04:41'),
(17300, 5, 687, '\"[]\"', '2020-04-29 06:04:41'),
(17301, 5, 685, '\"[]\"', '2020-04-29 06:04:41'),
(17302, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-29 06:04:41'),
(17303, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-29 06:04:41'),
(17304, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-29 06:04:41'),
(17305, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-29 06:04:41'),
(17306, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-29 06:04:41'),
(17307, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-29 06:04:41'),
(17308, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-29 06:04:41'),
(17309, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-29 06:04:41'),
(17310, 5, 690, '\"[]\"', '2020-04-29 06:04:41'),
(17311, 5, 691, '\"[]\"', '2020-04-29 06:04:41'),
(17312, 5, 686, '\"[]\"', '2020-04-29 06:04:41'),
(17313, 5, 688, '\"[]\"', '2020-04-29 06:04:41'),
(17314, 5, 707, '\"[]\"', '2020-04-29 06:06:15'),
(17315, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-29 06:06:15'),
(17316, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-29 06:06:15'),
(17317, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-29 06:06:15'),
(17318, 5, 689, '\"[]\"', '2020-04-29 06:06:15'),
(17319, 5, 687, '\"[]\"', '2020-04-29 06:06:15'),
(17320, 5, 685, '\"[]\"', '2020-04-29 06:06:15'),
(17321, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-29 06:06:15'),
(17322, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-29 06:06:15'),
(17323, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-29 06:06:15'),
(17324, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-29 06:06:15'),
(17325, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-29 06:06:15'),
(17326, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-29 06:06:15'),
(17327, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-29 06:06:15'),
(17328, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-29 06:06:15'),
(17329, 5, 690, '\"[]\"', '2020-04-29 06:06:15'),
(17330, 5, 691, '\"[]\"', '2020-04-29 06:06:15'),
(17331, 5, 686, '\"[]\"', '2020-04-29 06:06:15'),
(17332, 5, 688, '\"[]\"', '2020-04-29 06:06:15'),
(17333, 2, 541, '', '2020-04-29 06:07:07'),
(17334, 2, 542, 'service', '2020-04-29 06:07:25'),
(17335, 2, 901, '{\"consumable\":[{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"social\":\"2\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1.3\",\"isSelected\":1}],\"infrastructure\":[{\"title\":\"Preferably use regionally available energy resources\",\"social\":\"5 - high\",\"economic\":\"5 - high\",\"technical\":\"5 - high\",\"average\":\"5\",\"isSelected\":1}],\"keyAsset\":[],\"access\":[],\"extras\":[{\"title\":\"uno\",\"data\":[]},{\"title\":\"dos\",\"data\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"4\",\"average\":\"2\",\"isSelected\":1}]}]}', '2020-04-29 06:07:46'),
(17345, 2, 541, '', '2020-04-29 06:52:01'),
(17346, 2, 542, 'service', '2020-04-29 06:52:09'),
(17347, 2, 541, '', '2020-04-29 06:52:19'),
(17348, 2, 542, 'product', '2020-04-29 06:52:26'),
(17349, 2, 541, '', '2020-04-29 07:00:52'),
(17350, 2, 542, 'service', '2020-04-29 07:01:00'),
(17351, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 07:03:04'),
(17352, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 07:03:04'),
(17353, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 07:03:04'),
(17354, 5, 535, 'Ejercicio 9b value proposition\n', '2020-04-29 07:03:04'),
(17355, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:03:04'),
(17356, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:03:04'),
(17357, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 07:03:04'),
(17358, 5, 536, 'Ejercicio 9b customer segment\n', '2020-04-29 07:03:04'),
(17359, 5, 537, 'dasasdasddas\n', '2020-04-29 07:03:04'),
(17360, 5, 538, 'dasadsdasasd\n', '2020-04-29 07:03:04'),
(17361, 5, 539, 'weqqweqweqew\n', '2020-04-29 07:03:04'),
(17362, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 07:05:11'),
(17363, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 07:05:11'),
(17364, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 07:05:11'),
(17365, 5, 535, 'Ejercicio 9b value proposition\n', '2020-04-29 07:05:11'),
(17366, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:05:11'),
(17367, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:05:11'),
(17368, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 07:05:11'),
(17369, 5, 536, 'Ejercicio 9b customer segment\n', '2020-04-29 07:05:11'),
(17370, 5, 537, 'dasasdasddas\n', '2020-04-29 07:05:11'),
(17371, 5, 538, 'dasadsdasasd\n', '2020-04-29 07:05:11'),
(17372, 5, 539, 'weqqweqweqew\n', '2020-04-29 07:05:11'),
(17373, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 07:06:13'),
(17374, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 07:06:13'),
(17375, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 07:06:13'),
(17376, 5, 535, 'Ejercicio 9b value proposition\n', '2020-04-29 07:06:13'),
(17377, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:06:13'),
(17378, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:06:13'),
(17379, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 07:06:13'),
(17380, 5, 536, 'Ejercicio 9b customer segment\n', '2020-04-29 07:06:13'),
(17381, 5, 537, 'dasasdasddas\n', '2020-04-29 07:06:13'),
(17382, 5, 538, 'dasadsdasasd\n', '2020-04-29 07:06:13'),
(17383, 5, 539, 'weqqweqweqew\n', '2020-04-29 07:06:13'),
(17384, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 07:11:16'),
(17385, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 07:11:16'),
(17386, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 07:11:16'),
(17387, 5, 535, 'Ejercicio 9b value proposition\n', '2020-04-29 07:11:16'),
(17388, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:11:16'),
(17389, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:11:16'),
(17390, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 07:11:16'),
(17391, 5, 536, 'Ejercicio 9b customer segment\n', '2020-04-29 07:11:16'),
(17392, 5, 537, 'dasasdasddas\n', '2020-04-29 07:11:16'),
(17393, 5, 538, 'dasadsdasasd\n', '2020-04-29 07:11:16'),
(17394, 5, 539, 'weqqweqweqew\n', '2020-04-29 07:11:16'),
(17395, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 07:12:38'),
(17396, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 07:12:38'),
(17397, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 07:12:38'),
(17398, 5, 535, 'Ejercicio 9b value proposition\n', '2020-04-29 07:12:38'),
(17399, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:12:38'),
(17400, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:12:38'),
(17401, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 07:12:38'),
(17402, 5, 536, 'Ejercicio 9b customer segment\n', '2020-04-29 07:12:38'),
(17403, 5, 537, 'dasasdasddas\n', '2020-04-29 07:12:38'),
(17404, 5, 538, 'dasadsdasasd\n', '2020-04-29 07:12:38'),
(17405, 5, 539, 'weqqweqweqew\n', '2020-04-29 07:12:38'),
(17475, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 07:36:19'),
(17476, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 07:36:19'),
(17477, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 07:36:19'),
(17478, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 07:36:19'),
(17479, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:36:19'),
(17480, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:36:19'),
(17481, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 07:36:19'),
(17482, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 07:36:19'),
(17483, 5, 537, 'dasasdasddas\n', '2020-04-29 07:36:19'),
(17484, 5, 538, 'dasadsdasasd\n', '2020-04-29 07:36:19'),
(17485, 5, 539, 'weqqweqweqew\n', '2020-04-29 07:36:19'),
(17486, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 07:41:35'),
(17487, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 07:41:35'),
(17488, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 07:41:35'),
(17489, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 07:41:35'),
(17490, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:41:35'),
(17491, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:41:35'),
(17492, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 07:41:35'),
(17493, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 07:41:35'),
(17494, 5, 537, 'dasasdasddas\n', '2020-04-29 07:41:35'),
(17495, 5, 538, 'dasadsdasasd\n', '2020-04-29 07:41:35'),
(17496, 5, 539, 'weqqweqweqew\n', '2020-04-29 07:41:35'),
(17497, 2, 901, '{\"consumable\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"social\":\"3\",\"economic\":\"2\",\"technical\":\"2\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"1 - low\",\"average\":\"1.3\",\"isSelected\":1},{\"title\":\"Minimise freight transport damage\",\"social\":\"3\",\"economic\":\"5 - high\",\"technical\":\"3\",\"average\":\"3.7\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"4\",\"economic\":\"5 - high\",\"technical\":\"5 - high\",\"average\":\"4.7\",\"isSelected\":1}],\"infrastructure\":[{\"title\":\"Preferably use regionally available energy resources\",\"social\":\"5 - high\",\"economic\":\"5 - high\",\"technical\":\"5 - high\",\"average\":\"5\",\"isSelected\":1}],\"keyAsset\":[],\"access\":[],\"extras\":[{\"title\":\"uno\",\"data\":[]},{\"title\":\"dos\",\"data\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"4\",\"average\":\"2\",\"isSelected\":1}]}]}', '2020-04-29 07:42:46'),
(17498, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 07:52:48'),
(17499, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 07:52:48'),
(17500, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 07:52:48'),
(17501, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 07:52:48'),
(17502, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:52:48'),
(17503, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 07:52:48'),
(17504, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 07:52:48'),
(17505, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 07:52:48'),
(17506, 5, 537, 'dasasdasddas\n', '2020-04-29 07:52:48'),
(17507, 5, 538, 'dasadsdasasd\n', '2020-04-29 07:52:48'),
(17508, 5, 539, 'weqqweqweqew\n', '2020-04-29 07:52:48'),
(17514, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 08:37:24'),
(17515, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 08:37:24'),
(17516, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 08:37:24'),
(17517, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 08:37:24'),
(17518, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 08:37:24'),
(17519, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 08:37:24'),
(17520, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 08:37:24'),
(17521, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 08:37:24'),
(17522, 5, 537, 'dasasdasddas\n', '2020-04-29 08:37:24'),
(17523, 5, 538, 'dasadsdasasd\n', '2020-04-29 08:37:24'),
(17524, 5, 539, 'weqqweqweqew\n', '2020-04-29 08:37:24'),
(17525, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 08:39:56'),
(17526, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 08:39:56'),
(17527, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 08:39:56'),
(17528, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 08:39:56'),
(17529, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 08:39:56'),
(17530, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 08:39:56'),
(17531, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 08:39:56'),
(17532, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 08:39:56'),
(17533, 5, 537, 'dasasdasddas\n', '2020-04-29 08:39:56'),
(17534, 5, 538, 'dasadsdasasd\n', '2020-04-29 08:39:56'),
(17535, 5, 539, 'weqqweqweqew\n', '2020-04-29 08:39:56'),
(17541, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 08:59:57'),
(17542, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 08:59:57'),
(17543, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 08:59:57'),
(17544, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 08:59:57'),
(17545, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 08:59:57'),
(17546, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 08:59:57'),
(17547, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 08:59:57'),
(17548, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 08:59:57'),
(17549, 5, 537, 'dasasdasddas\n', '2020-04-29 08:59:57'),
(17550, 5, 538, 'dasadsdasasd\n', '2020-04-29 08:59:57'),
(17551, 5, 539, 'weqqweqweqew\n', '2020-04-29 08:59:57'),
(17552, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 09:27:22'),
(17553, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 09:27:22'),
(17554, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 09:27:22'),
(17555, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 09:27:22'),
(17556, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 09:27:22'),
(17557, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 09:27:22'),
(17558, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 09:27:22'),
(17559, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 09:27:22'),
(17560, 5, 537, 'dasasdasddas\n', '2020-04-29 09:27:22'),
(17561, 5, 538, 'dasadsdasasd\n', '2020-04-29 09:27:22'),
(17562, 5, 539, 'weqqweqweqew\n', '2020-04-29 09:27:22'),
(17563, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 09:29:36'),
(17564, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 09:29:36'),
(17565, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 09:29:36'),
(17566, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 09:29:36'),
(17567, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 09:29:36'),
(17568, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 09:29:36'),
(17569, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 09:29:36'),
(17570, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 09:29:36'),
(17571, 5, 537, 'dasasdasddas\n', '2020-04-29 09:29:36'),
(17572, 5, 538, 'dasadsdasasd\n', '2020-04-29 09:29:36'),
(17573, 5, 539, 'weqqweqweqew\n', '2020-04-29 09:29:36'),
(17574, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 09:47:32'),
(17575, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 09:47:32'),
(17576, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 09:47:32'),
(17577, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 09:47:32'),
(17578, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 09:47:32'),
(17579, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 09:47:32'),
(17580, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 09:47:32'),
(17581, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 09:47:32'),
(17582, 5, 537, 'dasasdasddas\n', '2020-04-29 09:47:32'),
(17583, 5, 538, 'dasadsdasasd\n', '2020-04-29 09:47:32'),
(17584, 5, 539, 'weqqweqweqew\n', '2020-04-29 09:47:32'),
(17585, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 09:59:45'),
(17586, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 09:59:45'),
(17587, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 09:59:45'),
(17588, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 09:59:45'),
(17589, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 09:59:45'),
(17590, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 09:59:45'),
(17591, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 09:59:45'),
(17592, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 09:59:45'),
(17593, 5, 537, 'dasasdasddas\n', '2020-04-29 09:59:45'),
(17594, 5, 538, 'dasadsdasasd\n', '2020-04-29 09:59:45'),
(17595, 5, 539, 'weqqweqweqew\n', '2020-04-29 09:59:45'),
(17596, 5, 707, '\"[]\"', '2020-04-29 10:31:06'),
(17597, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-29 10:31:06'),
(17598, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-29 10:31:06'),
(17599, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-29 10:31:06'),
(17600, 5, 689, '\"[]\"', '2020-04-29 10:31:06'),
(17601, 5, 687, '\"[]\"', '2020-04-29 10:31:06'),
(17602, 5, 685, '\"[]\"', '2020-04-29 10:31:06'),
(17603, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-29 10:31:06'),
(17604, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-29 10:31:06'),
(17605, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-29 10:31:06'),
(17606, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-29 10:31:06'),
(17607, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-29 10:31:06'),
(17608, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-29 10:31:06'),
(17609, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-29 10:31:06'),
(17610, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-29 10:31:06'),
(17611, 5, 690, '\"[]\"', '2020-04-29 10:31:06'),
(17612, 5, 691, '\"[]\"', '2020-04-29 10:31:06'),
(17613, 5, 686, '\"[]\"', '2020-04-29 10:31:06'),
(17614, 5, 688, '\"[]\"', '2020-04-29 10:31:06'),
(17615, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 10:39:26'),
(17616, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 10:39:26'),
(17617, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 10:39:26'),
(17618, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 10:39:26'),
(17619, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 10:39:26'),
(17620, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 10:39:26'),
(17621, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 10:39:26'),
(17622, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 10:39:26'),
(17623, 5, 537, 'dasasdasddas\n', '2020-04-29 10:39:26'),
(17624, 5, 538, 'dasadsdasasd\n', '2020-04-29 10:39:26'),
(17625, 5, 539, 'weqqweqweqew\n', '2020-04-29 10:39:26'),
(17626, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 10:43:55'),
(17627, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 10:43:55'),
(17628, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 10:43:55'),
(17629, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 10:43:55'),
(17630, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 10:43:55'),
(17631, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 10:43:55'),
(17632, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 10:43:55'),
(17633, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 10:43:55'),
(17634, 5, 537, 'dasasdasddas\n', '2020-04-29 10:43:55'),
(17635, 5, 538, 'dasadsdasasd\n', '2020-04-29 10:43:55'),
(17636, 5, 539, 'weqqweqweqew\n', '2020-04-29 10:43:55'),
(17637, 5, 707, '\"[]\"', '2020-04-29 10:44:39'),
(17638, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-29 10:44:39'),
(17639, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-29 10:44:39'),
(17640, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-29 10:44:39'),
(17641, 5, 689, '\"[]\"', '2020-04-29 10:44:39'),
(17642, 5, 687, '\"[]\"', '2020-04-29 10:44:39'),
(17643, 5, 685, '\"[]\"', '2020-04-29 10:44:39'),
(17644, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-29 10:44:39'),
(17645, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-29 10:44:39'),
(17646, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-29 10:44:39'),
(17647, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-29 10:44:39'),
(17648, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-29 10:44:39'),
(17649, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-29 10:44:39'),
(17650, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-29 10:44:39'),
(17651, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-29 10:44:39'),
(17652, 5, 690, '\"[]\"', '2020-04-29 10:44:39'),
(17653, 5, 691, '\"[]\"', '2020-04-29 10:44:39'),
(17654, 5, 686, '\"[]\"', '2020-04-29 10:44:39'),
(17655, 5, 688, '\"[]\"', '2020-04-29 10:44:39'),
(17657, 2, 541, '', '2020-04-29 11:13:28'),
(17658, 2, 542, 'service', '2020-04-29 11:13:38'),
(17659, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 11:21:06'),
(17660, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 11:21:06'),
(17661, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 11:21:06'),
(17662, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 11:21:06'),
(17663, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 11:21:06'),
(17664, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 11:21:06'),
(17665, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 11:21:06'),
(17666, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 11:21:06'),
(17667, 5, 537, 'dasasdasddas\n', '2020-04-29 11:21:06'),
(17668, 5, 538, 'dasadsdasasd\n', '2020-04-29 11:21:06'),
(17669, 5, 539, 'weqqweqweqew\n', '2020-04-29 11:21:06'),
(17670, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 12:08:45'),
(17671, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 12:08:45'),
(17672, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 12:08:45'),
(17673, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 12:08:45'),
(17674, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:08:45'),
(17675, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:08:45'),
(17676, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 12:08:45'),
(17677, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 12:08:45'),
(17678, 5, 537, 'dasasdasddas\n', '2020-04-29 12:08:45'),
(17679, 5, 538, 'dasadsdasasd\n', '2020-04-29 12:08:45'),
(17680, 5, 539, 'weqqweqweqew\n', '2020-04-29 12:08:45'),
(17681, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 12:10:47'),
(17682, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 12:10:47'),
(17683, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 12:10:47'),
(17684, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 12:10:47'),
(17685, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:10:47'),
(17686, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:10:47'),
(17687, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 12:10:47'),
(17688, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 12:10:47'),
(17689, 5, 537, 'dasasdasddas\n', '2020-04-29 12:10:47'),
(17690, 5, 538, 'dasadsdasasd\n', '2020-04-29 12:10:47'),
(17691, 5, 539, 'weqqweqweqew\n', '2020-04-29 12:10:47'),
(17692, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 12:11:16'),
(17693, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 12:11:16'),
(17694, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 12:11:16'),
(17695, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 12:11:16'),
(17696, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:11:16'),
(17697, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:11:16'),
(17698, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 12:11:16'),
(17699, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 12:11:16'),
(17700, 5, 537, 'dasasdasddas\n', '2020-04-29 12:11:16'),
(17701, 5, 538, 'dasadsdasasd\n', '2020-04-29 12:11:16'),
(17702, 5, 539, 'weqqweqweqew\n', '2020-04-29 12:11:16'),
(17703, 5, 707, '\"[]\"', '2020-04-29 12:23:40'),
(17704, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-29 12:23:40'),
(17705, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-29 12:23:40'),
(17706, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-29 12:23:40'),
(17707, 5, 689, '\"[]\"', '2020-04-29 12:23:40'),
(17708, 5, 687, '\"[]\"', '2020-04-29 12:23:40'),
(17709, 5, 685, '\"[]\"', '2020-04-29 12:23:40'),
(17710, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-29 12:23:40'),
(17711, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-29 12:23:40'),
(17712, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-29 12:23:40'),
(17713, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-29 12:23:40'),
(17714, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-29 12:23:40'),
(17715, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-29 12:23:40'),
(17716, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-29 12:23:40'),
(17717, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-29 12:23:40'),
(17718, 5, 906, '\"[]\"', '2020-04-29 12:23:40'),
(17719, 5, 690, '\"[]\"', '2020-04-29 12:23:40'),
(17720, 5, 691, '\"[]\"', '2020-04-29 12:23:40'),
(17721, 5, 907, '\"[]\"', '2020-04-29 12:23:40'),
(17722, 5, 686, '\"[]\"', '2020-04-29 12:23:40'),
(17723, 5, 688, '\"[]\"', '2020-04-29 12:23:40'),
(17763, 4, 48, '', '2020-04-29 12:52:29'),
(17764, 4, 49, '', '2020-04-29 12:52:29'),
(17765, 4, 756, '', '2020-04-29 12:52:29'),
(17766, 4, 50, '', '2020-04-29 12:52:29'),
(17767, 4, 51, '', '2020-04-29 12:52:29'),
(17768, 4, 52, '', '2020-04-29 12:52:29'),
(17769, 4, 53, '', '2020-04-29 12:52:29'),
(17770, 4, 753, '', '2020-04-29 12:52:29'),
(17771, 4, 723, '', '2020-04-29 12:52:29'),
(17772, 4, 59, '', '2020-04-29 12:52:29'),
(17773, 4, 752, '', '2020-04-29 12:52:29'),
(17774, 4, 55, '', '2020-04-29 12:52:29'),
(17775, 4, 724, '', '2020-04-29 12:52:29'),
(17776, 4, 58, '', '2020-04-29 12:52:29'),
(17777, 4, 56, '', '2020-04-29 12:52:29'),
(17778, 4, 903, '', '2020-04-29 12:52:29'),
(17779, 4, 70, '', '2020-04-29 12:52:29'),
(17780, 4, 71, '', '2020-04-29 12:52:29'),
(17781, 4, 72, '', '2020-04-29 12:52:29'),
(17782, 4, 902, '', '2020-04-29 12:52:29'),
(17789, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 12:52:45'),
(17790, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 12:52:45'),
(17791, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 12:52:45'),
(17792, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 12:52:45'),
(17793, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:52:45'),
(17794, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:52:45'),
(17795, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 12:52:45'),
(17796, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 12:52:45'),
(17797, 5, 537, 'dasasdasddas\n', '2020-04-29 12:52:45'),
(17798, 5, 538, 'dasadsdasasd\n', '2020-04-29 12:52:45'),
(17799, 5, 539, 'weqqweqweqew\n', '2020-04-29 12:52:45'),
(17800, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 12:53:36'),
(17801, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 12:53:36'),
(17802, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 12:53:36'),
(17803, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 12:53:36'),
(17804, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:53:36'),
(17805, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:53:36'),
(17806, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 12:53:36'),
(17807, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 12:53:36'),
(17808, 5, 537, 'dasasdasddas\n', '2020-04-29 12:53:36'),
(17809, 5, 538, 'dasadsdasasd\n', '2020-04-29 12:53:36'),
(17810, 5, 539, 'weqqweqweqew\n', '2020-04-29 12:53:36'),
(17822, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 12:56:00'),
(17823, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 12:56:00'),
(17824, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 12:56:00'),
(17825, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 12:56:00'),
(17826, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:56:00'),
(17827, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:56:00'),
(17828, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 12:56:00'),
(17829, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 12:56:00'),
(17830, 5, 537, 'dasasdasddas\n', '2020-04-29 12:56:00'),
(17831, 5, 538, 'dasadsdasasd\n', '2020-04-29 12:56:00'),
(17832, 5, 539, 'weqqweqweqew\n', '2020-04-29 12:56:00'),
(17833, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 12:56:09'),
(17834, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 12:56:09'),
(17835, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 12:56:09'),
(17836, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 12:56:09'),
(17837, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:56:09'),
(17838, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:56:09'),
(17839, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 12:56:09'),
(17840, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 12:56:09'),
(17841, 5, 537, 'dasasdasddas\n', '2020-04-29 12:56:09'),
(17842, 5, 538, 'dasadsdasasd\n', '2020-04-29 12:56:09'),
(17843, 5, 539, 'weqqweqweqew\n', '2020-04-29 12:56:09'),
(17844, 5, 525, '', '2020-04-29 12:56:13'),
(17845, 5, 526, '', '2020-04-29 12:56:13'),
(17846, 5, 527, '', '2020-04-29 12:56:13'),
(17847, 5, 532, '', '2020-04-29 12:56:13'),
(17848, 5, 533, '', '2020-04-29 12:56:13'),
(17849, 5, 534, '', '2020-04-29 12:56:13'),
(17850, 5, 535, '', '2020-04-29 12:56:13'),
(17851, 5, 536, '', '2020-04-29 12:56:13'),
(17852, 5, 537, '', '2020-04-29 12:56:13'),
(17853, 5, 538, '', '2020-04-29 12:56:13'),
(17854, 5, 539, '', '2020-04-29 12:56:13'),
(17855, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 12:56:48'),
(17856, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 12:56:48'),
(17857, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 12:56:48'),
(17858, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 12:56:48'),
(17859, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:56:48'),
(17860, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:56:48'),
(17861, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 12:56:48'),
(17862, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 12:56:48'),
(17863, 5, 537, 'dasasdasddas\n', '2020-04-29 12:56:48'),
(17864, 5, 538, 'dasadsdasasd\n', '2020-04-29 12:56:48'),
(17865, 5, 539, 'weqqweqweqew\n', '2020-04-29 12:56:48'),
(17866, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 12:57:19'),
(17867, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 12:57:19'),
(17868, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 12:57:19'),
(17869, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 12:57:19'),
(17870, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:57:19'),
(17871, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:57:19'),
(17872, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 12:57:19'),
(17873, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 12:57:19'),
(17874, 5, 537, 'dasasdasddas\n', '2020-04-29 12:57:19'),
(17875, 5, 538, 'dasadsdasasd\n', '2020-04-29 12:57:19'),
(17876, 5, 539, 'weqqweqweqew\n', '2020-04-29 12:57:19'),
(17877, 5, 525, '', '2020-04-29 12:57:23'),
(17878, 5, 526, '', '2020-04-29 12:57:23'),
(17879, 5, 527, '', '2020-04-29 12:57:23'),
(17880, 5, 532, '', '2020-04-29 12:57:23'),
(17881, 5, 533, '', '2020-04-29 12:57:23'),
(17882, 5, 534, '', '2020-04-29 12:57:23'),
(17883, 5, 535, '', '2020-04-29 12:57:23'),
(17884, 5, 536, '', '2020-04-29 12:57:23'),
(17885, 5, 537, '', '2020-04-29 12:57:23'),
(17886, 5, 538, '', '2020-04-29 12:57:23'),
(17887, 5, 539, '', '2020-04-29 12:57:23'),
(17888, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 12:57:35'),
(17889, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 12:57:35'),
(17890, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 12:57:35'),
(17891, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 12:57:35'),
(17892, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:57:35'),
(17893, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:57:35'),
(17894, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 12:57:35'),
(17895, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 12:57:35'),
(17896, 5, 537, 'dasasdasddas\n', '2020-04-29 12:57:35'),
(17897, 5, 538, 'dasadsdasasd\n', '2020-04-29 12:57:35'),
(17898, 5, 539, 'weqqweqweqew\n', '2020-04-29 12:57:35'),
(17899, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 12:58:13'),
(17900, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 12:58:13'),
(17901, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 12:58:13'),
(17902, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 12:58:13'),
(17903, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:58:13'),
(17904, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:58:13'),
(17905, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 12:58:13'),
(17906, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 12:58:13');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(17907, 5, 537, 'dasasdasddas\n', '2020-04-29 12:58:13'),
(17908, 5, 538, 'dasadsdasasd\n', '2020-04-29 12:58:13'),
(17909, 5, 539, 'weqqweqweqew\n', '2020-04-29 12:58:13'),
(17910, 5, 525, '', '2020-04-29 12:58:17'),
(17911, 5, 526, '', '2020-04-29 12:58:17'),
(17912, 5, 527, '', '2020-04-29 12:58:17'),
(17913, 5, 532, '', '2020-04-29 12:58:17'),
(17914, 5, 533, '', '2020-04-29 12:58:17'),
(17915, 5, 534, '', '2020-04-29 12:58:17'),
(17916, 5, 535, '', '2020-04-29 12:58:17'),
(17917, 5, 536, '', '2020-04-29 12:58:17'),
(17918, 5, 537, '', '2020-04-29 12:58:17'),
(17919, 5, 538, '', '2020-04-29 12:58:17'),
(17920, 5, 539, '', '2020-04-29 12:58:17'),
(17921, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 12:58:25'),
(17922, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 12:58:25'),
(17923, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 12:58:25'),
(17924, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 12:58:25'),
(17925, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:58:25'),
(17926, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 12:58:25'),
(17927, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 12:58:25'),
(17928, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 12:58:25'),
(17929, 5, 537, 'dasasdasddas\n', '2020-04-29 12:58:25'),
(17930, 5, 538, 'dasadsdasasd\n', '2020-04-29 12:58:25'),
(17931, 5, 539, 'weqqweqweqew\n', '2020-04-29 12:58:25'),
(17937, 2, 901, '{\"consumable\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"social\":\"2\",\"economic\":\"3\",\"technical\":\"2\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"social\":\"2\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1.3\",\"isSelected\":1},{\"title\":\"Minimise freight transport damage\",\"social\":\"5 - high\",\"economic\":\"3\",\"technical\":\"3\",\"average\":\"3.7\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"5 - high\",\"economic\":\"4\",\"technical\":\"5 - high\",\"average\":\"4.7\",\"isSelected\":1}],\"infrastructure\":[{\"title\":\"Preferably use regionally available energy resources\",\"social\":\"5 - high\",\"economic\":\"5 - high\",\"technical\":\"5 - high\",\"average\":\"5\",\"isSelected\":1}],\"keyAsset\":[],\"access\":[],\"extras\":[{\"title\":\"uno\",\"data\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"3\",\"average\":\"2\",\"isSelected\":1}]},{\"title\":\"dos\",\"data\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"4\",\"average\":\"2\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"3\",\"average\":\"2.3\",\"isSelected\":1}]}]}', '2020-04-29 13:08:44'),
(17938, 5, 707, '\"[]\"', '2020-04-29 13:10:38'),
(17939, 5, 908, '\"[]\"', '2020-04-29 13:10:38'),
(17940, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-29 13:10:38'),
(17941, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-29 13:10:38'),
(17942, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-29 13:10:38'),
(17943, 5, 689, '\"[]\"', '2020-04-29 13:10:38'),
(17944, 5, 687, '\"[]\"', '2020-04-29 13:10:38'),
(17945, 5, 685, '\"[]\"', '2020-04-29 13:10:38'),
(17946, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-29 13:10:38'),
(17947, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-29 13:10:38'),
(17948, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-29 13:10:38'),
(17949, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-29 13:10:38'),
(17950, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-29 13:10:38'),
(17951, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-29 13:10:38'),
(17952, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-29 13:10:38'),
(17953, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-29 13:10:38'),
(17954, 5, 906, '\"[]\"', '2020-04-29 13:10:38'),
(17955, 5, 690, '\"[]\"', '2020-04-29 13:10:38'),
(17956, 5, 691, '\"[]\"', '2020-04-29 13:10:38'),
(17957, 5, 907, '\"[]\"', '2020-04-29 13:10:38'),
(17958, 5, 686, '\"[]\"', '2020-04-29 13:10:38'),
(17959, 5, 688, '\"[]\"', '2020-04-29 13:10:38'),
(17964, 5, 707, '\"[]\"', '2020-04-29 13:16:36'),
(17965, 5, 908, '\"[]\"', '2020-04-29 13:16:36'),
(17966, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-29 13:16:36'),
(17967, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-29 13:16:36'),
(17968, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-29 13:16:36'),
(17969, 5, 689, '\"[]\"', '2020-04-29 13:16:36'),
(17970, 5, 687, '\"[]\"', '2020-04-29 13:16:36'),
(17971, 5, 685, '\"[]\"', '2020-04-29 13:16:36'),
(17972, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-29 13:16:36'),
(17973, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-29 13:16:36'),
(17974, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-29 13:16:36'),
(17975, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-29 13:16:36'),
(17976, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-29 13:16:36'),
(17977, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-29 13:16:36'),
(17978, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-29 13:16:36'),
(17979, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-29 13:16:36'),
(17980, 5, 906, '\"[]\"', '2020-04-29 13:16:36'),
(17981, 5, 690, '\"[]\"', '2020-04-29 13:16:36'),
(17982, 5, 691, '\"[]\"', '2020-04-29 13:16:36'),
(17983, 5, 907, '\"[]\"', '2020-04-29 13:16:36'),
(17984, 5, 686, '\"[]\"', '2020-04-29 13:16:36'),
(17985, 5, 688, '\"[]\"', '2020-04-29 13:16:36'),
(17986, 5, 707, '\"[]\"', '2020-04-29 13:18:44'),
(17987, 5, 908, '\"[]\"', '2020-04-29 13:18:44'),
(17988, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-29 13:18:44'),
(17989, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-29 13:18:44'),
(17990, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-29 13:18:44'),
(17991, 5, 689, '\"[]\"', '2020-04-29 13:18:44'),
(17992, 5, 687, '\"[]\"', '2020-04-29 13:18:44'),
(17993, 5, 685, '\"[]\"', '2020-04-29 13:18:44'),
(17994, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-29 13:18:44'),
(17995, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-29 13:18:44'),
(17996, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-29 13:18:44'),
(17997, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-29 13:18:44'),
(17998, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-29 13:18:44'),
(17999, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-29 13:18:44'),
(18000, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-29 13:18:44'),
(18001, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-29 13:18:44'),
(18002, 5, 906, '\"[]\"', '2020-04-29 13:18:44'),
(18003, 5, 690, '\"[]\"', '2020-04-29 13:18:44'),
(18004, 5, 691, '\"[]\"', '2020-04-29 13:18:44'),
(18005, 5, 907, '\"[]\"', '2020-04-29 13:18:44'),
(18006, 5, 686, '\"[]\"', '2020-04-29 13:18:44'),
(18007, 5, 688, '\"[]\"', '2020-04-29 13:18:44'),
(18012, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 13:27:02'),
(18013, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 13:27:02'),
(18014, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 13:27:02'),
(18015, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 13:27:02'),
(18016, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 13:27:02'),
(18017, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 13:27:02'),
(18018, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 13:27:02'),
(18019, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 13:27:02'),
(18020, 5, 537, 'dasasdasddas\n', '2020-04-29 13:27:02'),
(18021, 5, 538, 'dasadsdasasd\n', '2020-04-29 13:27:02'),
(18022, 5, 539, 'weqqweqweqew\n', '2020-04-29 13:27:02'),
(18023, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 13:30:35'),
(18024, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 13:30:35'),
(18025, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 13:30:35'),
(18026, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 13:30:35'),
(18027, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 13:30:35'),
(18028, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 13:30:35'),
(18029, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 13:30:35'),
(18030, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 13:30:35'),
(18031, 5, 537, 'dasasdasddas\n', '2020-04-29 13:30:35'),
(18032, 5, 538, 'dasadsdasasd\n', '2020-04-29 13:30:35'),
(18033, 5, 539, 'weqqweqweqew\n', '2020-04-29 13:30:35'),
(18038, 5, 707, '\"[]\"', '2020-04-29 13:37:42'),
(18039, 5, 908, '\"[]\"', '2020-04-29 13:37:42'),
(18040, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-29 13:37:42'),
(18041, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-29 13:37:42'),
(18042, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-29 13:37:42'),
(18043, 5, 689, '\"[]\"', '2020-04-29 13:37:42'),
(18044, 5, 687, '\"[]\"', '2020-04-29 13:37:42'),
(18045, 5, 685, '\"[]\"', '2020-04-29 13:37:42'),
(18046, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-29 13:37:42'),
(18047, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-29 13:37:42'),
(18048, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-29 13:37:42'),
(18049, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-29 13:37:42'),
(18050, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-29 13:37:42'),
(18051, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-29 13:37:42'),
(18052, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-29 13:37:42'),
(18053, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-29 13:37:42'),
(18054, 5, 906, '\"[]\"', '2020-04-29 13:37:42'),
(18055, 5, 690, '\"[]\"', '2020-04-29 13:37:42'),
(18056, 5, 691, '\"[]\"', '2020-04-29 13:37:42'),
(18057, 5, 907, '\"[]\"', '2020-04-29 13:37:42'),
(18058, 5, 686, '\"[]\"', '2020-04-29 13:37:42'),
(18059, 5, 688, '\"[]\"', '2020-04-29 13:37:42'),
(18061, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 13:38:46'),
(18062, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 13:38:46'),
(18063, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 13:38:46'),
(18064, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 13:38:46'),
(18065, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 13:38:46'),
(18066, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 13:38:46'),
(18067, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 13:38:46'),
(18068, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 13:38:46'),
(18069, 5, 537, 'dasasdasddas\n', '2020-04-29 13:38:46'),
(18070, 5, 538, 'dasadsdasasd\n', '2020-04-29 13:38:46'),
(18071, 5, 539, 'weqqweqweqew\n', '2020-04-29 13:38:46'),
(18081, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 13:52:30'),
(18082, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 13:52:30'),
(18083, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 13:52:30'),
(18084, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 13:52:30'),
(18085, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 13:52:30'),
(18086, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 13:52:30'),
(18087, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 13:52:30'),
(18088, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 13:52:30'),
(18089, 5, 537, 'dasasdasddas\n', '2020-04-29 13:52:30'),
(18090, 5, 538, 'dasadsdasasd\n', '2020-04-29 13:52:30'),
(18091, 5, 539, 'weqqweqweqew\n', '2020-04-29 13:52:30'),
(18092, 2, 905, '{\"consumable\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"score\":\"2.3\",\"actions\":[]},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"score\":\"1.3\",\"actions\":[]},{\"title\":\"Minimise freight transport damage\",\"score\":\"3.7\",\"actions\":[]},{\"title\":\"ab\",\"score\":\"4.7\",\"actions\":[]}],\"infrastructure\":[{\"title\":\"Preferably use regionally available energy resources\",\"score\":\"5\",\"actions\":[{\"title\":\"ab\",\"startDate\":1601503200000,\"endDate\":1606777200000,\"responsible\":\"cd\"},{\"title\":\"ba\",\"startDate\":1601503200000,\"endDate\":1606777200000,\"responsible\":\"de\"}]}],\"access\":[],\"keyAsset\":[],\"extras\":[{\"title\":\"uno\",\"data\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"score\":\"2\",\"actions\":[]}]},{\"title\":\"dos\",\"data\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"score\":\"2\",\"actions\":[]},{\"title\":\"ab\",\"score\":\"2.3\",\"actions\":[]}]}]}', '2020-04-29 13:54:05'),
(18093, 2, 905, '{\"consumable\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"score\":\"2.3\",\"actions\":[]},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"score\":\"1.3\",\"actions\":[]},{\"title\":\"Minimise freight transport damage\",\"score\":\"3.7\",\"actions\":[]},{\"title\":\"ab\",\"score\":\"4.7\",\"actions\":[]}],\"infrastructure\":[{\"title\":\"Preferably use regionally available energy resources\",\"score\":\"5\",\"actions\":[{\"title\":\"ab\",\"startDate\":1598911200000,\"endDate\":1606777200000,\"responsible\":\"Fr\"},{\"title\":\"ab\",\"startDate\":1598911200000,\"endDate\":1604185200000,\"responsible\":\"Fa\"}]}],\"access\":[],\"keyAsset\":[],\"extras\":[{\"title\":\"uno\",\"data\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"score\":\"2\",\"actions\":[]}]},{\"title\":\"dos\",\"data\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"score\":\"2\",\"actions\":[]},{\"title\":\"ab\",\"score\":\"2.3\",\"actions\":[{\"title\":\"A\",\"startDate\":1598911200000,\"endDate\":1604185200000,\"responsible\":\"D\"},{\"title\":\"B\",\"startDate\":1580511600000,\"endDate\":1585692000000,\"responsible\":\"E\"},{\"title\":\"C\",\"startDate\":1577833200000,\"endDate\":1585692000000,\"responsible\":\"F\"}]}]}]}', '2020-04-29 13:54:15'),
(18094, 5, 707, '\"[]\"', '2020-04-29 14:50:06'),
(18095, 5, 908, '\"[]\"', '2020-04-29 14:50:06'),
(18096, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-29 14:50:06'),
(18097, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-29 14:50:06'),
(18098, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-29 14:50:06'),
(18099, 5, 689, '\"[]\"', '2020-04-29 14:50:06'),
(18100, 5, 687, '\"[]\"', '2020-04-29 14:50:06'),
(18101, 5, 685, '\"[]\"', '2020-04-29 14:50:06'),
(18102, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-29 14:50:06'),
(18103, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-29 14:50:06'),
(18104, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-29 14:50:06'),
(18105, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-29 14:50:06'),
(18106, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-29 14:50:06'),
(18107, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-29 14:50:06'),
(18108, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-29 14:50:06'),
(18109, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-29 14:50:06'),
(18110, 5, 906, '\"[]\"', '2020-04-29 14:50:06'),
(18111, 5, 690, '\"[]\"', '2020-04-29 14:50:06'),
(18112, 5, 691, '\"[]\"', '2020-04-29 14:50:06'),
(18113, 5, 907, '\"[]\"', '2020-04-29 14:50:06'),
(18114, 5, 686, '\"[]\"', '2020-04-29 14:50:06'),
(18115, 5, 688, '\"[]\"', '2020-04-29 14:50:06'),
(18117, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 17:20:40'),
(18118, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 17:20:40'),
(18119, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 17:20:40'),
(18120, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 17:20:40'),
(18121, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 17:20:40'),
(18122, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 17:20:40'),
(18123, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 17:20:40'),
(18124, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 17:20:40'),
(18125, 5, 537, 'dasasdasddas\n', '2020-04-29 17:20:40'),
(18126, 5, 538, 'dasadsdasasd\n', '2020-04-29 17:20:40'),
(18127, 5, 539, 'weqqweqweqew\n', '2020-04-29 17:20:40'),
(18128, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 17:22:09'),
(18129, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 17:22:09'),
(18130, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 17:22:09'),
(18131, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 17:22:09'),
(18132, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 17:22:09'),
(18133, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 17:22:09'),
(18134, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 17:22:09'),
(18135, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 17:22:09'),
(18136, 5, 537, 'dasasdasddas\n', '2020-04-29 17:22:09'),
(18137, 5, 538, 'dasadsdasasd\n', '2020-04-29 17:22:09'),
(18138, 5, 539, 'weqqweqweqew\n', '2020-04-29 17:22:09'),
(18140, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-29 17:26:55'),
(18141, 5, 526, 'Ejercicio 13 activities\n', '2020-04-29 17:26:55'),
(18142, 5, 527, 'Ejercicio 13 resources\n', '2020-04-29 17:26:55'),
(18143, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-29 17:26:56'),
(18144, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-29 17:26:56'),
(18145, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-29 17:26:56'),
(18146, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-29 17:26:56'),
(18147, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-29 17:26:56'),
(18148, 5, 537, 'dasasdasddas\n', '2020-04-29 17:26:56'),
(18149, 5, 538, 'dasadsdasasd\n', '2020-04-29 17:26:56'),
(18150, 5, 539, 'weqqweqweqew\n', '2020-04-29 17:26:56'),
(18151, 5, 707, '\"[]\"', '2020-04-29 17:27:45'),
(18152, 5, 908, '\"[]\"', '2020-04-29 17:27:45'),
(18153, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-29 17:27:45'),
(18154, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-29 17:27:45'),
(18155, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-29 17:27:45'),
(18156, 5, 689, '\"[]\"', '2020-04-29 17:27:45'),
(18157, 5, 687, '\"[]\"', '2020-04-29 17:27:45'),
(18158, 5, 685, '\"[]\"', '2020-04-29 17:27:45'),
(18159, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-29 17:27:45'),
(18160, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-29 17:27:45'),
(18161, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-29 17:27:45'),
(18162, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-29 17:27:45'),
(18163, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-29 17:27:45'),
(18164, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-29 17:27:45'),
(18165, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-29 17:27:45'),
(18166, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-29 17:27:45'),
(18167, 5, 906, '\"[]\"', '2020-04-29 17:27:45'),
(18168, 5, 690, '\"[]\"', '2020-04-29 17:27:45'),
(18169, 5, 691, '\"[]\"', '2020-04-29 17:27:45'),
(18170, 5, 907, '\"[]\"', '2020-04-29 17:27:45'),
(18171, 5, 686, '\"[]\"', '2020-04-29 17:27:45'),
(18172, 5, 688, '\"[]\"', '2020-04-29 17:27:45'),
(18174, 2, 541, '', '2020-04-30 06:04:58'),
(18175, 2, 542, 'service', '2020-04-30 06:05:09'),
(18176, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 07:00:16'),
(18177, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 07:00:16'),
(18178, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 07:00:16'),
(18179, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 07:00:16'),
(18180, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:00:16'),
(18181, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:00:16'),
(18182, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 07:00:16'),
(18183, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 07:00:16'),
(18184, 5, 537, 'dasasdasddas\n', '2020-04-30 07:00:16'),
(18185, 5, 538, 'dasadsdasasd\n', '2020-04-30 07:00:16'),
(18186, 5, 539, 'weqqweqweqew\n', '2020-04-30 07:00:16'),
(18187, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 07:00:24'),
(18188, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 07:00:24'),
(18189, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 07:00:24'),
(18190, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 07:00:24'),
(18191, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:00:24'),
(18192, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:00:24'),
(18193, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 07:00:24'),
(18194, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 07:00:24'),
(18195, 5, 537, 'dasasdasddas\n', '2020-04-30 07:00:24'),
(18196, 5, 538, 'dasadsdasasd\n', '2020-04-30 07:00:24'),
(18197, 5, 539, 'weqqweqweqew\n', '2020-04-30 07:00:24'),
(18198, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 07:01:12'),
(18199, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 07:01:12'),
(18200, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 07:01:12'),
(18201, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 07:01:12'),
(18202, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:01:12'),
(18203, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:01:12'),
(18204, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 07:01:12'),
(18205, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 07:01:12'),
(18206, 5, 537, 'dasasdasddas\n', '2020-04-30 07:01:12'),
(18207, 5, 538, 'dasadsdasasd\n', '2020-04-30 07:01:12'),
(18208, 5, 539, 'weqqweqweqew\n', '2020-04-30 07:01:12'),
(18209, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 07:13:59'),
(18210, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 07:13:59'),
(18211, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 07:13:59'),
(18212, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 07:13:59'),
(18213, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:13:59'),
(18214, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:13:59'),
(18215, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 07:13:59'),
(18216, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 07:13:59'),
(18217, 5, 537, 'dasasdasddas\n', '2020-04-30 07:13:59'),
(18218, 5, 538, 'dasadsdasasd\n', '2020-04-30 07:13:59'),
(18219, 5, 539, 'weqqweqweqew\n', '2020-04-30 07:13:59'),
(18220, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 07:14:05'),
(18221, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 07:14:05'),
(18222, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 07:14:05'),
(18223, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 07:14:05'),
(18224, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:14:05'),
(18225, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:14:05'),
(18226, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 07:14:05'),
(18227, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 07:14:05'),
(18228, 5, 537, 'dasasdasddas\n', '2020-04-30 07:14:05'),
(18229, 5, 538, 'dasadsdasasd\n', '2020-04-30 07:14:05'),
(18230, 5, 539, 'weqqweqweqew\n', '2020-04-30 07:14:05'),
(18231, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 07:15:40'),
(18232, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 07:15:40'),
(18233, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 07:15:40'),
(18234, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 07:15:40'),
(18235, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:15:40'),
(18236, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:15:40'),
(18237, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 07:15:40'),
(18238, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 07:15:40'),
(18239, 5, 537, 'dasasdasddas\n', '2020-04-30 07:15:40'),
(18240, 5, 538, 'dasadsdasasd\n', '2020-04-30 07:15:40'),
(18241, 5, 539, 'weqqweqweqew\n', '2020-04-30 07:15:40'),
(18242, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 07:17:03'),
(18243, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 07:17:03'),
(18244, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 07:17:03'),
(18245, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 07:17:03'),
(18246, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:17:03'),
(18247, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:17:03'),
(18248, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 07:17:03'),
(18249, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 07:17:03'),
(18250, 5, 537, 'dasasdasddas\n', '2020-04-30 07:17:03'),
(18251, 5, 538, 'dasadsdasasd\n', '2020-04-30 07:17:03'),
(18252, 5, 539, 'weqqweqweqew\n', '2020-04-30 07:17:03'),
(18253, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 07:18:11'),
(18254, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 07:18:11'),
(18255, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 07:18:11'),
(18256, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 07:18:11'),
(18257, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:18:11'),
(18258, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 07:18:11'),
(18259, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 07:18:11'),
(18260, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 07:18:11'),
(18261, 5, 537, 'dasasdasddas\n', '2020-04-30 07:18:11'),
(18262, 5, 538, 'dasadsdasasd\n', '2020-04-30 07:18:11'),
(18263, 5, 539, 'weqqweqweqew\n', '2020-04-30 07:18:11'),
(18264, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 08:02:49'),
(18265, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 08:02:49'),
(18266, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 08:02:49'),
(18267, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 08:02:49'),
(18268, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 08:02:49'),
(18269, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 08:02:49'),
(18270, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 08:02:49'),
(18271, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 08:02:49'),
(18272, 5, 537, 'dasasdasddas\n', '2020-04-30 08:02:49'),
(18273, 5, 538, 'dasadsdasasd\n', '2020-04-30 08:02:49'),
(18274, 5, 539, 'weqqweqweqew\n', '2020-04-30 08:02:49'),
(18275, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 08:02:58'),
(18276, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 08:02:58'),
(18277, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 08:02:58'),
(18278, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 08:02:58'),
(18279, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 08:02:58'),
(18280, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 08:02:58'),
(18281, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 08:02:58'),
(18282, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 08:02:58'),
(18283, 5, 537, 'dasasdasddas\n', '2020-04-30 08:02:58'),
(18284, 5, 538, 'dasadsdasasd\n', '2020-04-30 08:02:58'),
(18285, 5, 539, 'weqqweqweqew\n', '2020-04-30 08:02:58'),
(18286, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 08:16:11'),
(18287, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 08:16:11'),
(18288, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 08:16:11'),
(18289, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 08:16:11'),
(18290, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 08:16:11'),
(18291, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 08:16:11'),
(18292, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 08:16:11'),
(18293, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 08:16:11'),
(18294, 5, 537, 'dasasdasddas\n', '2020-04-30 08:16:11'),
(18295, 5, 538, 'dasadsdasasd\n', '2020-04-30 08:16:11'),
(18296, 5, 539, 'weqqweqweqew\n', '2020-04-30 08:16:11'),
(18297, 5, 707, '\"[]\"', '2020-04-30 08:23:30'),
(18298, 5, 908, '\"[]\"', '2020-04-30 08:23:30'),
(18299, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-30 08:23:30'),
(18300, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-30 08:23:30'),
(18301, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-30 08:23:30'),
(18302, 5, 689, '\"[]\"', '2020-04-30 08:23:30'),
(18303, 5, 687, '\"[]\"', '2020-04-30 08:23:30'),
(18304, 5, 685, '\"[]\"', '2020-04-30 08:23:30'),
(18305, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-30 08:23:30'),
(18306, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-30 08:23:30'),
(18307, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-30 08:23:30'),
(18308, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-30 08:23:30'),
(18309, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-30 08:23:30'),
(18310, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-30 08:23:30'),
(18311, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-30 08:23:30'),
(18312, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-30 08:23:30'),
(18313, 5, 906, '\"[]\"', '2020-04-30 08:23:30'),
(18314, 5, 690, '\"[]\"', '2020-04-30 08:23:30'),
(18315, 5, 691, '\"[]\"', '2020-04-30 08:23:30'),
(18316, 5, 907, '\"[]\"', '2020-04-30 08:23:30'),
(18317, 5, 686, '\"[]\"', '2020-04-30 08:23:30'),
(18318, 5, 688, '\"[]\"', '2020-04-30 08:23:30'),
(18319, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 08:24:37'),
(18320, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 08:24:37'),
(18321, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 08:24:37'),
(18322, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 08:24:37'),
(18323, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 08:24:37'),
(18324, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 08:24:37'),
(18325, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 08:24:37'),
(18326, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 08:24:37'),
(18327, 5, 537, 'dasasdasddas\n', '2020-04-30 08:24:37'),
(18328, 5, 538, 'dasadsdasasd\n', '2020-04-30 08:24:37'),
(18329, 5, 539, 'weqqweqweqew\n', '2020-04-30 08:24:37'),
(18330, 5, 707, '\"[]\"', '2020-04-30 08:25:35'),
(18331, 5, 908, '\"[]\"', '2020-04-30 08:25:35'),
(18332, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-30 08:25:35'),
(18333, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-30 08:25:35'),
(18334, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-30 08:25:35'),
(18335, 5, 689, '\"[]\"', '2020-04-30 08:25:35'),
(18336, 5, 687, '\"[]\"', '2020-04-30 08:25:35'),
(18337, 5, 685, '\"[]\"', '2020-04-30 08:25:35'),
(18338, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-30 08:25:35'),
(18339, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-30 08:25:35'),
(18340, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-30 08:25:35'),
(18341, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-30 08:25:35'),
(18342, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-30 08:25:35'),
(18343, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-30 08:25:35'),
(18344, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-30 08:25:35'),
(18345, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-30 08:25:35'),
(18346, 5, 906, '\"[]\"', '2020-04-30 08:25:35'),
(18347, 5, 690, '\"[]\"', '2020-04-30 08:25:35'),
(18348, 5, 691, '\"[]\"', '2020-04-30 08:25:35'),
(18349, 5, 907, '\"[]\"', '2020-04-30 08:25:35'),
(18350, 5, 686, '\"[]\"', '2020-04-30 08:25:35'),
(18351, 5, 688, '\"[]\"', '2020-04-30 08:25:35'),
(18352, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 08:28:46'),
(18353, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 08:28:46'),
(18354, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 08:28:46'),
(18355, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 08:28:46'),
(18356, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 08:28:46'),
(18357, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 08:28:46'),
(18358, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 08:28:46'),
(18359, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 08:28:46'),
(18360, 5, 537, 'dasasdasddas\n', '2020-04-30 08:28:47'),
(18361, 5, 538, 'dasadsdasasd\n', '2020-04-30 08:28:47'),
(18362, 5, 539, 'weqqweqweqew\n', '2020-04-30 08:28:47'),
(18363, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 08:51:56'),
(18364, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 08:51:56'),
(18365, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 08:51:56'),
(18366, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 08:51:56'),
(18367, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 08:51:56'),
(18368, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 08:51:56'),
(18369, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 08:51:56'),
(18370, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 08:51:56'),
(18371, 5, 537, 'dasasdasddas\n', '2020-04-30 08:51:56'),
(18372, 5, 538, 'dasadsdasasd\n', '2020-04-30 08:51:56'),
(18373, 5, 539, 'weqqweqweqew\n', '2020-04-30 08:51:56'),
(18374, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 08:53:23'),
(18375, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 08:53:23'),
(18376, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 08:53:23'),
(18377, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 08:53:23'),
(18378, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 08:53:23'),
(18379, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 08:53:23'),
(18380, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 08:53:23'),
(18381, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 08:53:23'),
(18382, 5, 537, 'dasasdasddas\n', '2020-04-30 08:53:23'),
(18383, 5, 538, 'dasadsdasasd\n', '2020-04-30 08:53:23'),
(18384, 5, 539, 'weqqweqweqew\n', '2020-04-30 08:53:23'),
(18385, 2, 541, '', '2020-04-30 09:29:05'),
(18386, 2, 541, '', '2020-04-30 09:31:41'),
(18387, 2, 542, 'service', '2020-04-30 09:37:09'),
(18388, 2, 550, 'Titulo2', '2020-04-30 09:37:57'),
(18389, 2, 551, 'Descripcion', '2020-04-30 09:37:57'),
(18390, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-04-30 09:37:57'),
(18391, 2, 541, '', '2020-04-30 10:07:47'),
(18392, 2, 542, 'service', '2020-04-30 10:07:55'),
(18393, 2, 541, '', '2020-04-30 10:14:15'),
(18394, 2, 542, 'product', '2020-04-30 10:14:23'),
(18395, 2, 547, '[{\"name\":\"ab\",\"surname\":\"cd\",\"email\":\"ef\",\"background\":\"gh\",\"responsibilities\":\"ij\"}]', '2020-04-30 10:14:30'),
(18396, 2, 550, 'Titulo2', '2020-04-30 10:15:12'),
(18397, 2, 551, 'Descripcion', '2020-04-30 10:15:12'),
(18398, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-04-30 10:15:12'),
(18399, 2, 553, '', '2020-04-30 10:15:17'),
(18400, 2, 554, 'Social', '2020-04-30 10:15:17'),
(18401, 2, 555, 'Enviroment', '2020-04-30 10:15:17'),
(18402, 2, 556, 'Economic', '2020-04-30 10:15:17'),
(18403, 2, 557, 'Technological', '2020-04-30 10:15:17'),
(18404, 2, 558, 'Legal', '2020-04-30 10:15:17'),
(18405, 2, 559, 'Objetivos', '2020-04-30 10:15:22'),
(18406, 2, 560, 'Mi vision', '2020-04-30 10:15:22'),
(18407, 2, 547, '[{\"name\":\"ab\",\"surname\":\"cd\",\"email\":\"ef\",\"background\":\"gh\",\"responsibilities\":\"ij\"},{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"}]', '2020-04-30 10:16:03'),
(18408, 2, 553, 'Political', '2020-04-30 10:17:30'),
(18409, 2, 554, 'Social', '2020-04-30 10:17:30'),
(18410, 2, 555, 'Enviroment', '2020-04-30 10:17:30'),
(18411, 2, 556, 'Economic', '2020-04-30 10:17:30'),
(18412, 2, 557, 'Technological', '2020-04-30 10:17:30'),
(18413, 2, 558, 'Legal', '2020-04-30 10:17:30'),
(18414, 2, 553, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.', '2020-04-30 10:20:03'),
(18415, 2, 554, 'Nulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.', '2020-04-30 10:20:03'),
(18416, 2, 555, 'In id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.', '2020-04-30 10:20:03'),
(18417, 2, 556, 'Morbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.', '2020-04-30 10:20:03'),
(18418, 2, 557, 'Proin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.', '2020-04-30 10:20:03'),
(18419, 2, 558, 'Phasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.', '2020-04-30 10:20:03'),
(18420, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 12:28:48'),
(18421, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 12:28:48'),
(18422, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 12:28:48'),
(18423, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 12:28:48'),
(18424, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 12:28:48'),
(18425, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 12:28:48'),
(18426, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 12:28:48'),
(18427, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 12:28:48'),
(18428, 5, 537, 'dasasdasddas\n', '2020-04-30 12:28:48'),
(18429, 5, 538, 'dasadsdasasd\n', '2020-04-30 12:28:48'),
(18430, 5, 539, 'weqqweqweqew\n', '2020-04-30 12:28:48'),
(18431, 5, 707, '\"[]\"', '2020-04-30 12:32:03'),
(18432, 5, 908, '\"[]\"', '2020-04-30 12:32:03'),
(18433, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-30 12:32:03');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(18434, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-30 12:32:03'),
(18435, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-30 12:32:03'),
(18436, 5, 689, '\"[]\"', '2020-04-30 12:32:03'),
(18437, 5, 687, '\"[]\"', '2020-04-30 12:32:03'),
(18438, 5, 685, '\"[]\"', '2020-04-30 12:32:03'),
(18439, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-30 12:32:03'),
(18440, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-30 12:32:03'),
(18441, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-30 12:32:03'),
(18442, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-30 12:32:03'),
(18443, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-30 12:32:03'),
(18444, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-30 12:32:03'),
(18445, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-30 12:32:03'),
(18446, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-30 12:32:03'),
(18447, 5, 906, '\"[]\"', '2020-04-30 12:32:03'),
(18448, 5, 690, '\"[]\"', '2020-04-30 12:32:03'),
(18449, 5, 691, '\"[]\"', '2020-04-30 12:32:03'),
(18450, 5, 907, '\"[]\"', '2020-04-30 12:32:03'),
(18451, 5, 686, '\"[]\"', '2020-04-30 12:32:03'),
(18452, 5, 688, '\"[]\"', '2020-04-30 12:32:03'),
(18453, 5, 707, '\"[]\"', '2020-04-30 12:36:36'),
(18454, 5, 908, '\"[]\"', '2020-04-30 12:36:36'),
(18455, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-30 12:36:36'),
(18456, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-30 12:36:36'),
(18457, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-30 12:36:36'),
(18458, 5, 689, '\"[]\"', '2020-04-30 12:36:36'),
(18459, 5, 687, '\"[]\"', '2020-04-30 12:36:36'),
(18460, 5, 685, '\"[]\"', '2020-04-30 12:36:36'),
(18461, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-30 12:36:36'),
(18462, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-30 12:36:36'),
(18463, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-30 12:36:36'),
(18464, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-30 12:36:36'),
(18465, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-30 12:36:36'),
(18466, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-30 12:36:36'),
(18467, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-30 12:36:36'),
(18468, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-30 12:36:36'),
(18469, 5, 906, '\"[]\"', '2020-04-30 12:36:36'),
(18470, 5, 690, '\"[]\"', '2020-04-30 12:36:36'),
(18471, 5, 691, '\"[]\"', '2020-04-30 12:36:36'),
(18472, 5, 907, '\"[]\"', '2020-04-30 12:36:36'),
(18473, 5, 686, '\"[]\"', '2020-04-30 12:36:36'),
(18474, 5, 688, '\"[]\"', '2020-04-30 12:36:36'),
(18475, 5, 707, '\"[]\"', '2020-04-30 12:47:17'),
(18476, 5, 908, '\"[]\"', '2020-04-30 12:47:17'),
(18477, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-04-30 12:47:17'),
(18478, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-04-30 12:47:17'),
(18479, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-04-30 12:47:17'),
(18480, 5, 689, '\"[]\"', '2020-04-30 12:47:17'),
(18481, 5, 687, '\"[]\"', '2020-04-30 12:47:17'),
(18482, 5, 685, '\"[]\"', '2020-04-30 12:47:17'),
(18483, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-04-30 12:47:17'),
(18484, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-04-30 12:47:17'),
(18485, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-04-30 12:47:17'),
(18486, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-04-30 12:47:17'),
(18487, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-04-30 12:47:17'),
(18488, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-04-30 12:47:17'),
(18489, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-04-30 12:47:17'),
(18490, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-04-30 12:47:17'),
(18491, 5, 906, '\"[]\"', '2020-04-30 12:47:17'),
(18492, 5, 690, '\"[]\"', '2020-04-30 12:47:17'),
(18493, 5, 691, '\"[]\"', '2020-04-30 12:47:17'),
(18494, 5, 907, '\"[]\"', '2020-04-30 12:47:17'),
(18495, 5, 686, '\"[]\"', '2020-04-30 12:47:17'),
(18496, 5, 688, '\"[]\"', '2020-04-30 12:47:17'),
(18497, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 12:51:04'),
(18498, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 12:51:04'),
(18499, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 12:51:04'),
(18500, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 12:51:04'),
(18501, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 12:51:04'),
(18502, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 12:51:04'),
(18503, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 12:51:04'),
(18504, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 12:51:04'),
(18505, 5, 537, 'dasasdasddas\n', '2020-04-30 12:51:04'),
(18506, 5, 538, 'dasadsdasasd\n', '2020-04-30 12:51:04'),
(18507, 5, 539, 'weqqweqweqew\n', '2020-04-30 12:51:04'),
(18508, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:03:43'),
(18509, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:03:43'),
(18510, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:03:43'),
(18511, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:03:43'),
(18512, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:03:43'),
(18513, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:03:43'),
(18514, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:03:43'),
(18515, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:03:43'),
(18516, 5, 537, 'dasasdasddas\n', '2020-04-30 13:03:43'),
(18517, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:03:43'),
(18518, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:03:43'),
(18519, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:06:37'),
(18520, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:06:37'),
(18521, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:06:37'),
(18522, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:06:37'),
(18523, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:06:37'),
(18524, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:06:37'),
(18525, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:06:37'),
(18526, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:06:37'),
(18527, 5, 537, 'dasasdasddas\n', '2020-04-30 13:06:37'),
(18528, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:06:37'),
(18529, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:06:37'),
(18530, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:09:42'),
(18531, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:09:42'),
(18532, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:09:42'),
(18533, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:09:42'),
(18534, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:09:42'),
(18535, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:09:42'),
(18536, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:09:42'),
(18537, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:09:42'),
(18538, 5, 537, 'dasasdasddas\n', '2020-04-30 13:09:42'),
(18539, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:09:42'),
(18540, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:09:42'),
(18541, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:12:18'),
(18542, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:12:18'),
(18543, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:12:18'),
(18544, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:12:18'),
(18545, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:12:18'),
(18546, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:12:18'),
(18547, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:12:18'),
(18548, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:12:18'),
(18549, 5, 537, 'dasasdasddas\n', '2020-04-30 13:12:18'),
(18550, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:12:18'),
(18551, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:12:18'),
(18567, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:13:29'),
(18568, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:13:29'),
(18569, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:13:29'),
(18570, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:13:29'),
(18571, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:13:29'),
(18572, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:13:29'),
(18573, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:13:29'),
(18574, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:13:29'),
(18575, 5, 537, 'dasasdasddas\n', '2020-04-30 13:13:29'),
(18576, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:13:29'),
(18577, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:13:29'),
(18578, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:15:02'),
(18579, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:15:02'),
(18580, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:15:02'),
(18581, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:15:02'),
(18582, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:15:02'),
(18583, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:15:02'),
(18584, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:15:02'),
(18585, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:15:02'),
(18586, 5, 537, 'dasasdasddas\n', '2020-04-30 13:15:02'),
(18587, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:15:02'),
(18588, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:15:02'),
(18589, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:16:58'),
(18590, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:16:58'),
(18591, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:16:58'),
(18592, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:16:58'),
(18593, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:16:58'),
(18594, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:16:58'),
(18595, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:16:58'),
(18596, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:16:58'),
(18597, 5, 537, 'dasasdasddas\n', '2020-04-30 13:16:58'),
(18598, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:16:58'),
(18599, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:16:58'),
(18600, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:20:04'),
(18601, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:20:04'),
(18602, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:20:04'),
(18603, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:20:04'),
(18604, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:20:04'),
(18605, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:20:04'),
(18606, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:20:04'),
(18607, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:20:05'),
(18608, 5, 537, 'dasasdasddas\n', '2020-04-30 13:20:05'),
(18609, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:20:05'),
(18610, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:20:05'),
(18611, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:23:02'),
(18612, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:23:02'),
(18613, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:23:02'),
(18614, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:23:02'),
(18615, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:23:02'),
(18616, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:23:02'),
(18617, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:23:03'),
(18618, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:23:03'),
(18619, 5, 537, 'dasasdasddas\n', '2020-04-30 13:23:03'),
(18620, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:23:03'),
(18621, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:23:03'),
(18622, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:25:53'),
(18623, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:25:53'),
(18624, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:25:53'),
(18625, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:25:53'),
(18626, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:25:53'),
(18627, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:25:53'),
(18628, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:25:53'),
(18629, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:25:53'),
(18630, 5, 537, 'dasasdasddas\n', '2020-04-30 13:25:53'),
(18631, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:25:53'),
(18632, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:25:53'),
(18633, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:27:36'),
(18634, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:27:36'),
(18635, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:27:36'),
(18636, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:27:36'),
(18637, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:27:36'),
(18638, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:27:36'),
(18639, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:27:36'),
(18640, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:27:36'),
(18641, 5, 537, 'dasasdasddas\n', '2020-04-30 13:27:36'),
(18642, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:27:36'),
(18643, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:27:36'),
(18644, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:29:38'),
(18645, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:29:38'),
(18646, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:29:38'),
(18647, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:29:38'),
(18648, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:29:38'),
(18649, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:29:38'),
(18650, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:29:38'),
(18651, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:29:38'),
(18652, 5, 537, 'dasasdasddas\n', '2020-04-30 13:29:38'),
(18653, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:29:38'),
(18654, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:29:38'),
(18655, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:30:41'),
(18656, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:30:41'),
(18657, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:30:41'),
(18658, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:30:41'),
(18659, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:30:41'),
(18660, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:30:41'),
(18661, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:30:41'),
(18662, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:30:41'),
(18663, 5, 537, 'dasasdasddas\n', '2020-04-30 13:30:41'),
(18664, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:30:41'),
(18665, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:30:41'),
(18666, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:32:51'),
(18667, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:32:51'),
(18668, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:32:51'),
(18669, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:32:51'),
(18670, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:32:51'),
(18671, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:32:51'),
(18672, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:32:51'),
(18673, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:32:51'),
(18674, 5, 537, 'dasasdasddas\n', '2020-04-30 13:32:51'),
(18675, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:32:51'),
(18676, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:32:51'),
(18677, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 13:35:14'),
(18678, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 13:35:14'),
(18679, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 13:35:14'),
(18680, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 13:35:14'),
(18681, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:35:14'),
(18682, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 13:35:14'),
(18683, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 13:35:14'),
(18684, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 13:35:14'),
(18685, 5, 537, 'dasasdasddas\n', '2020-04-30 13:35:14'),
(18686, 5, 538, 'dasadsdasasd\n', '2020-04-30 13:35:14'),
(18687, 5, 539, 'weqqweqweqew\n', '2020-04-30 13:35:14'),
(18688, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-04-30 14:52:08'),
(18689, 5, 526, 'Ejercicio 13 activities\n', '2020-04-30 14:52:08'),
(18690, 5, 527, 'Ejercicio 13 resources\n', '2020-04-30 14:52:08'),
(18691, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-04-30 14:52:08'),
(18692, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-04-30 14:52:08'),
(18693, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-04-30 14:52:08'),
(18694, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-04-30 14:52:08'),
(18695, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-04-30 14:52:08'),
(18696, 5, 537, 'dasasdasddas\n', '2020-04-30 14:52:08'),
(18697, 5, 538, 'dasadsdasasd\n', '2020-04-30 14:52:08'),
(18698, 5, 539, 'weqqweqweqew\n', '2020-04-30 14:52:08'),
(18699, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-02 09:10:34'),
(18700, 5, 526, 'Ejercicio 13 activities\n', '2020-05-02 09:10:34'),
(18701, 5, 527, 'Ejercicio 13 resources\n', '2020-05-02 09:10:34'),
(18702, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-05-02 09:10:34'),
(18703, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-02 09:10:35'),
(18704, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-02 09:10:35'),
(18705, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-02 09:10:35'),
(18706, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-02 09:10:35'),
(18707, 5, 537, 'dasasdasddas\n', '2020-05-02 09:10:35'),
(18708, 5, 538, 'dasadsdasasd\n', '2020-05-02 09:10:35'),
(18709, 5, 539, 'weqqweqweqew\n', '2020-05-02 09:10:35'),
(18720, 2, 541, '', '2020-05-04 06:04:12'),
(18721, 2, 542, 'product', '2020-05-04 06:04:20'),
(18722, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-04 06:05:59'),
(18723, 5, 526, 'Ejercicio 13 activities\n', '2020-05-04 06:05:59'),
(18724, 5, 527, 'Ejercicio 13 resources\n', '2020-05-04 06:05:59'),
(18725, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-05-04 06:05:59'),
(18726, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-04 06:05:59'),
(18727, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-04 06:05:59'),
(18728, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-04 06:05:59'),
(18729, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-04 06:05:59'),
(18730, 5, 537, 'dasasdasddas\n', '2020-05-04 06:05:59'),
(18731, 5, 538, 'dasadsdasasd\n', '2020-05-04 06:05:59'),
(18732, 5, 539, 'weqqweqweqew\n', '2020-05-04 06:05:59'),
(18733, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-04 06:17:07'),
(18734, 5, 526, 'Ejercicio 13 activities\n', '2020-05-04 06:17:07'),
(18735, 5, 527, 'Ejercicio 13 resources\n', '2020-05-04 06:17:07'),
(18736, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-05-04 06:17:07'),
(18737, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-04 06:17:07'),
(18738, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-04 06:17:07'),
(18739, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-04 06:17:07'),
(18740, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-04 06:17:07'),
(18741, 5, 537, 'dasasdasddas\n', '2020-05-04 06:17:07'),
(18742, 5, 538, 'dasadsdasasd\n', '2020-05-04 06:17:07'),
(18743, 5, 539, 'weqqweqweqew\n', '2020-05-04 06:17:07'),
(18746, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-04 06:20:24'),
(18747, 5, 526, 'Ejercicio 13 activities\n', '2020-05-04 06:20:24'),
(18748, 5, 527, 'Ejercicio 13 resources\n', '2020-05-04 06:20:24'),
(18749, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-05-04 06:20:24'),
(18750, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-04 06:20:24'),
(18751, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-04 06:20:24'),
(18752, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-04 06:20:24'),
(18753, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-04 06:20:24'),
(18754, 5, 537, 'dasasdasddas\n', '2020-05-04 06:20:24'),
(18755, 5, 538, 'dasadsdasasd\n', '2020-05-04 06:20:24'),
(18756, 5, 539, 'weqqweqweqew\n', '2020-05-04 06:20:24'),
(18757, 2, 541, '', '2020-05-04 06:52:15'),
(18758, 2, 542, 'service', '2020-05-04 06:52:24'),
(18759, 2, 905, '{\"consumable\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"score\":\"2.3\",\"actions\":[]},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"score\":\"1.3\",\"actions\":[]},{\"title\":\"Minimise freight transport damage\",\"score\":\"3.7\",\"actions\":[]},{\"title\":\"ab\",\"score\":\"4.7\",\"actions\":[]}],\"infrastructure\":[{\"title\":\"Preferably use regionally available energy resources\",\"score\":\"5\",\"actions\":[{\"title\":\"ab\",\"startDate\":1598911200000,\"endDate\":1604185200000,\"responsible\":\"Fa\"},{\"title\":\"ab\",\"startDate\":1598911200000,\"endDate\":1606777200000,\"responsible\":\"Fr\"}]}],\"access\":[],\"keyAsset\":[],\"extras\":[{\"title\":\"uno\",\"data\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"score\":\"2\",\"actions\":[]}]},{\"title\":\"dos\",\"data\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"score\":\"2\",\"actions\":[]},{\"title\":\"ab\",\"score\":\"2.3\",\"actions\":[{\"title\":\"C\",\"startDate\":1580511600000,\"endDate\":1585692000000,\"responsible\":\"F\"},{\"title\":\"B\",\"startDate\":1580511600000,\"endDate\":1585692000000,\"responsible\":\"E\"},{\"title\":\"A\",\"startDate\":1598911200000,\"endDate\":1604185200000,\"responsible\":\"D\"}]}]}]}', '2020-05-04 06:55:23'),
(18760, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-04 07:09:06'),
(18761, 5, 526, 'Ejercicio 13 activities\n', '2020-05-04 07:09:06'),
(18762, 5, 527, 'Ejercicio 13 resources\n', '2020-05-04 07:09:06'),
(18763, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-05-04 07:09:06'),
(18764, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-04 07:09:06'),
(18765, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-04 07:09:06'),
(18766, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-04 07:09:06'),
(18767, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-04 07:09:06'),
(18768, 5, 537, 'dasasdasddas\n', '2020-05-04 07:09:06'),
(18769, 5, 538, 'dasadsdasasd\n', '2020-05-04 07:09:06'),
(18770, 5, 539, 'weqqweqweqew\n', '2020-05-04 07:09:06'),
(18771, 2, 541, '', '2020-05-04 07:18:49'),
(18772, 2, 542, 'product', '2020-05-04 07:18:57'),
(18823, 2, 541, '', '2020-05-04 08:31:03'),
(18824, 2, 542, 'service', '2020-05-04 08:31:11'),
(18825, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-04 09:07:44'),
(18826, 5, 526, 'Ejercicio 13 activities\n', '2020-05-04 09:07:44'),
(18827, 5, 527, 'Ejercicio 13 resources\n', '2020-05-04 09:07:44'),
(18828, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-05-04 09:07:44'),
(18829, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-04 09:07:44'),
(18830, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-04 09:07:44'),
(18831, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-04 09:07:44'),
(18832, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-04 09:07:44'),
(18833, 5, 537, 'dasasdasddas\n', '2020-05-04 09:07:44'),
(18834, 5, 538, 'dasadsdasasd\n', '2020-05-04 09:07:44'),
(18835, 5, 539, 'weqqweqweqew\n', '2020-05-04 09:07:44'),
(18844, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-04 09:14:45'),
(18845, 5, 526, 'Ejercicio 13 activities\n', '2020-05-04 09:14:45'),
(18846, 5, 527, 'Ejercicio 13 resources\n', '2020-05-04 09:14:45'),
(18847, 5, 535, '[\"Ejercicio 9b value proposition\",\"Ejercicio 9b value proposition\"]\n', '2020-05-04 09:14:45'),
(18848, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-04 09:14:46'),
(18849, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-04 09:14:46'),
(18850, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-04 09:14:46'),
(18851, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-04 09:14:46'),
(18852, 5, 537, 'dasasdasddas\n', '2020-05-04 09:14:46'),
(18853, 5, 538, 'dasadsdasasd\n', '2020-05-04 09:14:46'),
(18854, 5, 539, 'weqqweqweqew\n', '2020-05-04 09:14:46'),
(18855, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-04 09:22:49'),
(18856, 5, 526, 'Ejercicio 13 activities\n', '2020-05-04 09:22:49'),
(18857, 5, 527, 'Ejercicio 13 resources\n', '2020-05-04 09:22:49'),
(18858, 5, 535, '[]\n', '2020-05-04 09:22:49'),
(18859, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-04 09:22:49'),
(18860, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-04 09:22:49'),
(18861, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-04 09:22:49'),
(18862, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-04 09:22:49'),
(18863, 5, 537, 'dasasdasddas\n', '2020-05-04 09:22:49'),
(18864, 5, 538, 'dasadsdasasd\n', '2020-05-04 09:22:49'),
(18865, 5, 539, 'weqqweqweqew\n', '2020-05-04 09:22:49'),
(18878, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-04 09:30:36'),
(18879, 5, 526, 'Ejercicio 13 activities\n', '2020-05-04 09:30:36'),
(18880, 5, 527, 'Ejercicio 13 resources\n', '2020-05-04 09:30:36'),
(18881, 5, 535, '[]\n', '2020-05-04 09:30:36'),
(18882, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-04 09:30:36'),
(18883, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-04 09:30:36'),
(18884, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-04 09:30:36'),
(18885, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-04 09:30:36'),
(18886, 5, 537, 'dasasdasddas\n', '2020-05-04 09:30:36'),
(18887, 5, 538, 'dasadsdasasd\n', '2020-05-04 09:30:36'),
(18888, 5, 539, 'weqqweqweqew\n', '2020-05-04 09:30:36'),
(18958, 5, 661, '', '2020-05-04 10:06:26'),
(18964, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-04 10:29:38'),
(18965, 5, 707, '\"[]\"', '2020-05-04 10:37:28'),
(18966, 5, 908, '\"[]\"', '2020-05-04 10:37:28'),
(18967, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-04 10:37:28'),
(18968, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-04 10:37:28'),
(18969, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-04 10:37:28'),
(18970, 5, 689, '\"[]\"', '2020-05-04 10:37:28'),
(18971, 5, 687, '\"[]\"', '2020-05-04 10:37:28'),
(18972, 5, 685, '\"[]\"', '2020-05-04 10:37:28'),
(18973, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-04 10:37:28'),
(18974, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-04 10:37:28'),
(18975, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-04 10:37:28'),
(18976, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-04 10:37:28'),
(18977, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-04 10:37:28'),
(18978, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-04 10:37:28'),
(18979, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-04 10:37:28'),
(18980, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-04 10:37:28'),
(18981, 5, 906, '\"[]\"', '2020-05-04 10:37:28'),
(18982, 5, 690, '\"[]\"', '2020-05-04 10:37:28'),
(18983, 5, 691, '\"[]\"', '2020-05-04 10:37:28'),
(18984, 5, 907, '\"[]\"', '2020-05-04 10:37:28'),
(18985, 5, 686, '\"[]\"', '2020-05-04 10:37:28'),
(18986, 5, 688, '\"[]\"', '2020-05-04 10:37:28'),
(18988, 5, 707, '\"[]\"', '2020-05-04 10:39:04'),
(18989, 5, 908, '\"[]\"', '2020-05-04 10:39:04'),
(18990, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-04 10:39:04'),
(18991, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-04 10:39:04'),
(18992, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-04 10:39:04'),
(18993, 5, 689, '\"[]\"', '2020-05-04 10:39:04'),
(18994, 5, 687, '\"[]\"', '2020-05-04 10:39:04'),
(18995, 5, 685, '\"[]\"', '2020-05-04 10:39:04'),
(18996, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-04 10:39:04'),
(18997, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-04 10:39:04'),
(18998, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-04 10:39:04'),
(18999, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-04 10:39:04'),
(19000, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-04 10:39:04'),
(19001, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-04 10:39:04'),
(19002, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-04 10:39:04'),
(19003, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-04 10:39:04'),
(19004, 5, 906, '\"[]\"', '2020-05-04 10:39:04'),
(19005, 5, 690, '\"[]\"', '2020-05-04 10:39:04'),
(19006, 5, 691, '\"[]\"', '2020-05-04 10:39:04'),
(19007, 5, 907, '\"[]\"', '2020-05-04 10:39:04'),
(19008, 5, 686, '\"[]\"', '2020-05-04 10:39:04'),
(19009, 5, 688, '\"[]\"', '2020-05-04 10:39:04'),
(19010, 2, 541, '', '2020-05-04 10:46:28'),
(19011, 2, 542, 'product', '2020-05-04 10:46:37'),
(19025, 5, 707, '\"[]\"', '2020-05-04 10:53:09'),
(19026, 5, 908, '\"[]\"', '2020-05-04 10:53:09'),
(19027, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-04 10:53:09'),
(19028, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-04 10:53:09'),
(19029, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-04 10:53:09'),
(19030, 5, 689, '\"[]\"', '2020-05-04 10:53:09'),
(19031, 5, 687, '\"[]\"', '2020-05-04 10:53:09'),
(19032, 5, 685, '\"[]\"', '2020-05-04 10:53:09'),
(19033, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-04 10:53:09'),
(19034, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-04 10:53:09'),
(19035, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-04 10:53:09'),
(19036, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-04 10:53:09'),
(19037, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-04 10:53:09'),
(19038, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-04 10:53:09'),
(19039, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-04 10:53:09'),
(19040, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-04 10:53:09'),
(19041, 5, 906, '\"[]\"', '2020-05-04 10:53:09'),
(19042, 5, 690, '\"[]\"', '2020-05-04 10:53:09'),
(19043, 5, 691, '\"[]\"', '2020-05-04 10:53:09'),
(19044, 5, 907, '\"[]\"', '2020-05-04 10:53:09'),
(19045, 5, 686, '\"[]\"', '2020-05-04 10:53:09'),
(19046, 5, 688, '\"[]\"', '2020-05-04 10:53:09'),
(19047, 5, 707, '\"[]\"', '2020-05-04 10:54:43'),
(19048, 5, 908, '\"[]\"', '2020-05-04 10:54:43'),
(19049, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-04 10:54:43'),
(19050, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-04 10:54:43'),
(19051, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-04 10:54:43'),
(19052, 5, 689, '\"[]\"', '2020-05-04 10:54:43'),
(19053, 5, 687, '\"[]\"', '2020-05-04 10:54:43'),
(19054, 5, 685, '\"[]\"', '2020-05-04 10:54:43'),
(19055, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-04 10:54:43'),
(19056, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-04 10:54:43'),
(19057, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-04 10:54:43'),
(19058, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-04 10:54:43'),
(19059, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-04 10:54:43'),
(19060, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-04 10:54:43'),
(19061, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-04 10:54:43'),
(19062, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-04 10:54:43'),
(19063, 5, 906, '\"[]\"', '2020-05-04 10:54:43'),
(19064, 5, 690, '\"[]\"', '2020-05-04 10:54:43'),
(19065, 5, 691, '\"[]\"', '2020-05-04 10:54:43'),
(19066, 5, 907, '\"[]\"', '2020-05-04 10:54:43'),
(19067, 5, 686, '\"[]\"', '2020-05-04 10:54:43'),
(19068, 5, 688, '\"[]\"', '2020-05-04 10:54:43'),
(19069, 5, 707, '\"[]\"', '2020-05-04 11:00:55'),
(19070, 5, 908, '\"[]\"', '2020-05-04 11:00:55'),
(19071, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-04 11:00:55'),
(19072, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-04 11:00:55'),
(19073, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-04 11:00:55'),
(19074, 5, 689, '\"[]\"', '2020-05-04 11:00:55'),
(19075, 5, 687, '\"[]\"', '2020-05-04 11:00:55'),
(19076, 5, 685, '\"[]\"', '2020-05-04 11:00:55'),
(19077, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-04 11:00:55'),
(19078, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-04 11:00:55'),
(19079, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-04 11:00:55'),
(19080, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-04 11:00:55'),
(19081, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-04 11:00:55'),
(19082, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-04 11:00:55'),
(19083, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-04 11:00:55'),
(19084, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-04 11:00:55'),
(19085, 5, 906, '\"[]\"', '2020-05-04 11:00:55'),
(19086, 5, 690, '\"[]\"', '2020-05-04 11:00:55'),
(19087, 5, 691, '\"[]\"', '2020-05-04 11:00:55'),
(19088, 5, 907, '\"[]\"', '2020-05-04 11:00:55'),
(19089, 5, 686, '\"[]\"', '2020-05-04 11:00:55'),
(19090, 5, 688, '\"[]\"', '2020-05-04 11:00:55'),
(19091, 5, 707, '\"[]\"', '2020-05-04 11:03:24'),
(19092, 5, 908, '\"[]\"', '2020-05-04 11:03:24'),
(19093, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-04 11:03:24'),
(19094, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-04 11:03:24'),
(19095, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-04 11:03:24'),
(19096, 5, 689, '\"[]\"', '2020-05-04 11:03:24'),
(19097, 5, 687, '\"[]\"', '2020-05-04 11:03:24'),
(19098, 5, 685, '\"[]\"', '2020-05-04 11:03:24'),
(19099, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-04 11:03:24'),
(19100, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-04 11:03:24'),
(19101, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-04 11:03:24'),
(19102, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-04 11:03:24'),
(19103, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-04 11:03:24'),
(19104, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-04 11:03:24'),
(19105, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-04 11:03:24'),
(19106, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-04 11:03:24'),
(19107, 5, 906, '\"[]\"', '2020-05-04 11:03:24'),
(19108, 5, 690, '\"[]\"', '2020-05-04 11:03:24'),
(19109, 5, 691, '\"[]\"', '2020-05-04 11:03:24'),
(19110, 5, 907, '\"[]\"', '2020-05-04 11:03:24'),
(19111, 5, 686, '\"[]\"', '2020-05-04 11:03:24'),
(19112, 5, 688, '\"[]\"', '2020-05-04 11:03:24'),
(19113, 5, 707, '\"[]\"', '2020-05-04 11:17:34'),
(19114, 5, 908, '\"[]\"', '2020-05-04 11:17:34'),
(19115, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-04 11:17:34'),
(19116, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-04 11:17:34'),
(19117, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-04 11:17:34'),
(19118, 5, 689, '\"[]\"', '2020-05-04 11:17:34'),
(19119, 5, 687, '\"[]\"', '2020-05-04 11:17:34'),
(19120, 5, 685, '\"[]\"', '2020-05-04 11:17:34'),
(19121, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-04 11:17:34'),
(19122, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-04 11:17:34'),
(19123, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-04 11:17:34'),
(19124, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-04 11:17:34'),
(19125, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-04 11:17:34'),
(19126, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-04 11:17:34'),
(19127, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-04 11:17:34'),
(19128, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-04 11:17:34'),
(19129, 5, 906, '\"[]\"', '2020-05-04 11:17:34'),
(19130, 5, 690, '\"[]\"', '2020-05-04 11:17:34'),
(19131, 5, 691, '\"[]\"', '2020-05-04 11:17:34'),
(19132, 5, 907, '\"[]\"', '2020-05-04 11:17:34'),
(19133, 5, 686, '\"[]\"', '2020-05-04 11:17:34'),
(19134, 5, 688, '\"[]\"', '2020-05-04 11:17:34'),
(19135, 5, 707, '\"[]\"', '2020-05-04 11:24:27'),
(19136, 5, 908, '\"[]\"', '2020-05-04 11:24:27'),
(19137, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-04 11:24:27'),
(19138, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-04 11:24:27'),
(19139, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-04 11:24:27'),
(19140, 5, 689, '\"[]\"', '2020-05-04 11:24:27'),
(19141, 5, 687, '\"[]\"', '2020-05-04 11:24:27'),
(19142, 5, 685, '\"[]\"', '2020-05-04 11:24:27'),
(19143, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-04 11:24:27'),
(19144, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-04 11:24:27'),
(19145, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-04 11:24:27'),
(19146, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-04 11:24:27'),
(19147, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-04 11:24:27'),
(19148, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-04 11:24:27'),
(19149, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-04 11:24:27'),
(19150, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-04 11:24:27'),
(19151, 5, 906, '\"[]\"', '2020-05-04 11:24:27'),
(19152, 5, 690, '\"[]\"', '2020-05-04 11:24:27'),
(19153, 5, 691, '\"[]\"', '2020-05-04 11:24:27'),
(19154, 5, 907, '\"[]\"', '2020-05-04 11:24:27'),
(19155, 5, 686, '\"[]\"', '2020-05-04 11:24:27'),
(19156, 5, 688, '\"[]\"', '2020-05-04 11:24:27'),
(19157, 5, 707, '\"[]\"', '2020-05-04 11:30:26'),
(19158, 5, 908, '\"[]\"', '2020-05-04 11:30:26');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(19159, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-04 11:30:26'),
(19160, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-04 11:30:26'),
(19161, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-04 11:30:26'),
(19162, 5, 689, '\"[]\"', '2020-05-04 11:30:26'),
(19163, 5, 687, '\"[]\"', '2020-05-04 11:30:26'),
(19164, 5, 685, '\"[]\"', '2020-05-04 11:30:26'),
(19165, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-04 11:30:26'),
(19166, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-04 11:30:26'),
(19167, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-04 11:30:26'),
(19168, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-04 11:30:26'),
(19169, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-04 11:30:26'),
(19170, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-04 11:30:26'),
(19171, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-04 11:30:26'),
(19172, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-04 11:30:26'),
(19173, 5, 906, '\"[]\"', '2020-05-04 11:30:26'),
(19174, 5, 690, '\"[]\"', '2020-05-04 11:30:26'),
(19175, 5, 691, '\"[]\"', '2020-05-04 11:30:26'),
(19176, 5, 907, '\"[]\"', '2020-05-04 11:30:26'),
(19177, 5, 686, '\"[]\"', '2020-05-04 11:30:26'),
(19178, 5, 688, '\"[]\"', '2020-05-04 11:30:26'),
(19179, 5, 707, '\"[]\"', '2020-05-04 11:41:34'),
(19180, 5, 908, '\"[]\"', '2020-05-04 11:41:34'),
(19181, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-04 11:41:34'),
(19182, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-04 11:41:34'),
(19183, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-04 11:41:34'),
(19184, 5, 689, '\"[]\"', '2020-05-04 11:41:34'),
(19185, 5, 687, '\"[]\"', '2020-05-04 11:41:34'),
(19186, 5, 685, '\"[]\"', '2020-05-04 11:41:34'),
(19187, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-04 11:41:34'),
(19188, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-04 11:41:34'),
(19189, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-04 11:41:34'),
(19190, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-04 11:41:34'),
(19191, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-04 11:41:34'),
(19192, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-04 11:41:34'),
(19193, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-04 11:41:34'),
(19194, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-04 11:41:34'),
(19195, 5, 906, '\"[]\"', '2020-05-04 11:41:34'),
(19196, 5, 690, '\"[]\"', '2020-05-04 11:41:34'),
(19197, 5, 691, '\"[]\"', '2020-05-04 11:41:34'),
(19198, 5, 907, '\"[]\"', '2020-05-04 11:41:34'),
(19199, 5, 686, '\"[]\"', '2020-05-04 11:41:34'),
(19200, 5, 688, '\"[]\"', '2020-05-04 11:41:34'),
(19211, 2, 541, '', '2020-05-04 12:06:15'),
(19212, 2, 542, 'service', '2020-05-04 12:09:04'),
(19213, 2, 905, '{\"consumable\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"score\":\"2.3\",\"actions\":[]},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"score\":\"1.3\",\"actions\":[]},{\"title\":\"Minimise freight transport damage\",\"score\":\"3.7\",\"actions\":[]},{\"title\":\"ab\",\"score\":\"4.7\",\"actions\":[]}],\"infrastructure\":[{\"title\":\"Preferably use regionally available energy resources\",\"score\":\"5\",\"actions\":[{\"title\":\"Acción 1\",\"startDate\":1598911200000,\"endDate\":1606777200000,\"responsible\":\"Fr\"},{\"title\":\"Acción 2\",\"startDate\":1598911200000,\"endDate\":1604185200000,\"responsible\":\"Fa\"}]}],\"access\":[],\"keyAsset\":[],\"extras\":[{\"title\":\"uno\",\"data\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"score\":\"2\",\"actions\":[]}]},{\"title\":\"dos\",\"data\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"score\":\"2\",\"actions\":[]},{\"title\":\"ab\",\"score\":\"2.3\",\"actions\":[{\"title\":\"A\",\"startDate\":1598911200000,\"endDate\":1604185200000,\"responsible\":\"D\"},{\"title\":\"B\",\"startDate\":1580511600000,\"endDate\":1585692000000,\"responsible\":\"E\"},{\"title\":\"C\",\"startDate\":1580511600000,\"endDate\":1585692000000,\"responsible\":\"F\"}]}]}]}', '2020-05-04 12:47:20'),
(19214, 2, 905, '{\"consumable\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"score\":\"2.3\",\"actions\":[]},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"score\":\"1.3\",\"actions\":[]},{\"title\":\"Minimise freight transport damage\",\"score\":\"3.7\",\"actions\":[]},{\"title\":\"ab\",\"score\":\"4.7\",\"actions\":[]}],\"infrastructure\":[{\"title\":\"Preferably use regionally available energy resources\",\"score\":\"5\",\"actions\":[{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tempus, diam vitae tincidunt scelerisque, quam lacus suscipit velit, eu bibendum lacus elit vel diam. Sed sed nulla leo. Praesent suscipit elit in ligula hendrerit tempor. Vestibulum sagittis dignissim volutpat. Aenean consequat nisl tellus, ut vestibulum sem dignissim in. Integer maximus fringilla libero, id convallis dolor ultricies pulvinar. Vestibulum et urna eros. Pellentesque lacinia, erat ut accumsan ullamcorper, arcu purus vestibulum nulla, et ultricies velit nisi ac libero.\",\"startDate\":1598911200000,\"endDate\":1604185200000,\"responsible\":\"Fa\"},{\"title\":\"Vestibulum efficitur sed augue ut iaculis. Vivamus et imperdiet quam. Fusce blandit turpis ante, ut laoreet ipsum semper a. Cras vitae nunc orci. Integer tristique gravida leo, quis laoreet orci. Nunc eu ex maximus, sodales nibh et, fermentum ex. Morbi dolor ante, congue nec risus vitae, eleifend imperdiet magna. Etiam lobortis nunc ac gravida malesuada. Donec condimentum quis neque ut dignissim. Praesent lobortis ante nec suscipit posuere. Nullam vel est est. Duis sollicitudin finibus consectetur.\",\"startDate\":1598911200000,\"endDate\":1606777200000,\"responsible\":\"Fr\"}]}],\"access\":[],\"keyAsset\":[],\"extras\":[{\"title\":\"uno\",\"data\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"score\":\"2\",\"actions\":[]}]},{\"title\":\"dos\",\"data\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"score\":\"2\",\"actions\":[]},{\"title\":\"ab\",\"score\":\"2.3\",\"actions\":[{\"title\":\"C\",\"startDate\":1580511600000,\"endDate\":1585692000000,\"responsible\":\"F\"},{\"title\":\"B\",\"startDate\":1580511600000,\"endDate\":1585692000000,\"responsible\":\"E\"},{\"title\":\"A\",\"startDate\":1598911200000,\"endDate\":1604185200000,\"responsible\":\"D\"}]}]}]}', '2020-05-04 13:15:08'),
(19215, 2, 541, '', '2020-05-04 13:16:16'),
(19216, 2, 542, 'product', '2020-05-04 13:16:24'),
(19217, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"score\":\"2.3\",\"actions\":[{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ex turpis, rutrum sed suscipit in, maximus quis velit. Sed tempor a felis vitae condimentum. Maecenas odio diam, ornare in lorem sodales, dictum lacinia turpis. Mauris vestibulum ante et volutpat accumsan. Aenean efficitur neque fermentum tortor mollis, in consequat nibh blandit. Morbi ut risus sapien. Nulla vitae sodales lectus. Nulla et sollicitudin nunc, vitae mollis leo. Integer imperdiet est lacus, vel pulvinar ante suscipit a. Fusce cursus congue luctus. Sed ac massa dolor. Interdum et malesuada fames ac ante ipsum primis in faucibus.\",\"startDate\":1577833200000,\"endDate\":1583017200000,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1583017200000,\"endDate\":1585692000000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Pellentesque quis nulla purus. Praesent sollicitudin at massa id condimentum. Curabitur malesuada fermentum euismod. Ut quis magna a enim pharetra interdum. In scelerisque mattis odio, volutpat tincidunt nibh eleifend sit amet. Ut at tempus odio. Duis sodales blandit ligula, posuere tristique turpis accumsan eu. Morbi finibus elit quis congue sodales. Fusce lacinia condimentum dapibus. Integer imperdiet ligula turpis, quis elementum turpis feugiat a. Nulla quis sem porta, finibus nisi eget, imperdiet ante. Nunc at felis eu felis dapibus viverra. Curabitur eget neque iaculis, tincidunt ante a, porttitor est. Nam libero felis, vestibulum feugiat pharetra et, ornare ut nulla.\",\"startDate\":1588284000000,\"endDate\":1590962400000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Prueba\",\"score\":\"1\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"score\":\"1\",\"actions\":[{\"title\":\"Prueba\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Yo\"}]},{\"title\":\"sadf\",\"score\":\"1\",\"actions\":[]},{\"title\":\"sdf\",\"score\":\"1\",\"actions\":[]}],\"end\":[]}', '2020-05-04 13:37:36'),
(19218, 2, 541, '', '2020-05-04 13:42:57'),
(19219, 2, 541, '', '2020-05-04 13:43:04'),
(19220, 2, 542, 'service', '2020-05-04 13:43:11'),
(19221, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-04 13:44:43'),
(19222, 5, 526, 'Ejercicio 13 activities\n', '2020-05-04 13:44:43'),
(19223, 5, 527, 'Ejercicio 13 resources\n', '2020-05-04 13:44:43'),
(19224, 5, 535, '[]\n', '2020-05-04 13:44:43'),
(19225, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-04 13:44:43'),
(19226, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-04 13:44:43'),
(19227, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-04 13:44:43'),
(19228, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-04 13:44:43'),
(19229, 5, 537, 'dasasdasddas\n', '2020-05-04 13:44:43'),
(19230, 5, 538, 'dasadsdasasd\n', '2020-05-04 13:44:43'),
(19231, 5, 539, 'weqqweqweqew\n', '2020-05-04 13:44:43'),
(19232, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-04 13:47:10'),
(19233, 2, 541, '', '2020-05-04 13:47:50'),
(19234, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-04 13:47:56'),
(19235, 5, 526, 'Ejercicio 13 activities\n', '2020-05-04 13:47:56'),
(19236, 5, 527, 'Ejercicio 13 resources\n', '2020-05-04 13:47:56'),
(19237, 5, 535, '[]\n', '2020-05-04 13:47:56'),
(19238, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-04 13:47:56'),
(19239, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-04 13:47:56'),
(19240, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-04 13:47:56'),
(19241, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-04 13:47:56'),
(19242, 5, 537, 'dasasdasddas\n', '2020-05-04 13:47:56'),
(19243, 5, 538, 'dasadsdasasd\n', '2020-05-04 13:47:56'),
(19244, 5, 539, 'weqqweqweqew\n', '2020-05-04 13:47:56'),
(19245, 2, 542, 'product', '2020-05-04 13:47:58'),
(19246, 5, 707, '\"[]\"', '2020-05-04 13:48:07'),
(19247, 5, 908, '\"[]\"', '2020-05-04 13:48:07'),
(19248, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-04 13:48:07'),
(19249, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-04 13:48:07'),
(19250, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-04 13:48:07'),
(19251, 5, 689, '\"[]\"', '2020-05-04 13:48:07'),
(19252, 5, 687, '\"[]\"', '2020-05-04 13:48:07'),
(19253, 5, 685, '\"[]\"', '2020-05-04 13:48:07'),
(19254, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-04 13:48:07'),
(19255, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-04 13:48:07'),
(19256, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-04 13:48:07'),
(19257, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-04 13:48:07'),
(19258, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-04 13:48:07'),
(19259, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-04 13:48:07'),
(19260, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-04 13:48:07'),
(19261, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-04 13:48:07'),
(19262, 5, 906, '\"[]\"', '2020-05-04 13:48:07'),
(19263, 5, 690, '\"[]\"', '2020-05-04 13:48:07'),
(19264, 5, 691, '\"[]\"', '2020-05-04 13:48:07'),
(19265, 5, 907, '\"[]\"', '2020-05-04 13:48:07'),
(19266, 5, 686, '\"[]\"', '2020-05-04 13:48:07'),
(19267, 5, 688, '\"[]\"', '2020-05-04 13:48:07'),
(19337, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-04 14:41:04'),
(19338, 5, 526, 'Ejercicio 13 activities\n', '2020-05-04 14:41:04'),
(19339, 5, 527, 'Ejercicio 13 resources\n', '2020-05-04 14:41:04'),
(19340, 5, 535, '[]\n', '2020-05-04 14:41:04'),
(19341, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-04 14:41:04'),
(19342, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-04 14:41:04'),
(19343, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-04 14:41:04'),
(19344, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-04 14:41:04'),
(19345, 5, 537, 'dasasdasddas\n', '2020-05-04 14:41:04'),
(19346, 5, 538, 'dasadsdasasd\n', '2020-05-04 14:41:04'),
(19347, 5, 539, 'weqqweqweqew\n', '2020-05-04 14:41:04'),
(19348, 5, 707, '\"[]\"', '2020-05-04 14:44:06'),
(19349, 5, 908, '\"[]\"', '2020-05-04 14:44:06'),
(19350, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-04 14:44:06'),
(19351, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-04 14:44:06'),
(19352, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-04 14:44:06'),
(19353, 5, 689, '\"[]\"', '2020-05-04 14:44:06'),
(19354, 5, 687, '\"[]\"', '2020-05-04 14:44:06'),
(19355, 5, 685, '\"[]\"', '2020-05-04 14:44:06'),
(19356, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-04 14:44:06'),
(19357, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-04 14:44:06'),
(19358, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-04 14:44:06'),
(19359, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-04 14:44:06'),
(19360, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-04 14:44:06'),
(19361, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-04 14:44:06'),
(19362, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-04 14:44:06'),
(19363, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-04 14:44:06'),
(19364, 5, 906, '\"[]\"', '2020-05-04 14:44:06'),
(19365, 5, 690, '\"[]\"', '2020-05-04 14:44:06'),
(19366, 5, 691, '\"[]\"', '2020-05-04 14:44:06'),
(19367, 5, 907, '\"[]\"', '2020-05-04 14:44:06'),
(19368, 5, 686, '\"[]\"', '2020-05-04 14:44:06'),
(19369, 5, 688, '\"[]\"', '2020-05-04 14:44:06'),
(19439, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-04 14:51:16'),
(19440, 5, 526, 'Ejercicio 13 activities\n', '2020-05-04 14:51:16'),
(19441, 5, 527, 'Ejercicio 13 resources\n', '2020-05-04 14:51:16'),
(19442, 5, 535, '[]\n', '2020-05-04 14:51:16'),
(19443, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-04 14:51:16'),
(19444, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-04 14:51:16'),
(19445, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-04 14:51:16'),
(19446, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-04 14:51:16'),
(19447, 5, 537, 'dasasdasddas\n', '2020-05-04 14:51:16'),
(19448, 5, 538, 'dasadsdasasd\n', '2020-05-04 14:51:16'),
(19449, 5, 539, 'weqqweqweqew\n', '2020-05-04 14:51:16'),
(19450, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 06:00:08'),
(19451, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 06:00:08'),
(19452, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 06:00:08'),
(19453, 5, 535, '[]\n', '2020-05-05 06:00:08'),
(19454, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 06:00:08'),
(19455, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 06:00:08'),
(19456, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 06:00:08'),
(19457, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 06:00:08'),
(19458, 5, 537, 'dasasdasddas\n', '2020-05-05 06:00:08'),
(19459, 5, 538, 'dasadsdasasd\n', '2020-05-05 06:00:08'),
(19460, 5, 539, 'weqqweqweqew\n', '2020-05-05 06:00:08'),
(19461, 2, 541, '', '2020-05-05 06:11:12'),
(19462, 2, 542, 'product', '2020-05-05 06:11:21'),
(19463, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 06:12:49'),
(19464, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 06:12:49'),
(19465, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 06:12:49'),
(19466, 5, 535, '[]\n', '2020-05-05 06:12:49'),
(19467, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 06:12:49'),
(19468, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 06:12:49'),
(19469, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 06:12:49'),
(19470, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 06:12:49'),
(19471, 5, 537, 'dasasdasddas\n', '2020-05-05 06:12:49'),
(19472, 5, 538, 'dasadsdasasd\n', '2020-05-05 06:12:49'),
(19473, 5, 539, 'weqqweqweqew\n', '2020-05-05 06:12:49'),
(19474, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 06:12:58'),
(19475, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 06:12:58'),
(19476, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 06:12:58'),
(19477, 5, 535, '[]\n', '2020-05-05 06:12:58'),
(19478, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 06:12:58'),
(19479, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 06:12:58'),
(19480, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 06:12:58'),
(19481, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 06:12:58'),
(19482, 5, 537, 'dasasdasddas\n', '2020-05-05 06:12:58'),
(19483, 5, 538, 'dasadsdasasd\n', '2020-05-05 06:12:58'),
(19484, 5, 539, 'weqqweqweqew\n', '2020-05-05 06:12:58'),
(19485, 2, 541, '', '2020-05-05 06:16:39'),
(19486, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 06:24:51'),
(19487, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 06:24:51'),
(19488, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 06:24:51'),
(19489, 5, 535, '[]\n', '2020-05-05 06:24:51'),
(19490, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 06:24:51'),
(19491, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 06:24:51'),
(19492, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 06:24:51'),
(19493, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 06:24:51'),
(19494, 5, 537, 'dasasdasddas\n', '2020-05-05 06:24:51'),
(19495, 5, 538, 'dasadsdasasd\n', '2020-05-05 06:24:51'),
(19496, 5, 539, 'weqqweqweqew\n', '2020-05-05 06:24:51'),
(19497, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"score\":\"2.3\",\"actions\":[{\"title\":\"Fran prueba\",\"startDate\":1577833200000,\"endDate\":1583017200000,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1583017200000,\"endDate\":1585692000000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Pellentesque quis nulla purus. Praesent sollicitudin at massa id condimentum. Curabitur malesuada fermentum euismod. Ut quis magna a enim pharetra interdum. In scelerisque mattis odio, volutpat tincidunt nibh eleifend sit amet. Ut at tempus odio. Duis sodales blandit ligula, posuere tristique turpis accumsan eu. Morbi finibus elit quis congue sodales. Fusce lacinia condimentum dapibus. Integer imperdiet ligula turpis, quis elementum turpis feugiat a. Nulla quis sem porta, finibus nisi eget, imperdiet ante. Nunc at felis eu felis dapibus viverra. Curabitur eget neque iaculis, tincidunt ante a, porttitor est. Nam libero felis, vestibulum feugiat pharetra et, ornare ut nulla.\",\"startDate\":1588284000000,\"endDate\":1590962400000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Prueba\",\"score\":\"1\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"score\":\"1\",\"actions\":[{\"title\":\"Prueba\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Yo\"}]},{\"title\":\"sadf\",\"score\":\"1\",\"actions\":[]},{\"title\":\"sdf\",\"score\":\"1\",\"actions\":[]}],\"end\":[]}', '2020-05-05 06:27:37'),
(19498, 2, 541, '', '2020-05-05 06:33:29'),
(19499, 2, 542, 'product', '2020-05-05 06:36:07'),
(19500, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Test\",\"surname\":\"Uno\",\"email\":\"Test@Test.com\",\"background\":\"Bc\",\"responsibilities\":\"Rs\"}]', '2020-05-05 06:37:02'),
(19501, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 07:05:52'),
(19502, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 07:05:52'),
(19503, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 07:05:52'),
(19504, 5, 535, '[]\n', '2020-05-05 07:05:52'),
(19505, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 07:05:52'),
(19506, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 07:05:52'),
(19507, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 07:05:52'),
(19508, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 07:05:52'),
(19509, 5, 537, 'dasasdasddas\n', '2020-05-05 07:05:52'),
(19510, 5, 538, 'dasadsdasasd\n', '2020-05-05 07:05:52'),
(19511, 5, 539, 'weqqweqweqew\n', '2020-05-05 07:05:52'),
(19512, 5, 707, '\"[]\"', '2020-05-05 07:06:10'),
(19513, 5, 908, '\"[]\"', '2020-05-05 07:06:10'),
(19514, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-05 07:06:10'),
(19515, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-05 07:06:10'),
(19516, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-05 07:06:10'),
(19517, 5, 689, '\"[]\"', '2020-05-05 07:06:10'),
(19518, 5, 687, '\"[]\"', '2020-05-05 07:06:10'),
(19519, 5, 685, '\"[]\"', '2020-05-05 07:06:10'),
(19520, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-05 07:06:10'),
(19521, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-05 07:06:10'),
(19522, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-05 07:06:10'),
(19523, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-05 07:06:10'),
(19524, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-05 07:06:10'),
(19525, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-05 07:06:10'),
(19526, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-05 07:06:10'),
(19527, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-05 07:06:10'),
(19528, 5, 906, '\"[]\"', '2020-05-05 07:06:10'),
(19529, 5, 690, '\"[]\"', '2020-05-05 07:06:10'),
(19530, 5, 691, '\"[]\"', '2020-05-05 07:06:10'),
(19531, 5, 907, '\"[]\"', '2020-05-05 07:06:10'),
(19532, 5, 686, '\"[]\"', '2020-05-05 07:06:10'),
(19533, 5, 688, '\"[]\"', '2020-05-05 07:06:10'),
(19535, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 07:13:48'),
(19536, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 07:13:48'),
(19537, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 07:13:48'),
(19538, 5, 535, '[]\n', '2020-05-05 07:13:48'),
(19539, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 07:13:48'),
(19540, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 07:13:48'),
(19541, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 07:13:48'),
(19542, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 07:13:48'),
(19543, 5, 537, 'dasasdasddas\n', '2020-05-05 07:13:48'),
(19544, 5, 538, 'dasadsdasasd\n', '2020-05-05 07:13:48'),
(19545, 5, 539, 'weqqweqweqew\n', '2020-05-05 07:13:48'),
(19546, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 07:16:21'),
(19547, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 07:16:21'),
(19548, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 07:16:21'),
(19549, 5, 535, '[]\n', '2020-05-05 07:16:21'),
(19550, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 07:16:21'),
(19551, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 07:16:21'),
(19552, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 07:16:21'),
(19553, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 07:16:21'),
(19554, 5, 537, 'dasasdasddas\n', '2020-05-05 07:16:21'),
(19555, 5, 538, 'dasadsdasasd\n', '2020-05-05 07:16:21'),
(19556, 5, 539, 'weqqweqweqew\n', '2020-05-05 07:16:21'),
(19557, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 07:28:49'),
(19558, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 07:28:49'),
(19559, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 07:28:49'),
(19560, 5, 535, '[]\n', '2020-05-05 07:28:49'),
(19561, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 07:28:49'),
(19562, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 07:28:49'),
(19563, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 07:28:49'),
(19564, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 07:28:49'),
(19565, 5, 537, 'dasasdasddas\n', '2020-05-05 07:28:49'),
(19566, 5, 538, 'dasadsdasasd\n', '2020-05-05 07:28:49'),
(19567, 5, 539, 'weqqweqweqew\n', '2020-05-05 07:28:49'),
(19679, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 08:20:22'),
(19680, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 08:20:22'),
(19681, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 08:20:22'),
(19682, 5, 535, '[\"\",\"\"]\n', '2020-05-05 08:20:22'),
(19683, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 08:20:22'),
(19684, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 08:20:22'),
(19685, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 08:20:22'),
(19686, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 08:20:22'),
(19687, 5, 537, 'dasasdasddas\n', '2020-05-05 08:20:22'),
(19688, 5, 538, 'dasadsdasasd\n', '2020-05-05 08:20:22'),
(19689, 5, 539, 'weqqweqweqew\n', '2020-05-05 08:20:22'),
(19693, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 08:39:54'),
(19694, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 08:39:54'),
(19695, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 08:39:54'),
(19696, 5, 535, '[\"\",\"\"]\n', '2020-05-05 08:39:54'),
(19697, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 08:39:54'),
(19698, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 08:39:54'),
(19699, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 08:39:54'),
(19700, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 08:39:54'),
(19701, 5, 537, 'dasasdasddas\n', '2020-05-05 08:39:54'),
(19702, 5, 538, 'dasadsdasasd\n', '2020-05-05 08:39:54'),
(19703, 5, 539, 'weqqweqweqew\n', '2020-05-05 08:39:54'),
(19704, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 08:52:54'),
(19705, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 08:52:54'),
(19706, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 08:52:54'),
(19707, 5, 535, '[\"\",\"\"]\n', '2020-05-05 08:52:54'),
(19708, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 08:52:54'),
(19709, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 08:52:54'),
(19710, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 08:52:54'),
(19711, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 08:52:54'),
(19712, 5, 537, 'dasasdasddas\n', '2020-05-05 08:52:54'),
(19713, 5, 538, 'dasadsdasasd\n', '2020-05-05 08:52:54'),
(19714, 5, 539, 'weqqweqweqew\n', '2020-05-05 08:52:54'),
(19715, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 08:55:19'),
(19716, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 08:55:20'),
(19717, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 08:55:20'),
(19718, 5, 535, '[\"\",\"\"]\n', '2020-05-05 08:55:20'),
(19719, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 08:55:20'),
(19720, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 08:55:20'),
(19721, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 08:55:20'),
(19722, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 08:55:20'),
(19723, 5, 537, 'dasasdasddas\n', '2020-05-05 08:55:20'),
(19724, 5, 538, 'dasadsdasasd\n', '2020-05-05 08:55:20'),
(19725, 5, 539, 'weqqweqweqew\n', '2020-05-05 08:55:20'),
(19726, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 08:57:46'),
(19727, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 08:57:46'),
(19728, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 08:57:46'),
(19729, 5, 535, '[\"\",\"\"]\n', '2020-05-05 08:57:46'),
(19730, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 08:57:46'),
(19731, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 08:57:46'),
(19732, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 08:57:46'),
(19733, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 08:57:46'),
(19734, 5, 537, 'dasasdasddas\n', '2020-05-05 08:57:46'),
(19735, 5, 538, 'dasadsdasasd\n', '2020-05-05 08:57:46'),
(19736, 5, 539, 'weqqweqweqew\n', '2020-05-05 08:57:46'),
(19737, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 08:59:58'),
(19738, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 08:59:58'),
(19739, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 08:59:58'),
(19740, 5, 535, '[\"\",\"\"]\n', '2020-05-05 08:59:58'),
(19741, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 08:59:58'),
(19742, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 08:59:58'),
(19743, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 08:59:58'),
(19744, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 08:59:58'),
(19745, 5, 537, 'dasasdasddas\n', '2020-05-05 08:59:58'),
(19746, 5, 538, 'dasadsdasasd\n', '2020-05-05 08:59:58'),
(19747, 5, 539, 'weqqweqweqew\n', '2020-05-05 08:59:58'),
(19751, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 09:00:50'),
(19752, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 09:00:50'),
(19753, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 09:00:50'),
(19754, 5, 535, '[\"\",\"\"]\n', '2020-05-05 09:00:50'),
(19755, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:00:50'),
(19756, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:00:50'),
(19757, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 09:00:50'),
(19758, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 09:00:50'),
(19759, 5, 537, 'dasasdasddas\n', '2020-05-05 09:00:50'),
(19760, 5, 538, 'dasadsdasasd\n', '2020-05-05 09:00:50'),
(19761, 5, 539, 'weqqweqweqew\n', '2020-05-05 09:00:50'),
(19768, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 09:02:14'),
(19769, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 09:02:14'),
(19770, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 09:02:14'),
(19771, 5, 535, '[\"\",\"\"]\n', '2020-05-05 09:02:14'),
(19772, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:02:14'),
(19773, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:02:14'),
(19774, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 09:02:14'),
(19775, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 09:02:14'),
(19776, 5, 537, 'dasasdasddas\n', '2020-05-05 09:02:14'),
(19777, 5, 538, 'dasadsdasasd\n', '2020-05-05 09:02:14'),
(19778, 5, 539, 'weqqweqweqew\n', '2020-05-05 09:02:14'),
(19788, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 09:05:03'),
(19789, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 09:05:03'),
(19790, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 09:05:03'),
(19791, 5, 535, '[\"\",\"\"]\n', '2020-05-05 09:05:03'),
(19792, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:05:03'),
(19793, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:05:03'),
(19794, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 09:05:03'),
(19795, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 09:05:03'),
(19796, 5, 537, 'dasasdasddas\n', '2020-05-05 09:05:03'),
(19797, 5, 538, 'dasadsdasasd\n', '2020-05-05 09:05:03'),
(19798, 5, 539, 'weqqweqweqew\n', '2020-05-05 09:05:03'),
(19826, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 09:16:24'),
(19827, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 09:16:24'),
(19828, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 09:16:24'),
(19829, 5, 535, '[\"\",\"\"]\n', '2020-05-05 09:16:24'),
(19830, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:16:24'),
(19831, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:16:24'),
(19832, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 09:16:24'),
(19833, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 09:16:24'),
(19834, 5, 537, 'dasasdasddas\n', '2020-05-05 09:16:24'),
(19835, 5, 538, 'dasadsdasasd\n', '2020-05-05 09:16:24'),
(19836, 5, 539, 'weqqweqweqew\n', '2020-05-05 09:16:24'),
(19843, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 09:17:44'),
(19844, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 09:17:44'),
(19845, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 09:17:44'),
(19846, 5, 535, '[\"\",\"\"]\n', '2020-05-05 09:17:44'),
(19847, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:17:44'),
(19848, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:17:44'),
(19849, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 09:17:44'),
(19850, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 09:17:44'),
(19851, 5, 537, 'dasasdasddas\n', '2020-05-05 09:17:44'),
(19852, 5, 538, 'dasadsdasasd\n', '2020-05-05 09:17:44'),
(19853, 5, 539, 'weqqweqweqew\n', '2020-05-05 09:17:44'),
(19902, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 09:19:09'),
(19903, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 09:19:09'),
(19904, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 09:19:09'),
(19905, 5, 535, '[\"\",\"\"]\n', '2020-05-05 09:19:09'),
(19906, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:19:09'),
(19907, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:19:10'),
(19908, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 09:19:10'),
(19909, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 09:19:10'),
(19910, 5, 537, 'dasasdasddas\n', '2020-05-05 09:19:10'),
(19911, 5, 538, 'dasadsdasasd\n', '2020-05-05 09:19:10'),
(19912, 5, 539, 'weqqweqweqew\n', '2020-05-05 09:19:10'),
(19913, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 09:19:36'),
(19914, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 09:19:36'),
(19915, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 09:19:36'),
(19916, 5, 535, '[\"\",\"\"]\n', '2020-05-05 09:19:36'),
(19917, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:19:36'),
(19918, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:19:36'),
(19919, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 09:19:36'),
(19920, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 09:19:37'),
(19921, 5, 537, 'dasasdasddas\n', '2020-05-05 09:19:37'),
(19922, 5, 538, 'dasadsdasasd\n', '2020-05-05 09:19:37'),
(19923, 5, 539, 'weqqweqweqew\n', '2020-05-05 09:19:37'),
(19924, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 09:21:26'),
(19925, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 09:21:26'),
(19926, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 09:21:26'),
(19927, 5, 535, '[\"\",\"\"]\n', '2020-05-05 09:21:26'),
(19928, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:21:26'),
(19929, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:21:26'),
(19930, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 09:21:26'),
(19931, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 09:21:26'),
(19932, 5, 537, 'dasasdasddas\n', '2020-05-05 09:21:27'),
(19933, 5, 538, 'dasadsdasasd\n', '2020-05-05 09:21:27'),
(19934, 5, 539, 'weqqweqweqew\n', '2020-05-05 09:21:27'),
(19935, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 09:22:19'),
(19936, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 09:22:19'),
(19937, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 09:22:19'),
(19938, 5, 535, '[\"\",\"\"]\n', '2020-05-05 09:22:19'),
(19939, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:22:19'),
(19940, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:22:19'),
(19941, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 09:22:19'),
(19942, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 09:22:19'),
(19943, 5, 537, 'dasasdasddas\n', '2020-05-05 09:22:19'),
(19944, 5, 538, 'dasadsdasasd\n', '2020-05-05 09:22:19'),
(19945, 5, 539, 'weqqweqweqew\n', '2020-05-05 09:22:19'),
(19946, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 09:22:58'),
(19947, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 09:22:58'),
(19948, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 09:22:58'),
(19949, 5, 535, '[\"\",\"\"]\n', '2020-05-05 09:22:58'),
(19950, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:22:58'),
(19951, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:22:58'),
(19952, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 09:22:58'),
(19953, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 09:22:58'),
(19954, 5, 537, 'dasasdasddas\n', '2020-05-05 09:22:58'),
(19955, 5, 538, 'dasadsdasasd\n', '2020-05-05 09:22:58'),
(19956, 5, 539, 'weqqweqweqew\n', '2020-05-05 09:22:58'),
(19960, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 09:23:42'),
(19961, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 09:23:42'),
(19962, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 09:23:42'),
(19963, 5, 535, '[\"\",\"\"]\n', '2020-05-05 09:23:42'),
(19964, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:23:42'),
(19965, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:23:42'),
(19966, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 09:23:42'),
(19967, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 09:23:42'),
(19968, 5, 537, 'dasasdasddas\n', '2020-05-05 09:23:42'),
(19969, 5, 538, 'dasadsdasasd\n', '2020-05-05 09:23:42'),
(19970, 5, 539, 'weqqweqweqew\n', '2020-05-05 09:23:42'),
(19999, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 09:24:30'),
(20000, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 09:24:30'),
(20001, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 09:24:30'),
(20002, 5, 535, '[\"\",\"\"]\n', '2020-05-05 09:24:30'),
(20003, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:24:30'),
(20004, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:24:30'),
(20005, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 09:24:30'),
(20006, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 09:24:30'),
(20007, 5, 537, 'dasasdasddas\n', '2020-05-05 09:24:30'),
(20008, 5, 538, 'dasadsdasasd\n', '2020-05-05 09:24:31'),
(20009, 5, 539, 'weqqweqweqew\n', '2020-05-05 09:24:31'),
(20010, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 09:25:44'),
(20011, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 09:25:44'),
(20012, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 09:25:44'),
(20013, 5, 535, '[\"\",\"\"]\n', '2020-05-05 09:25:44'),
(20014, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:25:44'),
(20015, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:25:44'),
(20016, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 09:25:44'),
(20017, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 09:25:44'),
(20018, 5, 537, 'dasasdasddas\n', '2020-05-05 09:25:44'),
(20019, 5, 538, 'dasadsdasasd\n', '2020-05-05 09:25:44'),
(20020, 5, 539, 'weqqweqweqew\n', '2020-05-05 09:25:44'),
(20066, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 09:56:28'),
(20067, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 09:56:28'),
(20068, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 09:56:28'),
(20069, 5, 535, '[\"\",\"\"]\n', '2020-05-05 09:56:28'),
(20070, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:56:28'),
(20071, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 09:56:28'),
(20072, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 09:56:28'),
(20073, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 09:56:28'),
(20074, 5, 537, 'dasasdasddas\n', '2020-05-05 09:56:28'),
(20075, 5, 538, 'dasadsdasasd\n', '2020-05-05 09:56:28'),
(20076, 5, 539, 'weqqweqweqew\n', '2020-05-05 09:56:28'),
(20160, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-05 10:00:23'),
(20161, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-05 10:00:24'),
(20162, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-05 10:00:24'),
(20163, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-05 10:00:24'),
(20164, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-05 10:00:24'),
(20165, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-05 10:00:24'),
(20166, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-05 10:00:24'),
(20167, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-05 10:00:24'),
(20168, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-05 10:00:24'),
(20169, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-05 10:00:24'),
(20170, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-05 10:00:24'),
(20171, 5, 707, '\"[]\"', '2020-05-05 10:00:31'),
(20172, 5, 908, '\"[]\"', '2020-05-05 10:00:31'),
(20173, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-05 10:00:31'),
(20174, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-05 10:00:31'),
(20175, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-05 10:00:31'),
(20176, 5, 689, '\"[]\"', '2020-05-05 10:00:31'),
(20177, 5, 687, '\"[]\"', '2020-05-05 10:00:31'),
(20178, 5, 685, '\"[]\"', '2020-05-05 10:00:31'),
(20179, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-05 10:00:31');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(20180, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-05 10:00:31'),
(20181, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-05 10:00:31'),
(20182, 5, 680, '[\"asddas\",\"retetrterte\",\"asddas\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-05 10:00:31'),
(20183, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-05 10:00:31'),
(20184, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-05 10:00:31'),
(20185, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-05 10:00:31'),
(20186, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-05 10:00:31'),
(20187, 5, 906, '\"[]\"', '2020-05-05 10:00:31'),
(20188, 5, 690, '\"[]\"', '2020-05-05 10:00:31'),
(20189, 5, 691, '\"[]\"', '2020-05-05 10:00:31'),
(20190, 5, 907, '\"[]\"', '2020-05-05 10:00:31'),
(20191, 5, 686, '\"[]\"', '2020-05-05 10:00:31'),
(20192, 5, 688, '\"[]\"', '2020-05-05 10:00:31'),
(20237, 2, 541, '', '2020-05-05 11:13:11'),
(20238, 2, 542, 'service', '2020-05-05 11:13:23'),
(20239, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Test\",\"surname\":\"Uno\",\"email\":\"Test@Test.com\",\"background\":\"Bc\",\"responsibilities\":\"Rs\"}]', '2020-05-05 11:14:06'),
(20240, 2, 550, 'Titulo2', '2020-05-05 11:14:15'),
(20241, 2, 551, 'Descripcion', '2020-05-05 11:14:15'),
(20242, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-05-05 11:14:15'),
(20243, 2, 553, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.', '2020-05-05 11:14:27'),
(20244, 2, 554, 'Nulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.', '2020-05-05 11:14:27'),
(20245, 2, 555, 'In id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.', '2020-05-05 11:14:27'),
(20246, 2, 556, 'Morbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.', '2020-05-05 11:14:27'),
(20247, 2, 557, 'Proin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.', '2020-05-05 11:14:27'),
(20248, 2, 558, 'Phasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.', '2020-05-05 11:14:27'),
(20249, 2, 559, 'Objetivos', '2020-05-05 11:14:42'),
(20250, 2, 560, 'Mi vision', '2020-05-05 11:14:42'),
(20251, 2, 561, 'Fran Nazario - Responsibility\r\nTest Uno - Rs\r\n', '2020-05-05 11:14:49'),
(20252, 2, 562, 'Titulo2\r\n\r\nDescripcion\r\n\r\n', '2020-05-05 11:14:49'),
(20253, 2, 563, 'POLITICAL\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.\r\n\r\nSOCIAL\r\nNulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.\r\n\r\nENVIRONMENTAL\r\nIn id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.\r\n\r\nECONOMIC\r\nMorbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.\r\n\r\nTECHNOLOGICAL\r\nProin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.\r\n\r\nLEGAL\r\nPhasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.\r\n\r\n', '2020-05-05 11:14:49'),
(20254, 2, 564, 'OBJECTIVES\r\nObjetivos\r\n\r\nSUSTAINABLE VISION\r\nMi vision\r\n\r\n', '2020-05-05 11:14:49'),
(20294, 2, 541, '', '2020-05-05 13:01:15'),
(20295, 2, 542, 'product', '2020-05-05 13:01:29'),
(20371, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 13:49:52'),
(20372, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 13:49:52'),
(20373, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 13:49:52'),
(20374, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-05 13:49:52'),
(20375, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 13:49:52'),
(20376, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 13:49:52'),
(20377, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 13:49:52'),
(20378, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 13:49:52'),
(20379, 5, 537, 'dasasdasddas\n', '2020-05-05 13:49:52'),
(20380, 5, 538, 'dasadsdasasd\n', '2020-05-05 13:49:52'),
(20381, 5, 539, 'weqqweqweqew\n', '2020-05-05 13:49:52'),
(20382, 2, 541, '', '2020-05-05 14:23:53'),
(20383, 2, 542, 'service', '2020-05-05 14:24:01'),
(20384, 2, 541, '', '2020-05-05 14:58:06'),
(20385, 2, 542, 'product', '2020-05-05 14:58:36'),
(20386, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 15:05:13'),
(20387, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 15:05:13'),
(20388, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 15:05:13'),
(20389, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-05 15:05:13'),
(20390, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 15:05:13'),
(20391, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 15:05:13'),
(20392, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 15:05:13'),
(20393, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 15:05:13'),
(20394, 5, 537, 'dasasdasddas\n', '2020-05-05 15:05:13'),
(20395, 5, 538, 'dasadsdasasd\n', '2020-05-05 15:05:13'),
(20396, 5, 539, 'weqqweqweqew\n', '2020-05-05 15:05:13'),
(20397, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 15:05:21'),
(20398, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 15:05:21'),
(20399, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 15:05:21'),
(20400, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-05 15:05:21'),
(20401, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 15:05:21'),
(20402, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 15:05:21'),
(20403, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 15:05:21'),
(20404, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 15:05:21'),
(20405, 5, 537, 'dasasdasddas\n', '2020-05-05 15:05:21'),
(20406, 5, 538, 'dasadsdasasd\n', '2020-05-05 15:05:21'),
(20407, 5, 539, 'weqqweqweqew\n', '2020-05-05 15:05:21'),
(20408, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 15:06:18'),
(20409, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 15:06:18'),
(20410, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 15:06:18'),
(20411, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-05 15:06:18'),
(20412, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 15:06:18'),
(20413, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 15:06:19'),
(20414, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 15:06:19'),
(20415, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 15:06:19'),
(20416, 5, 537, 'dasasdasddas\n', '2020-05-05 15:06:19'),
(20417, 5, 538, 'dasadsdasasd\n', '2020-05-05 15:06:19'),
(20418, 5, 539, 'weqqweqweqew\n', '2020-05-05 15:06:19'),
(20419, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 15:06:21'),
(20420, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 15:06:21'),
(20421, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 15:06:21'),
(20422, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-05 15:06:21'),
(20423, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 15:06:21'),
(20424, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 15:06:21'),
(20425, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 15:06:21'),
(20426, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 15:06:21'),
(20427, 5, 537, 'dasasdasddas\n', '2020-05-05 15:06:21'),
(20428, 5, 538, 'dasadsdasasd\n', '2020-05-05 15:06:21'),
(20429, 5, 539, 'weqqweqweqew\n', '2020-05-05 15:06:21'),
(20430, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-05 15:06:35'),
(20431, 5, 526, 'Ejercicio 13 activities\n', '2020-05-05 15:06:35'),
(20432, 5, 527, 'Ejercicio 13 resources\n', '2020-05-05 15:06:35'),
(20433, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-05 15:06:35'),
(20434, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-05 15:06:35'),
(20435, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-05 15:06:35'),
(20436, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-05 15:06:35'),
(20437, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-05 15:06:35'),
(20438, 5, 537, 'dasasdasddas\n', '2020-05-05 15:06:35'),
(20439, 5, 538, 'dasadsdasasd\n', '2020-05-05 15:06:35'),
(20440, 5, 539, 'weqqweqweqew\n', '2020-05-05 15:06:35'),
(20441, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:02:35'),
(20442, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:02:35'),
(20443, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:02:35'),
(20444, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:02:35'),
(20445, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:02:35'),
(20446, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:02:35'),
(20447, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:02:35'),
(20448, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-06 06:02:35'),
(20449, 5, 537, 'dasasdasddas\n', '2020-05-06 06:02:35'),
(20450, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:02:35'),
(20451, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:02:35'),
(20452, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:02:52'),
(20453, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:02:52'),
(20454, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:02:52'),
(20455, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:02:52'),
(20456, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:02:52'),
(20457, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:02:52'),
(20458, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:02:52'),
(20459, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-06 06:02:52'),
(20460, 5, 537, 'dasasdasddas\n', '2020-05-06 06:02:52'),
(20461, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:02:52'),
(20462, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:02:52'),
(20463, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:03:20'),
(20464, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:03:20'),
(20465, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:03:20'),
(20466, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:03:20'),
(20467, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:03:20'),
(20468, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:03:20'),
(20469, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:03:20'),
(20470, 5, 536, '[\"Ejercicio 9b customer segment\",\"Ejercicio 9b customer segment\"]\n', '2020-05-06 06:03:20'),
(20471, 5, 537, 'dasasdasddas\n', '2020-05-06 06:03:20'),
(20472, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:03:20'),
(20473, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:03:20'),
(20474, 2, 541, '', '2020-05-06 06:04:36'),
(20475, 2, 542, 'product', '2020-05-06 06:04:59'),
(20491, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:06:48'),
(20492, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:06:48'),
(20493, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:06:48'),
(20494, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:06:48'),
(20495, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:06:48'),
(20496, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:06:48'),
(20497, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:06:48'),
(20498, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 06:06:48'),
(20499, 5, 537, 'dasasdasddas\n', '2020-05-06 06:06:48'),
(20500, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:06:48'),
(20501, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:06:48'),
(20502, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:06:59'),
(20503, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:06:59'),
(20504, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:06:59'),
(20505, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:06:59'),
(20506, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:06:59'),
(20507, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:06:59'),
(20508, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:06:59'),
(20509, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 06:06:59'),
(20510, 5, 537, 'dasasdasddas\n', '2020-05-06 06:06:59'),
(20511, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:06:59'),
(20512, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:06:59'),
(20513, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:07:49'),
(20514, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:07:49'),
(20515, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:07:49'),
(20516, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:07:49'),
(20517, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:07:49'),
(20518, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:07:49'),
(20519, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:07:49'),
(20520, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 06:07:49'),
(20521, 5, 537, 'dasasdasddas\n', '2020-05-06 06:07:50'),
(20522, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:07:50'),
(20523, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:07:50'),
(20524, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-06 06:10:09'),
(20525, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-06 06:10:09'),
(20526, 2, 574, 'Nunc mauris odio, feugiat eget sagittis et, tincidunt eget velit. Duis imperdiet, mauris ut scelerisque accumsan, ipsum dolor venenatis tortor, eget condimentum dui nibh sed urna. Aliquam bibendum ut metus nec consequat. Nunc quis interdum mi. Integer pretium velit magna, a mattis ex interdum et. Aenean dictum, odio et tempor mollis, lorem enim elementum nulla, eget lobortis ligula augue ac felis. Pellentesque et cursus magna. Curabitur sed tellus imperdiet, pulvinar velit sed, interdum est.\r\n\r\n', '2020-05-06 06:10:09'),
(20527, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-06 06:10:09'),
(20528, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-06 06:10:09'),
(20529, 2, 577, 'Integer vehicula lectus aliquet urna euismod luctus. Fusce hendrerit viverra leo at egestas. Nunc pharetra dictum magna, scelerisque hendrerit orci. Nunc semper sagittis odio, sed congue nisi maximus id. Quisque hendrerit libero non nulla feugiat luctus. Mauris eget leo ut libero pulvinar porta. Quisque laoreet ultrices tincidunt. Cras interdum velit mi, id ullamcorper ligula faucibus vel. Ut aliquam justo id venenatis sodales. Aliquam iaculis metus quis justo blandit vestibulum.', '2020-05-06 06:10:09'),
(20530, 2, 541, '', '2020-05-06 06:17:27'),
(20531, 2, 542, 'service', '2020-05-06 06:17:48'),
(20532, 2, 541, '', '2020-05-06 06:23:11'),
(20533, 2, 542, 'product', '2020-05-06 06:23:21'),
(20534, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:36:09'),
(20535, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:36:09'),
(20536, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:36:09'),
(20537, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:36:09'),
(20538, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:36:09'),
(20539, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:36:09'),
(20540, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:36:09'),
(20541, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 06:36:09'),
(20542, 5, 537, 'dasasdasddas\n', '2020-05-06 06:36:09'),
(20543, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:36:09'),
(20544, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:36:09'),
(20545, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:37:33'),
(20546, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:37:33'),
(20547, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:37:33'),
(20548, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:37:33'),
(20549, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:37:33'),
(20550, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:37:33'),
(20551, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:37:33'),
(20552, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 06:37:33'),
(20553, 5, 537, 'dasasdasddas\n', '2020-05-06 06:37:33'),
(20554, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:37:33'),
(20555, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:37:33'),
(20556, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:41:10'),
(20557, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:41:10'),
(20558, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:41:10'),
(20559, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:41:10'),
(20560, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:41:10'),
(20561, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:41:10'),
(20562, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:41:10'),
(20563, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 06:41:10'),
(20564, 5, 537, 'dasasdasddas\n', '2020-05-06 06:41:10'),
(20565, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:41:10'),
(20566, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:41:10'),
(20607, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:45:00'),
(20608, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:45:00'),
(20609, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:45:00'),
(20610, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:45:00'),
(20611, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:45:00'),
(20612, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:45:00'),
(20613, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:45:00'),
(20614, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 06:45:00'),
(20615, 5, 537, 'dasasdasddas\n', '2020-05-06 06:45:00'),
(20616, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:45:00'),
(20617, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:45:00'),
(20618, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:49:54'),
(20619, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:49:54'),
(20620, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:49:54'),
(20621, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:49:54'),
(20622, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:49:54'),
(20623, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:49:54'),
(20624, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:49:54'),
(20625, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 06:49:54'),
(20626, 5, 537, 'dasasdasddas\n', '2020-05-06 06:49:54'),
(20627, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:49:54'),
(20628, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:49:54'),
(20629, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:51:29'),
(20630, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:51:29'),
(20631, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:51:29'),
(20632, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:51:29'),
(20633, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:51:29'),
(20634, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:51:29'),
(20635, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:51:29'),
(20636, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 06:51:29'),
(20637, 5, 537, 'dasasdasddas\n', '2020-05-06 06:51:29'),
(20638, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:51:29'),
(20639, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:51:29'),
(20640, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:52:28'),
(20641, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:52:28'),
(20642, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:52:28'),
(20643, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:52:28'),
(20644, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:52:28'),
(20645, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:52:28'),
(20646, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:52:28'),
(20647, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 06:52:28'),
(20648, 5, 537, 'dasasdasddas\n', '2020-05-06 06:52:28'),
(20649, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:52:28'),
(20650, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:52:28'),
(20651, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:53:59'),
(20652, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:53:59'),
(20653, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:53:59'),
(20654, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:53:59'),
(20655, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:53:59'),
(20656, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:53:59'),
(20657, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:53:59'),
(20658, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 06:53:59'),
(20659, 5, 537, 'dasasdasddas\n', '2020-05-06 06:53:59'),
(20660, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:53:59'),
(20661, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:53:59'),
(20662, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:55:32'),
(20663, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:55:32'),
(20664, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:55:32'),
(20665, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:55:32'),
(20666, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:55:32'),
(20667, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:55:32'),
(20668, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:55:32'),
(20669, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 06:55:32'),
(20670, 5, 537, 'dasasdasddas\n', '2020-05-06 06:55:32'),
(20671, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:55:32'),
(20672, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:55:32'),
(20673, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:56:22'),
(20674, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:56:22'),
(20675, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:56:22'),
(20676, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:56:22'),
(20677, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:56:22'),
(20678, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:56:22'),
(20679, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:56:22'),
(20680, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 06:56:22'),
(20681, 5, 537, 'dasasdasddas\n', '2020-05-06 06:56:22'),
(20682, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:56:22'),
(20683, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:56:22'),
(20684, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 06:57:10'),
(20685, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 06:57:10'),
(20686, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 06:57:10'),
(20687, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 06:57:10'),
(20688, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:57:10'),
(20689, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 06:57:10'),
(20690, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 06:57:10'),
(20691, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 06:57:10'),
(20692, 5, 537, 'dasasdasddas\n', '2020-05-06 06:57:10'),
(20693, 5, 538, 'dasadsdasasd\n', '2020-05-06 06:57:10'),
(20694, 5, 539, 'weqqweqweqew\n', '2020-05-06 06:57:10'),
(20695, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 07:00:04'),
(20696, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 07:00:04'),
(20697, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 07:00:04'),
(20698, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 07:00:04'),
(20699, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:00:04'),
(20700, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:00:04'),
(20701, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 07:00:04'),
(20702, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 07:00:04'),
(20703, 5, 537, 'dasasdasddas\n', '2020-05-06 07:00:04'),
(20704, 5, 538, 'dasadsdasasd\n', '2020-05-06 07:00:04'),
(20705, 5, 539, 'weqqweqweqew\n', '2020-05-06 07:00:04'),
(20706, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 07:03:06'),
(20707, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 07:03:06'),
(20708, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 07:03:06'),
(20709, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 07:03:06'),
(20710, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:03:06'),
(20711, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:03:06'),
(20712, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 07:03:06'),
(20713, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 07:03:06'),
(20714, 5, 537, 'dasasdasddas\n', '2020-05-06 07:03:06'),
(20715, 5, 538, 'dasadsdasasd\n', '2020-05-06 07:03:06'),
(20716, 5, 539, 'weqqweqweqew\n', '2020-05-06 07:03:06'),
(20717, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 07:10:45'),
(20718, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 07:10:45'),
(20719, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 07:10:45'),
(20720, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 07:10:45'),
(20721, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:10:45'),
(20722, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:10:45'),
(20723, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 07:10:45'),
(20724, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 07:10:45'),
(20725, 5, 537, 'dasasdasddas\n', '2020-05-06 07:10:45'),
(20726, 5, 538, 'dasadsdasasd\n', '2020-05-06 07:10:45'),
(20727, 5, 539, 'weqqweqweqew\n', '2020-05-06 07:10:45'),
(20728, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 07:11:08'),
(20729, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 07:11:08'),
(20730, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 07:11:08'),
(20731, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 07:11:08'),
(20732, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:11:08'),
(20733, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:11:08'),
(20734, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 07:11:08'),
(20735, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 07:11:08'),
(20736, 5, 537, 'dasasdasddas\n', '2020-05-06 07:11:08'),
(20737, 5, 538, 'dasadsdasasd\n', '2020-05-06 07:11:08'),
(20738, 5, 539, 'weqqweqweqew\n', '2020-05-06 07:11:08'),
(20739, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 07:12:14'),
(20740, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 07:12:14'),
(20741, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 07:12:14'),
(20742, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 07:12:14'),
(20743, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:12:14'),
(20744, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:12:14'),
(20745, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 07:12:14'),
(20746, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 07:12:14'),
(20747, 5, 537, 'dasasdasddas\n', '2020-05-06 07:12:14'),
(20748, 5, 538, 'dasadsdasasd\n', '2020-05-06 07:12:14'),
(20749, 5, 539, 'weqqweqweqew\n', '2020-05-06 07:12:14'),
(20750, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 07:13:10'),
(20751, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 07:13:10'),
(20752, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 07:13:10'),
(20753, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 07:13:10'),
(20754, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:13:10'),
(20755, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:13:10'),
(20756, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 07:13:10'),
(20757, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 07:13:10'),
(20758, 5, 537, 'dasasdasddas\n', '2020-05-06 07:13:10'),
(20759, 5, 538, 'dasadsdasasd\n', '2020-05-06 07:13:10'),
(20760, 5, 539, 'weqqweqweqew\n', '2020-05-06 07:13:10'),
(20761, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 07:14:25'),
(20762, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 07:14:25'),
(20763, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 07:14:25'),
(20764, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 07:14:25'),
(20765, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:14:25'),
(20766, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:14:25'),
(20767, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 07:14:25'),
(20768, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 07:14:25'),
(20769, 5, 537, 'dasasdasddas\n', '2020-05-06 07:14:25'),
(20770, 5, 538, 'dasadsdasasd\n', '2020-05-06 07:14:25'),
(20771, 5, 539, 'weqqweqweqew\n', '2020-05-06 07:14:25'),
(20772, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"score\":\"2.3\",\"actions\":[{\"title\":\"Fran prueba\",\"startDate\":1575154800000,\"endDate\":1583017200000,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1583017200000,\"endDate\":1585692000000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Pellentesque quis nulla purus. Praesent sollicitudin at massa id condimentum. Curabitur malesuada fermentum euismod. Ut quis magna a enim pharetra interdum. In scelerisque mattis odio, volutpat tincidunt nibh eleifend sit amet. Ut at tempus odio. Duis sodales blandit ligula, posuere tristique turpis accumsan eu. Morbi finibus elit quis congue sodales. Fusce lacinia condimentum dapibus. Integer imperdiet ligula turpis, quis elementum turpis feugiat a. Nulla quis sem porta, finibus nisi eget, imperdiet ante. Nunc at felis eu felis dapibus viverra. Curabitur eget neque iaculis, tincidunt ante a, porttitor est. Nam libero felis, vestibulum feugiat pharetra et, ornare ut nulla.\",\"startDate\":1588284000000,\"endDate\":1590962400000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Prueba\",\"score\":\"1\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"score\":\"1\",\"actions\":[{\"title\":\"Prueba\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Yo\"}]},{\"title\":\"sadf\",\"score\":\"1\",\"actions\":[]},{\"title\":\"sdf\",\"score\":\"1\",\"actions\":[]}],\"end\":[]}', '2020-05-06 07:23:42'),
(20773, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 07:34:09'),
(20774, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 07:34:09'),
(20775, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 07:34:09'),
(20776, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 07:34:09'),
(20777, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:34:09'),
(20778, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:34:09'),
(20779, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 07:34:09'),
(20780, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 07:34:09'),
(20781, 5, 537, 'dasasdasddas\n', '2020-05-06 07:34:09'),
(20782, 5, 538, 'dasadsdasasd\n', '2020-05-06 07:34:09'),
(20783, 5, 539, 'weqqweqweqew\n', '2020-05-06 07:34:09'),
(20784, 2, 656, '{\"raw\":[{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"score\":\"2.3\",\"actions\":[{\"title\":\"Fran prueba\",\"startDate\":1577833200000,\"endDate\":1583017200000,\"responsible\":\"Fran\"}]},{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1583017200000,\"endDate\":1585692000000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Pellentesque quis nulla purus. Praesent sollicitudin at massa id condimentum. Curabitur malesuada fermentum euismod. Ut quis magna a enim pharetra interdum. In scelerisque mattis odio, volutpat tincidunt nibh eleifend sit amet. Ut at tempus odio. Duis sodales blandit ligula, posuere tristique turpis accumsan eu. Morbi finibus elit quis congue sodales. Fusce lacinia condimentum dapibus. Integer imperdiet ligula turpis, quis elementum turpis feugiat a. Nulla quis sem porta, finibus nisi eget, imperdiet ante. Nunc at felis eu felis dapibus viverra. Curabitur eget neque iaculis, tincidunt ante a, porttitor est. Nam libero felis, vestibulum feugiat pharetra et, ornare ut nulla.\",\"startDate\":1588284000000,\"endDate\":1590962400000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Prueba\",\"score\":\"1\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"score\":\"1\",\"actions\":[{\"title\":\"Prueba\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Yo\"}]},{\"title\":\"sadf\",\"score\":\"1\",\"actions\":[]},{\"title\":\"sdf\",\"score\":\"1\",\"actions\":[]}],\"end\":[]}', '2020-05-06 07:37:04'),
(20785, 2, 541, '', '2020-05-06 07:40:03'),
(20786, 2, 542, 'product', '2020-05-06 07:40:10'),
(20787, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 07:46:44'),
(20788, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 07:46:44'),
(20789, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 07:46:44'),
(20790, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 07:46:44'),
(20791, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:46:44'),
(20792, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:46:44'),
(20793, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 07:46:44'),
(20794, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 07:46:44'),
(20795, 5, 537, 'dasasdasddas\n', '2020-05-06 07:46:44'),
(20796, 5, 538, 'dasadsdasasd\n', '2020-05-06 07:46:44'),
(20797, 5, 539, 'weqqweqweqew\n', '2020-05-06 07:46:44'),
(20798, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 07:47:29'),
(20799, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 07:47:29'),
(20800, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 07:47:29'),
(20801, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 07:47:29'),
(20802, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:47:29'),
(20803, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 07:47:29'),
(20804, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 07:47:29'),
(20805, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 07:47:29'),
(20806, 5, 537, 'dasasdasddas\n', '2020-05-06 07:47:29'),
(20807, 5, 538, 'dasadsdasasd\n', '2020-05-06 07:47:29'),
(20808, 5, 539, 'weqqweqweqew\n', '2020-05-06 07:47:29'),
(20809, 2, 541, '', '2020-05-06 08:00:58'),
(20810, 2, 542, 'product', '2020-05-06 08:01:05'),
(20811, 2, 541, '', '2020-05-06 08:05:07'),
(20812, 2, 542, 'product', '2020-05-06 08:05:15'),
(20813, 2, 541, '', '2020-05-06 08:54:08'),
(20814, 2, 542, 'service', '2020-05-06 08:54:15'),
(20815, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-06 08:54:41'),
(20816, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 09:01:16'),
(20817, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 09:01:16'),
(20818, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 09:01:16'),
(20819, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 09:01:16'),
(20820, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 09:01:16'),
(20821, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 09:01:16'),
(20822, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 09:01:16'),
(20823, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 09:01:16'),
(20824, 5, 537, 'dasasdasddas\n', '2020-05-06 09:01:16'),
(20825, 5, 538, 'dasadsdasasd\n', '2020-05-06 09:01:16'),
(20826, 5, 539, 'weqqweqweqew\n', '2020-05-06 09:01:16'),
(20842, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 09:26:22'),
(20843, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 09:26:22'),
(20844, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 09:26:22'),
(20845, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 09:26:22'),
(20846, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 09:26:22'),
(20847, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 09:26:22'),
(20848, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 09:26:22'),
(20849, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 09:26:22'),
(20850, 5, 537, 'dasasdasddas\n', '2020-05-06 09:26:22'),
(20851, 5, 538, 'dasadsdasasd\n', '2020-05-06 09:26:22'),
(20852, 5, 539, 'weqqweqweqew\n', '2020-05-06 09:26:22'),
(20853, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 09:38:22'),
(20854, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 09:38:22'),
(20855, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 09:38:22'),
(20856, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 09:38:22'),
(20857, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 09:38:22'),
(20858, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 09:38:22'),
(20859, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 09:38:22'),
(20860, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 09:38:22'),
(20861, 5, 537, 'dasasdasddas\n', '2020-05-06 09:38:22'),
(20862, 5, 538, 'dasadsdasasd\n', '2020-05-06 09:38:22'),
(20863, 5, 539, 'weqqweqweqew\n', '2020-05-06 09:38:22'),
(20864, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 09:41:15'),
(20865, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 09:41:15'),
(20866, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 09:41:15'),
(20867, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 09:41:15'),
(20868, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 09:41:15'),
(20869, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 09:41:15'),
(20870, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 09:41:15'),
(20871, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 09:41:15'),
(20872, 5, 537, 'dasasdasddas\n', '2020-05-06 09:41:15'),
(20873, 5, 538, 'dasadsdasasd\n', '2020-05-06 09:41:15'),
(20874, 5, 539, 'weqqweqweqew\n', '2020-05-06 09:41:15'),
(20875, 2, 541, '', '2020-05-06 09:59:17'),
(20876, 2, 542, 'service', '2020-05-06 09:59:27'),
(20881, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:05:28'),
(20882, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:05:28'),
(20883, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:05:28'),
(20884, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:05:28'),
(20885, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:05:28'),
(20886, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:05:28'),
(20887, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:05:28'),
(20888, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:05:28'),
(20889, 5, 537, 'dasasdasddas\n', '2020-05-06 10:05:28'),
(20890, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:05:28'),
(20891, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:05:28'),
(20894, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:31:20'),
(20895, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:31:20'),
(20896, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:31:20'),
(20897, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:31:20'),
(20898, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:31:20'),
(20899, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:31:20'),
(20900, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:31:20'),
(20901, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:31:20'),
(20902, 5, 537, 'dasasdasddas\n', '2020-05-06 10:31:20'),
(20903, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:31:20'),
(20904, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:31:20'),
(20905, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:32:44'),
(20906, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:32:44'),
(20907, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:32:44'),
(20908, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:32:44'),
(20909, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:32:44'),
(20910, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:32:44'),
(20911, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:32:44'),
(20912, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:32:44'),
(20913, 5, 537, 'dasasdasddas\n', '2020-05-06 10:32:44'),
(20914, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:32:44'),
(20915, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:32:44');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(20916, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:35:17'),
(20917, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:35:17'),
(20918, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:35:17'),
(20919, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:35:17'),
(20920, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:35:17'),
(20921, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:35:17'),
(20922, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:35:17'),
(20923, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:35:17'),
(20924, 5, 537, 'dasasdasddas\n', '2020-05-06 10:35:17'),
(20925, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:35:17'),
(20926, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:35:17'),
(20927, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:41:11'),
(20928, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:41:11'),
(20929, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:41:11'),
(20930, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:41:11'),
(20931, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:41:11'),
(20932, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:41:11'),
(20933, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:41:12'),
(20934, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:41:12'),
(20935, 5, 537, 'dasasdasddas\n', '2020-05-06 10:41:12'),
(20936, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:41:12'),
(20937, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:41:12'),
(20938, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:42:55'),
(20939, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:42:55'),
(20940, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:42:55'),
(20941, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:42:55'),
(20942, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:42:55'),
(20943, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:42:55'),
(20944, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:42:55'),
(20945, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:42:55'),
(20946, 5, 537, 'dasasdasddas\n', '2020-05-06 10:42:55'),
(20947, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:42:55'),
(20948, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:42:55'),
(20949, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:42:58'),
(20950, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:42:58'),
(20951, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:42:58'),
(20952, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:42:58'),
(20953, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:42:58'),
(20954, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:42:58'),
(20955, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:42:58'),
(20956, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:42:58'),
(20957, 5, 537, 'dasasdasddas\n', '2020-05-06 10:42:58'),
(20958, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:42:58'),
(20959, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:42:58'),
(20960, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:45:44'),
(20961, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:45:44'),
(20962, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:45:44'),
(20963, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:45:44'),
(20964, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:45:44'),
(20965, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:45:44'),
(20966, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:45:44'),
(20967, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:45:44'),
(20968, 5, 537, 'dasasdasddas\n', '2020-05-06 10:45:44'),
(20969, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:45:44'),
(20970, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:45:44'),
(20971, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:45:47'),
(20972, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:45:47'),
(20973, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:45:47'),
(20974, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:45:47'),
(20975, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:45:47'),
(20976, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:45:47'),
(20977, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:45:47'),
(20978, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:45:47'),
(20979, 5, 537, 'dasasdasddas\n', '2020-05-06 10:45:47'),
(20980, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:45:47'),
(20981, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:45:47'),
(20982, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:47:21'),
(20983, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:47:21'),
(20984, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:47:21'),
(20985, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:47:21'),
(20986, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:47:21'),
(20987, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:47:21'),
(20988, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:47:21'),
(20989, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:47:21'),
(20990, 5, 537, 'dasasdasddas\n', '2020-05-06 10:47:21'),
(20991, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:47:21'),
(20992, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:47:21'),
(20993, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:47:24'),
(20994, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:47:24'),
(20995, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:47:24'),
(20996, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:47:24'),
(20997, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:47:24'),
(20998, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:47:24'),
(20999, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:47:24'),
(21000, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:47:24'),
(21001, 5, 537, 'dasasdasddas\n', '2020-05-06 10:47:24'),
(21002, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:47:24'),
(21003, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:47:24'),
(21004, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:48:57'),
(21005, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:48:57'),
(21006, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:48:57'),
(21007, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:48:57'),
(21008, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:48:57'),
(21009, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:48:57'),
(21010, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:48:57'),
(21011, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:48:57'),
(21012, 5, 537, 'dasasdasddas\n', '2020-05-06 10:48:57'),
(21013, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:48:57'),
(21014, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:48:57'),
(21015, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:49:00'),
(21016, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:49:00'),
(21017, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:49:00'),
(21018, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:49:00'),
(21019, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:49:00'),
(21020, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:49:00'),
(21021, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:49:00'),
(21022, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:49:00'),
(21023, 5, 537, 'dasasdasddas\n', '2020-05-06 10:49:00'),
(21024, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:49:00'),
(21025, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:49:00'),
(21026, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:50:44'),
(21027, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:50:44'),
(21028, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:50:44'),
(21029, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:50:44'),
(21030, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:50:44'),
(21031, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:50:44'),
(21032, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:50:44'),
(21033, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:50:44'),
(21034, 5, 537, 'dasasdasddas\n', '2020-05-06 10:50:44'),
(21035, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:50:44'),
(21036, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:50:44'),
(21037, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:50:47'),
(21038, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:50:47'),
(21039, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:50:47'),
(21040, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:50:47'),
(21041, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:50:47'),
(21042, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:50:47'),
(21043, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:50:47'),
(21044, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:50:47'),
(21045, 5, 537, 'dasasdasddas\n', '2020-05-06 10:50:47'),
(21046, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:50:47'),
(21047, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:50:47'),
(21048, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:50:50'),
(21049, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:50:50'),
(21050, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:50:50'),
(21051, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:50:50'),
(21052, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:50:50'),
(21053, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:50:50'),
(21054, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:50:50'),
(21055, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:50:50'),
(21056, 5, 537, 'dasasdasddas\n', '2020-05-06 10:50:50'),
(21057, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:50:50'),
(21058, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:50:50'),
(21059, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:50:52'),
(21060, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:50:52'),
(21061, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:50:52'),
(21062, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:50:52'),
(21063, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:50:52'),
(21064, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:50:52'),
(21065, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:50:52'),
(21066, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:50:52'),
(21067, 5, 537, 'dasasdasddas\n', '2020-05-06 10:50:52'),
(21068, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:50:52'),
(21069, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:50:52'),
(21070, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:53:25'),
(21071, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:53:25'),
(21072, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:53:25'),
(21073, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:53:25'),
(21074, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:53:25'),
(21075, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:53:25'),
(21076, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:53:25'),
(21077, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:53:25'),
(21078, 5, 537, 'dasasdasddas\n', '2020-05-06 10:53:25'),
(21079, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:53:25'),
(21080, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:53:25'),
(21081, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:53:28'),
(21082, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:53:28'),
(21083, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:53:28'),
(21084, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:53:28'),
(21085, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:53:28'),
(21086, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:53:28'),
(21087, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:53:28'),
(21088, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:53:28'),
(21089, 5, 537, 'dasasdasddas\n', '2020-05-06 10:53:28'),
(21090, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:53:28'),
(21091, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:53:28'),
(21092, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:53:31'),
(21093, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:53:31'),
(21094, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:53:31'),
(21095, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:53:31'),
(21096, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:53:31'),
(21097, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:53:31'),
(21098, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:53:31'),
(21099, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:53:31'),
(21100, 5, 537, 'dasasdasddas\n', '2020-05-06 10:53:31'),
(21101, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:53:31'),
(21102, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:53:31'),
(21103, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:54:48'),
(21104, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:54:48'),
(21105, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:54:48'),
(21106, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:54:48'),
(21107, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:54:48'),
(21108, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:54:48'),
(21109, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:54:48'),
(21110, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:54:48'),
(21111, 5, 537, 'dasasdasddas\n', '2020-05-06 10:54:48'),
(21112, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:54:48'),
(21113, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:54:48'),
(21114, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:54:51'),
(21115, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:54:51'),
(21116, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:54:51'),
(21117, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:54:51'),
(21118, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:54:51'),
(21119, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:54:51'),
(21120, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:54:51'),
(21121, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:54:51'),
(21122, 5, 537, 'dasasdasddas\n', '2020-05-06 10:54:51'),
(21123, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:54:51'),
(21124, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:54:51'),
(21125, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:54:54'),
(21126, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:54:54'),
(21127, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:54:54'),
(21128, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:54:54'),
(21129, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:54:54'),
(21130, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:54:54'),
(21131, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:54:54'),
(21132, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:54:54'),
(21133, 5, 537, 'dasasdasddas\n', '2020-05-06 10:54:54'),
(21134, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:54:54'),
(21135, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:54:54'),
(21136, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:54:56'),
(21137, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:54:56'),
(21138, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:54:56'),
(21139, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:54:56'),
(21140, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:54:56'),
(21141, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:54:56'),
(21142, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:54:56'),
(21143, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:54:56'),
(21144, 5, 537, 'dasasdasddas\n', '2020-05-06 10:54:56'),
(21145, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:54:56'),
(21146, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:54:56'),
(21147, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:54:59'),
(21148, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:54:59'),
(21149, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:54:59'),
(21150, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:54:59'),
(21151, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:54:59'),
(21152, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:54:59'),
(21153, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:54:59'),
(21154, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:54:59'),
(21155, 5, 537, 'dasasdasddas\n', '2020-05-06 10:54:59'),
(21156, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:54:59'),
(21157, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:54:59'),
(21158, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 10:55:02'),
(21159, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 10:55:02'),
(21160, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 10:55:02'),
(21161, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 10:55:02'),
(21162, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:55:02'),
(21163, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 10:55:02'),
(21164, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 10:55:02'),
(21165, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 10:55:02'),
(21166, 5, 537, 'dasasdasddas\n', '2020-05-06 10:55:02'),
(21167, 5, 538, 'dasadsdasasd\n', '2020-05-06 10:55:02'),
(21168, 5, 539, 'weqqweqweqew\n', '2020-05-06 10:55:02'),
(21169, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:00:13'),
(21170, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:00:13'),
(21171, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:00:13'),
(21172, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:00:13'),
(21173, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:00:13'),
(21174, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:00:13'),
(21175, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:00:13'),
(21176, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:00:13'),
(21177, 5, 537, 'dasasdasddas\n', '2020-05-06 11:00:13'),
(21178, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:00:13'),
(21179, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:00:14'),
(21180, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:00:16'),
(21181, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:00:16'),
(21182, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:00:16'),
(21183, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:00:16'),
(21184, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:00:16'),
(21185, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:00:16'),
(21186, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:00:16'),
(21187, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:00:16'),
(21188, 5, 537, 'dasasdasddas\n', '2020-05-06 11:00:16'),
(21189, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:00:16'),
(21190, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:00:16'),
(21191, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:00:19'),
(21192, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:00:19'),
(21193, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:00:19'),
(21194, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:00:19'),
(21195, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:00:19'),
(21196, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:00:19'),
(21197, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:00:19'),
(21198, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:00:19'),
(21199, 5, 537, 'dasasdasddas\n', '2020-05-06 11:00:19'),
(21200, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:00:19'),
(21201, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:00:19'),
(21202, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:43:16'),
(21203, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:43:16'),
(21204, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:43:17'),
(21205, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:43:17'),
(21206, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:43:17'),
(21207, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:43:17'),
(21208, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:43:17'),
(21209, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:43:17'),
(21210, 5, 537, 'dasasdasddas\n', '2020-05-06 11:43:17'),
(21211, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:43:17'),
(21212, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:43:17'),
(21213, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:43:19'),
(21214, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:43:19'),
(21215, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:43:19'),
(21216, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:43:19'),
(21217, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:43:19'),
(21218, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:43:19'),
(21219, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:43:19'),
(21220, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:43:19'),
(21221, 5, 537, 'dasasdasddas\n', '2020-05-06 11:43:19'),
(21222, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:43:19'),
(21223, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:43:19'),
(21224, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:43:22'),
(21225, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:43:22'),
(21226, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:43:22'),
(21227, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:43:22'),
(21228, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:43:22'),
(21229, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:43:22'),
(21230, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:43:22'),
(21231, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:43:22'),
(21232, 5, 537, 'dasasdasddas\n', '2020-05-06 11:43:22'),
(21233, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:43:22'),
(21234, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:43:22'),
(21235, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:46:50'),
(21236, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:46:50'),
(21237, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:46:50'),
(21238, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:46:50'),
(21239, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:46:50'),
(21240, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:46:50'),
(21241, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:46:50'),
(21242, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:46:50'),
(21243, 5, 537, 'dasasdasddas\n', '2020-05-06 11:46:50'),
(21244, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:46:50'),
(21245, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:46:50'),
(21246, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:47:56'),
(21247, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:47:56'),
(21248, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:47:56'),
(21249, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:47:56'),
(21250, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:47:56'),
(21251, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:47:56'),
(21252, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:47:56'),
(21253, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:47:56'),
(21254, 5, 537, 'dasasdasddas\n', '2020-05-06 11:47:56'),
(21255, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:47:56'),
(21256, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:47:56'),
(21257, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:47:59'),
(21258, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:47:59'),
(21259, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:47:59'),
(21260, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:47:59'),
(21261, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:47:59'),
(21262, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:47:59'),
(21263, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:47:59'),
(21264, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:47:59'),
(21265, 5, 537, 'dasasdasddas\n', '2020-05-06 11:47:59'),
(21266, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:47:59'),
(21267, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:47:59'),
(21268, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:48:01'),
(21269, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:48:01'),
(21270, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:48:01'),
(21271, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:48:01'),
(21272, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:48:01'),
(21273, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:48:01'),
(21274, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:48:01'),
(21275, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:48:01'),
(21276, 5, 537, 'dasasdasddas\n', '2020-05-06 11:48:01'),
(21277, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:48:01'),
(21278, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:48:01'),
(21279, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:48:04'),
(21280, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:48:04'),
(21281, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:48:04'),
(21282, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:48:04'),
(21283, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:48:04'),
(21284, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:48:04'),
(21285, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:48:04'),
(21286, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:48:04'),
(21287, 5, 537, 'dasasdasddas\n', '2020-05-06 11:48:04'),
(21288, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:48:04'),
(21289, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:48:04'),
(21290, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:48:07'),
(21291, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:48:07'),
(21292, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:48:07'),
(21293, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:48:07'),
(21294, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:48:07'),
(21295, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:48:07'),
(21296, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:48:07'),
(21297, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:48:07'),
(21298, 5, 537, 'dasasdasddas\n', '2020-05-06 11:48:07'),
(21299, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:48:07'),
(21300, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:48:07'),
(21301, 2, 541, '', '2020-05-06 11:49:54'),
(21302, 2, 542, 'service', '2020-05-06 11:50:09'),
(21303, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:51:13'),
(21304, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:51:13'),
(21305, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:51:13'),
(21306, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:51:13'),
(21307, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:51:13'),
(21308, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:51:13'),
(21309, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:51:13'),
(21310, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:51:13'),
(21311, 5, 537, 'dasasdasddas\n', '2020-05-06 11:51:13'),
(21312, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:51:13'),
(21313, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:51:13'),
(21314, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:51:16'),
(21315, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:51:16'),
(21316, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:51:16'),
(21317, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:51:16'),
(21318, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:51:16'),
(21319, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:51:16'),
(21320, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:51:16'),
(21321, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:51:16'),
(21322, 5, 537, 'dasasdasddas\n', '2020-05-06 11:51:16'),
(21323, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:51:16'),
(21324, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:51:16'),
(21325, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:51:19'),
(21326, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:51:19'),
(21327, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:51:19'),
(21328, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:51:19'),
(21329, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:51:19'),
(21330, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:51:19'),
(21331, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:51:19'),
(21332, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:51:19'),
(21333, 5, 537, 'dasasdasddas\n', '2020-05-06 11:51:19'),
(21334, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:51:19'),
(21335, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:51:19'),
(21336, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:56:54'),
(21337, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:56:54'),
(21338, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:56:54'),
(21339, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:56:54'),
(21340, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:56:54'),
(21341, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:56:54'),
(21342, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:56:54'),
(21343, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:56:54'),
(21344, 5, 537, 'dasasdasddas\n', '2020-05-06 11:56:54'),
(21345, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:56:54'),
(21346, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:56:54'),
(21347, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:56:57'),
(21348, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:56:57'),
(21349, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:56:57'),
(21350, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:56:57'),
(21351, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:56:57'),
(21352, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:56:57'),
(21353, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:56:57'),
(21354, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:56:57'),
(21355, 5, 537, 'dasasdasddas\n', '2020-05-06 11:56:57'),
(21356, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:56:57'),
(21357, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:56:57'),
(21358, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:58:33'),
(21359, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:58:33'),
(21360, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:58:33'),
(21361, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:58:33'),
(21362, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:58:33'),
(21363, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:58:33'),
(21364, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:58:33'),
(21365, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:58:33'),
(21366, 5, 537, 'dasasdasddas\n', '2020-05-06 11:58:33'),
(21367, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:58:33'),
(21368, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:58:33'),
(21369, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:58:36'),
(21370, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:58:36'),
(21371, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:58:36'),
(21372, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:58:36'),
(21373, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:58:36'),
(21374, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:58:36'),
(21375, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:58:36'),
(21376, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:58:36'),
(21377, 5, 537, 'dasasdasddas\n', '2020-05-06 11:58:36'),
(21378, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:58:36'),
(21379, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:58:36'),
(21380, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 11:58:38'),
(21381, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 11:58:38'),
(21382, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 11:58:39'),
(21383, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 11:58:39'),
(21384, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:58:39'),
(21385, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 11:58:39'),
(21386, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 11:58:39'),
(21387, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 11:58:39'),
(21388, 5, 537, 'dasasdasddas\n', '2020-05-06 11:58:39'),
(21389, 5, 538, 'dasadsdasasd\n', '2020-05-06 11:58:39'),
(21390, 5, 539, 'weqqweqweqew\n', '2020-05-06 11:58:39'),
(21391, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"selected\":\"yes\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\",\"selected\":\"no\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\",\"selected\":\"no\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\",\"selected\":\"no\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\",\"selected\":\"no\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"selected\":\"no\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\",\"selected\":\"no\"}}', '2020-05-06 12:00:13'),
(21392, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"selected\":\"yes\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\",\"selected\":\"no\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\",\"selected\":\"no\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\",\"selected\":\"no\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\",\"selected\":\"no\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"selected\":\"yes\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\",\"selected\":\"no\"}}', '2020-05-06 12:00:50'),
(21393, 5, 707, '\"[]\"', '2020-05-06 12:01:09'),
(21394, 5, 908, '\"[]\"', '2020-05-06 12:01:09'),
(21395, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-06 12:01:09'),
(21396, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-06 12:01:09'),
(21397, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-06 12:01:09'),
(21398, 5, 689, '\"[]\"', '2020-05-06 12:01:09'),
(21399, 5, 687, '\"[]\"', '2020-05-06 12:01:09'),
(21400, 5, 685, '\"[]\"', '2020-05-06 12:01:09'),
(21401, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-06 12:01:09'),
(21402, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-06 12:01:09'),
(21403, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-06 12:01:09'),
(21404, 5, 680, '[\"128521\",\"128514\",\"128516\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-06 12:01:09'),
(21405, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-06 12:01:09'),
(21406, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-06 12:01:09'),
(21407, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-06 12:01:09'),
(21408, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-06 12:01:09'),
(21409, 5, 906, '\"[]\"', '2020-05-06 12:01:09'),
(21410, 5, 690, '\"[]\"', '2020-05-06 12:01:09'),
(21411, 5, 691, '\"[]\"', '2020-05-06 12:01:09'),
(21412, 5, 907, '\"[]\"', '2020-05-06 12:01:09'),
(21413, 5, 686, '\"[]\"', '2020-05-06 12:01:09'),
(21414, 5, 688, '\"[]\"', '2020-05-06 12:01:09'),
(21415, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:01:13'),
(21416, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:01:13'),
(21417, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:01:13'),
(21418, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:01:13'),
(21419, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:01:13'),
(21420, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:01:13'),
(21421, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:01:13'),
(21422, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:01:13'),
(21423, 5, 537, 'dasasdasddas\n', '2020-05-06 12:01:13'),
(21424, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:01:13'),
(21425, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:01:13'),
(21426, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:01:15'),
(21427, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:01:15'),
(21428, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:01:15'),
(21429, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:01:15'),
(21430, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:01:15'),
(21431, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:01:15'),
(21432, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:01:15'),
(21433, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:01:15'),
(21434, 5, 537, 'dasasdasddas\n', '2020-05-06 12:01:15'),
(21435, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:01:15'),
(21436, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:01:15'),
(21437, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:02:33'),
(21438, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:02:33'),
(21439, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:02:33'),
(21440, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:02:33'),
(21441, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:02:33'),
(21442, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:02:33'),
(21443, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:02:33'),
(21444, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:02:33'),
(21445, 5, 537, 'dasasdasddas\n', '2020-05-06 12:02:33'),
(21446, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:02:33'),
(21447, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:02:33'),
(21448, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:02:36'),
(21449, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:02:36'),
(21450, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:02:36'),
(21451, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:02:36'),
(21452, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:02:36'),
(21453, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:02:36'),
(21454, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:02:36'),
(21455, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:02:36'),
(21456, 5, 537, 'dasasdasddas\n', '2020-05-06 12:02:36'),
(21457, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:02:36'),
(21458, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:02:36'),
(21459, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:05:44'),
(21460, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:05:44'),
(21461, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:05:44'),
(21462, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:05:44'),
(21463, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:05:44'),
(21464, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:05:44'),
(21465, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:05:44'),
(21466, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:05:44'),
(21467, 5, 537, 'dasasdasddas\n', '2020-05-06 12:05:44'),
(21468, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:05:44'),
(21469, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:05:44'),
(21470, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:05:47'),
(21471, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:05:47'),
(21472, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:05:47'),
(21473, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:05:47'),
(21474, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:05:47'),
(21475, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:05:47'),
(21476, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:05:47'),
(21477, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:05:47'),
(21478, 5, 537, 'dasasdasddas\n', '2020-05-06 12:05:47'),
(21479, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:05:47'),
(21480, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:05:47'),
(21481, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:06:07'),
(21482, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:06:07'),
(21483, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:06:07'),
(21484, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:06:07'),
(21485, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:06:07'),
(21486, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:06:07'),
(21487, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:06:07'),
(21488, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:06:07'),
(21489, 5, 537, 'dasasdasddas\n', '2020-05-06 12:06:07'),
(21490, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:06:07'),
(21491, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:06:07'),
(21492, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:09:01'),
(21493, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:09:01'),
(21494, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:09:01'),
(21495, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:09:01'),
(21496, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:09:01'),
(21497, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:09:01'),
(21498, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:09:01'),
(21499, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:09:01'),
(21500, 5, 537, 'dasasdasddas\n', '2020-05-06 12:09:01'),
(21501, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:09:01'),
(21502, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:09:01'),
(21503, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:09:04'),
(21504, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:09:04'),
(21505, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:09:04'),
(21506, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:09:04'),
(21507, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:09:04'),
(21508, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:09:04'),
(21509, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:09:04'),
(21510, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:09:04'),
(21511, 5, 537, 'dasasdasddas\n', '2020-05-06 12:09:04'),
(21512, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:09:04'),
(21513, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:09:04'),
(21514, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:09:07'),
(21515, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:09:07'),
(21516, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:09:07'),
(21517, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:09:07'),
(21518, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:09:07'),
(21519, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:09:07'),
(21520, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:09:07'),
(21521, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:09:07'),
(21522, 5, 537, 'dasasdasddas\n', '2020-05-06 12:09:07'),
(21523, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:09:07'),
(21524, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:09:07'),
(21525, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:10:28'),
(21526, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:10:28'),
(21527, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:10:28'),
(21528, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:10:28'),
(21529, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:10:28'),
(21530, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:10:28'),
(21531, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:10:28'),
(21532, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:10:28'),
(21533, 5, 537, 'dasasdasddas\n', '2020-05-06 12:10:28'),
(21534, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:10:28'),
(21535, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:10:28'),
(21536, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:10:31'),
(21537, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:10:31'),
(21538, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:10:31'),
(21539, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:10:31'),
(21540, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:10:31'),
(21541, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:10:31'),
(21542, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:10:31'),
(21543, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:10:31'),
(21544, 5, 537, 'dasasdasddas\n', '2020-05-06 12:10:31'),
(21545, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:10:31'),
(21546, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:10:31'),
(21547, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:10:34'),
(21548, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:10:34'),
(21549, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:10:34'),
(21550, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:10:34'),
(21551, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:10:34'),
(21552, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:10:34'),
(21553, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:10:34'),
(21554, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:10:34'),
(21555, 5, 537, 'dasasdasddas\n', '2020-05-06 12:10:34'),
(21556, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:10:34'),
(21557, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:10:34'),
(21558, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:13:02'),
(21559, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:13:02'),
(21560, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:13:02'),
(21561, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:13:02'),
(21562, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:13:02'),
(21563, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:13:02'),
(21564, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:13:02'),
(21565, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:13:02'),
(21566, 5, 537, 'dasasdasddas\n', '2020-05-06 12:13:02'),
(21567, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:13:02'),
(21568, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:13:02'),
(21569, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:13:05'),
(21570, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:13:05'),
(21571, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:13:05'),
(21572, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:13:05'),
(21573, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:13:05'),
(21574, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:13:05'),
(21575, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:13:05'),
(21576, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:13:05'),
(21577, 5, 537, 'dasasdasddas\n', '2020-05-06 12:13:05'),
(21578, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:13:05'),
(21579, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:13:05'),
(21580, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:25:16'),
(21581, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:25:16'),
(21582, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:25:16'),
(21583, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:25:16'),
(21584, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:25:16'),
(21585, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:25:16'),
(21586, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:25:16'),
(21587, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:25:16'),
(21588, 5, 537, 'dasasdasddas\n', '2020-05-06 12:25:16'),
(21589, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:25:16'),
(21590, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:25:16'),
(21591, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:25:19'),
(21592, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:25:19'),
(21593, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:25:19'),
(21594, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:25:19'),
(21595, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:25:19'),
(21596, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:25:19'),
(21597, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:25:19'),
(21598, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:25:19'),
(21599, 5, 537, 'dasasdasddas\n', '2020-05-06 12:25:19');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(21600, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:25:19'),
(21601, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:25:19'),
(21602, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:27:39'),
(21603, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:27:39'),
(21604, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:27:39'),
(21605, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:27:39'),
(21606, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:27:39'),
(21607, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:27:39'),
(21608, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:27:39'),
(21609, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:27:39'),
(21610, 5, 537, 'dasasdasddas\n', '2020-05-06 12:27:39'),
(21611, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:27:39'),
(21612, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:27:39'),
(21613, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:27:42'),
(21614, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:27:42'),
(21615, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:27:42'),
(21616, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:27:42'),
(21617, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:27:42'),
(21618, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:27:42'),
(21619, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:27:42'),
(21620, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:27:42'),
(21621, 5, 537, 'dasasdasddas\n', '2020-05-06 12:27:42'),
(21622, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:27:42'),
(21623, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:27:42'),
(21624, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:44:12'),
(21625, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:44:12'),
(21626, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:44:12'),
(21627, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:44:12'),
(21628, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:44:12'),
(21629, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:44:12'),
(21630, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:44:12'),
(21631, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:44:12'),
(21632, 5, 537, 'dasasdasddas\n', '2020-05-06 12:44:12'),
(21633, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:44:12'),
(21634, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:44:12'),
(21635, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:46:32'),
(21636, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:46:32'),
(21637, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:46:32'),
(21638, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:46:32'),
(21639, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:46:32'),
(21640, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:46:32'),
(21641, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:46:32'),
(21642, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:46:32'),
(21643, 5, 537, 'dasasdasddas\n', '2020-05-06 12:46:32'),
(21644, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:46:32'),
(21645, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:46:32'),
(21646, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:49:48'),
(21647, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:49:48'),
(21648, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:49:48'),
(21649, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:49:48'),
(21650, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:49:48'),
(21651, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:49:48'),
(21652, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:49:48'),
(21653, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:49:48'),
(21654, 5, 537, 'dasasdasddas\n', '2020-05-06 12:49:48'),
(21655, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:49:48'),
(21656, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:49:48'),
(21657, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:50:14'),
(21658, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:50:14'),
(21659, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:50:14'),
(21660, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:50:14'),
(21661, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:50:14'),
(21662, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:50:14'),
(21663, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:50:14'),
(21664, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:50:14'),
(21665, 5, 537, 'dasasdasddas\n', '2020-05-06 12:50:14'),
(21666, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:50:14'),
(21667, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:50:14'),
(21668, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 12:53:43'),
(21669, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 12:53:43'),
(21670, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 12:53:43'),
(21671, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 12:53:43'),
(21672, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:53:43'),
(21673, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 12:53:43'),
(21674, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 12:53:43'),
(21675, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 12:53:43'),
(21676, 5, 537, 'dasasdasddas\n', '2020-05-06 12:53:43'),
(21677, 5, 538, 'dasadsdasasd\n', '2020-05-06 12:53:43'),
(21678, 5, 539, 'weqqweqweqew\n', '2020-05-06 12:53:43'),
(21680, 2, 541, '', '2020-05-06 13:06:38'),
(21681, 2, 542, 'product', '2020-05-06 13:06:50'),
(21682, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 13:23:39'),
(21683, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 13:23:39'),
(21684, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 13:23:39'),
(21685, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 13:23:39'),
(21686, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:23:39'),
(21687, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:23:39'),
(21688, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 13:23:39'),
(21689, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 13:23:39'),
(21690, 5, 537, 'dasasdasddas\n', '2020-05-06 13:23:39'),
(21691, 5, 538, 'dasadsdasasd\n', '2020-05-06 13:23:39'),
(21692, 5, 539, 'weqqweqweqew\n', '2020-05-06 13:23:39'),
(21693, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 13:25:50'),
(21694, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 13:25:50'),
(21695, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 13:25:50'),
(21696, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 13:25:50'),
(21697, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:25:50'),
(21698, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:25:50'),
(21699, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 13:25:50'),
(21700, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 13:25:50'),
(21701, 5, 537, 'dasasdasddas\n', '2020-05-06 13:25:50'),
(21702, 5, 538, 'dasadsdasasd\n', '2020-05-06 13:25:50'),
(21703, 5, 539, 'weqqweqweqew\n', '2020-05-06 13:25:50'),
(21704, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 13:26:37'),
(21705, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 13:26:37'),
(21706, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 13:26:37'),
(21707, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 13:26:37'),
(21708, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:26:37'),
(21709, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:26:38'),
(21710, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 13:26:38'),
(21711, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 13:26:38'),
(21712, 5, 537, 'dasasdasddas\n', '2020-05-06 13:26:38'),
(21713, 5, 538, 'dasadsdasasd\n', '2020-05-06 13:26:38'),
(21714, 5, 539, 'weqqweqweqew\n', '2020-05-06 13:26:38'),
(21715, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 13:27:22'),
(21716, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 13:27:22'),
(21717, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 13:27:22'),
(21718, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 13:27:22'),
(21719, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:27:22'),
(21720, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:27:22'),
(21721, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 13:27:22'),
(21722, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 13:27:22'),
(21723, 5, 537, 'dasasdasddas\n', '2020-05-06 13:27:22'),
(21724, 5, 538, 'dasadsdasasd\n', '2020-05-06 13:27:22'),
(21725, 5, 539, 'weqqweqweqew\n', '2020-05-06 13:27:22'),
(21726, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 13:33:34'),
(21727, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 13:33:34'),
(21728, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 13:33:34'),
(21729, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 13:33:34'),
(21730, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:33:34'),
(21731, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:33:34'),
(21732, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 13:33:34'),
(21733, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 13:33:34'),
(21734, 5, 537, 'dasasdasddas\n', '2020-05-06 13:33:34'),
(21735, 5, 538, 'dasadsdasasd\n', '2020-05-06 13:33:34'),
(21736, 5, 539, 'weqqweqweqew\n', '2020-05-06 13:33:34'),
(21737, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 13:38:11'),
(21738, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 13:38:11'),
(21739, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 13:38:11'),
(21740, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 13:38:11'),
(21741, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:38:11'),
(21742, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:38:11'),
(21743, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 13:38:11'),
(21744, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 13:38:11'),
(21745, 5, 537, 'dasasdasddas\n', '2020-05-06 13:38:11'),
(21746, 5, 538, 'dasadsdasasd\n', '2020-05-06 13:38:11'),
(21747, 5, 539, 'weqqweqweqew\n', '2020-05-06 13:38:11'),
(21748, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 13:40:19'),
(21749, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 13:40:19'),
(21750, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 13:40:19'),
(21751, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 13:40:19'),
(21752, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:40:19'),
(21753, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:40:19'),
(21754, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 13:40:19'),
(21755, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 13:40:19'),
(21756, 5, 537, 'dasasdasddas\n', '2020-05-06 13:40:19'),
(21757, 5, 538, 'dasadsdasasd\n', '2020-05-06 13:40:19'),
(21758, 5, 539, 'weqqweqweqew\n', '2020-05-06 13:40:19'),
(21759, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 13:43:08'),
(21760, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 13:43:08'),
(21761, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 13:43:08'),
(21762, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 13:43:08'),
(21763, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:43:08'),
(21764, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 13:43:08'),
(21765, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 13:43:08'),
(21766, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 13:43:08'),
(21767, 5, 537, 'dasasdasddas\n', '2020-05-06 13:43:08'),
(21768, 5, 538, 'dasadsdasasd\n', '2020-05-06 13:43:08'),
(21769, 5, 539, 'weqqweqweqew\n', '2020-05-06 13:43:08'),
(21770, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-06 14:00:56'),
(21771, 5, 526, 'Ejercicio 13 activities\n', '2020-05-06 14:00:57'),
(21772, 5, 527, 'Ejercicio 13 resources\n', '2020-05-06 14:00:57'),
(21773, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-06 14:00:57'),
(21774, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-06 14:00:57'),
(21775, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-06 14:00:57'),
(21776, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-06 14:00:57'),
(21777, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-06 14:00:57'),
(21778, 5, 537, 'dasasdasddas\n', '2020-05-06 14:00:57'),
(21779, 5, 538, 'dasadsdasasd\n', '2020-05-06 14:00:57'),
(21780, 5, 539, 'weqqweqweqew\n', '2020-05-06 14:00:57'),
(21781, 2, 541, '', '2020-05-06 14:01:52'),
(21782, 2, 542, 'service', '2020-05-06 14:02:01'),
(21783, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-06 14:04:46'),
(21784, 2, 542, 'product', '2020-05-06 14:10:16'),
(21785, 2, 542, 'product', '2020-05-06 14:32:13'),
(21786, 2, 542, 'service', '2020-05-06 14:32:49'),
(21787, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-07 05:55:42'),
(21788, 5, 526, 'Ejercicio 13 activities\n', '2020-05-07 05:55:42'),
(21789, 5, 527, 'Ejercicio 13 resources\n', '2020-05-07 05:55:42'),
(21790, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-07 05:55:42'),
(21791, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-07 05:55:42'),
(21792, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-07 05:55:42'),
(21793, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-07 05:55:42'),
(21794, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-07 05:55:42'),
(21795, 5, 537, 'dasasdasddas\n', '2020-05-07 05:55:42'),
(21796, 5, 538, 'dasadsdasasd\n', '2020-05-07 05:55:42'),
(21797, 5, 539, 'weqqweqweqew\n', '2020-05-07 05:55:42'),
(21798, 5, 707, '\"[]\"', '2020-05-07 06:04:26'),
(21799, 5, 908, '\"[]\"', '2020-05-07 06:04:26'),
(21800, 5, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/ulysse-nardin-quadrato-dual-time-perpetual-calendar-white-gold-1665.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-07 06:04:26'),
(21801, 5, 676, '[\"customer 1\",\"customer 2\",\"Customer 3\"]', '2020-05-07 06:04:26'),
(21802, 5, 677, '[\"sdasasdasdas\",\"ghhjhjgjgj\",\"nbmbnbnnbm\"]', '2020-05-07 06:04:26'),
(21803, 5, 689, '\"[]\"', '2020-05-07 06:04:26'),
(21804, 5, 687, '\"[]\"', '2020-05-07 06:04:26'),
(21805, 5, 685, '\"[]\"', '2020-05-07 06:04:26'),
(21806, 5, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-07 06:04:26'),
(21807, 5, 678, '[\"Customer 1 Stage 1\",\"Customer 1 Stage 2\",\"Customer 1 Stage 3\",\"Customer 2 Stage 1\",\"Customer 2 Stage 2\",\"Customer 3 Stage 1\",\"Customer 3 Stage 2\"]', '2020-05-07 06:04:26'),
(21808, 5, 679, '[\"asddasdas\",\"rterert\",\"asddasdas\",\"trtertreet\",\"trtertreet\",\"adsdaasas\",\"asdasddasdas\"]', '2020-05-07 06:04:26'),
(21809, 5, 680, '[\"128521\",\"128514\",\"128516\",\"retreetr\",\"retreetr\",\"asddas\",\"assddsaasd\"]', '2020-05-07 06:04:26'),
(21810, 5, 681, '[\"asddasasd\",\"ettettertttret\",\"asddasasd\",\"retetete\",\"retetete\",\"asddsasda\",\"asddsdsadas\"]', '2020-05-07 06:04:26'),
(21811, 5, 682, '[\"asddasdasdas\",\"ertretretrt\",\"asddasdasdas\",\"retrretrer\",\"retrretrer\",\"asdsdasaddsa\",\"asdasdsds\"]', '2020-05-07 06:04:26'),
(21812, 5, 683, '[\"dasdsadasdas\",\"etetrtert\",\"dasdsadasdas\",\"reterterte\",\"reterterte\",\"asddssad\",\"saddaasd\"]', '2020-05-07 06:04:26'),
(21813, 5, 684, '[\"dasdsadasdas\",\"trtrtreertrrt\",\"dasdsadasdas\",\"retretrettrte\",\"retretrettrte\",\"asddasasdsda\",\"asddasasd\"]', '2020-05-07 06:04:26'),
(21814, 5, 906, '\"[]\"', '2020-05-07 06:04:26'),
(21815, 5, 690, '\"[]\"', '2020-05-07 06:04:26'),
(21816, 5, 691, '\"[]\"', '2020-05-07 06:04:26'),
(21817, 5, 907, '\"[]\"', '2020-05-07 06:04:26'),
(21818, 5, 686, '\"[]\"', '2020-05-07 06:04:26'),
(21819, 5, 688, '\"[]\"', '2020-05-07 06:04:26'),
(21820, 2, 541, '', '2020-05-07 06:09:09'),
(21821, 2, 542, 'service', '2020-05-07 06:09:19'),
(21822, 2, 542, 'product', '2020-05-07 06:09:34'),
(21823, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-07 06:11:00'),
(21824, 5, 526, 'Ejercicio 13 activities\n', '2020-05-07 06:11:00'),
(21825, 5, 527, 'Ejercicio 13 resources\n', '2020-05-07 06:11:00'),
(21826, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-07 06:11:00'),
(21827, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-07 06:11:00'),
(21828, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-07 06:11:00'),
(21829, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-07 06:11:00'),
(21830, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-07 06:11:00'),
(21831, 5, 537, 'dasasdasddas\n', '2020-05-07 06:11:00'),
(21832, 5, 538, 'dasadsdasasd\n', '2020-05-07 06:11:00'),
(21833, 5, 539, 'weqqweqweqew\n', '2020-05-07 06:11:00'),
(21834, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-07 06:14:28'),
(21835, 5, 526, 'Ejercicio 13 activities\n', '2020-05-07 06:14:28'),
(21836, 5, 527, 'Ejercicio 13 resources\n', '2020-05-07 06:14:28'),
(21837, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-07 06:14:28'),
(21838, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-07 06:14:28'),
(21839, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-07 06:14:28'),
(21840, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-07 06:14:28'),
(21841, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-07 06:14:28'),
(21842, 5, 537, 'dasasdasddas\n', '2020-05-07 06:14:28'),
(21843, 5, 538, 'dasadsdasasd\n', '2020-05-07 06:14:28'),
(21844, 5, 539, 'weqqweqweqew\n', '2020-05-07 06:14:28'),
(21845, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-07 06:15:44'),
(21846, 5, 526, 'Ejercicio 13 activities\n', '2020-05-07 06:15:44'),
(21847, 5, 527, 'Ejercicio 13 resources\n', '2020-05-07 06:15:44'),
(21848, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-07 06:15:44'),
(21849, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-07 06:15:44'),
(21850, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-07 06:15:44'),
(21851, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-07 06:15:44'),
(21852, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-07 06:15:44'),
(21853, 5, 537, 'dasasdasddas\n', '2020-05-07 06:15:44'),
(21854, 5, 538, 'dasadsdasasd\n', '2020-05-07 06:15:44'),
(21855, 5, 539, 'weqqweqweqew\n', '2020-05-07 06:15:44'),
(21856, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-07 06:17:54'),
(21857, 5, 526, 'Ejercicio 13 activities\n', '2020-05-07 06:17:54'),
(21858, 5, 527, 'Ejercicio 13 resources\n', '2020-05-07 06:17:54'),
(21859, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-07 06:17:54'),
(21860, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-07 06:17:54'),
(21861, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-07 06:17:54'),
(21862, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-07 06:17:54'),
(21863, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-07 06:17:54'),
(21864, 5, 537, 'dasasdasddas\n', '2020-05-07 06:17:54'),
(21865, 5, 538, 'dasadsdasasd\n', '2020-05-07 06:17:54'),
(21866, 5, 539, 'weqqweqweqew\n', '2020-05-07 06:17:54'),
(21867, 2, 542, 'service', '2020-05-07 06:18:16'),
(21868, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-07 06:19:28'),
(21869, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-07 06:19:36'),
(21870, 5, 526, 'Ejercicio 13 activities\n', '2020-05-07 06:19:36'),
(21871, 5, 527, 'Ejercicio 13 resources\n', '2020-05-07 06:19:36'),
(21872, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-07 06:19:36'),
(21873, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-07 06:19:36'),
(21874, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-07 06:19:36'),
(21875, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-07 06:19:36'),
(21876, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-07 06:19:36'),
(21877, 5, 537, 'dasasdasddas\n', '2020-05-07 06:19:36'),
(21878, 5, 538, 'dasadsdasasd\n', '2020-05-07 06:19:36'),
(21879, 5, 539, 'weqqweqweqew\n', '2020-05-07 06:19:36'),
(21880, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-07 06:20:31'),
(21881, 5, 526, 'Ejercicio 13 activities\n', '2020-05-07 06:20:31'),
(21882, 5, 527, 'Ejercicio 13 resources\n', '2020-05-07 06:20:31'),
(21883, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-07 06:20:31'),
(21884, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-07 06:20:31'),
(21885, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-07 06:20:31'),
(21886, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-07 06:20:31'),
(21887, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-07 06:20:31'),
(21888, 5, 537, 'dasasdasddas\n', '2020-05-07 06:20:31'),
(21889, 5, 538, 'dasadsdasasd\n', '2020-05-07 06:20:31'),
(21890, 5, 539, 'weqqweqweqew\n', '2020-05-07 06:20:31'),
(21891, 2, 541, '', '2020-05-07 06:27:48'),
(21892, 2, 542, 'product', '2020-05-07 06:27:58'),
(21893, 2, 541, '', '2020-05-07 06:39:44'),
(21894, 2, 542, 'product', '2020-05-07 06:39:53'),
(21895, 2, 542, 'service', '2020-05-07 06:42:17'),
(21896, 2, 541, '', '2020-05-07 09:09:03'),
(21897, 2, 542, 'product', '2020-05-07 09:09:12'),
(21898, 2, 541, '', '2020-05-07 09:21:26'),
(21899, 2, 542, 'service', '2020-05-07 09:21:35'),
(21900, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-07 09:28:51'),
(21901, 2, 541, '', '2020-05-07 09:51:55'),
(21902, 2, 542, 'product', '2020-05-07 09:52:03'),
(21903, 2, 541, '', '2020-05-07 14:38:23'),
(21904, 2, 542, 'service', '2020-05-07 14:41:16'),
(21905, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-08 05:59:09'),
(21906, 5, 526, 'Ejercicio 13 activities\n', '2020-05-08 05:59:09'),
(21907, 5, 527, 'Ejercicio 13 resources\n', '2020-05-08 05:59:09'),
(21908, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-08 05:59:09'),
(21909, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-08 05:59:09'),
(21910, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-08 05:59:09'),
(21911, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-08 05:59:09'),
(21912, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-08 05:59:09'),
(21913, 5, 537, 'dasasdasddas\n', '2020-05-08 05:59:09'),
(21914, 5, 538, 'dasadsdasasd\n', '2020-05-08 05:59:09'),
(21915, 5, 539, 'weqqweqweqew\n', '2020-05-08 05:59:09'),
(21916, 2, 541, '', '2020-05-08 06:01:02'),
(21917, 2, 542, 'service', '2020-05-08 06:01:15'),
(21918, 2, 541, '', '2020-05-08 06:02:07'),
(21919, 2, 542, 'product', '2020-05-08 06:04:21'),
(21920, 5, 541, '', '2020-05-08 06:10:58'),
(21921, 5, 542, 'service', '2020-05-08 06:11:07'),
(21922, 5, 547, '[{\"name\":\"uno\",\"surname\":\"uno\",\"email\":\"uno@email.com\",\"background\":\"aaa\",\"responsibilities\":\"aaaa\"},{\"name\":\"dos\",\"surname\":\"dos\",\"email\":\"dos@email.com\",\"background\":\"bbbb\",\"responsibilities\":\"bbbbb\"}]', '2020-05-08 06:12:05'),
(21923, 5, 550, 'One World', '2020-05-08 06:12:53'),
(21924, 5, 551, '\r\nDespliegue en test.', '2020-05-08 06:12:53'),
(21925, 5, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/5/1467646262_522853_1467646344_noticia_normal.jpg', '2020-05-08 06:12:53'),
(21926, 5, 553, 'a', '2020-05-08 06:13:09'),
(21927, 5, 554, 'b', '2020-05-08 06:13:09'),
(21928, 5, 555, 'c', '2020-05-08 06:13:09'),
(21929, 5, 556, 'd', '2020-05-08 06:13:09'),
(21930, 5, 557, 'e', '2020-05-08 06:13:09'),
(21931, 5, 558, 'f', '2020-05-08 06:13:09'),
(21932, 5, 559, 'a', '2020-05-08 06:13:18'),
(21933, 5, 560, 'c', '2020-05-08 06:13:18'),
(21934, 5, 561, 'uno uno - aaaa\r\ndos dos - bbbbb\r\n', '2020-05-08 06:13:24'),
(21935, 5, 562, 'One World\r\n\r\n\r\nDespliegue en test.\r\n\r\n', '2020-05-08 06:13:24'),
(21936, 5, 563, 'POLITICAL\r\na\r\n\r\nSOCIAL\r\nb\r\n\r\nENVIRONMENTAL\r\nc\r\n\r\nECONOMIC\r\nd\r\n\r\nTECHNOLOGICAL\r\ne\r\n\r\nLEGAL\r\nf\r\n\r\n', '2020-05-08 06:13:24'),
(21937, 5, 564, 'OBJECTIVES\r\na\r\n\r\nSUSTAINABLE VISION\r\nc\r\n\r\n', '2020-05-08 06:13:24'),
(21938, 5, 572, '', '2020-05-08 06:13:37'),
(21939, 5, 573, '', '2020-05-08 06:13:37'),
(21940, 5, 574, '', '2020-05-08 06:13:37'),
(21941, 5, 575, '', '2020-05-08 06:13:37'),
(21942, 5, 576, '', '2020-05-08 06:13:37'),
(21943, 5, 577, '', '2020-05-08 06:13:37'),
(21944, 5, 637, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"},{\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\"}],\"total\":2},\"prod\":{\"new\":[{\"title\":\"OPtro\",\"descripcion\":\"lmspa\"}],\"default\":[{\"title\":\"Process complexity\",\"descripcion\":\"It refers to the level of intricateness of the production process. It can be simplified as the number of production processes (the less, the better).\"},{\"title\":\"Overall efficiency of production\",\"descripcion\":\"It refers to the capability to produce the desired results without wasting inputs of any type (materials, time or energy):<br><ol><li>Energy efficiency refers to the percentage of total energy that is consumed in useful work and not wasted as useless heat. </li><li>Water efficiency refers to ensure a production technology that produces the desired results without wasting water.</li><li>Materials efficiency refers to produce the desired results without wasting materials, often using better technology.</li></ol>\"},{\"title\":\"Renewability of energy\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes.\"}],\"total\":4},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Standardization of packaging sizes\",\"descripcion\":\"It refers to the use of packaging whose size complies with existing size standards. These standards have the aim to help the industry (incl. packaging, producers, transportation) by making mutually consistent decisions on the size of the elements (packaging), so all parties can realize mutual gains.\"},{\"title\":\"Amount and type of packaging materials\",\"descripcion\":\"It refers to the quantity (weight) and the number of different typologies of materials involved in the packaging.\"},{\"title\":\"Packaging to Product ratio\",\"descripcion\":\"Ratio between the volume or weight of the packaging and the volume or weight of the product. The smaller, the better.\"}],\"total\":3},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"},{\"title\":\"Renewability of fuels\",\"descripcion\":\"It refers to the use renewable energy in vehicles. For example: biomass, electricity from solar panels or wind, etc. \"}],\"total\":3},\"main\":{\"new\":[],\"default\":[{\"title\":\"Energy use renewability\",\"descripcion\":\"It refers to the capability of the product to use renewable energy when using it or recharging its batteries.\"},{\"title\":\"Potential to customize the product\",\"descripcion\":\"User customization allows for the customer to create a personalized variation of the initial design, which may create an attachment between the product and the user.\"},{\"title\":\"Product\'s life span\",\"descripcion\":\"The product\'s life span refers to the durability of the product, that is to say, for how long will it be used. There are several conditionants to it: timelessness, durability, adaptability, customer\'s appreciation and reusability. The longer the life span, the better.\"}],\"total\":3},\"end\":{\"new\":[],\"default\":[{\"title\":\"Separability of components and/or materials\",\"descripcion\":\"Ability to separate the components and/or materials, in order to manage each of them in an adequate manner.\"},{\"title\":\"Communication about end-of-life\",\"descripcion\":\"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\"}],\"total\":2}}', '2020-05-08 06:14:28'),
(21945, 2, 541, '', '2020-05-08 06:27:56'),
(21946, 2, 542, 'service', '2020-05-08 06:28:05'),
(21947, 5, 635, '[{\"email\":\"test1@email.com\",\"texto\":\"ohcewo\"},{\"email\":\"test2@email.com\",\"texto\":\"copwihcowe\"}]', '2020-05-08 06:40:15'),
(21948, 5, 635, '[{\"email\":\"test1@email.com\",\"texto\":\"ohcewo\"},{\"email\":\"test2@email.com\",\"texto\":\"copwihcowe\"}]', '2020-05-08 06:40:46'),
(21949, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-08 06:45:11'),
(21950, 5, 635, '[{\"email\":\"test1@email.com\",\"texto\":\"ohcewo\"},{\"email\":\"test2@email.com\",\"texto\":\"copwihcowe\"}]', '2020-05-08 06:53:39'),
(21951, 5, 635, '[{\"email\":\"test1@email.com\",\"texto\":\"ohcewo\"},{\"email\":\"test2@email.com\",\"texto\":\"copwihcowe\"}]', '2020-05-08 06:54:55'),
(21952, 2, 541, '', '2020-05-08 07:21:05'),
(21953, 2, 542, 'product', '2020-05-08 07:21:13'),
(21954, 2, 542, 'service', '2020-05-08 07:22:44'),
(21955, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-08 07:59:27'),
(21956, 2, 541, '', '2020-05-08 08:06:43'),
(21957, 2, 542, 'product', '2020-05-08 08:06:51'),
(21958, 2, 541, '', '2020-05-08 08:55:38'),
(21959, 2, 542, 'service', '2020-05-08 08:55:53'),
(21960, 2, 541, '', '2020-05-08 09:25:14'),
(21961, 2, 542, 'product', '2020-05-08 09:25:24'),
(21962, 2, 542, 'product', '2020-05-08 09:34:52'),
(21963, 2, 542, 'service', '2020-05-08 09:34:58'),
(21964, 2, 541, '', '2020-05-08 10:02:04'),
(21965, 2, 542, 'product', '2020-05-08 10:02:15'),
(21966, 2, 541, '', '2020-05-08 10:08:52'),
(21967, 2, 542, 'product', '2020-05-08 10:09:09'),
(21968, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"}]', '2020-05-08 10:10:03'),
(21969, 2, 550, 'Proyecto1', '2020-05-08 10:10:27'),
(21970, 2, 551, 'Descripcion', '2020-05-08 10:10:27'),
(21971, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-05-08 10:10:27'),
(21972, 2, 553, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.', '2020-05-08 10:10:49'),
(21973, 2, 554, 'Nulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.', '2020-05-08 10:10:49'),
(21974, 2, 555, 'In id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.', '2020-05-08 10:10:49'),
(21975, 2, 556, 'Morbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.', '2020-05-08 10:10:49'),
(21976, 2, 557, 'Proin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.', '2020-05-08 10:10:49'),
(21977, 2, 558, 'Phasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.', '2020-05-08 10:10:49'),
(21978, 2, 559, 'Objetivos', '2020-05-08 10:11:01'),
(21979, 2, 560, 'Mi vision', '2020-05-08 10:11:01'),
(21980, 2, 561, 'Fran Nazario - Responsibility\r\nUno Dos - Cinco\r\n', '2020-05-08 10:12:11'),
(21981, 2, 562, 'Proyecto1\r\n\r\nDescripcion\r\n\r\n', '2020-05-08 10:12:11'),
(21982, 2, 563, 'POLITICAL\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.\r\n\r\nSOCIAL\r\nNulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.\r\n\r\nENVIRONMENTAL\r\nIn id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.\r\n\r\nECONOMIC\r\nMorbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.\r\n\r\nTECHNOLOGICAL\r\nProin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.\r\n\r\nLEGAL\r\nPhasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.\r\n\r\n', '2020-05-08 10:12:11'),
(21983, 2, 564, 'OBJECTIVES\r\nObjetivos\r\n\r\nSUSTAINABLE VISION\r\nMi vision\r\n\r\n', '2020-05-08 10:12:11'),
(21984, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-08 10:12:50'),
(21985, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-08 10:12:50'),
(21986, 2, 574, 'Nunc mauris odio, feugiat eget sagittis et, tincidunt eget velit. Duis imperdiet, mauris ut scelerisque accumsan, ipsum dolor venenatis tortor, eget condimentum dui nibh sed urna. Aliquam bibendum ut metus nec consequat. Nunc quis interdum mi. Integer pretium velit magna, a mattis ex interdum et. Aenean dictum, odio et tempor mollis, lorem enim elementum nulla, eget lobortis ligula augue ac felis. Pellentesque et cursus magna. Curabitur sed tellus imperdiet, pulvinar velit sed, interdum est.\r\n\r\n', '2020-05-08 10:12:50'),
(21987, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-08 10:12:50'),
(21988, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-08 10:12:50'),
(21989, 2, 577, 'Integer vehicula lectus aliquet urna euismod luctus. Fusce hendrerit viverra leo at egestas. Nunc pharetra dictum magna, scelerisque hendrerit orci. Nunc semper sagittis odio, sed congue nisi maximus id. Quisque hendrerit libero non nulla feugiat luctus. Mauris eget leo ut libero pulvinar porta. Quisque laoreet ultrices tincidunt. Cras interdum velit mi, id ullamcorper ligula faucibus vel. Ut aliquam justo id venenatis sodales. Aliquam iaculis metus quis justo blandit vestibulum.', '2020-05-08 10:12:50'),
(21990, 2, 637, '{\"raw\":{\"new\":[{\"title\":\"ase\",\"descripcion\":\"sef\"},{\"title\":\"fed\",\"descripcion\":\"ewer\"}],\"default\":[{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"}],\"total\":4},\"prod\":{\"new\":[{\"title\":\"Campo1\",\"descripcion\":\"Descriptcion1\"}],\"default\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":3},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-05-08 10:13:59'),
(21991, 2, 638, '{\"raw\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Prioritize renewable raw materials<br>Can you switch from non-renewable to renewable material sources?\",\"descripcion\":\"Renewable raw materials are not of fossil origin but are made, in most cases, from plants. Their use presents benefits, since other limited resources are not used and, in addition, it provides for adequate disposal.\",\"score\":0},{\"title\":\"Prioritize recyclable materials<br>Can you improve the reciclability of your product?\",\"descripcion\":\"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\",\"score\":0},{\"title\":\"Select materials without toxic, nocive and harmful substances<br>Can you use non-toxic substances or materials ?\",\"descripcion\":\"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\",\"score\":0}],\"total\":4,\"average\":1.5,\"isActive\":1},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3.5,\"isActive\":0},\"pack\":{\"new\":[{\"title\":\"Prueba\",\"descripcion\":\"Test\",\"score\":0}],\"default\":[{\"title\":\"Dimension the packaging according to standard transportation measures<br>Are you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"descripcion\":\"The use of packaging dimensioned to logistics and retailers optimizes the room in trucks and warehouses better than non standard packaging.\",\"score\":0},{\"title\":\"Reduce the packaging to the minimum<br>Can you use less packaging material (e.g. Making it lighter)?\",\"descripcion\":\"Reducing the material input in packaging can be done by optimization of packaging or by appropriate product design (e.g. casings that endure transportation without or with only a minimum of packaging)\",\"score\":0},{\"title\":\"Use monomaterial (only one material) packaging<br>Can you produce your product so it uses a single type of material?\",\"descripcion\":\"A packaging made of only one material enables easy handling for proper waste management. In contrast, when packaging is made of different materials, these need to be separated and managed in different ways.\",\"score\":0}],\"total\":4,\"average\":3,\"isActive\":1},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3,\"isActive\":0},\"main\":{\"new\":[{\"title\":\"asdf\",\"descripcion\":\"wef\",\"score\":0},{\"title\":\"sadf\",\"descripcion\":\"fewf\",\"score\":0},{\"title\":\"sdf\",\"descripcion\":\"efwe\",\"score\":0},{\"title\":\"asdf\",\"descripcion\":\"fwfr\",\"score\":0}],\"default\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacement<br>Can you make spare parts available?\",\"descripcion\":\"Successful repair work presupposes that spare parts are readily available. Special parts that are difficult to procure make basically simple repair work impossible.<br>Easy access to components for repair and replacement ensures a longer service life. In many cases, designers concentrate on simple assembly but forget how to disassembly and repair products.\",\"score\":0},{\"title\":\"Ensure maintenance with standard tools<br>Can it be fixed by the user or does it need technical assistance?\",\"descripcion\":\"The use of standard tools for maintenance is preferred in order to make it easier and ensure that maintenance work can be done at any time.\",\"score\":0}],\"total\":6,\"average\":2,\"isActive\":1},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":5,\"isActive\":0}}', '2020-05-08 10:16:34');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(21992, 2, 640, '{\"raw\":[{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"social\":\"3\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"social\":\"2\",\"economic\":\"1 - low\",\"technical\":\"4\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"3\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Prueba\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sadf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"end\":[]}', '2020-05-08 10:17:18'),
(21993, 2, 656, '{\"raw\":[{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1583017200000,\"endDate\":1585692000000,\"responsible\":\"Fran\"},{\"title\":\"Accion 1\",\"startDate\":1580511600000,\"endDate\":1583017200000,\"responsible\":\"YO\"}]},{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"score\":\"2.3\",\"actions\":[{\"title\":\"Fran prueba\",\"startDate\":1577833200000,\"endDate\":1583017200000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Pellentesque quis nulla purus. Praesent sollicitudin at massa id condimentum. Curabitur malesuada fermentum euismod. Ut quis magna a enim pharetra interdum. In scelerisque mattis odio, volutpat tincidunt nibh eleifend sit amet. Ut at tempus odio. Duis sodales blandit ligula, posuere tristique turpis accumsan eu. Morbi finibus elit quis congue sodales. Fusce lacinia condimentum dapibus. Integer imperdiet ligula turpis, quis elementum turpis feugiat a. Nulla quis sem porta, finibus nisi eget, imperdiet ante. Nunc at felis eu felis dapibus viverra. Curabitur eget neque iaculis, tincidunt ante a, porttitor est. Nam libero felis, vestibulum feugiat pharetra et, ornare ut nulla.\",\"startDate\":1588284000000,\"endDate\":1590962400000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Prueba\",\"score\":\"1\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"score\":\"1\",\"actions\":[{\"title\":\"Prueba\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Yo\"}]},{\"title\":\"sadf\",\"score\":\"1\",\"actions\":[]},{\"title\":\"sdf\",\"score\":\"1\",\"actions\":[]}],\"end\":[]}', '2020-05-08 10:18:49'),
(21994, 2, 542, 'service', '2020-05-08 10:20:37'),
(21995, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"}]', '2020-05-08 10:20:54'),
(21996, 2, 550, 'Proyecto1', '2020-05-08 10:21:00'),
(21997, 2, 551, 'Descripcion', '2020-05-08 10:21:00'),
(21998, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-05-08 10:21:00'),
(21999, 2, 553, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.', '2020-05-08 10:21:06'),
(22000, 2, 554, 'Nulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.', '2020-05-08 10:21:06'),
(22001, 2, 555, 'In id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.', '2020-05-08 10:21:06'),
(22002, 2, 556, 'Morbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.', '2020-05-08 10:21:06'),
(22003, 2, 557, 'Proin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.', '2020-05-08 10:21:06'),
(22004, 2, 558, 'Phasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.', '2020-05-08 10:21:06'),
(22005, 2, 559, 'Objetivos', '2020-05-08 10:21:12'),
(22006, 2, 560, 'Mi vision', '2020-05-08 10:21:12'),
(22007, 2, 561, 'Fran Nazario - Responsibility\r\nUno Dos - Cinco\r\n', '2020-05-08 10:21:18'),
(22008, 2, 562, 'Proyecto1\r\n\r\nDescripcion\r\n\r\n', '2020-05-08 10:21:18'),
(22009, 2, 563, 'POLITICAL\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.\r\n\r\nSOCIAL\r\nNulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.\r\n\r\nENVIRONMENTAL\r\nIn id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.\r\n\r\nECONOMIC\r\nMorbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.\r\n\r\nTECHNOLOGICAL\r\nProin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.\r\n\r\nLEGAL\r\nPhasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.\r\n\r\n', '2020-05-08 10:21:18'),
(22010, 2, 564, 'OBJECTIVES\r\nObjetivos\r\n\r\nSUSTAINABLE VISION\r\nMi vision\r\n\r\n', '2020-05-08 10:21:18'),
(22011, 2, 662, '{\"customerActions\":{\"pre\":[\"a1\",\"a2\",\"A3\"],\"during\":[\"b1\",\"b2\"],\"post\":[\"c1\",\"c2\",\"c3\"]},\"serviceActions\":{\"pre\":[\"d1\",\"d2\"],\"during\":[\"e1\",\"e2\",\"e3\"],\"post\":[\"f1\"]},\"keyResources\":{\"pre\":[\"g1 g2\"],\"during\":[\"g1\",\"h2\"],\"post\":[\"i1\",\"i2\",\"i3\",\"i4\",\"i5\"]}}', '2020-05-08 10:22:54'),
(22012, 2, 694, '{\"infrastructure\":{\"pre\":[],\"during\":[],\"post\":[\"i2\"]},\"consumable\":{\"pre\":[],\"during\":[],\"post\":[]},\"access\":{\"pre\":[],\"during\":[\"g1\"],\"post\":[]},\"keyAsset\":{\"pre\":[\"g1\",\"g1 g2\"],\"during\":[\"h2\"],\"post\":[\"i4\",\"i1\",\"i5\",\"i3\"]}}', '2020-05-08 10:23:22'),
(22013, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-08 10:24:02'),
(22014, 2, 705, '', '2020-05-08 10:24:17'),
(22015, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"selected\":\"yes\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\",\"selected\":\"no\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\",\"selected\":\"no\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\",\"selected\":\"no\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\",\"selected\":\"no\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"selected\":\"yes\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\",\"selected\":\"no\"}}', '2020-05-08 10:24:26'),
(22016, 2, 708, '{\"consumable\":[{\"title\":\"Purchase: Origin of goods\",\"descripcion\":\"The origin of goods refers to the geographical location from which they are obtained. Local goods are desirable due to shorter distances.\",\"isNew\":false},{\"title\":\"Purchase: Toxicity\",\"descripcion\":\"Toxicity refers to the degree to which a substance can damage an organism.\",\"isNew\":false}],\"infrastructure\":[{\"title\":\"Origin and renewability of energy used for your infrastructure\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes. The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\",\"isNew\":false},{\"title\":\"Treatment of generated waste\",\"descripcion\":\"Generated waste can be treated by means of different ways. In general, the waste treatment hierarchy in order of their environmental performance is as follows: preparing for re-use; recycling (material recovery); other recovery, e.g. energy recovery; and disposal.\",\"isNew\":false},{\"title\":\"ab\",\"descripcion\":\"cd\",\"isNew\":true}],\"access\":[{\"title\":\"Distances\",\"descripcion\":\"The distance between the location of production and the market contributes to the environmental impact. The shorter distances, the better.\",\"isNew\":false},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact. Some vehicles, such as cars, are classified according to their technologies (EURO 4, EURO 5, etc...). The more efficient vehicles, the better.\",\"isNew\":false}],\"keyAsset\":[{\"title\":\"Purchase: Amount (weight) of materials of key assets\",\"descripcion\":\"It can be represented by the weight and/or quantity of material of your key asset (in general, the less materiality, the better).\",\"isNew\":false},{\"title\":\"Purchase: Ecological rucksack of materials of key assets\",\"descripcion\":\"An Ecological Rucksack is the total quantity of materials and energy moved from nature to create a product or service. Ecological rucksacks take a life cycle approach and signify the environmental strain or resource efficiency of the product or service. \",\"isNew\":false}]}', '2020-05-08 10:24:55'),
(22017, 2, 900, '{\"consumable\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"ed\",\"score\":0}],\"default\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"Can you purchase more durable goods?\",\"score\":5},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase consumables that can work for diferent tasks or jobs?\",\"score\":5},{\"title\":\"Minimise freight transport damage\",\"descripcion\":\"Can you minimise the damage suffered by your products during their transport. \",\"score\":0}],\"total\":4,\"average\":null,\"isActive\":1},\"infrastructure\":{\"new\":[],\"default\":[{\"title\":\"Minimize and simplify the production processes\",\"descripcion\":\"A simplification of the production process may result in (1) a reduction of materials and energy use, (2) reduction of wastes and (3) reduction of processing time. Obviously, this strategy should be studied in detail for each production process, in order to assess the different alternatives. Can you simplfy the production process?\",\"score\":0},{\"title\":\"Preferably use regionally available energy resources\",\"descripcion\":\"The utilization of renewable energy sources is closely related to the utilization of regionally available energy resources. Thus, the use of regionally available biomass reduces hauling distances and, as a consequence, the consumption of fossil energy sources for the transportation of biomass. Can you select and use regional sourced energy?\",\"score\":0}],\"total\":2,\"average\":null,\"isActive\":0},\"keyAsset\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"ed\",\"score\":0}],\"default\":[],\"total\":1,\"average\":null,\"isActive\":1},\"access\":{\"new\":[],\"default\":[],\"total\":0,\"average\":null,\"isActive\":0},\"extras\":[{\"new\":[],\"default\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"descripcion\":\"Certified and ecolabelled materials are preferrable. Can you purchase certified or ecolabeled consumables instead of non certified or ecolabeled assets?\",\"score\":0}],\"total\":1,\"average\":4,\"isActive\":0,\"title\":\"uno\"},{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"descripcion\":\"The consumption of resources for the supply of raw materials and the manufacture of external parts and components has an ecological rucksack, that is aggregated into the product\'s rucksack. Consequently, efforts should concentrate on minimizing the ecological rucksacks accompanying materials and other external parts and components. This may be realized by clearly defined requirements for the selection of suppliers, for which different assessment methods exist. In most cases indicators will be calculated from life cycle analysis data (LCA), which can be used as a basis for the assessment of the environmental impact of materials. Of course, each of the methods used yields results only within its own bounds. Therefore, knowing these limits and the potential environmental impact not detected by a given method is essential for application in practice. Can you purchase assets with a lower ecological rucksack?\",\"score\":0}],\"total\":2,\"average\":5,\"isActive\":1,\"title\":\"dos\"}]}', '2020-05-08 10:26:09'),
(22018, 2, 901, '{\"consumable\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"social\":\"3\",\"economic\":\"2\",\"technical\":\"2\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"1 - low\",\"average\":\"1.3\",\"isSelected\":1},{\"title\":\"Minimise freight transport damage\",\"social\":\"3\",\"economic\":\"5 - high\",\"technical\":\"3\",\"average\":\"3.7\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"4\",\"economic\":\"5 - high\",\"technical\":\"5 - high\",\"average\":\"4.7\",\"isSelected\":1}],\"infrastructure\":[{\"title\":\"Preferably use regionally available energy resources\",\"social\":\"5 - high\",\"economic\":\"5 - high\",\"technical\":\"5 - high\",\"average\":\"5\",\"isSelected\":1}],\"keyAsset\":[],\"access\":[],\"extras\":[{\"title\":\"uno\",\"data\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"social\":\"2\",\"economic\":\"1 - low\",\"technical\":\"3\",\"average\":\"2\",\"isSelected\":1}]},{\"title\":\"dos\",\"data\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"4\",\"average\":\"2\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"3\",\"economic\":\"1 - low\",\"technical\":\"3\",\"average\":\"2.3\",\"isSelected\":1}]}]}', '2020-05-08 10:26:23'),
(22019, 2, 905, '{\"consumable\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"score\":\"2.3\",\"actions\":[]},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"score\":\"1.3\",\"actions\":[]},{\"title\":\"Minimise freight transport damage\",\"score\":\"3.7\",\"actions\":[]},{\"title\":\"ab\",\"score\":\"4.7\",\"actions\":[]}],\"infrastructure\":[{\"title\":\"Preferably use regionally available energy resources\",\"score\":\"5\",\"actions\":[{\"title\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tempus, diam vitae tincidunt scelerisque, quam lacus suscipit velit, eu bibendum lacus elit vel diam. Sed sed nulla leo. Praesent suscipit elit in ligula hendrerit tempor. Vestibulum sagittis dignissim volutpat. Aenean consequat nisl tellus, ut vestibulum sem dignissim in. Integer maximus fringilla libero, id convallis dolor ultricies pulvinar. Vestibulum et urna eros. Pellentesque lacinia, erat ut accumsan ullamcorper, arcu purus vestibulum nulla, et ultricies velit nisi ac libero.\",\"startDate\":1598911200000,\"endDate\":1604185200000,\"responsible\":\"Fa\"},{\"title\":\"Vestibulum efficitur sed augue ut iaculis. Vivamus et imperdiet quam. Fusce blandit turpis ante, ut laoreet ipsum semper a. Cras vitae nunc orci. Integer tristique gravida leo, quis laoreet orci. Nunc eu ex maximus, sodales nibh et, fermentum ex. Morbi dolor ante, congue nec risus vitae, eleifend imperdiet magna. Etiam lobortis nunc ac gravida malesuada. Donec condimentum quis neque ut dignissim. Praesent lobortis ante nec suscipit posuere. Nullam vel est est. Duis sollicitudin finibus consectetur.\",\"startDate\":1598911200000,\"endDate\":1606777200000,\"responsible\":\"Fr\"}]}],\"access\":[],\"keyAsset\":[],\"extras\":[{\"title\":\"uno\",\"data\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"score\":\"2\",\"actions\":[]}]},{\"title\":\"dos\",\"data\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"score\":\"2\",\"actions\":[]},{\"title\":\"ab\",\"score\":\"2.3\",\"actions\":[{\"title\":\"C\",\"startDate\":1580511600000,\"endDate\":1585692000000,\"responsible\":\"F\"},{\"title\":\"B\",\"startDate\":1580511600000,\"endDate\":1585692000000,\"responsible\":\"E\"},{\"title\":\"A\",\"startDate\":1598911200000,\"endDate\":1604185200000,\"responsible\":\"D\"}]}]}]}', '2020-05-08 10:27:09'),
(22020, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"selected\":\"yes\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\",\"selected\":\"no\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\",\"selected\":\"no\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\",\"selected\":\"no\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\",\"selected\":\"no\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"selected\":\"yes\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\",\"selected\":\"no\"}}', '2020-05-08 10:47:31'),
(22021, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-08 10:50:10'),
(22022, 5, 526, 'Ejercicio 13 activities\n', '2020-05-08 10:50:10'),
(22023, 5, 527, 'Ejercicio 13 resources\n', '2020-05-08 10:50:10'),
(22024, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-08 10:50:10'),
(22025, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-08 10:50:10'),
(22026, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-08 10:50:10'),
(22027, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-08 10:50:10'),
(22028, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-08 10:50:10'),
(22029, 5, 537, 'dasasdasddas\n', '2020-05-08 10:50:10'),
(22030, 5, 538, 'dasadsdasasd\n', '2020-05-08 10:50:10'),
(22031, 5, 539, 'weqqweqweqew\n', '2020-05-08 10:50:10'),
(22032, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-08 10:54:40'),
(22033, 2, 541, '', '2020-05-08 12:30:39'),
(22034, 2, 542, 'product', '2020-05-08 12:31:04'),
(22035, 2, 542, 'service', '2020-05-08 12:33:35'),
(22036, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-08 12:33:55'),
(22037, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-08 12:38:10'),
(22038, 2, 705, '{\"preg1\":{\"title\":\"g1\",\"data\":[{\"title\":\"Packaging recyclability, reuse or recovery rate\",\"descripcion\":\"It refers to the percentage of packaging that can be effectively recycled, recovered and/or reused.\",\"isNew\":false,\"category\":\"pack\"},{\"title\":\"Reliability\",\"descripcion\":\"It refers to the trustworthiness to do what the product/service is expected or designed to do (e.g. It will fulffill our expectations, it won\'t get broken, etc.).\",\"isNew\":false,\"category\":\"main\"}]}}', '2020-05-08 12:56:46'),
(22039, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"selected\":\"yes\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\",\"selected\":\"no\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\",\"selected\":\"no\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\",\"selected\":\"no\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\",\"selected\":\"no\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"selected\":\"yes\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\",\"selected\":\"no\"}}', '2020-05-08 12:56:50'),
(22040, 2, 542, 'service', '2020-05-08 13:09:46'),
(22041, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-08 13:10:00'),
(22042, 2, 705, '{\"preg1\":{\"title\":\"g1\",\"data\":[{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\",\"isNew\":false,\"category\":\"raw\"},{\"title\":\"Production - market location\",\"descripcion\":\"It refers to the geographical distance between the production place and the market for the given product/service. Generally, the shorter distance, the better. Can you reduce the distance between your production plance and the market?\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Packaging recyclability, reuse or recovery rate\",\"descripcion\":\"It refers to the percentage of packaging that can be effectively recycled, recovered and/or reused.\",\"isNew\":false,\"category\":\"pack\"},{\"title\":\"Ecofriendly driving\",\"descripcion\":\"It refers to the practice of driving in such a way as to minimize fuel consumption and the emission of carbon dioxide.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"ab\",\"descripcion\":\"12\",\"isNew\":true,\"category\":\"dist\"},{\"title\":\"Reliability\",\"descripcion\":\"It refers to the trustworthiness to do what the product/service is expected or designed to do (e.g. It will fulffill our expectations, it won\'t get broken, etc.).\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Separability of components and/or materials\",\"descripcion\":\"Ability to separate the components and/or materials, in order to manage each of them in an adequate manner.\",\"isNew\":false,\"category\":\"end\"},{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\",\"isNew\":false,\"category\":\"end\"}]}}', '2020-05-08 13:10:35'),
(22043, 2, 706, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"selected\":\"yes\"},\"preg1 g2\":{\"title\":\"g1 g2\",\"category\":\"pre\",\"selected\":\"no\"},\"duringh2\":{\"title\":\"h2\",\"category\":\"during\",\"selected\":\"no\"},\"posti4\":{\"title\":\"i4\",\"category\":\"post\",\"selected\":\"no\"},\"posti1\":{\"title\":\"i1\",\"category\":\"post\",\"selected\":\"no\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"selected\":\"yes\"},\"posti3\":{\"title\":\"i3\",\"category\":\"post\",\"selected\":\"no\"}}', '2020-05-08 13:10:49'),
(22044, 2, 708, '{\"consumable\":[{\"title\":\"Purchase: Origin of goods\",\"descripcion\":\"The origin of goods refers to the geographical location from which they are obtained. Local goods are desirable due to shorter distances.\",\"isNew\":false},{\"title\":\"Purchase: Toxicity\",\"descripcion\":\"Toxicity refers to the degree to which a substance can damage an organism.\",\"isNew\":false}],\"infrastructure\":[{\"title\":\"Origin and renewability of energy used for your infrastructure\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes. The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\",\"isNew\":false},{\"title\":\"Treatment of generated waste\",\"descripcion\":\"Generated waste can be treated by means of different ways. In general, the waste treatment hierarchy in order of their environmental performance is as follows: preparing for re-use; recycling (material recovery); other recovery, e.g. energy recovery; and disposal.\",\"isNew\":false},{\"title\":\"ab\",\"descripcion\":\"cd\",\"isNew\":true}],\"access\":[{\"title\":\"Distances\",\"descripcion\":\"The distance between the location of production and the market contributes to the environmental impact. The shorter distances, the better.\",\"isNew\":false},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact. Some vehicles, such as cars, are classified according to their technologies (EURO 4, EURO 5, etc...). The more efficient vehicles, the better.\",\"isNew\":false}],\"keyAsset\":[{\"title\":\"Purchase: Amount (weight) of materials of key assets\",\"descripcion\":\"It can be represented by the weight and/or quantity of material of your key asset (in general, the less materiality, the better).\",\"isNew\":false},{\"title\":\"Purchase: Ecological rucksack of materials of key assets\",\"descripcion\":\"An Ecological Rucksack is the total quantity of materials and energy moved from nature to create a product or service. Ecological rucksacks take a life cycle approach and signify the environmental strain or resource efficiency of the product or service. \",\"isNew\":false}]}', '2020-05-08 13:10:55'),
(22045, 2, 541, '', '2020-05-08 13:13:13'),
(22046, 2, 542, 'service', '2020-05-08 13:14:09'),
(22047, 5, 561, 'uno uno - aaaa\r\ndos dos - bbbbb\r\n', '2020-05-11 10:27:57'),
(22048, 5, 562, 'One World\r\n\r\n\r\nDespliegue en test.\r\n\r\n', '2020-05-11 10:27:57'),
(22049, 5, 563, 'POLITICAL\r\na\r\n\r\nSOCIAL\r\nb\r\n\r\nENVIRONMENTAL\r\nc\r\n\r\nECONOMIC\r\nd\r\n\r\nTECHNOLOGICAL\r\ne\r\n\r\nLEGAL\r\nf\r\n\r\n', '2020-05-11 10:27:57'),
(22050, 5, 564, 'OBJECTIVES\r\na\r\n\r\nSUSTAINABLE VISION\r\nc\r\n\r\n', '2020-05-11 10:27:57'),
(22051, 5, 572, 'aaa', '2020-05-11 10:28:30'),
(22052, 5, 573, 'aaa', '2020-05-11 10:28:30'),
(22053, 5, 574, 'aaa', '2020-05-11 10:28:30'),
(22054, 5, 575, 'aaa', '2020-05-11 10:28:30'),
(22055, 5, 576, 'aaa', '2020-05-11 10:28:30'),
(22056, 5, 577, 'aaa', '2020-05-11 10:28:30'),
(22057, 5, 637, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"},{\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\"}],\"total\":2},\"prod\":{\"new\":[{\"title\":\"OPtro\",\"descripcion\":\"lmspa\"}],\"default\":[{\"title\":\"Process complexity\",\"descripcion\":\"It refers to the level of intricateness of the production process. It can be simplified as the number of production processes (the less, the better).\"},{\"title\":\"Overall efficiency of production\",\"descripcion\":\"It refers to the capability to produce the desired results without wasting inputs of any type (materials, time or energy):<br><ol><li>Energy efficiency refers to the percentage of total energy that is consumed in useful work and not wasted as useless heat. </li><li>Water efficiency refers to ensure a production technology that produces the desired results without wasting water.</li><li>Materials efficiency refers to produce the desired results without wasting materials, often using better technology.</li></ol>\"},{\"title\":\"Renewability of energy\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes.\"}],\"total\":4},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Standardization of packaging sizes\",\"descripcion\":\"It refers to the use of packaging whose size complies with existing size standards. These standards have the aim to help the industry (incl. packaging, producers, transportation) by making mutually consistent decisions on the size of the elements (packaging), so all parties can realize mutual gains.\"},{\"title\":\"Amount and type of packaging materials\",\"descripcion\":\"It refers to the quantity (weight) and the number of different typologies of materials involved in the packaging.\"},{\"title\":\"Packaging to Product ratio\",\"descripcion\":\"Ratio between the volume or weight of the packaging and the volume or weight of the product. The smaller, the better.\"}],\"total\":3},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"},{\"title\":\"Renewability of fuels\",\"descripcion\":\"It refers to the use renewable energy in vehicles. For example: biomass, electricity from solar panels or wind, etc. \"}],\"total\":3},\"main\":{\"new\":[],\"default\":[{\"title\":\"Energy use renewability\",\"descripcion\":\"It refers to the capability of the product to use renewable energy when using it or recharging its batteries.\"},{\"title\":\"Potential to customize the product\",\"descripcion\":\"User customization allows for the customer to create a personalized variation of the initial design, which may create an attachment between the product and the user.\"},{\"title\":\"Product\'s life span\",\"descripcion\":\"The product\'s life span refers to the durability of the product, that is to say, for how long will it be used. There are several conditionants to it: timelessness, durability, adaptability, customer\'s appreciation and reusability. The longer the life span, the better.\"}],\"total\":3},\"end\":{\"new\":[],\"default\":[{\"title\":\"Separability of components and/or materials\",\"descripcion\":\"Ability to separate the components and/or materials, in order to manage each of them in an adequate manner.\"},{\"title\":\"Communication about end-of-life\",\"descripcion\":\"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\"}],\"total\":2}}', '2020-05-11 10:28:37'),
(22058, 5, 635, '[{\"email\":\"test1@email.com\",\"texto\":\"ohcewo\"},{\"email\":\"test2@email.com\",\"texto\":\"copwihcowe\"}]', '2020-05-11 10:29:01'),
(22059, 5, 635, '[{\"email\":\"test1@email.com\",\"texto\":\"ohcewo\"},{\"email\":\"test2@email.com\",\"texto\":\"copwihcowe\"}]', '2020-05-11 10:34:03'),
(22060, 5, 635, '[{\"email\":\"test1@email.com\",\"texto\":\"ohcewo\"},{\"email\":\"test2@email.com\",\"texto\":\"copwihcowe\"}]', '2020-05-11 10:39:02'),
(22061, 5, 635, '[{\"email\":\"test1@email.com\",\"texto\":\"ohcewo\"},{\"email\":\"test2@email.com\",\"texto\":\"copwihcowe\"}]', '2020-05-11 10:45:22'),
(22062, 5, 635, '[{\"email\":\"test1@email.com\",\"texto\":\"ohcewo\"},{\"email\":\"test2@email.com\",\"texto\":\"copwihcowe\"}]', '2020-05-11 10:46:35'),
(22063, 5, 635, '[{\"email\":\"test1@email.com\",\"texto\":\"ohcewo\"},{\"email\":\"test2@email.com\",\"texto\":\"copwihcowe\"}]', '2020-05-11 10:50:54'),
(22064, 5, 635, '[{\"email\":\"test1@email.com\",\"texto\":\"ohcewo\"},{\"email\":\"test2@email.com\",\"texto\":\"copwihcowe\"},{\"email\":\"miguelangelps@prometeoinnova.com\",\"texto\":\"kivcbgwifbrw\"}]', '2020-05-11 11:38:04'),
(22065, 2, 541, '', '2020-05-11 14:36:39'),
(22066, 2, 542, 'service', '2020-05-11 14:36:52'),
(22067, 5, 635, '[{\"email\":\"test1@email.com\",\"texto\":\"ohcewo\"},{\"email\":\"test2@email.com\",\"texto\":\"copwihcowe\"},{\"email\":\"miguelangelps@prometeoinnova.com\",\"texto\":\"kivcbgwifbrw\"}]', '2020-05-12 07:35:39'),
(22369, 2, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Need Identification\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I get really annoyed about the electricity supply. So many times we suffer front cuts and can\\u00b4t follow my dalily routine.\\\",\\\"points\\\":\\\"s\\\",\\\"experience\\\":\\\"sss\\\",\\\"provide\\\":\\\"ssss\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Finding alternatives\\\",\\\"emotions\\\":\\\"confuso\\\",\\\"needs\\\":\\\"cscs\\\",\\\"points\\\":\\\"csc\\\",\\\"experience\\\":\\\"cscscs\\\",\\\"provide\\\":\\\"cscscs\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 2\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"dqw\\\",\\\"needs\\\":\\\"cdwe\\\",\\\"points\\\":\\\"fcwe\\\",\\\"experience\\\":\\\"cwe\\\",\\\"provide\\\":\\\"cwe\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"v sfd\\\",\\\"emotions\\\":\\\"v fd\\\",\\\"needs\\\":\\\"vsdf\\\",\\\"points\\\":\\\"csd\\\",\\\"experience\\\":\\\"vfdsvfds\\\",\\\"provide\\\":\\\"vsfdvsfd\\\"},\\\"4\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"otro\\\",\\\"order-of-stages\\\":\\\"3post\\\",\\\"stage\\\":\\\"aaa\\\",\\\"emotions\\\":\\\"aaa\\\",\\\"needs\\\":\\\"aaa\\\",\\\"points\\\":\\\"aaa\\\",\\\"experience\\\":\\\"aaa\\\",\\\"provide\\\":\\\"aaa\\\"},\\\"5\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"otro\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"bbb\\\",\\\"emotions\\\":\\\"bbb\\\",\\\"needs\\\":\\\"bbb\\\",\\\"points\\\":\\\"bbb\\\",\\\"experience\\\":\\\"bbb\\\",\\\"provide\\\":\\\"bbb\\\"},\\\"6\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"3post\\\",\\\"stage\\\":\\\"pp\\\",\\\"emotions\\\":\\\"pp\\\",\\\"needs\\\":\\\"pp\\\",\\\"points\\\":\\\"pp\\\",\\\"experience\\\":\\\"pp\\\",\\\"provide\\\":\\\"pp\\\"},\\\"7\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"pre\\\",\\\"emotions\\\":\\\"pre\\\",\\\"needs\\\":\\\"pre\\\",\\\"points\\\":\\\"pre\\\",\\\"experience\\\":\\\"pre\\\",\\\"provide\\\":\\\"pre\\\"}}\"', '2020-05-12 10:46:08'),
(22371, 2, 524, '\"{\\\"0\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Need Identification\\\",\\\"emotions\\\":\\\"Happy\\\",\\\"needs\\\":\\\"I get really annoyed about the electricity supply. So many times we suffer front cuts and can\\u00b4t follow my dalily routine.\\\",\\\"points\\\":\\\"s\\\",\\\"experience\\\":\\\"sss\\\",\\\"provide\\\":\\\"ssss\\\"},\\\"1\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"Finding alternatives\\\",\\\"emotions\\\":\\\"confuso\\\",\\\"needs\\\":\\\"cscs\\\",\\\"points\\\":\\\"csc\\\",\\\"experience\\\":\\\"cscscs\\\",\\\"provide\\\":\\\"cscscs\\\"},\\\"2\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 2\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"2\\\",\\\"emotions\\\":\\\"dqw\\\",\\\"needs\\\":\\\"cdwe\\\",\\\"points\\\":\\\"fcwe\\\",\\\"experience\\\":\\\"cwe\\\",\\\"provide\\\":\\\"cwe\\\"},\\\"3\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"2during\\\",\\\"stage\\\":\\\"v sfd\\\",\\\"emotions\\\":\\\"v fd\\\",\\\"needs\\\":\\\"vsdf\\\",\\\"points\\\":\\\"csd\\\",\\\"experience\\\":\\\"vfdsvfds\\\",\\\"provide\\\":\\\"vsfdvsfd\\\"},\\\"4\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"otro\\\",\\\"order-of-stages\\\":\\\"3post\\\",\\\"stage\\\":\\\"aaa\\\",\\\"emotions\\\":\\\"aaa\\\",\\\"needs\\\":\\\"aaa\\\",\\\"points\\\":\\\"aaa\\\",\\\"experience\\\":\\\"aaa\\\",\\\"provide\\\":\\\"aaa\\\"},\\\"5\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"otro\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"bbb\\\",\\\"emotions\\\":\\\"bbb\\\",\\\"needs\\\":\\\"bbb\\\",\\\"points\\\":\\\"bbb\\\",\\\"experience\\\":\\\"bbb\\\",\\\"provide\\\":\\\"bbb\\\"},\\\"6\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"3post\\\",\\\"stage\\\":\\\"pp\\\",\\\"emotions\\\":\\\"pp\\\",\\\"needs\\\":\\\"pp\\\",\\\"points\\\":\\\"pp\\\",\\\"experience\\\":\\\"pp\\\",\\\"provide\\\":\\\"pp\\\"},\\\"7\\\":{\\\"photo\\\":\\\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/4\\/perfil.jpg\\\",\\\"who\\\":\\\"Customer 1\\\",\\\"segment\\\":\\\"Household\\\",\\\"order-of-stages\\\":\\\"1pre\\\",\\\"stage\\\":\\\"pre\\\",\\\"emotions\\\":\\\"pre\\\",\\\"needs\\\":\\\"pre\\\",\\\"points\\\":\\\"pre\\\",\\\"experience\\\":\\\"pre\\\",\\\"provide\\\":\\\"pre\\\"}}\"', '2020-05-12 10:46:09'),
(22382, 2, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/2\\/mapa-thumbnail.png\",\"\",\"\"]', '2020-05-12 11:21:04'),
(22383, 2, 676, '[\"\",\"uno\",\"\"]', '2020-05-12 11:21:04'),
(22384, 2, 677, '[\"\",\"uno\",\"\"]', '2020-05-12 11:21:04'),
(22385, 2, 704, '[\"wizard-p-1\",\"wizard-p-1\"]', '2020-05-12 11:21:04'),
(22386, 2, 678, '[\"uno\",\"\"]', '2020-05-12 11:21:04'),
(22387, 2, 679, '[\"uno\",\"\"]', '2020-05-12 11:21:04'),
(22388, 2, 680, '[\"\",\"\"]', '2020-05-12 11:21:04'),
(22389, 2, 681, '[\"uno\",\"\"]', '2020-05-12 11:21:04'),
(22390, 2, 682, '[\"uno\",\"\"]', '2020-05-12 11:21:04'),
(22391, 2, 683, '[\"uno\",\"\"]', '2020-05-12 11:21:04'),
(22392, 2, 684, '[\"uno\",\"\"]', '2020-05-12 11:21:04'),
(22393, 2, 707, '\"[]\"', '2020-05-12 11:21:19'),
(22394, 2, 908, '\"[]\"', '2020-05-12 11:21:19'),
(22395, 2, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/2\\/mapa-thumbnail.png\"]', '2020-05-12 11:21:19'),
(22396, 2, 676, '[\"vvf\"]', '2020-05-12 11:21:19'),
(22397, 2, 677, '[\"uno\"]', '2020-05-12 11:21:19'),
(22398, 2, 689, '\"[]\"', '2020-05-12 11:21:19'),
(22399, 2, 687, '\"[]\"', '2020-05-12 11:21:19'),
(22400, 2, 685, '\"[]\"', '2020-05-12 11:21:19'),
(22401, 2, 704, '\"[]\"', '2020-05-12 11:21:19'),
(22402, 2, 678, '\"[]\"', '2020-05-12 11:21:19'),
(22403, 2, 679, '\"[]\"', '2020-05-12 11:21:19'),
(22404, 2, 680, '\"[]\"', '2020-05-12 11:21:19'),
(22405, 2, 681, '\"[]\"', '2020-05-12 11:21:19'),
(22406, 2, 682, '\"[]\"', '2020-05-12 11:21:19'),
(22407, 2, 683, '\"[]\"', '2020-05-12 11:21:19'),
(22408, 2, 684, '\"[]\"', '2020-05-12 11:21:19'),
(22409, 2, 906, '\"[]\"', '2020-05-12 11:21:19'),
(22410, 2, 690, '\"[]\"', '2020-05-12 11:21:19'),
(22411, 2, 691, '\"[]\"', '2020-05-12 11:21:19'),
(22412, 2, 907, '\"[]\"', '2020-05-12 11:21:19'),
(22413, 2, 686, '\"[]\"', '2020-05-12 11:21:19'),
(22414, 2, 688, '\"[]\"', '2020-05-12 11:21:19'),
(22418, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-12 11:36:00'),
(22419, 5, 526, 'Ejercicio 13 activities\n', '2020-05-12 11:36:00'),
(22420, 5, 527, 'Ejercicio 13 resources\n', '2020-05-12 11:36:00'),
(22421, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-12 11:36:00'),
(22422, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-12 11:36:00'),
(22423, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-12 11:36:00'),
(22424, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-12 11:36:00'),
(22425, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-12 11:36:00'),
(22426, 5, 537, 'dasasdasddas\n', '2020-05-12 11:36:00'),
(22427, 5, 538, 'dasadsdasasd\n', '2020-05-12 11:36:00'),
(22428, 5, 539, 'weqqweqweqew\n', '2020-05-12 11:36:00'),
(22429, 2, 675, '[\"\",\"\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-12 11:54:56'),
(22430, 2, 676, '[\"\",\"\",\"uno\"]', '2020-05-12 11:54:56'),
(22431, 2, 677, '[\"\",\"\",\"uno\"]', '2020-05-12 11:54:56'),
(22432, 2, 704, '[\"wizard-p-2\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-12 11:54:56'),
(22433, 2, 678, '[\"uno\",\"uno\",\"uno\"]', '2020-05-12 11:54:56'),
(22434, 2, 679, '[\"uno\",\"uno\",\"uno\"]', '2020-05-12 11:54:56'),
(22435, 2, 680, '[\"\",\"\",\"\"]', '2020-05-12 11:54:56'),
(22436, 2, 681, '[\"uno\",\"uno\",\"uno\"]', '2020-05-12 11:54:56'),
(22437, 2, 682, '[\"uno\",\"uno\",\"uno\"]', '2020-05-12 11:54:56'),
(22438, 2, 683, '[\"uno\",\"uno\",\"uno\"]', '2020-05-12 11:54:56');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(22439, 2, 684, '[\"uno\",\"uno\",\"uno\"]', '2020-05-12 11:54:56'),
(22619, 2, 660, '', '2020-05-12 11:57:00'),
(22620, 2, 661, '', '2020-05-12 11:57:03'),
(22621, 2, 540, '', '2020-05-12 11:57:07'),
(22622, 2, 540, '', '2020-05-12 11:57:18'),
(22623, 2, 540, '', '2020-05-12 11:58:44'),
(22624, 2, 525, '[\"a\",\"asddas\",\"asddas\",\"a\"]\n', '2020-05-12 11:58:46'),
(22625, 2, 526, 'Tarea 13 Key Activities\n', '2020-05-12 11:58:46'),
(22626, 2, 527, 'Tarea 13 Key Resources\n', '2020-05-12 11:58:46'),
(22627, 2, 535, '[\"\",\"\"]\n', '2020-05-12 11:58:46'),
(22628, 2, 532, 'Tarea 16 Fixed Costs\n', '2020-05-12 11:58:46'),
(22629, 2, 533, 'Tarea 16 Fixed Costs\n', '2020-05-12 11:58:46'),
(22630, 2, 534, 'Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.\r\n\r\nSum up: give the total fixed and variable costs.\r\n\r\nRecap: spot if something needs special or further attention.\r\n\r\nRecap:\r\n\r\nRevise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\n', '2020-05-12 11:58:46'),
(22631, 2, 536, '\n', '2020-05-12 11:58:46'),
(22632, 2, 537, '2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and needs into specific \n', '2020-05-12 11:58:46'),
(22633, 2, 538, 'annels\r\n\r\nWrite here the main channels you identi\n', '2020-05-12 11:58:46'),
(22634, 2, 539, 'Revise exercises 2 and 3. Capture in the column \'Problems and needs\' the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.\r\n\r\nSet objectives:\r\n\r\nReframe the problems and n\n', '2020-05-12 11:58:46'),
(22635, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-13 11:10:41'),
(22636, 5, 526, 'Ejercicio 13 activities\n', '2020-05-13 11:10:41'),
(22637, 5, 527, 'Ejercicio 13 resources\n', '2020-05-13 11:10:41'),
(22638, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-13 11:10:41'),
(22639, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-13 11:10:41'),
(22640, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-13 11:10:41'),
(22641, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-13 11:10:41'),
(22642, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-13 11:10:41'),
(22643, 5, 537, 'dasasdasddas\n', '2020-05-13 11:10:41'),
(22644, 5, 538, 'dasadsdasasd\n', '2020-05-13 11:10:41'),
(22645, 5, 539, 'weqqweqweqew\n', '2020-05-13 11:10:41'),
(22646, 2, 541, '', '2020-05-13 13:56:37'),
(22647, 2, 542, 'product', '2020-05-13 13:56:58'),
(22648, 2, 541, '', '2020-05-13 15:53:38'),
(22649, 2, 542, 'product', '2020-05-13 15:53:46'),
(22650, 2, 635, '[{\"email\":\"fnazario@beoneapps.com\",\"texto\":\"Texto de prueba\"}]', '2020-05-13 16:07:24'),
(22651, 2, 541, '', '2020-05-14 06:33:03'),
(22652, 2, 542, 'product', '2020-05-14 06:33:12'),
(22653, 2, 635, '[{\"email\":\"fnazario@beoneapps.com\",\"texto\":\"Texto de prueba\"},{\"email\":\"Frannazario@outlook.com\",\"texto\":\"Abc\"}]', '2020-05-14 06:34:11'),
(22654, 2, 635, '[{\"email\":\"fnazario@beoneapps.com\",\"texto\":\"Texto de prueba\"},{\"email\":\"Frannazario@outlook.com\",\"texto\":\"Abc\"}]', '2020-05-14 06:42:07'),
(22655, 2, 635, '[{\"email\":\"fnazario@beoneapps.com\",\"texto\":\"Texto de prueba\"},{\"email\":\"Frannazario@outlook.com\",\"texto\":\"Abc\"}]', '2020-05-14 07:05:57'),
(22656, 2, 635, '[{\"email\":\"fnazario@beoneapps.com\",\"texto\":\"Texto de prueba\"},{\"email\":\"Frannazario@outlook.com\",\"texto\":\"Abc\"}]', '2020-05-14 07:15:59'),
(22657, 2, 635, '', '2020-05-14 07:38:06'),
(22658, 2, 635, '{\"text\":\"xaxaax\",\"emails\":[\"miguelangelps@prometeoinnova.com\"]}', '2020-05-14 07:50:37'),
(22659, 2, 635, '{\"text\":\"\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-14 07:50:52'),
(22660, 2, 635, '{\"text\":\"vsebverbrt\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-14 07:58:36'),
(22661, 2, 635, '{\"text\":\"vsebverbrt\",\"emails\":[\"Fnazario@beoneapps.com\",\"miguelangelps@prometeoinnova.com\"]}', '2020-05-14 07:58:49'),
(22662, 2, 635, '{\"text\":\"Lorem ipsum\\n\\nDolor sit amen\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-14 08:09:49'),
(22663, 5, 547, '[{\"name\":\"uno\",\"surname\":\"uno\",\"email\":\"uno@email.com\",\"background\":\"aaa\",\"responsibilities\":\"aaaa\"},{\"name\":\"dos\",\"surname\":\"dos\",\"email\":\"dos@email.com\",\"background\":\"bbbb\",\"responsibilities\":\"bbbbb\"}]', '2020-05-14 08:45:48'),
(22664, 5, 550, 'One World', '2020-05-14 08:46:08'),
(22665, 5, 551, 'Despliegue en test.', '2020-05-14 08:46:08'),
(22666, 5, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/5/1467646262_522853_1467646344_noticia_normal.jpg', '2020-05-14 08:46:08'),
(22667, 5, 553, 'a', '2020-05-14 08:46:21'),
(22668, 5, 554, 'b', '2020-05-14 08:46:21'),
(22669, 5, 555, 'c', '2020-05-14 08:46:21'),
(22670, 5, 556, 'd', '2020-05-14 08:46:21'),
(22671, 5, 557, 'e', '2020-05-14 08:46:21'),
(22672, 5, 558, 'f', '2020-05-14 08:46:21'),
(22673, 5, 559, 'a', '2020-05-14 08:46:31'),
(22674, 5, 560, 'c', '2020-05-14 08:46:31'),
(22675, 2, 541, '', '2020-05-14 09:30:14'),
(22676, 2, 542, 'product', '2020-05-14 09:30:26'),
(22677, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"}]', '2020-05-14 09:30:45'),
(22678, 2, 541, '', '2020-05-14 09:30:53'),
(22679, 2, 542, 'product', '2020-05-14 09:31:00'),
(22680, 2, 550, 'Proyecto1', '2020-05-14 09:31:16'),
(22681, 2, 551, 'Descripcion', '2020-05-14 09:31:16'),
(22682, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-05-14 09:31:16'),
(22683, 2, 553, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.', '2020-05-14 09:31:23'),
(22684, 2, 554, 'Nulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.', '2020-05-14 09:31:23'),
(22685, 2, 555, 'In id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.', '2020-05-14 09:31:23'),
(22686, 2, 556, 'Morbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.', '2020-05-14 09:31:23'),
(22687, 2, 557, 'Proin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.', '2020-05-14 09:31:23'),
(22688, 2, 558, 'Phasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.', '2020-05-14 09:31:23'),
(22689, 2, 559, 'Objetivos', '2020-05-14 09:31:45'),
(22690, 2, 560, 'Mi vision', '2020-05-14 09:31:45'),
(22691, 2, 561, 'Fran Nazario - Responsibility\r\nUno Dos - Cinco\r\n', '2020-05-14 09:32:26'),
(22692, 2, 562, 'Proyecto1\r\n\r\nDescripcion\r\n\r\n', '2020-05-14 09:32:26'),
(22693, 2, 563, 'POLITICAL\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.\r\n\r\nSOCIAL\r\nNulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.\r\n\r\nENVIRONMENTAL\r\nIn id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.\r\n\r\nECONOMIC\r\nMorbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.\r\n\r\nTECHNOLOGICAL\r\nProin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.\r\n\r\nLEGAL\r\nPhasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.\r\n\r\n', '2020-05-14 09:32:26'),
(22694, 2, 564, 'OBJECTIVES\r\nObjetivos\r\n\r\nSUSTAINABLE VISION\r\nMi vision\r\n\r\n', '2020-05-14 09:32:26'),
(22695, 2, 635, '{\"text\":\"Lorem ipsum\\n\\nDolor sit amen\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-14 09:34:09'),
(22696, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-14 09:34:27'),
(22697, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-14 09:34:27'),
(22698, 2, 574, 'Nunc mauris odio, feugiat eget sagittis et, tincidunt eget velit. Duis imperdiet, mauris ut scelerisque accumsan, ipsum dolor venenatis tortor, eget condimentum dui nibh sed urna. Aliquam bibendum ut metus nec consequat. Nunc quis interdum mi. Integer pretium velit magna, a mattis ex interdum et. Aenean dictum, odio et tempor mollis, lorem enim elementum nulla, eget lobortis ligula augue ac felis. Pellentesque et cursus magna. Curabitur sed tellus imperdiet, pulvinar velit sed, interdum est.\r\n\r\n', '2020-05-14 09:34:27'),
(22699, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-14 09:34:27'),
(22700, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-14 09:34:27'),
(22701, 2, 577, 'Integer vehicula lectus aliquet urna euismod luctus. Fusce hendrerit viverra leo at egestas. Nunc pharetra dictum magna, scelerisque hendrerit orci. Nunc semper sagittis odio, sed congue nisi maximus id. Quisque hendrerit libero non nulla feugiat luctus. Mauris eget leo ut libero pulvinar porta. Quisque laoreet ultrices tincidunt. Cras interdum velit mi, id ullamcorper ligula faucibus vel. Ut aliquam justo id venenatis sodales. Aliquam iaculis metus quis justo blandit vestibulum.', '2020-05-14 09:34:27'),
(22702, 2, 637, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"},{\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\"},{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"},{\"title\":\"Recycled content &amp; Recovered components\",\"descripcion\":\"The proportion, by mass, of recycled material in a product or packaging.<br>Products, components or parts of a production or waste stream captured or separated for reuse (without processing, which would be recycling).\"}],\"total\":5},\"prod\":{\"new\":[{\"title\":\"Campo1\",\"descripcion\":\"Descriptcion1\"}],\"default\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":3},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-05-14 09:35:59'),
(22703, 2, 637, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"},{\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\"},{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"},{\"title\":\"Recycled content &amp; Recovered components\",\"descripcion\":\"The proportion, by mass, of recycled material in a product or packaging.<br>Products, components or parts of a production or waste stream captured or separated for reuse (without processing, which would be recycling).\"}],\"total\":5},\"prod\":{\"new\":[{\"title\":\"Campo1\",\"descripcion\":\"Descriptcion1\"}],\"default\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":3},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-05-14 09:37:43'),
(22704, 2, 635, '{\"text\":\"Lorem ipsum\\n\\nDolor sit amen\",\"textProcessed\":\"<p>Lorem ipsum</p>\\n<p>Dolor sit amen</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-14 09:39:41'),
(22705, 2, 635, '{\"text\":\"Lorem ipsum\\n\\nDolor sit amen\",\"textProcessed\":\"<p>Lorem ipsum</p>\\n<p>Dolor sit amen</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-14 09:44:50'),
(22706, 2, 639, '{\"raw\":{\"new\":[{\"title\":\"ase\",\"descripcion\":\"\"},{\"title\":\"fed\",\"descripcion\":\"\"}],\"default\":[],\"total\":2},\"prod\":{\"new\":[],\"default\":[],\"total\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Implement a logistics broker system at the industrial park level<br>Are the logistics optimised? Could you optimize the travelled miles or improve the system?\",\"descripcion\":\"A sustainable logistics management would introduce operational improvements that can produce profits: re-evaluating a company’s supply chain from purchasing and planning, and managing the use of materials to shipping and distributing finished products. The Logistics Broker service answers to the need of improving the sustainability and efficiency of logistics processes. The service consists in interjecting a logistics broker between the companies and the carriers. Using modern ICT-Tools (software) the broker supports the customers and the carriers in their daily transport planning. Firms often do the planning of transports internally rarely using specific optimizing systems. They manage the whole amount of data management on their own. The interposition of a broker, between these two stakeholders introduces essential changes in the proceeding of the transport planning. The broker takes over the entire transport planning acting as a mediator between customers and carriers and reducing their effort to find the best and cheapest transport solutions\"},{\"title\":\"Optimize weight and volume transported in the vehicle<br>Can you design your product so it occupays less volume and the capacity at transport can be increased?\",\"descripcion\":\"An optimization of the load transported in the vehicle can be achieved by reducing either the product\'s weight (products are lighter) or its volume. doing so, the transported weight is as close as possible to the maximum allowed, and/or the transported volume is as close as possible to the volumetric capacity of the vehicle.<br>This optimization allows to reduce the consumption of fuel and emissions per ton of load and per volume of transported good.\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[{\"title\":\"Reduce the number of parts to simplify assembly and disassembly\",\"descripcion\":\"Reducing the diversity of components makes assembly and disassembly simpler and minimizes work input, and it also improves reparability of the product at use stage.\"},{\"title\":\"Ensure simple extraction of harmful and valuable substances\",\"descripcion\":\"Harmful substances should be identifiable and be able to be extracted in order to avoid impairing recycling. In the case of valuable substances, which retain their high value only when treated separately, it should be possible to separate them. This requires an adequate labelling of components.\"}],\"total\":2}}', '2020-05-14 09:46:23'),
(22707, 2, 638, '{\"raw\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Reduce material imput designing your product different<br>Can you redesign your product so it uses less materials or lasts longer?\",\"descripcion\":\"This strategy aims to reduce the use of materials by redesigning the product. There are various ways to do it:<ol><li>improving its durability. Look for materials that last longer and avoid planned obsolescence. A long life product does not need to be replaced, thus neither produced. Always consider the requirements of the product (strength, durability, service life, etc.).</li><li>making the product simpler and more functional. It may result in the reduction of non structural parts and of connecting parts that will help reducing both the consumption of resources and the time for assembly and disassembly.</li><li>including different functions into one product. It reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions).</li></ol>\",\"score\":0},{\"title\":\"Prioritize renewable raw materials<br>Can you switch from non-renewable to renewable material sources?\",\"descripcion\":\"Renewable raw materials are not of fossil origin but are made, in most cases, from plants. Their use presents benefits, since other limited resources are not used and, in addition, it provides for adequate disposal.\",\"score\":0},{\"title\":\"Prioritize recyclable materials<br>Can you improve the reciclability of your product?\",\"descripcion\":\"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\",\"score\":0},{\"title\":\"Select materials without toxic, nocive and harmful substances<br>Can you use non-toxic substances or materials ?\",\"descripcion\":\"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\",\"score\":0}],\"total\":5,\"average\":1.5,\"isActive\":1},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3.5,\"isActive\":0},\"pack\":{\"new\":[{\"title\":\"Prueba\",\"descripcion\":\"Test\",\"score\":0}],\"default\":[{\"title\":\"Dimension the packaging according to standard transportation measures<br>Are you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"descripcion\":\"The use of packaging dimensioned to logistics and retailers optimizes the room in trucks and warehouses better than non standard packaging.\",\"score\":0},{\"title\":\"Reduce the packaging to the minimum<br>Can you use less packaging material (e.g. Making it lighter)?\",\"descripcion\":\"Reducing the material input in packaging can be done by optimization of packaging or by appropriate product design (e.g. casings that endure transportation without or with only a minimum of packaging)\",\"score\":0},{\"title\":\"Use monomaterial (only one material) packaging<br>Can you produce your product so it uses a single type of material?\",\"descripcion\":\"A packaging made of only one material enables easy handling for proper waste management. In contrast, when packaging is made of different materials, these need to be separated and managed in different ways.\",\"score\":0}],\"total\":4,\"average\":3,\"isActive\":1},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3,\"isActive\":0},\"main\":{\"new\":[{\"title\":\"asdf\",\"descripcion\":\"wef\",\"score\":0},{\"title\":\"sadf\",\"descripcion\":\"fewf\",\"score\":0},{\"title\":\"sdf\",\"descripcion\":\"efwe\",\"score\":0},{\"title\":\"asdf\",\"descripcion\":\"fwfr\",\"score\":0}],\"default\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacement<br>Can you make spare parts available?\",\"descripcion\":\"Successful repair work presupposes that spare parts are readily available. Special parts that are difficult to procure make basically simple repair work impossible.<br>Easy access to components for repair and replacement ensures a longer service life. In many cases, designers concentrate on simple assembly but forget how to disassembly and repair products.\",\"score\":0},{\"title\":\"Ensure maintenance with standard tools<br>Can it be fixed by the user or does it need technical assistance?\",\"descripcion\":\"The use of standard tools for maintenance is preferred in order to make it easier and ensure that maintenance work can be done at any time.\",\"score\":0}],\"total\":6,\"average\":2,\"isActive\":1},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":5,\"isActive\":0}}', '2020-05-14 09:47:40'),
(22708, 2, 640, '{\"raw\":[{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"4\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Prueba\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sadf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"end\":[]}', '2020-05-14 09:48:34'),
(22709, 2, 656, '{\"raw\":[{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1583017200000,\"endDate\":1585692000000,\"responsible\":\"Fran\"},{\"title\":\"Accion 1\",\"startDate\":1580511600000,\"endDate\":1583017200000,\"responsible\":\"YO\"}]},{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"score\":\"2.3\",\"actions\":[{\"title\":\"Fran prueba\",\"startDate\":1577833200000,\"endDate\":1583017200000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Pellentesque quis nulla purus. Praesent sollicitudin at massa id condimentum. Curabitur malesuada fermentum euismod. Ut quis magna a enim pharetra interdum. In scelerisque mattis odio, volutpat tincidunt nibh eleifend sit amet. Ut at tempus odio. Duis sodales blandit ligula, posuere tristique turpis accumsan eu. Morbi finibus elit quis congue sodales. Fusce lacinia condimentum dapibus. Integer imperdiet ligula turpis, quis elementum turpis feugiat a. Nulla quis sem porta, finibus nisi eget, imperdiet ante. Nunc at felis eu felis dapibus viverra. Curabitur eget neque iaculis, tincidunt ante a, porttitor est. Nam libero felis, vestibulum feugiat pharetra et, ornare ut nulla.\",\"startDate\":1588284000000,\"endDate\":1590962400000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"score\":\"1\",\"actions\":[]},{\"title\":\"Prueba\",\"score\":\"1\",\"actions\":[]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"score\":\"1\",\"actions\":[{\"title\":\"Prueba\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Yo\"}]},{\"title\":\"sadf\",\"score\":\"1\",\"actions\":[]},{\"title\":\"sdf\",\"score\":\"1\",\"actions\":[]}],\"end\":[]}', '2020-05-14 09:50:41'),
(22710, 2, 541, '', '2020-05-14 12:38:54'),
(22711, 2, 542, 'product', '2020-05-14 12:39:02'),
(22712, 2, 635, '{\"text\":\"Lorem ipsum\\n\\nDolor sit amen\",\"textProcessed\":\"<p>Lorem ipsum</p>\\n<p>Dolor sit amen</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-14 12:50:33'),
(22713, 2, 635, '{\"text\":\"Lorem ipsum\\n\\nDolor sit amen\",\"textProcessed\":\"<p>Lorem ipsum</p>\\n<p>Dolor sit amen</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-14 12:50:38'),
(22714, 2, 635, '{\"text\":\"Lorem ipsum\\n\\nDolor sit amen\",\"textProcessed\":\"<p>Lorem ipsum</p>\\n<p>Dolor sit amen</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-14 12:53:57'),
(22715, 2, 635, '{\"text\":\"Lorem ipsum\\n\\nDolor sit amen\",\"textProcessed\":\"<p>Lorem ipsum</p>\\n<p>Dolor sit amen</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-14 12:54:27'),
(22716, 2, 635, '{\"text\":\"Lorem ipsum\\n\\nDolor sit amen\",\"textProcessed\":\"<p>Lorem ipsum</p>\\n<p>Dolor sit amen</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-14 12:54:40'),
(22717, 2, 635, '{\"text\":\"Lorem ipsum\\n\\nDolor sit amen\",\"textProcessed\":\"<p>Lorem ipsum</p>\\n<p>Dolor sit amen</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-14 12:55:02'),
(22718, 2, 635, '{\"text\":\"Lorem ipsumes\\n\\nDolor sit amen\",\"textProcessed\":\"<p>Lorem ipsumes</p>\\n<p>Dolor sit amen</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-14 12:58:36'),
(22719, 2, 541, '', '2020-05-14 14:30:02'),
(22720, 2, 541, '', '2020-05-14 14:30:09'),
(22721, 2, 542, 'product', '2020-05-14 14:30:30'),
(22722, 2, 542, 'product', '2020-05-14 14:30:36'),
(22723, 2, 547, '[{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"}]', '2020-05-14 14:32:01'),
(22724, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"}]', '2020-05-14 14:32:06'),
(22725, 2, 550, 'Proyecto1', '2020-05-14 14:32:27'),
(22726, 2, 551, 'Descripcion', '2020-05-14 14:32:27'),
(22727, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-05-14 14:32:27'),
(22728, 2, 550, 'Proyecto1', '2020-05-14 14:32:33'),
(22729, 2, 551, 'Descripcion', '2020-05-14 14:32:33'),
(22730, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-05-14 14:32:33'),
(22731, 2, 553, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.', '2020-05-14 14:36:34'),
(22732, 2, 554, 'Nulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.', '2020-05-14 14:36:34'),
(22733, 2, 555, 'In id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.', '2020-05-14 14:36:34'),
(22734, 2, 556, 'Morbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.', '2020-05-14 14:36:34'),
(22735, 2, 557, 'Proin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.', '2020-05-14 14:36:34'),
(22736, 2, 558, 'Phasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.', '2020-05-14 14:36:34'),
(22737, 2, 559, 'Objetivos', '2020-05-14 14:36:46'),
(22738, 2, 560, 'Mi vision', '2020-05-14 14:36:46'),
(22739, 2, 559, 'Objetivos', '2020-05-14 14:37:28'),
(22740, 2, 560, 'Mi vision', '2020-05-14 14:37:28'),
(22741, 2, 561, 'Fran Nazario - Responsibility\r\nUno Dos - Cinco\r\n', '2020-05-14 14:37:57'),
(22742, 2, 562, 'Proyecto1\r\n\r\nDescripcion\r\n\r\n', '2020-05-14 14:37:57'),
(22743, 2, 563, 'POLITICAL\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.\r\n\r\nSOCIAL\r\nNulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.\r\n\r\nENVIRONMENTAL\r\nIn id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.\r\n\r\nECONOMIC\r\nMorbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.\r\n\r\nTECHNOLOGICAL\r\nProin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.\r\n\r\nLEGAL\r\nPhasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.\r\n\r\n', '2020-05-14 14:37:57'),
(22744, 2, 564, 'OBJECTIVES\r\nObjetivos\r\n\r\nSUSTAINABLE VISION\r\nMi vision\r\n\r\n', '2020-05-14 14:37:57'),
(22745, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-14 14:39:09'),
(22746, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-14 14:39:09'),
(22747, 2, 574, 'Nunc mauris odio, feugiat eget sagittis et, tincidunt eget velit. Duis imperdiet, mauris ut scelerisque accumsan, ipsum dolor venenatis tortor, eget condimentum dui nibh sed urna. Aliquam bibendum ut metus nec consequat. Nunc quis interdum mi. Integer pretium velit magna, a mattis ex interdum et. Aenean dictum, odio et tempor mollis, lorem enim elementum nulla, eget lobortis ligula augue ac felis. Pellentesque et cursus magna. Curabitur sed tellus imperdiet, pulvinar velit sed, interdum est.\r\n\r\n', '2020-05-14 14:39:09'),
(22748, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-14 14:39:09'),
(22749, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-14 14:39:09'),
(22750, 2, 577, 'Integer vehicula lectus aliquet urna euismod luctus. Fusce hendrerit viverra leo at egestas. Nunc pharetra dictum magna, scelerisque hendrerit orci. Nunc semper sagittis odio, sed congue nisi maximus id. Quisque hendrerit libero non nulla feugiat luctus. Mauris eget leo ut libero pulvinar porta. Quisque laoreet ultrices tincidunt. Cras interdum velit mi, id ullamcorper ligula faucibus vel. Ut aliquam justo id venenatis sodales. Aliquam iaculis metus quis justo blandit vestibulum.', '2020-05-14 14:39:09'),
(22751, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-14 14:39:31'),
(22752, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-14 14:39:31');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(22753, 2, 574, 'Nunc mauris odio, feugiat eget sagittis et, tincidunt eget velit. Duis imperdiet, mauris ut scelerisque accumsan, ipsum dolor venenatis tortor, eget condimentum dui nibh sed urna. Aliquam bibendum ut metus nec consequat. Nunc quis interdum mi. Integer pretium velit magna, a mattis ex interdum et. Aenean dictum, odio et tempor mollis, lorem enim elementum nulla, eget lobortis ligula augue ac felis. Pellentesque et cursus magna. Curabitur sed tellus imperdiet, pulvinar velit sed, interdum est.\r\n\r\n', '2020-05-14 14:39:31'),
(22754, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-14 14:39:31'),
(22755, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-14 14:39:31'),
(22756, 2, 577, 'Integer vehicula lectus aliquet urna euismod luctus. Fusce hendrerit viverra leo at egestas. Nunc pharetra dictum magna, scelerisque hendrerit orci. Nunc semper sagittis odio, sed congue nisi maximus id. Quisque hendrerit libero non nulla feugiat luctus. Mauris eget leo ut libero pulvinar porta. Quisque laoreet ultrices tincidunt. Cras interdum velit mi, id ullamcorper ligula faucibus vel. Ut aliquam justo id venenatis sodales. Aliquam iaculis metus quis justo blandit vestibulum.', '2020-05-14 14:39:31'),
(22757, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-14 14:39:49'),
(22758, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-14 14:39:49'),
(22759, 2, 574, 'Nunc mauris odio, feugiat eget sagittis et, tincidunt eget velit. Duis imperdiet, mauris ut scelerisque accumsan, ipsum dolor venenatis tortor, eget condimentum dui nibh sed urna. Aliquam bibendum ut metus nec consequat. Nunc quis interdum mi. Integer pretium velit magna, a mattis ex interdum et. Aenean dictum, odio et tempor mollis, lorem enim elementum nulla, eget lobortis ligula augue ac felis. Pellentesque et cursus magna. Curabitur sed tellus imperdiet, pulvinar velit sed, interdum est.\r\n\r\n', '2020-05-14 14:39:49'),
(22760, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-14 14:39:49'),
(22761, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-14 14:39:49'),
(22762, 2, 577, 'Integer vehicula lectus aliquet urna euismod luctus. Fusce hendrerit viverra leo at egestas. Nunc pharetra dictum magna, scelerisque hendrerit orci. Nunc semper sagittis odio, sed congue nisi maximus id. Quisque hendrerit libero non nulla feugiat luctus. Mauris eget leo ut libero pulvinar porta. Quisque laoreet ultrices tincidunt. Cras interdum velit mi, id ullamcorper ligula faucibus vel. Ut aliquam justo id venenatis sodales. Aliquam iaculis metus quis justo blandit vestibulum.', '2020-05-14 14:39:49'),
(22763, 2, 637, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"},{\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\"},{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"},{\"title\":\"Recycled content &amp; Recovered components\",\"descripcion\":\"The proportion, by mass, of recycled material in a product or packaging.<br>Products, components or parts of a production or waste stream captured or separated for reuse (without processing, which would be recycling).\"}],\"total\":5},\"prod\":{\"new\":[{\"title\":\"Campo1\",\"descripcion\":\"Descriptcion1\"}],\"default\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":3},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-05-14 14:41:42'),
(22764, 2, 635, '{\"text\":\"Lorem ipsumes\\n\\nDolor sit amen\",\"textProcessed\":\"<p>Lorem ipsumes</p>\\n<p>Dolor sit amen</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-14 14:42:52'),
(22765, 2, 639, '{\"raw\":{\"new\":[{\"title\":\"ase\",\"descripcion\":\"\"},{\"title\":\"fed\",\"descripcion\":\"\"}],\"default\":[{\"title\":\"Reduce the number of different types of material used to produce your product. Does your product uses different types of materials? Can you think on how to reduce such number?\",\"descripcion\":\"In general, a reduced number of different types of materials is desirable, since it simplifies all life cycle stages (e.g. procurement of materials, production processes, management of wastes, etc.). However, this strategy may be difficult to achieve for reasons of function, strength, etc.\"},{\"title\":\"Reduce material imput designing your product different<br>Can you redesign your product so it uses less materials or lasts longer?\",\"descripcion\":\"This strategy aims to reduce the use of materials by redesigning the product. There are various ways to do it:<ol><li>improving its durability. Look for materials that last longer and avoid planned obsolescence. A long life product does not need to be replaced, thus neither produced. Always consider the requirements of the product (strength, durability, service life, etc.).</li><li>making the product simpler and more functional. It may result in the reduction of non structural parts and of connecting parts that will help reducing both the consumption of resources and the time for assembly and disassembly.</li><li>including different functions into one product. It reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions).</li></ol>\"},{\"title\":\"Reduce material input by means of dematerialization\",\"descripcion\":\"Dematerialization is the replacement of a physical product with a non-physical product or service, thereby reducing the production, demand and use of physical products; and reducing the end-user\'s dependence on physical products. In implementing this strategy, several benefits may be achieved: cost-savings in materials, energy, transportation, consumables and the need to manage the eventual disposal and/or recycling of a physical product. An example of dematerialization could be a digital document instead of a printed one.\"}],\"total\":5},\"prod\":{\"new\":[],\"default\":[],\"total\":0},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Implement a logistics broker system at the industrial park level<br>Are the logistics optimised? Could you optimize the travelled miles or improve the system?\",\"descripcion\":\"A sustainable logistics management would introduce operational improvements that can produce profits: re-evaluating a company’s supply chain from purchasing and planning, and managing the use of materials to shipping and distributing finished products. The Logistics Broker service answers to the need of improving the sustainability and efficiency of logistics processes. The service consists in interjecting a logistics broker between the companies and the carriers. Using modern ICT-Tools (software) the broker supports the customers and the carriers in their daily transport planning. Firms often do the planning of transports internally rarely using specific optimizing systems. They manage the whole amount of data management on their own. The interposition of a broker, between these two stakeholders introduces essential changes in the proceeding of the transport planning. The broker takes over the entire transport planning acting as a mediator between customers and carriers and reducing their effort to find the best and cheapest transport solutions\"},{\"title\":\"Optimize weight and volume transported in the vehicle<br>Can you design your product so it occupays less volume and the capacity at transport can be increased?\",\"descripcion\":\"An optimization of the load transported in the vehicle can be achieved by reducing either the product\'s weight (products are lighter) or its volume. doing so, the transported weight is as close as possible to the maximum allowed, and/or the transported volume is as close as possible to the volumetric capacity of the vehicle.<br>This optimization allows to reduce the consumption of fuel and emissions per ton of load and per volume of transported good.\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[{\"title\":\"Reduce the number of parts to simplify assembly and disassembly\",\"descripcion\":\"Reducing the diversity of components makes assembly and disassembly simpler and minimizes work input, and it also improves reparability of the product at use stage.\"},{\"title\":\"Ensure simple extraction of harmful and valuable substances\",\"descripcion\":\"Harmful substances should be identifiable and be able to be extracted in order to avoid impairing recycling. In the case of valuable substances, which retain their high value only when treated separately, it should be possible to separate them. This requires an adequate labelling of components.\"}],\"total\":2}}', '2020-05-14 14:43:52'),
(22766, 2, 638, '{\"raw\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Reduce material imput designing your product different<br>Can you redesign your product so it uses less materials or lasts longer?\",\"descripcion\":\"This strategy aims to reduce the use of materials by redesigning the product. There are various ways to do it:<ol><li>improving its durability. Look for materials that last longer and avoid planned obsolescence. A long life product does not need to be replaced, thus neither produced. Always consider the requirements of the product (strength, durability, service life, etc.).</li><li>making the product simpler and more functional. It may result in the reduction of non structural parts and of connecting parts that will help reducing both the consumption of resources and the time for assembly and disassembly.</li><li>including different functions into one product. It reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions).</li></ol>\",\"score\":0},{\"title\":\"Prioritize renewable raw materials<br>Can you switch from non-renewable to renewable material sources?\",\"descripcion\":\"Renewable raw materials are not of fossil origin but are made, in most cases, from plants. Their use presents benefits, since other limited resources are not used and, in addition, it provides for adequate disposal.\",\"score\":0},{\"title\":\"Prioritize recyclable materials<br>Can you improve the reciclability of your product?\",\"descripcion\":\"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\",\"score\":0},{\"title\":\"Select materials without toxic, nocive and harmful substances<br>Can you use non-toxic substances or materials ?\",\"descripcion\":\"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\",\"score\":0}],\"total\":5,\"average\":1.5,\"isActive\":1},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3.5,\"isActive\":0},\"pack\":{\"new\":[{\"title\":\"Prueba\",\"descripcion\":\"Test\",\"score\":0}],\"default\":[{\"title\":\"Dimension the packaging according to standard transportation measures<br>Are you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"descripcion\":\"The use of packaging dimensioned to logistics and retailers optimizes the room in trucks and warehouses better than non standard packaging.\",\"score\":0},{\"title\":\"Reduce the packaging to the minimum<br>Can you use less packaging material (e.g. Making it lighter)?\",\"descripcion\":\"Reducing the material input in packaging can be done by optimization of packaging or by appropriate product design (e.g. casings that endure transportation without or with only a minimum of packaging)\",\"score\":0},{\"title\":\"Use monomaterial (only one material) packaging<br>Can you produce your product so it uses a single type of material?\",\"descripcion\":\"A packaging made of only one material enables easy handling for proper waste management. In contrast, when packaging is made of different materials, these need to be separated and managed in different ways.\",\"score\":0}],\"total\":4,\"average\":3,\"isActive\":1},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3,\"isActive\":0},\"main\":{\"new\":[{\"title\":\"asdf\",\"descripcion\":\"wef\",\"score\":0},{\"title\":\"sadf\",\"descripcion\":\"fewf\",\"score\":0},{\"title\":\"sdf\",\"descripcion\":\"efwe\",\"score\":0},{\"title\":\"asdf\",\"descripcion\":\"fwfr\",\"score\":0}],\"default\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacement<br>Can you make spare parts available?\",\"descripcion\":\"Successful repair work presupposes that spare parts are readily available. Special parts that are difficult to procure make basically simple repair work impossible.<br>Easy access to components for repair and replacement ensures a longer service life. In many cases, designers concentrate on simple assembly but forget how to disassembly and repair products.\",\"score\":0},{\"title\":\"Ensure maintenance with standard tools<br>Can it be fixed by the user or does it need technical assistance?\",\"descripcion\":\"The use of standard tools for maintenance is preferred in order to make it easier and ensure that maintenance work can be done at any time.\",\"score\":0}],\"total\":6,\"average\":2,\"isActive\":1},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":5,\"isActive\":0}}', '2020-05-14 14:48:50'),
(22767, 2, 640, '{\"raw\":[{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"social\":\"3\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"social\":\"2\",\"economic\":\"1 - low\",\"technical\":\"4\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"3\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Prueba\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sadf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"end\":[]}', '2020-05-14 14:49:09'),
(22768, 2, 541, '', '2020-05-15 06:17:06'),
(22769, 2, 542, 'product', '2020-05-15 06:17:14'),
(22783, 2, 541, '', '2020-05-15 12:30:39'),
(22784, 2, 542, 'product', '2020-05-15 12:31:54'),
(22857, 2, 541, '', '2020-05-18 06:15:29'),
(22858, 2, 542, 'product', '2020-05-18 06:15:38'),
(23050, 2, 541, '', '2020-05-18 09:11:57'),
(23051, 2, 542, 'product', '2020-05-18 09:12:10'),
(23161, 2, 635, '{\"text\":\"Lorem ipsumes\\n\\nDolor sit amen\",\"textProcessed\":\"<p>Lorem ipsumes</p>\\n<p>Dolor sit amen</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-18 09:42:11'),
(23162, 2, 635, '{\"text\":\"Lorem ipsumes\\n\\nDolor sit amen\",\"textProcessed\":\"<p>Lorem ipsumes</p>\\n<p>Dolor sit amen</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-18 09:44:15'),
(23447, 2, 635, '{\"text\":\"Lorem ipsumes\\n\\nDolor sit amen\",\"textProcessed\":\"<p>Lorem ipsumes</p>\\n<p>Dolor sit amen</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-05-18 10:16:39'),
(23560, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 10:29:51'),
(23949, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 12:41:44'),
(23950, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 12:42:07'),
(23951, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 12:45:32'),
(23952, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 12:47:16'),
(24009, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 13:11:51'),
(24058, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 13:31:09'),
(24067, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 13:31:31'),
(24068, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 13:32:10'),
(24077, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 13:39:12'),
(24078, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 13:40:16'),
(24103, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 14:06:43'),
(24104, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 14:07:12'),
(24105, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 14:18:30'),
(24106, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 14:18:37'),
(24107, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 14:19:12'),
(24108, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 14:34:55'),
(24109, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 14:37:10'),
(24110, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-18 14:37:43'),
(24135, 17, 727, '[\"[\\\"0fafd470d0b4aef4b286a78900b02e97\\\"]\"]', '2020-05-18 15:02:48'),
(24136, 17, 35, '[\"[\\\"S->56->57->Who\\\"]\"]', '2020-05-18 15:02:48'),
(24137, 17, 36, '[\"[\\\"3\\\"]\"]', '2020-05-18 15:02:48'),
(24138, 17, 40, '[\"[\\\"S->56->57->Effect\\\"]\"]', '2020-05-18 15:02:48'),
(24139, 17, 41, '[\"[\\\"S->56->57->Influence\\\"]\"]', '2020-05-18 15:02:48'),
(24140, 17, 37, '[\"[\\\"5\\\"]\"]', '2020-05-18 15:02:48'),
(24141, 17, 38, 'Sí', '2020-05-18 15:02:48'),
(24142, 17, 39, '[\"[\\\"S->56->57->Ignite it\\\"]\"]', '2020-05-18 15:02:48'),
(24143, 17, 727, '[\"[\\\"0fafd470d0b4aef4b286a78900b02e97\\\"]\",\"[\\\"[\\\\\\\"0fafd470d0b4aef4b286a78900b02e97\\\\\\\"]\\\",\\\"9ca257cad0dcc1f773a2a779174e1ca9\\\"]\"]', '2020-05-18 15:03:25'),
(24144, 17, 35, '[\"[\\\"S->56->57->Who\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Who\\\\\\\"]\\\",\\\"S->54->57->who\\\"]\"]', '2020-05-18 15:03:25'),
(24145, 17, 36, '[\"[\\\"3\\\"]\",\"[\\\"[\\\\\\\"3\\\\\\\"]\\\",\\\"3\\\"]\"]', '2020-05-18 15:03:25'),
(24146, 17, 40, '[\"[\\\"S->56->57->Effect\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Effect\\\\\\\"]\\\",\\\"S->54->57->effect\\\"]\"]', '2020-05-18 15:03:25'),
(24147, 17, 41, '[\"[\\\"S->56->57->Influence\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Influence\\\\\\\"]\\\",\\\"S->54->57->influence\\\"]\"]', '2020-05-18 15:03:25'),
(24148, 17, 37, '[\"[\\\"5\\\"]\",\"[\\\"[\\\\\\\"5\\\\\\\"]\\\",\\\"5\\\"]\"]', '2020-05-18 15:03:25'),
(24149, 17, 38, 'Sí', '2020-05-18 15:03:25'),
(24150, 17, 39, '[\"[\\\"S->56->57->Ignite it\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Ignite it\\\\\\\"]\\\",\\\"S->54->57->igniteit\\\"]\"]', '2020-05-18 15:03:25'),
(24151, 17, 727, '[\"[\\\"0fafd470d0b4aef4b286a78900b02e97\\\"]\",\"[\\\"[\\\\\\\"0fafd470d0b4aef4b286a78900b02e97\\\\\\\"]\\\",\\\"9ca257cad0dcc1f773a2a779174e1ca9\\\"]\",\"[\\\"[\\\\\\\"0fafd470d0b4aef4b286a78900b02e97\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"0fafd470d0b4aef4b286a78900b02e97\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"9ca257cad0dcc1f773a2a779174e1ca9\\\\\\\"]\\\",\\\"e77baae3d8f5fa0a88b5044c4ecda474\\\"]\"]', '2020-05-18 15:03:52'),
(24152, 17, 35, '[\"[\\\"S->56->57->Who\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Who\\\\\\\"]\\\",\\\"S->54->57->who\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Who\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Who\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->54->57->who\\\\\\\"]\\\",\\\"S->52->57->who\\\"]\"]', '2020-05-18 15:03:52'),
(24153, 17, 36, '[\"[\\\"3\\\"]\",\"[\\\"[\\\\\\\"3\\\\\\\"]\\\",\\\"3\\\"]\",\"[\\\"[\\\\\\\"3\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"3\\\\\\\"]\\\",\\\"3\\\"]\"]', '2020-05-18 15:03:52'),
(24154, 17, 40, '[\"[\\\"S->56->57->Effect\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Effect\\\\\\\"]\\\",\\\"S->54->57->effect\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Effect\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Effect\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->54->57->effect\\\\\\\"]\\\",\\\"S->52->57->effect\\\"]\"]', '2020-05-18 15:03:52'),
(24155, 17, 41, '[\"[\\\"S->56->57->Influence\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Influence\\\\\\\"]\\\",\\\"S->54->57->influence\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Influence\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Influence\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->54->57->influence\\\\\\\"]\\\",\\\"S->52->57->influence\\\"]\"]', '2020-05-18 15:03:52'),
(24156, 17, 37, '[\"[\\\"5\\\"]\",\"[\\\"[\\\\\\\"5\\\\\\\"]\\\",\\\"5\\\"]\",\"[\\\"[\\\\\\\"5\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"5\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"5\\\\\\\"]\\\",\\\"5\\\"]\"]', '2020-05-18 15:03:52'),
(24157, 17, 38, 'Sí', '2020-05-18 15:03:52'),
(24158, 17, 39, '[\"[\\\"S->56->57->Ignite it\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Ignite it\\\\\\\"]\\\",\\\"S->54->57->igniteit\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Ignite it\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Ignite it\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->54->57->igniteit\\\\\\\"]\\\",\\\"S->52->57->ignite it\\\"]\"]', '2020-05-18 15:03:52'),
(24159, 17, 727, '[\"[\\\"0fafd470d0b4aef4b286a78900b02e97\\\"]\",\"[\\\"[\\\\\\\"0fafd470d0b4aef4b286a78900b02e97\\\\\\\"]\\\",\\\"9ca257cad0dcc1f773a2a779174e1ca9\\\"]\",\"[\\\"[\\\\\\\"0fafd470d0b4aef4b286a78900b02e97\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"0fafd470d0b4aef4b286a78900b02e97\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"9ca257cad0dcc1f773a2a779174e1ca9\\\\\\\"]\\\",\\\"e77baae3d8f5fa0a88b5044c4ecda474\\\"]\",\"[\\\"[\\\\\\\"0fafd470d0b4aef4b286a78900b02e97\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"0fafd470d0b4aef4b286a78900b02e97\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"9ca257cad0dcc1f773a2a779174e1ca9\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"0fafd470d0b4aef4b286a78900b02e97\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"[\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0fafd470d0b4aef4b286a78900b02e97\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"9ca257cad0dcc1f773a2a779174e1ca9\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"e77baae3d8f5fa0a88b5044c4ecda474\\\\\\\"]\\\",\\\"12068f4d158de5840dc01891bdd4345d\\\"]\"]', '2020-05-18 15:04:41'),
(24160, 17, 35, '[\"[\\\"S->56->57->Who\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Who\\\\\\\"]\\\",\\\"S->54->57->who\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Who\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Who\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->54->57->who\\\\\\\"]\\\",\\\"S->52->57->who\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Who\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Who\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->54->57->who\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Who\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"[\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"S->56->57->Who\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"S->54->57->who\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->52->57->who\\\\\\\"]\\\",\\\"S->50->57->who\\\"]\"]', '2020-05-18 15:04:41'),
(24161, 17, 36, '[\"[\\\"3\\\"]\",\"[\\\"[\\\\\\\"3\\\\\\\"]\\\",\\\"3\\\"]\",\"[\\\"[\\\\\\\"3\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"3\\\\\\\"]\\\",\\\"3\\\"]\",\"[\\\"[\\\\\\\"3\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"3\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"[\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"3\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"3\\\\\\\"]\\\",\\\"3\\\"]\"]', '2020-05-18 15:04:41'),
(24162, 17, 40, '[\"[\\\"S->56->57->Effect\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Effect\\\\\\\"]\\\",\\\"S->54->57->effect\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Effect\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Effect\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->54->57->effect\\\\\\\"]\\\",\\\"S->52->57->effect\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Effect\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Effect\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->54->57->effect\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Effect\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"[\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"S->56->57->Effect\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"S->54->57->effect\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->52->57->effect\\\\\\\"]\\\",\\\"S->50->57->what\\\"]\"]', '2020-05-18 15:04:41'),
(24163, 17, 41, '[\"[\\\"S->56->57->Influence\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Influence\\\\\\\"]\\\",\\\"S->54->57->influence\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Influence\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Influence\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->54->57->influence\\\\\\\"]\\\",\\\"S->52->57->influence\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Influence\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Influence\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->54->57->influence\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Influence\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"[\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"S->56->57->Influence\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"S->54->57->influence\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->52->57->influence\\\\\\\"]\\\",\\\"S->50->57->ingfluence\\\"]\"]', '2020-05-18 15:04:41'),
(24164, 17, 37, '[\"[\\\"5\\\"]\",\"[\\\"[\\\\\\\"5\\\\\\\"]\\\",\\\"5\\\"]\",\"[\\\"[\\\\\\\"5\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"5\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"5\\\\\\\"]\\\",\\\"5\\\"]\",\"[\\\"[\\\\\\\"5\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"5\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"5\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"5\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"[\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"5\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"5\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"5\\\\\\\"]\\\",\\\"5\\\"]\"]', '2020-05-18 15:04:41'),
(24165, 17, 38, 'Sí', '2020-05-18 15:04:41'),
(24166, 17, 39, '[\"[\\\"S->56->57->Ignite it\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Ignite it\\\\\\\"]\\\",\\\"S->54->57->igniteit\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Ignite it\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Ignite it\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->54->57->igniteit\\\\\\\"]\\\",\\\"S->52->57->ignite it\\\"]\",\"[\\\"[\\\\\\\"S->56->57->Ignite it\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Ignite it\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->54->57->igniteit\\\\\\\"]\\\",\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"S->56->57->Ignite it\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"[\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"S->56->57->Ignite it\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"S->54->57->igniteit\\\\\\\\\\\\\\\"]\\\\\\\",\\\\\\\"S->52->57->ignite it\\\\\\\"]\\\",\\\"S->50->57->igniteit\\\"]\"]', '2020-05-18 15:04:41'),
(24176, 2, 541, '', '2020-05-19 06:18:00'),
(24177, 2, 542, 'product', '2020-05-19 06:18:07'),
(24178, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-19 06:18:35'),
(24281, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-19 06:38:23'),
(24371, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-19 07:32:51'),
(24375, 17, 707, '\"[]\"', '2020-05-19 07:41:24'),
(24376, 17, 908, '\"[]\"', '2020-05-19 07:41:24'),
(24377, 17, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/17\\/test.jpg\",\"\",\"\"]', '2020-05-19 07:41:24'),
(24378, 17, 676, '[\"S12-89 -> \",\"S12-89 -> 2\",\"S12-89 -> 2\"]', '2020-05-19 07:41:24'),
(24379, 17, 677, '[\"S12-89 -> \",\"S12-89 -> 2\",\"S12-89 -> 2\"]', '2020-05-19 07:41:24'),
(24380, 17, 689, '\"[]\"', '2020-05-19 07:41:24'),
(24381, 17, 687, '\"[]\"', '2020-05-19 07:41:24'),
(24382, 17, 685, '\"[]\"', '2020-05-19 07:41:24'),
(24383, 17, 704, '[\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-1\",\"wizard-p-2\"]', '2020-05-19 07:41:24'),
(24384, 17, 678, '[\"S12-89 -> 2\",\"S12-89 -> 2\",\"S12-89 -> 2\",\"S12-89 -> 2\"]', '2020-05-19 07:41:24'),
(24385, 17, 679, '[\"S12-89 -> 2\",\"S12-89 -> 2\",\"S12-89 -> 2\",\"S12-89 -> 2\"]', '2020-05-19 07:41:24'),
(24386, 17, 680, '[\"S12-89 -> 2\",\"S12-89 -> 2\",\"S12-89 -> 2\",\"S12-89 -> 2\"]', '2020-05-19 07:41:24'),
(24387, 17, 681, '[\"S12-89 -> 2\",\"S12-89 -> 2\",\"S12-89 -> 2\",\"S12-89 -> 2\"]', '2020-05-19 07:41:24'),
(24388, 17, 682, '[\"S12-89 -> 2\",\"S12-89 -> 2\",\"S12-89 -> 2\",\"S12-89 -> 2\"]', '2020-05-19 07:41:24'),
(24389, 17, 683, '[\"S12-89 -> 2\",\"S12-89 -> 2\",\"S12-89 -> 2\",\"S12-89 -> 2\"]', '2020-05-19 07:41:24'),
(24390, 17, 684, '[\"S12-89 -> 2\",\"S12-89 -> 2\",\"S12-89 -> 2\",\"S12-89 -> 2\"]', '2020-05-19 07:41:24'),
(24391, 17, 906, '\"[]\"', '2020-05-19 07:41:24'),
(24392, 17, 690, '\"[]\"', '2020-05-19 07:41:24'),
(24393, 17, 691, '\"[]\"', '2020-05-19 07:41:24'),
(24394, 17, 907, '\"[]\"', '2020-05-19 07:41:24'),
(24395, 17, 686, '\"[]\"', '2020-05-19 07:41:24'),
(24396, 17, 688, '\"[]\"', '2020-05-19 07:41:24'),
(24397, 17, 707, '\"[]\"', '2020-05-19 07:42:40'),
(24398, 17, 908, '\"[]\"', '2020-05-19 07:42:40'),
(24399, 17, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/17\\/test.jpg\",\"\",\"\",\"\"]', '2020-05-19 07:42:40'),
(24400, 17, 676, '[\"S12-89 -> \",\"S12-89 -> 2\",\"S12-89 -> 2\",\"\"]', '2020-05-19 07:42:40'),
(24401, 17, 677, '[\"S12-89 -> \",\"S12-89 -> 2\",\"S12-89 -> 2\",\"\"]', '2020-05-19 07:42:40'),
(24402, 17, 689, '\"[]\"', '2020-05-19 07:42:40'),
(24403, 17, 687, '\"[]\"', '2020-05-19 07:42:40'),
(24404, 17, 685, '\"[]\"', '2020-05-19 07:42:40'),
(24405, 17, 704, '\"[]\"', '2020-05-19 07:42:40'),
(24406, 17, 678, '\"[]\"', '2020-05-19 07:42:40'),
(24407, 17, 679, '\"[]\"', '2020-05-19 07:42:40'),
(24408, 17, 680, '\"[]\"', '2020-05-19 07:42:40'),
(24409, 17, 681, '\"[]\"', '2020-05-19 07:42:40'),
(24410, 17, 682, '\"[]\"', '2020-05-19 07:42:40'),
(24411, 17, 683, '\"[]\"', '2020-05-19 07:42:40'),
(24412, 17, 684, '\"[]\"', '2020-05-19 07:42:40'),
(24413, 17, 906, '\"[]\"', '2020-05-19 07:42:40'),
(24414, 17, 690, '\"[]\"', '2020-05-19 07:42:40'),
(24415, 17, 691, '\"[]\"', '2020-05-19 07:42:40'),
(24416, 17, 907, '\"[]\"', '2020-05-19 07:42:40'),
(24417, 17, 686, '\"[]\"', '2020-05-19 07:42:40'),
(24418, 17, 688, '\"[]\"', '2020-05-19 07:42:40'),
(24419, 17, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/17\\/test.jpg\",\"\",\"\",\"\"]', '2020-05-19 07:42:46'),
(24420, 17, 676, '[\"S12-89 -> \",\"S12-89 -> 2\",\"S12-89 -> 2\",\"\"]', '2020-05-19 07:42:46'),
(24421, 17, 677, '[\"S12-89 -> \",\"S12-89 -> 2\",\"S12-89 -> 2\",\"\"]', '2020-05-19 07:42:46'),
(24422, 17, 707, '\"[]\"', '2020-05-19 07:42:49'),
(24423, 17, 908, '\"[]\"', '2020-05-19 07:42:49'),
(24424, 17, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/17\\/test.jpg\",\"\",\"\",\"\"]', '2020-05-19 07:42:49'),
(24425, 17, 676, '[\"S12-89 -> \",\"S12-89 -> 2\",\"S12-89 -> 2\",\"\"]', '2020-05-19 07:42:49'),
(24426, 17, 677, '[\"S12-89 -> \",\"S12-89 -> 2\",\"S12-89 -> 2\",\"\"]', '2020-05-19 07:42:49'),
(24427, 17, 689, '\"[]\"', '2020-05-19 07:42:49'),
(24428, 17, 687, '\"[]\"', '2020-05-19 07:42:49'),
(24429, 17, 685, '\"[]\"', '2020-05-19 07:42:49'),
(24430, 17, 704, '\"[]\"', '2020-05-19 07:42:49'),
(24431, 17, 678, '\"[]\"', '2020-05-19 07:42:49'),
(24432, 17, 679, '\"[]\"', '2020-05-19 07:42:49'),
(24433, 17, 680, '\"[]\"', '2020-05-19 07:42:49'),
(24434, 17, 681, '\"[]\"', '2020-05-19 07:42:49'),
(24435, 17, 682, '\"[]\"', '2020-05-19 07:42:49'),
(24436, 17, 683, '\"[]\"', '2020-05-19 07:42:49'),
(24437, 17, 684, '\"[]\"', '2020-05-19 07:42:49'),
(24438, 17, 906, '\"[]\"', '2020-05-19 07:42:49'),
(24439, 17, 690, '\"[]\"', '2020-05-19 07:42:49'),
(24440, 17, 691, '\"[]\"', '2020-05-19 07:42:49'),
(24441, 17, 907, '\"[]\"', '2020-05-19 07:42:49'),
(24442, 17, 686, '\"[]\"', '2020-05-19 07:42:49'),
(24443, 17, 688, '\"[]\"', '2020-05-19 07:42:49'),
(24465, 16, 707, '\"[]\"', '2020-05-19 07:46:24'),
(24466, 16, 908, '\"[]\"', '2020-05-19 07:46:24'),
(24467, 16, 675, '[\"\"]', '2020-05-19 07:46:24'),
(24468, 16, 676, '[\"\"]', '2020-05-19 07:46:24'),
(24469, 16, 677, '[\"\"]', '2020-05-19 07:46:24'),
(24470, 16, 689, '\"[]\"', '2020-05-19 07:46:24'),
(24471, 16, 687, '\"[]\"', '2020-05-19 07:46:24'),
(24472, 16, 685, '\"[]\"', '2020-05-19 07:46:24'),
(24473, 16, 704, '\"[]\"', '2020-05-19 07:46:24'),
(24474, 16, 678, '\"[]\"', '2020-05-19 07:46:24'),
(24475, 16, 679, '\"[]\"', '2020-05-19 07:46:24'),
(24476, 16, 680, '\"[]\"', '2020-05-19 07:46:24'),
(24477, 16, 681, '\"[]\"', '2020-05-19 07:46:24'),
(24478, 16, 682, '\"[]\"', '2020-05-19 07:46:24'),
(24479, 16, 683, '\"[]\"', '2020-05-19 07:46:24'),
(24480, 16, 684, '\"[]\"', '2020-05-19 07:46:24'),
(24481, 16, 906, '\"[]\"', '2020-05-19 07:46:24'),
(24482, 16, 690, '\"[]\"', '2020-05-19 07:46:24'),
(24483, 16, 691, '\"[]\"', '2020-05-19 07:46:24'),
(24484, 16, 907, '\"[]\"', '2020-05-19 07:46:24'),
(24485, 16, 686, '\"[]\"', '2020-05-19 07:46:24'),
(24486, 16, 688, '\"[]\"', '2020-05-19 07:46:24'),
(25990, 2, 912, '[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"Fnazario@beoneapps.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]', '2020-05-19 08:37:27'),
(26015, 2, 912, '[\"[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]\"]', '2020-05-19 08:45:38'),
(26736, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-19 09:44:07'),
(26737, 2, 912, '[\"\"]', '2020-05-19 09:44:07');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(26746, 2, 912, '[\"[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]\"]', '2020-05-19 09:55:35'),
(26803, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-19 12:30:28'),
(26804, 5, 526, 'Ejercicio 13 activities\n', '2020-05-19 12:30:28'),
(26805, 5, 527, 'Ejercicio 13 resources\n', '2020-05-19 12:30:28'),
(26806, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-19 12:30:28'),
(26807, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-19 12:30:28'),
(26808, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-19 12:30:28'),
(26809, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-19 12:30:28'),
(26810, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-19 12:30:28'),
(26811, 5, 537, 'dasasdasddas\n', '2020-05-19 12:30:28'),
(26812, 5, 538, 'dasadsdasasd\n', '2020-05-19 12:30:28'),
(26813, 5, 539, 'weqqweqweqew\n', '2020-05-19 12:30:28'),
(26814, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-19 12:30:31'),
(26815, 5, 526, 'Ejercicio 13 activities\n', '2020-05-19 12:30:31'),
(26816, 5, 527, 'Ejercicio 13 resources\n', '2020-05-19 12:30:31'),
(26817, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-19 12:30:31'),
(26818, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-19 12:30:31'),
(26819, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-19 12:30:31'),
(26820, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-19 12:30:31'),
(26821, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-19 12:30:31'),
(26822, 5, 537, 'dasasdasddas\n', '2020-05-19 12:30:31'),
(26823, 5, 538, 'dasadsdasasd\n', '2020-05-19 12:30:31'),
(26824, 5, 539, 'weqqweqweqew\n', '2020-05-19 12:30:31'),
(26828, 16, 675, '[\"\"]', '2020-05-19 13:23:35'),
(26829, 16, 676, '[\"\"]', '2020-05-19 13:23:35'),
(26830, 16, 677, '[\"\"]', '2020-05-19 13:23:35'),
(26831, 2, 912, '[\"[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Frannazario@outlook.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"3\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"4\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"5\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"3\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"no-answer\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"4\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"5\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"4\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"3\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"2\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"5\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"4\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"5\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"no-answer\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"3\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"no-answer\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"2\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"4\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"4\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"no-answer\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"3\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"4\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"3\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"3\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"4\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"5\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"3\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"3\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"4\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"2\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"no-answer\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"2\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"2\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"4\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"2\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"3\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"2\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"4\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"2\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"4\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"3\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"3\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"3\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"4\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"2\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"5\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"4\\\"}]\"]', '2020-05-19 13:23:43'),
(26832, 16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/16\\/ejercicio9-1.png\"]', '2020-05-19 13:34:16'),
(26833, 16, 676, '[\"ubno\",\"dos\"]', '2020-05-19 13:34:16'),
(26834, 16, 677, '[\"ubno\",\"dos\"]', '2020-05-19 13:34:16'),
(26835, 16, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-1\"]', '2020-05-19 13:34:16'),
(26836, 16, 678, '[\"ubno\",\"unodos\",\"unotres\",\"dos\",\"dosuno\"]', '2020-05-19 13:34:16'),
(26837, 16, 679, '[\"ubno\",\"unodos\",\"unotres\",\"dos\",\"dosuno\"]', '2020-05-19 13:34:16'),
(26838, 16, 680, '[\"128517\",\"\",\"\",\"128513\",\"\"]', '2020-05-19 13:34:16'),
(26839, 16, 681, '[\"ubno\",\"unodos\",\"unotres\",\"dos\",\"dosuno\"]', '2020-05-19 13:34:16'),
(26840, 16, 682, '[\"ubno\",\"unodos\",\"unotres\",\"dos\",\"dosuno\"]', '2020-05-19 13:34:16'),
(26841, 16, 683, '[\"ubno\",\"unodos\",\"unotres\",\"dos\",\"dosuno\"]', '2020-05-19 13:34:16'),
(26842, 16, 684, '[\"\",\"unodos\",\"unotres\",\"dos\",\"dosuno\"]', '2020-05-19 13:34:16'),
(26843, 16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-19 13:38:37'),
(26844, 16, 676, '[\"ubno\"]', '2020-05-19 13:38:37'),
(26845, 16, 677, '[\"ubno\"]', '2020-05-19 13:38:37'),
(26846, 16, 707, '\"[]\"', '2020-05-19 13:54:33'),
(26847, 16, 908, '\"[]\"', '2020-05-19 13:54:33'),
(26848, 16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-19 13:54:33'),
(26849, 16, 676, '[\"ubno\"]', '2020-05-19 13:54:33'),
(26850, 16, 677, '[\"ubno\"]', '2020-05-19 13:54:33'),
(26851, 16, 689, '\"[]\"', '2020-05-19 13:54:33'),
(26852, 16, 687, '\"[]\"', '2020-05-19 13:54:33'),
(26853, 16, 685, '\"[]\"', '2020-05-19 13:54:33'),
(26854, 16, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-0\"]', '2020-05-19 13:54:33'),
(26855, 16, 678, '[\"ubno\",\"unodos\",\"unotres\"]', '2020-05-19 13:54:33'),
(26856, 16, 679, '[\"ubno\",\"unodos\",\"unotres\"]', '2020-05-19 13:54:33'),
(26857, 16, 680, '[\"128533\",\"128516\",\"128513\"]', '2020-05-19 13:54:33'),
(26858, 16, 681, '[\"ubno\",\"unodos\",\"unotres\"]', '2020-05-19 13:54:33'),
(26859, 16, 682, '[\"ubno\",\"unodos\",\"unotres\"]', '2020-05-19 13:54:33'),
(26860, 16, 683, '[\"ubno\",\"unodos\",\"unotres\"]', '2020-05-19 13:54:33'),
(26861, 16, 684, '[\"\",\"unodos\",\"unotres\"]', '2020-05-19 13:54:33'),
(26862, 16, 906, '\"[]\"', '2020-05-19 13:54:33'),
(26863, 16, 690, '\"[]\"', '2020-05-19 13:54:33'),
(26864, 16, 691, '\"[]\"', '2020-05-19 13:54:33'),
(26865, 16, 907, '\"[]\"', '2020-05-19 13:54:33'),
(26866, 16, 686, '\"[]\"', '2020-05-19 13:54:33'),
(26867, 16, 688, '\"[]\"', '2020-05-19 13:54:33'),
(26868, 2, 541, '', '2020-05-19 17:13:37'),
(26869, 2, 542, 'product', '2020-05-19 17:13:44'),
(26870, 2, 912, '{\"Fnazario@beoneapps.com\":\"[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]\"}', '2020-05-20 07:18:06'),
(26871, 2, 912, '[\"{\\\"Fnazario@beoneapps.com\\\":\\\"[{\\\\\\\"name\\\\\\\":\\\\\\\"hash\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"author\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Fnazario@beoneapps.com\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"tenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eleventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"twelfth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"thirteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"}]\\\",\\\"miguelangelps@prometeoinnova.com\\\":\\\"[{\\\\\\\"name\\\\\\\":\\\\\\\"hash\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"author\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"tenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eleventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"twelfth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"thirteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"}]\\\"}\"]', '2020-05-20 07:21:08'),
(26872, 2, 912, '{\"miguelangelps@prometeoinnova.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-20 07:24:02'),
(26873, 2, 912, '[\"{\\\"miguelangelps@prometeoinnova.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"miguelangelps@prometeoinnova.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}],\\\"Fnazario@beoneapps.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]}\"]', '2020-05-20 07:24:25'),
(26874, 2, 912, '{\"Fnazario@beoneapps.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"Fnazario@beoneapps.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-20 07:26:03'),
(26875, 2, 912, '[\"{\\\"Fnazario@beoneapps.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}],\\\"miguelangelps@prometeoinnova.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"miguelangelps@prometeoinnova.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]}\"]', '2020-05-20 07:26:51'),
(26876, 2, 912, '{\"miguelangelps@prometeoinnova.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-20 07:29:04');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(26877, 2, 912, '[\"{\\\"miguelangelps@prometeoinnova.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"miguelangelps@prometeoinnova.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}],\\\"Fnazario@beoneapps.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]}\"]', '2020-05-20 07:29:25'),
(26878, 2, 912, '{\"Fnazario@beoneapps.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"Fnazario@beoneapps.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-20 07:33:38'),
(26879, 2, 912, '{\"miguelangelps@prometeoinnova.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-20 07:39:48'),
(26880, 2, 912, '{\"control\":\"\",\"miguelangelps@prometeoinnova.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-20 07:41:03'),
(26881, 2, 912, '[\"{\\\"control\\\":\\\"\\\",\\\"miguelangelps@prometeoinnova.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"miguelangelps@prometeoinnova.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}],\\\"Fnazario@beoneapps.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]}\"]', '2020-05-20 07:42:01'),
(26882, 2, 912, '{\"control\":\"\",\"Fnazario@beoneapps.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"Fnazario@beoneapps.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-20 07:42:43'),
(26883, 2, 912, '[\"{\\\"control\\\":\\\"\\\",\\\"Fnazario@beoneapps.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}],\\\"miguelangelps@prometeoinnova.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"miguelangelps@prometeoinnova.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]}\"]', '2020-05-20 07:46:39'),
(26884, 2, 912, '{\"miguelangelps@prometeoinnova.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-20 07:51:37'),
(26885, 2, 912, '[\"{\\\"miguelangelps@prometeoinnova.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"miguelangelps@prometeoinnova.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}],\\\"Fnazario@beoneapps.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]}\"]', '2020-05-20 07:52:29'),
(26886, 2, 912, '{\"Fnazario@beoneapps.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"Fnazario@beoneapps.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-20 07:53:38'),
(26887, 2, 912, '[\"{\\\"Fnazario@beoneapps.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}],\\\"miguelangelps@prometeoinnova.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"miguelangelps@prometeoinnova.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]}\"]', '2020-05-20 07:54:07'),
(26888, 2, 912, '{\"miguelangelps@prometeoinnova.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-20 07:58:11');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(26889, 2, 912, '[\"{\\\"miguelangelps@prometeoinnova.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"miguelangelps@prometeoinnova.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}],\\\"Fnazario@beoneapps.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]}\"]', '2020-05-20 07:59:08'),
(26890, 2, 912, '{\"Fnazario@beoneapps.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"Fnazario@beoneapps.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-20 08:04:14'),
(26891, 2, 912, '{\"miguelangelps@prometeoinnova.com\":\"[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"miguelangelps@prometeoinnova.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]\"}', '2020-05-20 08:09:55'),
(26892, 2, 912, '[\"[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]\"]', '2020-05-20 08:15:24'),
(26893, 2, 912, '[\"[\\\"[{\\\\\\\"name\\\\\\\":\\\\\\\"hash\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"author\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Fnazario@beoneapps.com\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"tenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eleventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"twelfth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"thirteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"}]\\\",\\\"[{\\\\\\\"name\\\\\\\":\\\\\\\"hash\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"author\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"tenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eleventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"twelfth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"thirteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"}]\\\"]\"]', '2020-05-20 08:16:00'),
(26894, 2, 912, '{\"miguelangelps@prometeoinnova.com\":{\"0\":{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},\"1\":{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},\"2\":{\"name\":\"first-raw\",\"value\":\"1\"},\"3\":{\"name\":\"second-raw\",\"value\":\"1\"},\"4\":{\"name\":\"third-raw\",\"value\":\"1\"},\"5\":{\"name\":\"fourth-raw\",\"value\":\"1\"},\"6\":{\"name\":\"fifth-raw\",\"value\":\"1\"},\"7\":{\"name\":\"sixth-raw\",\"value\":\"1\"},\"8\":{\"name\":\"seventh-raw\",\"value\":\"1\"},\"9\":{\"name\":\"eighth-raw\",\"value\":\"1\"},\"10\":{\"name\":\"first-prod\",\"value\":\"1\"},\"11\":{\"name\":\"second-prod\",\"value\":\"1\"},\"12\":{\"name\":\"third-prod\",\"value\":\"1\"},\"13\":{\"name\":\"fourth-prod\",\"value\":\"1\"},\"14\":{\"name\":\"fifth-prod\",\"value\":\"1\"},\"15\":{\"name\":\"sixth-prod\",\"value\":\"1\"},\"16\":{\"name\":\"seventh-prod\",\"value\":\"1\"},\"17\":{\"name\":\"first-pack\",\"value\":\"1\"},\"18\":{\"name\":\"second-pack\",\"value\":\"1\"},\"19\":{\"name\":\"third-pack\",\"value\":\"1\"},\"20\":{\"name\":\"fourth-pack\",\"value\":\"1\"},\"21\":{\"name\":\"fifth-pack\",\"value\":\"1\"},\"22\":{\"name\":\"sixth-pack\",\"value\":\"1\"},\"23\":{\"name\":\"seventh-pack\",\"value\":\"1\"},\"24\":{\"name\":\"eighth-pack\",\"value\":\"1\"},\"25\":{\"name\":\"nineth-pack\",\"value\":\"1\"},\"26\":{\"name\":\"first-dist\",\"value\":\"1\"},\"27\":{\"name\":\"second-dist\",\"value\":\"1\"},\"28\":{\"name\":\"third-dist\",\"value\":\"1\"},\"29\":{\"name\":\"fourth-dist\",\"value\":\"1\"},\"30\":{\"name\":\"fifth-dist\",\"value\":\"1\"},\"31\":{\"name\":\"sixth-dist\",\"value\":\"1\"},\"32\":{\"name\":\"seventh-dist\",\"value\":\"1\"},\"33\":{\"name\":\"first-main\",\"value\":\"1\"},\"34\":{\"name\":\"second-main\",\"value\":\"1\"},\"35\":{\"name\":\"third-main\",\"value\":\"1\"},\"36\":{\"name\":\"fourth-main\",\"value\":\"1\"},\"37\":{\"name\":\"fifth-main\",\"value\":\"1\"},\"38\":{\"name\":\"sixth-main\",\"value\":\"1\"},\"39\":{\"name\":\"seventh-main\",\"value\":\"1\"},\"40\":{\"name\":\"eighth-main\",\"value\":\"1\"},\"41\":{\"name\":\"nineth-main\",\"value\":\"1\"},\"42\":{\"name\":\"tenth-main\",\"value\":\"1\"},\"43\":{\"name\":\"eleventh-main\",\"value\":\"1\"},\"44\":{\"name\":\"twelfth-main\",\"value\":\"1\"},\"45\":{\"name\":\"thirteenth-main\",\"value\":\"1\"},\"46\":{\"name\":\"fourteenth-main\",\"value\":\"1\"},\"47\":{\"name\":\"fifteenth-main\",\"value\":\"1\"},\"48\":{\"name\":\"first-end\",\"value\":\"1\"},\"49\":{\"name\":\"second-end\",\"value\":\"1\"},\"50\":{\"name\":\"third-end\",\"value\":\"1\"},\"51\":{\"name\":\"fourth-end\",\"value\":\"1\"},\"52\":{\"name\":\"fifth-end\",\"value\":\"1\"},\"53\":{\"name\":\"sixth-end\",\"value\":\"1\"}}}', '2020-05-20 08:19:39'),
(26895, 2, 912, '[\"{\\\"miguelangelps@prometeoinnova.com\\\":{\\\"0\\\":{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},\\\"1\\\":{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"miguelangelps@prometeoinnova.com\\\"},\\\"2\\\":{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"3\\\":{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"4\\\":{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"5\\\":{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"6\\\":{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"7\\\":{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"8\\\":{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"9\\\":{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"10\\\":{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"11\\\":{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"12\\\":{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"13\\\":{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"14\\\":{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"15\\\":{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"16\\\":{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"17\\\":{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"18\\\":{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"19\\\":{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"20\\\":{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"21\\\":{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"22\\\":{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"23\\\":{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"24\\\":{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"25\\\":{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"26\\\":{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"27\\\":{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"28\\\":{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"29\\\":{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"30\\\":{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"31\\\":{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"32\\\":{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"33\\\":{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},\\\"34\\\":{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},\\\"35\\\":{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},\\\"36\\\":{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"37\\\":{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"38\\\":{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"39\\\":{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},\\\"40\\\":{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"41\\\":{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"42\\\":{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"43\\\":{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},\\\"44\\\":{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"45\\\":{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"46\\\":{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"47\\\":{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"48\\\":{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},\\\"49\\\":{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},\\\"50\\\":{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},\\\"51\\\":{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},\\\"52\\\":{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},\\\"53\\\":{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}},\\\"Fnazario@beoneapps.com\\\":{\\\"0\\\":{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},\\\"1\\\":{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},\\\"2\\\":{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"3\\\":{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"4\\\":{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"5\\\":{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"6\\\":{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"7\\\":{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"8\\\":{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"9\\\":{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"10\\\":{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"11\\\":{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"12\\\":{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"13\\\":{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"14\\\":{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"15\\\":{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"16\\\":{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"17\\\":{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"18\\\":{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"19\\\":{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"20\\\":{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"21\\\":{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"22\\\":{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"23\\\":{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"24\\\":{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"25\\\":{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"26\\\":{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"27\\\":{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"28\\\":{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"29\\\":{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"30\\\":{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"31\\\":{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"32\\\":{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"33\\\":{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},\\\"34\\\":{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},\\\"35\\\":{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},\\\"36\\\":{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"37\\\":{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"38\\\":{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"39\\\":{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},\\\"40\\\":{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"41\\\":{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"42\\\":{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"43\\\":{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},\\\"44\\\":{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"45\\\":{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"46\\\":{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"47\\\":{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"48\\\":{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},\\\"49\\\":{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},\\\"50\\\":{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},\\\"51\\\":{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},\\\"52\\\":{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},\\\"53\\\":{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}}}\"]', '2020-05-20 08:20:06');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(26896, 2, 912, '[\"{\\\"0\\\":\\\"{\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\":{\\\\\\\"0\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"hash\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\"},\\\\\\\"1\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"author\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\"},\\\\\\\"2\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"3\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"4\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"5\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"6\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"7\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"8\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"9\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"10\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"11\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"12\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"13\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"14\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"15\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"16\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"17\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"18\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"19\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"20\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"21\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"22\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"23\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"24\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"25\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"26\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"27\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"28\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"29\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"30\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"31\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"32\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"33\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"34\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"35\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"36\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"37\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"38\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"39\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"40\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"41\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"42\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"tenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"43\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eleventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"44\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"twelfth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"45\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"thirteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"46\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"47\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"48\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"49\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"50\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"51\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"52\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"53\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"}},\\\\\\\"Fnazario@beoneapps.com\\\\\\\":{\\\\\\\"0\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"hash\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\"},\\\\\\\"1\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"author\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Fnazario@beoneapps.com\\\\\\\"},\\\\\\\"2\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"3\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"4\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"5\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"6\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"7\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"8\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"9\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"10\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"11\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"12\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"13\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"14\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"15\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"16\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"17\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"18\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"19\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"20\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"21\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"22\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"23\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"24\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"25\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"26\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"27\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"28\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"29\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"30\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"31\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"32\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"33\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"34\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"35\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"36\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"37\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"38\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"39\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"40\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"41\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"42\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"tenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"43\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eleventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"44\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"twelfth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"45\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"thirteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"46\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"47\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"48\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"49\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"50\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"51\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"52\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"53\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"}}}\\\",\\\"test\\\":{\\\"0\\\":\\\"{\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\":{\\\\\\\"0\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"hash\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\"},\\\\\\\"1\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"author\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\"},\\\\\\\"2\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"3\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"4\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"5\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"6\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"7\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"8\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"9\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"10\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"11\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"12\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"13\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"14\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"15\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"16\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"17\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"18\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"19\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"20\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"21\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"22\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"23\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"24\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"25\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"26\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"27\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"28\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"29\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"30\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"31\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"32\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"33\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"34\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"35\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"36\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"37\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"38\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"39\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"40\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"41\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"42\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"tenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"43\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eleventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"44\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"twelfth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"45\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"thirteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"46\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"47\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"48\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"49\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"50\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"51\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"52\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"53\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"}},\\\\\\\"Fnazario@beoneapps.com\\\\\\\":{\\\\\\\"0\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"hash\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\"},\\\\\\\"1\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"author\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Fnazario@beoneapps.com\\\\\\\"},\\\\\\\"2\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"3\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"4\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"5\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"6\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"7\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"8\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"9\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"10\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"11\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"12\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"13\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"14\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"15\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"16\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"17\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"18\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"19\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"20\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"21\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"22\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"23\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"24\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"25\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"26\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"27\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"28\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"29\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"30\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"31\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"32\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"33\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"34\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"35\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"36\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"37\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"38\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"39\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"40\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"41\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"42\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"tenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"43\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"eleventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"44\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"twelfth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"45\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"thirteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"46\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"47\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"48\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"first-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"49\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"second-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"50\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"third-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"51\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"52\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"53\\\\\\\":{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"}}}\\\"},\\\"Fnazario@beoneapps.com\\\":{\\\"0\\\":{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},\\\"1\\\":{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},\\\"2\\\":{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"3\\\":{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"4\\\":{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"5\\\":{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"6\\\":{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"7\\\":{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"8\\\":{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"9\\\":{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},\\\"10\\\":{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"11\\\":{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"12\\\":{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"13\\\":{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"14\\\":{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"15\\\":{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"16\\\":{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},\\\"17\\\":{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"18\\\":{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"19\\\":{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"20\\\":{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"21\\\":{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"22\\\":{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"23\\\":{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"24\\\":{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"25\\\":{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},\\\"26\\\":{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"27\\\":{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"28\\\":{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"29\\\":{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"30\\\":{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"31\\\":{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"32\\\":{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},\\\"33\\\":{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},\\\"34\\\":{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},\\\"35\\\":{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},\\\"36\\\":{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"37\\\":{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"38\\\":{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"39\\\":{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},\\\"40\\\":{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"41\\\":{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"42\\\":{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"43\\\":{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},\\\"44\\\":{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"45\\\":{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"46\\\":{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"47\\\":{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},\\\"48\\\":{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},\\\"49\\\":{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},\\\"50\\\":{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},\\\"51\\\":{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},\\\"52\\\":{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},\\\"53\\\":{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}}}\"]', '2020-05-20 08:21:36'),
(26897, 2, 912, '{\"Fnazario@beoneapps.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"Fnazario@beoneapps.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-20 08:24:28'),
(26898, 2, 912, '[\"{\\\"Fnazario@beoneapps.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}],\\\"test\\\":{\\\"Fnazario@beoneapps.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]},\\\"miguelangelps@prometeoinnova.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"miguelangelps@prometeoinnova.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]}\"]', '2020-05-20 08:24:49'),
(26899, 2, 912, '{\"miguelangelps@prometeoinnova.com\":\"1\"}', '2020-05-20 08:26:06'),
(26900, 2, 912, '[\"{\\\"miguelangelps@prometeoinnova.com\\\":\\\"1\\\",\\\"Fnazario@beoneapps.com\\\":\\\"2\\\"}\"]', '2020-05-20 08:26:24'),
(26901, 2, 912, '{\"Fnazario@beoneapps.com\":\"1\"}', '2020-05-20 08:27:40'),
(26902, 2, 912, '[\"{\\\"Fnazario@beoneapps.com\\\":\\\"2\\\"}\"]', '2020-05-20 08:27:55'),
(26903, 2, 912, '[\"{\\\"0\\\":\\\"{\\\\\\\"Fnazario@beoneapps.com\\\\\\\":\\\\\\\"2\\\\\\\"}\\\",\\\"miguelangelps@prometeoinnova.com\\\":\\\"2\\\"}\"]', '2020-05-20 08:28:30'),
(26904, 2, 912, '[\"{\\\"0\\\":\\\"{\\\\\\\"0\\\\\\\":\\\\\\\"{\\\\\\\\\\\\\\\"Fnazario@beoneapps.com\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"2\\\\\\\\\\\\\\\"}\\\\\\\",\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\":\\\\\\\"2\\\\\\\"}\\\",\\\"miguelangelps@prometeoinnova.com\\\":\\\"2\\\"}\"]', '2020-05-20 08:28:50'),
(26935, 14, 541, '', '2020-05-20 10:31:40'),
(26996, 14, 542, 'product', '2020-05-20 10:40:13'),
(26997, 14, 547, '[]', '2020-05-20 10:44:56'),
(26998, 14, 550, 'dsaferw', '2020-05-20 10:48:48'),
(26999, 14, 551, 'dafsfa', '2020-05-20 10:48:48'),
(27000, 14, 552, '', '2020-05-20 10:48:48'),
(27001, 14, 553, '', '2020-05-20 10:52:22'),
(27002, 14, 554, '', '2020-05-20 10:52:22'),
(27003, 14, 555, '', '2020-05-20 10:52:22'),
(27004, 14, 556, '', '2020-05-20 10:52:22'),
(27005, 14, 557, '', '2020-05-20 10:52:22'),
(27006, 14, 558, '', '2020-05-20 10:52:22'),
(27007, 14, 547, '[]', '2020-05-20 10:56:35'),
(27008, 14, 550, 'dsaferw', '2020-05-20 10:56:42'),
(27009, 14, 551, 'dafsfa', '2020-05-20 10:56:42'),
(27010, 14, 552, '', '2020-05-20 10:56:42'),
(27011, 14, 553, '', '2020-05-20 10:56:50'),
(27012, 14, 554, '', '2020-05-20 10:56:50'),
(27013, 14, 555, '', '2020-05-20 10:56:50'),
(27014, 14, 556, '', '2020-05-20 10:56:50'),
(27015, 14, 557, '', '2020-05-20 10:56:50'),
(27016, 14, 558, '', '2020-05-20 10:56:50'),
(27017, 14, 559, 'dcnjwe\'adfasd', '2020-05-20 10:58:03'),
(27018, 14, 560, 'dfansp`tiojag', '2020-05-20 10:58:03'),
(27019, 14, 561, '', '2020-05-20 11:01:16'),
(27020, 14, 562, 'dsaferw\r\n\r\ndafsfa\r\n\r\n', '2020-05-20 11:01:16'),
(27021, 14, 563, 'POLITICAL\r\n\r\n\r\nSOCIAL\r\n\r\n\r\nENVIRONMENTAL\r\n\r\n\r\nECONOMIC\r\n\r\n\r\nTECHNOLOGICAL\r\n\r\n\r\nLEGAL\r\n\r\n\r\n', '2020-05-20 11:01:16'),
(27022, 14, 564, 'OBJECTIVES\r\ndcnjwe\'adfasd\r\n\r\nSUSTAINABLE VISION\r\ndfansp`tiojag\r\n\r\n', '2020-05-20 11:01:16'),
(27023, 14, 572, '', '2020-05-20 11:12:24'),
(27024, 14, 573, '', '2020-05-20 11:12:24'),
(27025, 14, 574, '', '2020-05-20 11:12:24'),
(27026, 14, 575, '', '2020-05-20 11:12:24'),
(27027, 14, 576, '', '2020-05-20 11:12:24'),
(27028, 14, 577, '', '2020-05-20 11:12:24'),
(27783, 16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/16\\/ejercicio9-1.png\"]', '2020-05-21 08:20:09'),
(27784, 16, 676, '[\"ubno\",\"\",\"vds\"]', '2020-05-21 08:20:09'),
(27785, 16, 677, '[\"ubno\",\"\",\"vsdf\"]', '2020-05-21 08:20:09'),
(27918, 14, 547, '[]', '2020-05-21 10:05:26'),
(27919, 14, 550, 'dsaferw', '2020-05-21 10:07:23'),
(27920, 14, 551, 'dafsfa', '2020-05-21 10:07:23'),
(27921, 14, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/14/logo_manos_1_1.jpg', '2020-05-21 10:07:23'),
(27922, 14, 553, '', '2020-05-21 10:07:35'),
(27923, 14, 554, '', '2020-05-21 10:07:35'),
(27924, 14, 555, '', '2020-05-21 10:07:35'),
(27925, 14, 556, '', '2020-05-21 10:07:35'),
(27926, 14, 557, '', '2020-05-21 10:07:35'),
(27927, 14, 558, '', '2020-05-21 10:07:35'),
(27936, 14, 553, '', '2020-05-21 10:09:16'),
(27937, 14, 554, '', '2020-05-21 10:09:16'),
(27938, 14, 555, '', '2020-05-21 10:09:16'),
(27939, 14, 556, '', '2020-05-21 10:09:16'),
(27940, 14, 557, '', '2020-05-21 10:09:16'),
(27941, 14, 558, '', '2020-05-21 10:09:16'),
(27950, 14, 559, 'dcnjwe\'adfasd', '2020-05-21 10:10:01'),
(27951, 14, 560, 'dfansp`tiojag', '2020-05-21 10:10:01'),
(27960, 14, 561, '', '2020-05-21 10:11:29'),
(27961, 14, 562, 'dsaferw\r\n\r\ndafsfa\r\n\r\n', '2020-05-21 10:11:29'),
(27962, 14, 563, 'POLITICAL\r\n\r\n\r\n\r\n\r\nECONOMIC\r\n\r\n\r\nTECHNOLOGICAL\r\n\r\n\r\nLEGAL\r\n\r\n\r\n', '2020-05-21 10:11:29'),
(27963, 14, 564, 'OBJECTIVES\r\ndcnjwe\'adfasd\r\n\r\nSUSTAINABLE VISION\r\ndfansp`tiojag\r\n\r\n', '2020-05-21 10:11:29'),
(27988, 14, 572, '', '2020-05-21 10:20:44'),
(27989, 14, 573, 'dafasdfasdf', '2020-05-21 10:20:44'),
(27990, 14, 574, '', '2020-05-21 10:20:44'),
(27991, 14, 575, '', '2020-05-21 10:20:44'),
(27992, 14, 576, '', '2020-05-21 10:20:44'),
(27993, 14, 577, '', '2020-05-21 10:20:44'),
(27994, 14, 637, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"}],\"total\":1},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Process complexity\",\"descripcion\":\"It refers to the level of intricateness of the production process. It can be simplified as the number of production processes (the less, the better).\"}],\"total\":1},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Standardization of packaging sizes\",\"descripcion\":\"It refers to the use of packaging whose size complies with existing size standards. These standards have the aim to help the industry (incl. packaging, producers, transportation) by making mutually consistent decisions on the size of the elements (packaging), so all parties can realize mutual gains.\"}],\"total\":1},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Environmental sustainability of logistics\",\"descripcion\":\"It refers to the overall environmental performance of the logistics in place.\"}],\"total\":1},\"main\":{\"new\":[],\"default\":[{\"title\":\"Environmental communication for the use\",\"descripcion\":\"It refers to the (un)existence of environmental communication aspects aiming to promote an environmentally-friendly use by the user.\"}],\"total\":1},\"end\":{\"new\":[{\"title\":\"Atributo prueba\",\"descripcion\":\"Atributo prueba descripción\"}],\"default\":[{\"title\":\"Communication about end-of-life\",\"descripcion\":\"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\"}],\"total\":2}}', '2020-05-21 10:27:22'),
(27995, 14, 635, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"andrea@ineditinnova.com\"]}', '2020-05-21 10:33:09');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(27996, 14, 912, '{\"andrea@ineditinnova.com\":[{\"name\":\"hash\",\"value\":\"abf85bbec757625c9e75e7b7446e6bc0\"},{\"name\":\"author\",\"value\":\"andrea@ineditinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"5\"},{\"name\":\"second-end\",\"value\":\"5\"},{\"name\":\"third-end\",\"value\":\"5\"},{\"name\":\"fourth-end\",\"value\":\"5\"},{\"name\":\"fifth-end\",\"value\":\"5\"},{\"name\":\"sixth-end\",\"value\":\"5\"}]}', '2020-05-21 10:42:21'),
(27997, 14, 635, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"andrea@ineditinnova.com\"]}', '2020-05-21 10:45:20'),
(27998, 14, 912, '{\"andrea@ineditinnova.com\":[{\"name\":\"hash\",\"value\":\"abf85bbec757625c9e75e7b7446e6bc0\"},{\"name\":\"author\",\"value\":\"andrea@ineditinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-21 10:46:45'),
(28290, 16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-21 13:38:56'),
(28291, 16, 676, '[\"ubno\"]', '2020-05-21 13:38:56'),
(28292, 16, 677, '[\"ubno\"]', '2020-05-21 13:38:56'),
(28337, 2, 541, '', '2020-05-22 07:41:24'),
(28338, 2, 542, 'product', '2020-05-22 07:41:32'),
(28341, 5, 525, '[\"Personal1_5-0\",\"Personal2_5-0\",\"Personal2_5-0\"]\n', '2020-05-22 08:59:57'),
(28342, 5, 526, 'Ejercicio 13 activities\n', '2020-05-22 08:59:57'),
(28343, 5, 527, 'Ejercicio 13 resources\n', '2020-05-22 08:59:57'),
(28344, 5, 535, '[\"Valor proposicion 1\",\"Valor proposicion 2\"]\n', '2020-05-22 08:59:57'),
(28345, 5, 532, 'Ejercicio 16 fixed cost\n', '2020-05-22 08:59:57'),
(28346, 5, 533, 'Ejercicio 16 fixed cost\n', '2020-05-22 08:59:58'),
(28347, 5, 534, 'Ejercicio 16 investemet costs\n', '2020-05-22 08:59:58'),
(28348, 5, 536, 'Ejercicio 9b customer segment\n', '2020-05-22 08:59:58'),
(28349, 5, 537, 'dasasdasddas\n', '2020-05-22 08:59:58'),
(28350, 5, 538, 'dasadsdasasd\n', '2020-05-22 08:59:58'),
(28351, 5, 539, 'weqqweqweqew\n', '2020-05-22 08:59:58'),
(28352, 2, 541, '', '2020-05-22 09:55:08'),
(28353, 2, 542, 'product', '2020-05-22 09:55:17'),
(28358, 2, 541, '', '2020-05-22 12:03:51'),
(28359, 2, 542, 'product', '2020-05-22 12:10:47'),
(28360, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"}]', '2020-05-22 12:13:41'),
(28361, 2, 550, 'Proyecto1', '2020-05-22 12:14:36'),
(28362, 2, 551, 'Descripcion', '2020-05-22 12:14:36'),
(28363, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-05-22 12:14:36'),
(28364, 2, 553, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.', '2020-05-22 12:16:17'),
(28365, 2, 554, 'Nulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.', '2020-05-22 12:16:17'),
(28366, 2, 555, 'In id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.', '2020-05-22 12:16:17'),
(28367, 2, 556, 'Morbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.', '2020-05-22 12:16:17'),
(28368, 2, 557, 'Proin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.', '2020-05-22 12:16:17'),
(28369, 2, 558, 'Phasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.', '2020-05-22 12:16:17'),
(28370, 2, 559, 'Objetivos', '2020-05-22 12:17:15'),
(28371, 2, 560, 'Mi vision', '2020-05-22 12:17:16'),
(28372, 2, 541, '', '2020-05-22 12:21:45'),
(28373, 2, 542, 'service', '2020-05-22 12:21:58'),
(28374, 16, 1, '', '2020-05-22 12:37:44'),
(28375, 16, 24, '', '2020-05-22 12:37:44'),
(28376, 16, 25, '', '2020-05-22 12:37:44'),
(28377, 16, 65, '', '2020-05-22 12:37:44'),
(28378, 16, 2, '', '2020-05-22 12:38:21'),
(28379, 16, 4, '', '2020-05-22 12:38:21'),
(28380, 16, 3, '', '2020-05-22 12:38:21'),
(28381, 16, 5, '', '2020-05-22 12:38:21'),
(28382, 16, 12, '\n', '2020-05-22 12:38:22'),
(28383, 16, 8, '\n', '2020-05-22 12:38:22'),
(28384, 16, 10, '\n', '2020-05-22 12:38:22'),
(28385, 16, 14, '\n', '2020-05-22 12:38:22'),
(28386, 16, 6, '', '2020-05-22 12:41:18'),
(28387, 16, 7, '', '2020-05-22 12:41:18'),
(28388, 16, 18, '', '2020-05-22 12:41:18'),
(28389, 16, 19, '', '2020-05-22 12:41:18'),
(28390, 16, 20, '', '2020-05-22 12:41:18'),
(28391, 16, 21, '', '2020-05-22 12:41:18'),
(28392, 16, 22, '', '2020-05-22 12:41:18'),
(28393, 16, 23, '', '2020-05-22 12:41:18'),
(28394, 16, 66, '', '2020-05-22 12:41:18'),
(28395, 16, 67, '', '2020-05-22 12:41:18'),
(28396, 16, 68, '', '2020-05-22 12:41:18'),
(28397, 16, 69, '', '2020-05-22 12:41:18'),
(28398, 16, 12, '', '2020-05-22 12:44:00'),
(28399, 16, 13, '', '2020-05-22 12:44:00'),
(28400, 16, 8, '', '2020-05-22 12:44:00'),
(28401, 16, 9, '', '2020-05-22 12:44:00'),
(28402, 16, 10, '', '2020-05-22 12:44:00'),
(28403, 16, 11, '', '2020-05-22 12:44:00'),
(28404, 16, 14, '', '2020-05-22 12:44:00'),
(28405, 16, 15, '', '2020-05-22 12:44:00'),
(28406, 16, 28, '\n', '2020-05-22 12:44:00'),
(28407, 16, 16, '', '2020-05-22 12:44:33'),
(28408, 16, 17, '', '2020-05-22 12:44:33'),
(28409, 16, 32, '\n', '2020-05-22 12:44:33'),
(28410, 16, 31, '\n', '2020-05-22 12:44:33'),
(28411, 16, 16, '', '2020-05-22 12:45:00'),
(28412, 16, 17, '', '2020-05-22 12:45:00'),
(28413, 16, 32, '\n', '2020-05-22 12:45:00'),
(28414, 16, 31, '\n', '2020-05-22 12:45:00'),
(28415, 16, 16, '', '2020-05-22 12:45:11'),
(28416, 16, 17, '', '2020-05-22 12:45:11'),
(28417, 16, 32, '\n', '2020-05-22 12:45:11'),
(28418, 16, 31, '\n', '2020-05-22 12:45:11'),
(28419, 16, 649, '', '2020-05-22 12:52:07'),
(28420, 16, 650, '', '2020-05-22 12:52:07'),
(28421, 16, 651, '', '2020-05-22 12:52:07'),
(28422, 16, 652, '', '2020-05-22 12:52:07'),
(28423, 16, 16, '', '2020-05-22 12:52:07'),
(28424, 16, 17, '', '2020-05-22 12:52:07'),
(28425, 16, 32, '\n', '2020-05-22 12:52:08'),
(28426, 16, 31, '\n', '2020-05-22 12:52:08'),
(28427, 16, 545, '\n', '2020-05-22 12:52:08'),
(28428, 16, 30, '\n', '2020-05-22 12:52:08'),
(28429, 16, 546, '\n', '2020-05-22 12:52:08'),
(28430, 16, 33, '\n', '2020-05-22 12:52:08'),
(28431, 16, 715, '', '2020-05-22 12:52:24'),
(28432, 16, 28, '', '2020-05-22 12:52:24'),
(28433, 16, 543, '', '2020-05-22 12:52:24'),
(28434, 16, 544, '', '2020-05-22 12:52:24'),
(28435, 16, 716, '', '2020-05-22 12:52:24'),
(28436, 16, 717, '', '2020-05-22 12:52:24'),
(28437, 16, 545, '', '2020-05-22 12:52:24'),
(28438, 16, 30, '', '2020-05-22 12:52:24'),
(28439, 16, 546, '', '2020-05-22 12:52:24'),
(28440, 16, 718, '', '2020-05-22 12:52:24'),
(28441, 16, 29, '', '2020-05-22 12:52:24'),
(28442, 16, 720, '', '2020-05-22 12:52:24'),
(28443, 16, 643, '', '2020-05-22 12:52:24'),
(28444, 16, 644, '', '2020-05-22 12:52:24'),
(28445, 16, 645, '', '2020-05-22 12:52:24'),
(28446, 16, 646, '', '2020-05-22 12:52:24'),
(28447, 16, 647, '', '2020-05-22 12:52:24'),
(28448, 16, 648, '', '2020-05-22 12:52:24'),
(28449, 16, 719, '', '2020-05-22 12:52:24'),
(28450, 16, 31, '', '2020-05-22 12:52:24'),
(28451, 16, 32, '', '2020-05-22 12:52:24'),
(28452, 16, 48, '\n', '2020-05-22 12:52:24'),
(28453, 16, 49, '\n', '2020-05-22 12:52:24'),
(28454, 16, 663, '\n', '2020-05-22 12:52:24'),
(28455, 16, 664, '\n', '2020-05-22 12:52:24'),
(28456, 16, 665, '\n', '2020-05-22 12:52:24'),
(28457, 16, 658, '', '2020-05-22 12:52:32'),
(28458, 16, 663, '', '2020-05-22 12:55:42'),
(28459, 16, 667, '[\"a\"]', '2020-05-22 12:55:42'),
(28460, 16, 642, '[\"5\",\"5\",\"5\",\"5\"]', '2020-05-22 12:55:42'),
(28461, 16, 641, '[\"5\",\"5\",\"5\",\"5\"]', '2020-05-22 12:55:42'),
(28462, 16, 33, '', '2020-05-22 12:55:42'),
(28463, 16, 34, '[\"d\"]', '2020-05-22 12:55:42'),
(28464, 16, 672, '', '2020-05-22 12:55:42'),
(28465, 16, 669, '', '2020-05-22 12:55:42'),
(28466, 16, 664, '', '2020-05-22 12:55:42'),
(28467, 16, 668, '[\"c\"]', '2020-05-22 12:55:42'),
(28468, 16, 674, '', '2020-05-22 12:55:42'),
(28469, 16, 671, '', '2020-05-22 12:55:42'),
(28470, 16, 665, '', '2020-05-22 12:55:42'),
(28471, 16, 666, '[\"b\"]', '2020-05-22 12:55:42'),
(28472, 16, 673, '', '2020-05-22 12:55:42'),
(28473, 16, 670, '', '2020-05-22 12:55:42'),
(28474, 16, 653, '[\"5\",\"5\",\"5\",\"5\"]\n', '2020-05-22 12:55:42'),
(28475, 16, 654, '[\"5\",\"5\",\"5\",\"5\"]\n', '2020-05-22 12:55:42'),
(28476, 16, 711, '\n', '2020-05-22 12:55:42'),
(28477, 16, 712, '\n', '2020-05-22 12:55:42'),
(28478, 16, 709, '\n', '2020-05-22 12:55:42'),
(28479, 16, 713, '\n', '2020-05-22 12:55:42'),
(28480, 16, 710, '\n', '2020-05-22 12:55:42'),
(28481, 16, 714, '\n', '2020-05-22 12:55:42'),
(28482, 16, 663, '', '2020-05-22 12:55:55'),
(28483, 16, 667, '[\"a\"]', '2020-05-22 12:55:55'),
(28484, 16, 642, '[\"5\"]', '2020-05-22 12:55:55'),
(28485, 16, 641, '[\"5\"]', '2020-05-22 12:55:55'),
(28486, 16, 33, '', '2020-05-22 12:55:55'),
(28487, 16, 34, '[\"d\"]', '2020-05-22 12:55:55'),
(28488, 16, 672, '[\"5\"]', '2020-05-22 12:55:55'),
(28489, 16, 669, '[\"5\"]', '2020-05-22 12:55:55'),
(28490, 16, 664, '', '2020-05-22 12:55:55'),
(28491, 16, 668, '[\"c\"]', '2020-05-22 12:55:55'),
(28492, 16, 674, '[\"5\"]', '2020-05-22 12:55:55'),
(28493, 16, 671, '[\"5\"]', '2020-05-22 12:55:55'),
(28494, 16, 665, '', '2020-05-22 12:55:55'),
(28495, 16, 666, '[\"b\"]', '2020-05-22 12:55:55'),
(28496, 16, 673, '[\"5\"]', '2020-05-22 12:55:55'),
(28497, 16, 670, '[\"5\"]', '2020-05-22 12:55:55'),
(28498, 16, 653, '[\"5\"]\n', '2020-05-22 12:55:55'),
(28499, 16, 654, '[\"5\"]\n', '2020-05-22 12:55:55'),
(28500, 16, 711, '[\"5\"]\n', '2020-05-22 12:55:55'),
(28501, 16, 712, '[\"5\"]\n', '2020-05-22 12:55:56'),
(28502, 16, 709, '[\"5\"]\n', '2020-05-22 12:55:56'),
(28503, 16, 713, '[\"5\"]\n', '2020-05-22 12:55:56'),
(28504, 16, 710, '[\"5\"]\n', '2020-05-22 12:55:56'),
(28505, 16, 714, '[\"5\"]\n', '2020-05-22 12:55:56'),
(28506, 16, 663, '', '2020-05-22 12:56:08'),
(28507, 16, 667, '[\"a\"]', '2020-05-22 12:56:08'),
(28508, 16, 642, '[\"5\"]', '2020-05-22 12:56:08'),
(28509, 16, 641, '[\"5\"]', '2020-05-22 12:56:08'),
(28510, 16, 33, '', '2020-05-22 12:56:08'),
(28511, 16, 34, '[\"d\"]', '2020-05-22 12:56:08'),
(28512, 16, 672, '[\"5\"]', '2020-05-22 12:56:08'),
(28513, 16, 669, '[\"5\"]', '2020-05-22 12:56:08'),
(28514, 16, 664, '', '2020-05-22 12:56:08'),
(28515, 16, 668, '[\"c\"]', '2020-05-22 12:56:08'),
(28516, 16, 674, '[\"5\"]', '2020-05-22 12:56:08'),
(28517, 16, 671, '[\"5\"]', '2020-05-22 12:56:08'),
(28518, 16, 665, '', '2020-05-22 12:56:08'),
(28519, 16, 666, '[\"b\"]', '2020-05-22 12:56:08'),
(28520, 16, 673, '[\"5\"]', '2020-05-22 12:56:08'),
(28521, 16, 670, '[\"5\"]', '2020-05-22 12:56:08'),
(28522, 16, 653, '[\"5\"]\n', '2020-05-22 12:56:09'),
(28523, 16, 654, '[\"5\"]\n', '2020-05-22 12:56:09'),
(28524, 16, 711, '[\"5\"]\n', '2020-05-22 12:56:09'),
(28525, 16, 712, '[\"5\"]\n', '2020-05-22 12:56:09'),
(28526, 16, 709, '[\"5\"]\n', '2020-05-22 12:56:09'),
(28527, 16, 713, '[\"5\"]\n', '2020-05-22 12:56:09'),
(28528, 16, 710, '[\"5\"]\n', '2020-05-22 12:56:09'),
(28529, 16, 714, '[\"5\"]\n', '2020-05-22 12:56:09'),
(28530, 16, 663, '', '2020-05-22 13:02:16'),
(28531, 16, 667, '[\"a\"]', '2020-05-22 13:02:16'),
(28532, 16, 642, '[\"5\"]', '2020-05-22 13:02:16'),
(28533, 16, 641, '[\"5\"]', '2020-05-22 13:02:16'),
(28534, 16, 33, '', '2020-05-22 13:02:16'),
(28535, 16, 34, '[\"d\"]', '2020-05-22 13:02:16'),
(28536, 16, 672, '[\"5\"]', '2020-05-22 13:02:16'),
(28537, 16, 669, '[\"5\"]', '2020-05-22 13:02:16'),
(28538, 16, 664, '', '2020-05-22 13:02:16'),
(28539, 16, 668, '[\"c\"]', '2020-05-22 13:02:16'),
(28540, 16, 674, '[\"5\"]', '2020-05-22 13:02:16'),
(28541, 16, 671, '[\"5\"]', '2020-05-22 13:02:16'),
(28542, 16, 665, '', '2020-05-22 13:02:16'),
(28543, 16, 666, '[\"b\"]', '2020-05-22 13:02:16'),
(28544, 16, 673, '[\"5\"]', '2020-05-22 13:02:16'),
(28545, 16, 670, '[\"5\"]', '2020-05-22 13:02:16'),
(28546, 16, 653, '[\"5\"]\n', '2020-05-22 13:02:16'),
(28547, 16, 654, '[\"5\"]\n', '2020-05-22 13:02:16'),
(28548, 16, 711, '[\"5\"]\n', '2020-05-22 13:02:16'),
(28549, 16, 712, '[\"5\"]\n', '2020-05-22 13:02:16'),
(28550, 16, 709, '[\"5\"]\n', '2020-05-22 13:02:16'),
(28551, 16, 713, '[\"5\"]\n', '2020-05-22 13:02:16'),
(28552, 16, 710, '[\"5\"]\n', '2020-05-22 13:02:16'),
(28553, 16, 714, '[\"5\"]\n', '2020-05-22 13:02:16'),
(28554, 16, 952, '[\"a\"]\n', '2020-05-22 13:02:16'),
(28555, 16, 949, '[\"d\"]\n', '2020-05-22 13:02:16'),
(28556, 16, 950, '[\"c\"]\n', '2020-05-22 13:02:16'),
(28557, 16, 951, '[\"b\"]\n', '2020-05-22 13:02:16'),
(28558, 16, 727, '[\"\",\"\",\"\",\"92eb5ffee6ae2fec3ad71c777531578f\"]', '2020-05-22 13:03:44'),
(28559, 16, 35, '[\"\",\"\",\"\",\"\"]', '2020-05-22 13:03:44'),
(28560, 16, 36, '[\"3\",\"3\",\"3\",\"3\"]', '2020-05-22 13:03:44'),
(28561, 16, 40, '[\"\",\"\",\"\",\"\"]', '2020-05-22 13:03:44'),
(28562, 16, 41, '[\"\",\"\",\"\",\"\"]', '2020-05-22 13:03:44'),
(28563, 16, 37, '[\"5\",\"5\",\"5\",\"5\"]', '2020-05-22 13:03:44'),
(28564, 16, 38, '[\"S\\u00ed\",\"S\\u00ed\",\"S\\u00ed\",\"S\\u00ed\"]', '2020-05-22 13:03:44'),
(28565, 16, 39, '[\"\",\"\",\"\",\"\"]', '2020-05-22 13:03:44'),
(28566, 16, 548, '[null,null,null,null]', '2020-05-22 13:03:49'),
(28567, 16, 653, '', '2020-05-22 13:03:49'),
(28568, 16, 949, '', '2020-05-22 13:03:49'),
(28569, 16, 950, '', '2020-05-22 13:03:49'),
(28570, 16, 711, '', '2020-05-22 13:03:49'),
(28571, 16, 951, '', '2020-05-22 13:03:49'),
(28572, 16, 709, '', '2020-05-22 13:03:49'),
(28573, 16, 952, '', '2020-05-22 13:03:49'),
(28574, 16, 710, '', '2020-05-22 13:03:49'),
(28575, 16, 654, '', '2020-05-22 13:03:49'),
(28576, 16, 712, '', '2020-05-22 13:03:49'),
(28577, 16, 713, '', '2020-05-22 13:03:49'),
(28578, 16, 714, '', '2020-05-22 13:03:49'),
(28579, 16, 42, '[\"Customer1\"]', '2020-05-22 13:04:44'),
(28580, 16, 43, '[\"Customer1\"]', '2020-05-22 13:04:44'),
(28581, 16, 44, '[\"Customer1\"]', '2020-05-22 13:04:44'),
(28582, 16, 45, '[\"Customer1\"]', '2020-05-22 13:04:44'),
(28583, 16, 46, '[\"Customer1\"]', '2020-05-22 13:04:44'),
(28584, 16, 47, '[\"Customer1\"]', '2020-05-22 13:04:44'),
(28585, 16, 51, '[\"Customer1\"]\n', '2020-05-22 13:04:45'),
(28586, 16, 53, '[\"Customer1\"]\n', '2020-05-22 13:04:45'),
(28587, 16, 55, '[\"Customer1\"]\n', '2020-05-22 13:04:45'),
(28588, 16, 48, '[\"\"]', '2020-05-22 13:12:41'),
(28589, 16, 49, '[\"\"]', '2020-05-22 13:12:41'),
(28590, 16, 756, '', '2020-05-22 13:12:41'),
(28591, 16, 50, '[\"\"]', '2020-05-22 13:12:41'),
(28592, 16, 51, '[\"Customer1\"]', '2020-05-22 13:12:41'),
(28593, 16, 52, '[\"\"]', '2020-05-22 13:12:41'),
(28594, 16, 53, '[\"Customer1\"]', '2020-05-22 13:12:41'),
(28595, 16, 753, '', '2020-05-22 13:12:41'),
(28596, 16, 723, '', '2020-05-22 13:12:41'),
(28597, 16, 59, '[\"\"]', '2020-05-22 13:12:41'),
(28598, 16, 752, '[\"\"]', '2020-05-22 13:12:41'),
(28599, 16, 55, '[\"Customer1\"]', '2020-05-22 13:12:41'),
(28600, 16, 724, '', '2020-05-22 13:12:41'),
(28601, 16, 58, '[\"\"]', '2020-05-22 13:12:41'),
(28602, 16, 56, '[\"\"]', '2020-05-22 13:12:41'),
(28603, 16, 70, '', '2020-05-22 13:12:41'),
(28604, 16, 72, '', '2020-05-22 13:12:41'),
(28605, 16, 71, '[\"\"]', '2020-05-22 13:12:41'),
(28606, 16, 83, '\n', '2020-05-22 13:12:41'),
(28607, 16, 82, '[\"\"]\n', '2020-05-22 13:12:41'),
(28608, 16, 81, '\n', '2020-05-22 13:12:41'),
(28609, 16, 48, '[\"\"]', '2020-05-22 13:28:23'),
(28610, 16, 49, '[\"\"]', '2020-05-22 13:28:23'),
(28611, 16, 756, '', '2020-05-22 13:28:23'),
(28612, 16, 50, '[\"\"]', '2020-05-22 13:28:23'),
(28613, 16, 51, '[\"Customer1\"]', '2020-05-22 13:28:23'),
(28614, 16, 52, '[\"\"]', '2020-05-22 13:28:23'),
(28615, 16, 53, '[\"Customer1\"]', '2020-05-22 13:28:23'),
(28616, 16, 753, '', '2020-05-22 13:28:23'),
(28617, 16, 723, '', '2020-05-22 13:28:23'),
(28618, 16, 59, '[\"\"]', '2020-05-22 13:28:23'),
(28619, 16, 752, '[\"\"]', '2020-05-22 13:28:23'),
(28620, 16, 55, '[\"Customer1\"]', '2020-05-22 13:28:23'),
(28621, 16, 724, '', '2020-05-22 13:28:23'),
(28622, 16, 58, '[\"\"]', '2020-05-22 13:28:23'),
(28623, 16, 56, '[\"\"]', '2020-05-22 13:28:23'),
(28624, 16, 70, '', '2020-05-22 13:28:23'),
(28625, 16, 72, '', '2020-05-22 13:28:23'),
(28626, 16, 71, '[\"\"]', '2020-05-22 13:28:23'),
(28627, 16, 83, '\n', '2020-05-22 13:28:23'),
(28628, 16, 82, '[\"\"]\n', '2020-05-22 13:28:23'),
(28629, 16, 81, '\n', '2020-05-22 13:28:23'),
(28630, 16, 48, '[\"\"]', '2020-05-22 13:28:28'),
(28631, 16, 49, '[\"\"]', '2020-05-22 13:28:28'),
(28632, 16, 756, '', '2020-05-22 13:28:28'),
(28633, 16, 50, '[\"\"]', '2020-05-22 13:28:28'),
(28634, 16, 51, '[\"Customer1\"]', '2020-05-22 13:28:28'),
(28635, 16, 52, '[\"\"]', '2020-05-22 13:28:28'),
(28636, 16, 53, '[\"Customer1\"]', '2020-05-22 13:28:28'),
(28637, 16, 753, '', '2020-05-22 13:28:28'),
(28638, 16, 723, '', '2020-05-22 13:28:28'),
(28639, 16, 59, '[\"\"]', '2020-05-22 13:28:28'),
(28640, 16, 752, '[\"\"]', '2020-05-22 13:28:28'),
(28641, 16, 55, '[\"Customer1\"]', '2020-05-22 13:28:28'),
(28642, 16, 724, '', '2020-05-22 13:28:28'),
(28643, 16, 58, '[\"\"]', '2020-05-22 13:28:28'),
(28644, 16, 56, '[\"\"]', '2020-05-22 13:28:28'),
(28645, 16, 70, '', '2020-05-22 13:28:28'),
(28646, 16, 72, '', '2020-05-22 13:28:28'),
(28647, 16, 71, '[\"\"]', '2020-05-22 13:28:28'),
(28648, 16, 83, '\n', '2020-05-22 13:28:28'),
(28649, 16, 82, '[\"\"]\n', '2020-05-22 13:28:28'),
(28650, 16, 81, '\n', '2020-05-22 13:28:28'),
(28651, 16, 48, '[\"\"]', '2020-05-22 13:39:38'),
(28652, 16, 49, '[\"\"]', '2020-05-22 13:39:38'),
(28653, 16, 756, '', '2020-05-22 13:39:38'),
(28654, 16, 50, '[\"\"]', '2020-05-22 13:39:38'),
(28655, 16, 51, '[\"Customer1\"]', '2020-05-22 13:39:38'),
(28656, 16, 52, '[\"\"]', '2020-05-22 13:39:38'),
(28657, 16, 53, '[\"Customer1\"]', '2020-05-22 13:39:38'),
(28658, 16, 753, '', '2020-05-22 13:39:38'),
(28659, 16, 723, '', '2020-05-22 13:39:38'),
(28660, 16, 59, '[\"\"]', '2020-05-22 13:39:38'),
(28661, 16, 752, '[\"\"]', '2020-05-22 13:39:38'),
(28662, 16, 55, '[\"Customer1\"]', '2020-05-22 13:39:38'),
(28663, 16, 724, '', '2020-05-22 13:39:38'),
(28664, 16, 58, '[\"\"]', '2020-05-22 13:39:38'),
(28665, 16, 56, '[\"\"]', '2020-05-22 13:39:38'),
(28666, 16, 70, '', '2020-05-22 13:39:38'),
(28667, 16, 72, '', '2020-05-22 13:39:38'),
(28668, 16, 71, '[\"\"]', '2020-05-22 13:39:38'),
(28669, 16, 83, '\n', '2020-05-22 13:39:39'),
(28670, 16, 82, '[\"\"]\n', '2020-05-22 13:39:39'),
(28671, 16, 81, '\n', '2020-05-22 13:39:39'),
(28672, 16, 48, '[\"\"]', '2020-05-22 13:51:44'),
(28673, 16, 49, '[\"\"]', '2020-05-22 13:51:44'),
(28674, 16, 756, '', '2020-05-22 13:51:44'),
(28675, 16, 50, '[\"\"]', '2020-05-22 13:51:44'),
(28676, 16, 51, '[\"Customer1\"]', '2020-05-22 13:51:44'),
(28677, 16, 52, '[\"\"]', '2020-05-22 13:51:44'),
(28678, 16, 53, '[\"Customer1\"]', '2020-05-22 13:51:44'),
(28679, 16, 753, '', '2020-05-22 13:51:44'),
(28680, 16, 723, '', '2020-05-22 13:51:44'),
(28681, 16, 59, '[\"\"]', '2020-05-22 13:51:44'),
(28682, 16, 752, '[\"\"]', '2020-05-22 13:51:44'),
(28683, 16, 55, '[\"Customer1\"]', '2020-05-22 13:51:44'),
(28684, 16, 724, '', '2020-05-22 13:51:44'),
(28685, 16, 58, '[\"\"]', '2020-05-22 13:51:44'),
(28686, 16, 56, '[\"\"]', '2020-05-22 13:51:44'),
(28687, 16, 903, '', '2020-05-22 13:51:44'),
(28688, 16, 70, '', '2020-05-22 13:51:44'),
(28689, 16, 72, '', '2020-05-22 13:51:44'),
(28690, 16, 71, '[\"\"]', '2020-05-22 13:51:44'),
(28691, 16, 910, '', '2020-05-22 13:51:44'),
(28692, 16, 902, '', '2020-05-22 13:51:44'),
(28693, 16, 83, '\n', '2020-05-22 13:51:44'),
(28694, 16, 82, '[\"\"]\n', '2020-05-22 13:51:44'),
(28695, 16, 81, '\n', '2020-05-22 13:51:44'),
(28696, 16, 911, '\n', '2020-05-22 13:51:44'),
(28697, 16, 953, '[\"d\"]\n', '2020-05-22 13:51:47'),
(28698, 16, 965, '[\"\"]\n', '2020-05-22 13:51:47'),
(28699, 16, 967, '\n', '2020-05-22 13:51:47'),
(28700, 16, 953, '', '2020-05-22 13:51:52'),
(28701, 16, 955, '', '2020-05-22 13:51:52'),
(28702, 16, 957, '', '2020-05-22 13:51:52'),
(28703, 16, 959, '', '2020-05-22 13:51:52'),
(28704, 16, 961, '', '2020-05-22 13:51:52'),
(28705, 16, 963, '', '2020-05-22 13:51:52'),
(28706, 16, 965, '', '2020-05-22 13:51:52'),
(28707, 16, 967, '', '2020-05-22 13:51:52'),
(28708, 16, 968, '', '2020-05-22 13:51:52'),
(28709, 16, 971, '', '2020-05-22 13:51:52'),
(28710, 16, 973, '', '2020-05-22 13:51:52'),
(28711, 16, 63, '', '2020-05-22 13:52:07'),
(28712, 16, 64, '', '2020-05-22 13:52:07'),
(28713, 16, 975, '', '2020-05-22 13:52:07'),
(28714, 16, 978, '', '2020-05-22 13:52:07'),
(28715, 16, 976, '', '2020-05-22 13:52:07'),
(28716, 16, 979, '', '2020-05-22 13:52:07'),
(28717, 16, 977, '', '2020-05-22 13:52:07'),
(28718, 16, 980, '', '2020-05-22 13:52:07'),
(28719, 16, 522, '\"[]\"', '2020-05-22 13:52:23'),
(28720, 16, 73, '[[\"off\",\"off\"]]', '2020-05-22 13:52:23'),
(28721, 16, 74, '[\"\"]', '2020-05-22 13:52:23'),
(28722, 16, 75, '[\"\"]', '2020-05-22 13:52:23'),
(28723, 16, 76, '[\"\"]', '2020-05-22 13:52:23'),
(28724, 16, 77, '[\"\"]', '2020-05-22 13:52:23'),
(28725, 16, 78, '[\"\"]', '2020-05-22 13:52:23'),
(28726, 16, 79, '[\"\"]', '2020-05-22 13:52:23'),
(28727, 16, 80, '[\"\"]', '2020-05-22 13:52:23'),
(28728, 16, 82, ' - \r\n', '2020-05-22 13:54:12'),
(28729, 16, 83, '', '2020-05-22 13:54:12'),
(28730, 16, 81, '', '2020-05-22 13:54:12'),
(28731, 16, 954, '\n', '2020-05-22 13:54:14'),
(28732, 16, 966, ' - \r\n\n', '2020-05-22 13:54:14'),
(28733, 16, 969, '\n', '2020-05-22 13:54:14'),
(28734, 16, 954, '', '2020-05-22 13:54:17'),
(28735, 16, 956, '', '2020-05-22 13:54:17'),
(28736, 16, 958, '', '2020-05-22 13:54:17'),
(28737, 16, 960, '', '2020-05-22 13:54:17'),
(28738, 16, 962, '', '2020-05-22 13:54:17'),
(28739, 16, 964, '', '2020-05-22 13:54:17'),
(28740, 16, 966, '', '2020-05-22 13:54:17'),
(28741, 16, 969, '', '2020-05-22 13:54:17'),
(28742, 16, 970, '', '2020-05-22 13:54:17'),
(28743, 16, 972, '', '2020-05-22 13:54:17'),
(28744, 16, 974, '', '2020-05-22 13:54:17'),
(28745, 16, 707, '\"[]\"', '2020-05-22 13:54:24'),
(28746, 16, 908, '\"[]\"', '2020-05-22 13:54:24'),
(28747, 16, 675, '[\"\"]', '2020-05-22 13:54:24'),
(28748, 16, 676, '[\"\"]', '2020-05-22 13:54:24'),
(28749, 16, 677, '[\"\"]', '2020-05-22 13:54:24'),
(28750, 16, 689, '\"[]\"', '2020-05-22 13:54:24'),
(28751, 16, 687, '\"[]\"', '2020-05-22 13:54:24'),
(28752, 16, 685, '\"[]\"', '2020-05-22 13:54:24'),
(28753, 16, 704, '[\"\"]', '2020-05-22 13:54:24'),
(28754, 16, 678, '[\"\"]', '2020-05-22 13:54:24'),
(28755, 16, 679, '[\"\"]', '2020-05-22 13:54:24'),
(28756, 16, 680, '[\"\"]', '2020-05-22 13:54:24'),
(28757, 16, 681, '[\"\"]', '2020-05-22 13:54:24'),
(28758, 16, 682, '[\"\"]', '2020-05-22 13:54:24'),
(28759, 16, 683, '[\"\"]', '2020-05-22 13:54:24'),
(28760, 16, 684, '[\"\"]', '2020-05-22 13:54:24'),
(28761, 16, 906, '\"[]\"', '2020-05-22 13:54:24'),
(28762, 16, 690, '\"[]\"', '2020-05-22 13:54:24'),
(28763, 16, 691, '\"[]\"', '2020-05-22 13:54:24'),
(28764, 16, 907, '\"[]\"', '2020-05-22 13:54:24'),
(28765, 16, 686, '\"[]\"', '2020-05-22 13:54:24'),
(28766, 16, 688, '\"[]\"', '2020-05-22 13:54:24'),
(28767, 16, 549, '\"[]\"', '2020-05-22 13:54:28'),
(28768, 16, 85, '', '2020-05-25 06:18:58'),
(28769, 16, 86, '', '2020-05-25 06:18:58'),
(28770, 16, 87, '\n', '2020-05-25 06:18:58'),
(28771, 16, 88, '\n', '2020-05-25 06:18:58'),
(28772, 16, 523, '', '2020-05-25 06:19:22'),
(28773, 16, 981, 'Product-Service', '2020-05-25 06:19:22'),
(28774, 16, 124, '', '2020-05-25 07:18:10'),
(28775, 16, 119, '', '2020-05-25 07:18:10'),
(28776, 16, 120, '', '2020-05-25 07:18:10'),
(28777, 16, 121, '', '2020-05-25 07:18:10'),
(28778, 16, 122, '', '2020-05-25 07:18:10'),
(28779, 16, 123, '', '2020-05-25 07:18:10'),
(28780, 16, 125, '', '2020-05-25 07:18:10'),
(28781, 16, 728, '', '2020-05-25 07:18:10'),
(28782, 16, 126, '1', '2020-05-25 07:18:10'),
(28783, 16, 127, '1', '2020-05-25 07:18:10'),
(28784, 16, 128, '', '2020-05-25 07:18:10'),
(28785, 16, 129, '', '2020-05-25 07:18:10'),
(28786, 16, 729, '', '2020-05-25 07:18:10'),
(28787, 16, 733, '', '2020-05-25 07:18:10'),
(28788, 16, 130, '1', '2020-05-25 07:18:10'),
(28789, 16, 131, '1', '2020-05-25 07:18:10'),
(28790, 16, 132, '', '2020-05-25 07:18:10'),
(28791, 16, 133, '', '2020-05-25 07:18:10'),
(28792, 16, 737, '', '2020-05-25 07:18:10'),
(28793, 16, 734, '', '2020-05-25 07:18:10'),
(28794, 16, 135, '1', '2020-05-25 07:18:10'),
(28795, 16, 136, '1', '2020-05-25 07:18:10'),
(28796, 16, 137, '', '2020-05-25 07:18:10'),
(28797, 16, 138, '', '2020-05-25 07:18:10'),
(28798, 16, 738, '', '2020-05-25 07:18:10'),
(28799, 16, 735, '', '2020-05-25 07:18:10'),
(28800, 16, 139, '1', '2020-05-25 07:18:10'),
(28801, 16, 140, '1', '2020-05-25 07:18:10'),
(28802, 16, 141, '', '2020-05-25 07:18:10'),
(28803, 16, 142, '', '2020-05-25 07:18:10'),
(28804, 16, 739, '', '2020-05-25 07:18:10'),
(28805, 16, 736, '', '2020-05-25 07:18:10'),
(28806, 16, 143, '1', '2020-05-25 07:18:10'),
(28807, 16, 145, '1', '2020-05-25 07:18:10'),
(28808, 16, 144, '', '2020-05-25 07:18:10'),
(28809, 16, 146, '', '2020-05-25 07:18:10'),
(28810, 16, 740, '', '2020-05-25 07:18:10'),
(28811, 16, 134, '', '2020-05-25 07:18:10'),
(28812, 16, 741, '', '2020-05-25 07:18:10'),
(28813, 16, 148, '', '2020-05-25 07:18:10'),
(28814, 16, 147, '', '2020-05-25 07:18:10'),
(28815, 16, 149, '', '2020-05-25 07:18:10'),
(28816, 16, 150, '', '2020-05-25 07:18:10'),
(28817, 16, 829, '', '2020-05-25 07:18:10'),
(28818, 16, 743, '', '2020-05-25 07:18:10'),
(28819, 16, 151, '', '2020-05-25 07:18:10'),
(28820, 16, 153, '', '2020-05-25 07:18:10'),
(28821, 16, 154, '', '2020-05-25 07:18:10'),
(28822, 16, 155, '', '2020-05-25 07:18:10'),
(28823, 16, 747, '', '2020-05-25 07:18:10'),
(28824, 16, 744, '', '2020-05-25 07:18:10'),
(28825, 16, 157, '', '2020-05-25 07:18:10'),
(28826, 16, 158, '', '2020-05-25 07:18:10'),
(28827, 16, 159, '', '2020-05-25 07:18:10'),
(28828, 16, 160, '', '2020-05-25 07:18:10'),
(28829, 16, 748, '', '2020-05-25 07:18:10'),
(28830, 16, 745, '', '2020-05-25 07:18:10'),
(28831, 16, 161, '', '2020-05-25 07:18:10'),
(28832, 16, 162, '', '2020-05-25 07:18:10'),
(28833, 16, 163, '', '2020-05-25 07:18:10'),
(28834, 16, 164, '', '2020-05-25 07:18:10'),
(28835, 16, 749, '', '2020-05-25 07:18:10'),
(28836, 16, 746, '', '2020-05-25 07:18:10'),
(28837, 16, 165, '', '2020-05-25 07:18:10'),
(28838, 16, 166, '', '2020-05-25 07:18:10'),
(28839, 16, 167, '', '2020-05-25 07:18:10'),
(28840, 16, 168, '', '2020-05-25 07:18:10'),
(28841, 16, 750, '', '2020-05-25 07:18:10'),
(28842, 16, 523, '', '2020-05-25 07:18:24'),
(28843, 16, 981, 'Product-Service', '2020-05-25 07:18:24'),
(28844, 16, 124, '', '2020-05-25 07:18:41'),
(28845, 16, 119, '', '2020-05-25 07:18:41'),
(28846, 16, 120, '', '2020-05-25 07:18:41'),
(28847, 16, 121, '', '2020-05-25 07:18:41'),
(28848, 16, 122, '', '2020-05-25 07:18:41'),
(28849, 16, 123, '', '2020-05-25 07:18:41'),
(28850, 16, 125, '', '2020-05-25 07:18:41'),
(28851, 16, 728, '', '2020-05-25 07:18:41'),
(28852, 16, 126, '1', '2020-05-25 07:18:41'),
(28853, 16, 127, '1', '2020-05-25 07:18:41'),
(28854, 16, 128, '', '2020-05-25 07:18:41'),
(28855, 16, 129, '', '2020-05-25 07:18:41'),
(28856, 16, 729, '', '2020-05-25 07:18:41'),
(28857, 16, 733, '', '2020-05-25 07:18:41'),
(28858, 16, 130, '1', '2020-05-25 07:18:41'),
(28859, 16, 131, '1', '2020-05-25 07:18:41'),
(28860, 16, 132, '', '2020-05-25 07:18:41'),
(28861, 16, 133, '', '2020-05-25 07:18:41'),
(28862, 16, 737, '', '2020-05-25 07:18:41'),
(28863, 16, 734, '', '2020-05-25 07:18:41'),
(28864, 16, 135, '1', '2020-05-25 07:18:41'),
(28865, 16, 136, '1', '2020-05-25 07:18:41'),
(28866, 16, 137, '', '2020-05-25 07:18:41'),
(28867, 16, 138, '', '2020-05-25 07:18:41'),
(28868, 16, 738, '', '2020-05-25 07:18:41'),
(28869, 16, 735, '', '2020-05-25 07:18:41'),
(28870, 16, 139, '1', '2020-05-25 07:18:41'),
(28871, 16, 140, '1', '2020-05-25 07:18:41'),
(28872, 16, 141, '', '2020-05-25 07:18:41'),
(28873, 16, 142, '', '2020-05-25 07:18:41'),
(28874, 16, 739, '', '2020-05-25 07:18:41'),
(28875, 16, 736, '', '2020-05-25 07:18:41'),
(28876, 16, 143, '1', '2020-05-25 07:18:41'),
(28877, 16, 145, '1', '2020-05-25 07:18:41'),
(28878, 16, 144, '', '2020-05-25 07:18:41'),
(28879, 16, 146, '', '2020-05-25 07:18:41'),
(28880, 16, 740, '', '2020-05-25 07:18:41'),
(28881, 16, 134, '', '2020-05-25 07:18:41'),
(28882, 16, 741, '', '2020-05-25 07:18:41'),
(28883, 16, 148, '', '2020-05-25 07:18:41'),
(28884, 16, 147, '1', '2020-05-25 07:18:41'),
(28885, 16, 149, '', '2020-05-25 07:18:41'),
(28886, 16, 150, '', '2020-05-25 07:18:41'),
(28887, 16, 829, '', '2020-05-25 07:18:41'),
(28888, 16, 743, '', '2020-05-25 07:18:41'),
(28889, 16, 151, '', '2020-05-25 07:18:41'),
(28890, 16, 153, '1', '2020-05-25 07:18:41'),
(28891, 16, 154, '', '2020-05-25 07:18:41'),
(28892, 16, 155, '', '2020-05-25 07:18:41'),
(28893, 16, 747, '', '2020-05-25 07:18:41'),
(28894, 16, 744, '', '2020-05-25 07:18:41'),
(28895, 16, 157, '', '2020-05-25 07:18:41'),
(28896, 16, 158, '1', '2020-05-25 07:18:41'),
(28897, 16, 159, '', '2020-05-25 07:18:41'),
(28898, 16, 160, '', '2020-05-25 07:18:41'),
(28899, 16, 748, '', '2020-05-25 07:18:41'),
(28900, 16, 745, '', '2020-05-25 07:18:41'),
(28901, 16, 161, '', '2020-05-25 07:18:41'),
(28902, 16, 162, '1', '2020-05-25 07:18:41'),
(28903, 16, 163, '', '2020-05-25 07:18:41'),
(28904, 16, 164, '', '2020-05-25 07:18:41'),
(28905, 16, 749, '', '2020-05-25 07:18:41'),
(28906, 16, 746, '', '2020-05-25 07:18:41'),
(28907, 16, 165, '', '2020-05-25 07:18:41'),
(28908, 16, 166, '1', '2020-05-25 07:18:41'),
(28909, 16, 167, '', '2020-05-25 07:18:41'),
(28910, 16, 168, '', '2020-05-25 07:18:41'),
(28911, 16, 750, '', '2020-05-25 07:18:41'),
(28912, 16, 173, '', '2020-05-25 07:37:51'),
(28913, 16, 174, '', '2020-05-25 07:37:51'),
(28914, 16, 175, '', '2020-05-25 07:37:51'),
(28915, 16, 176, '', '2020-05-25 07:37:51'),
(28916, 16, 177, '', '2020-05-25 07:37:51'),
(28917, 16, 178, '', '2020-05-25 07:37:51'),
(28918, 16, 179, '', '2020-05-25 07:37:51'),
(28919, 16, 754, '', '2020-05-25 07:37:51'),
(28920, 16, 180, '', '2020-05-25 07:37:51'),
(28921, 16, 181, '', '2020-05-25 07:37:51'),
(28922, 16, 182, '', '2020-05-25 07:37:51'),
(28923, 16, 183, '', '2020-05-25 07:37:51'),
(28924, 16, 755, '', '2020-05-25 07:37:51'),
(28925, 16, 760, '', '2020-05-25 07:37:51'),
(28926, 16, 184, '', '2020-05-25 07:37:51'),
(28927, 16, 185, '', '2020-05-25 07:37:51'),
(28928, 16, 186, '', '2020-05-25 07:37:51'),
(28929, 16, 187, '', '2020-05-25 07:37:51'),
(28930, 16, 764, '', '2020-05-25 07:37:51'),
(28931, 16, 761, '', '2020-05-25 07:37:51'),
(28932, 16, 188, '', '2020-05-25 07:37:51'),
(28933, 16, 189, '', '2020-05-25 07:37:51'),
(28934, 16, 190, '', '2020-05-25 07:37:51'),
(28935, 16, 191, '', '2020-05-25 07:37:51'),
(28936, 16, 765, '', '2020-05-25 07:37:51'),
(28937, 16, 762, '', '2020-05-25 07:37:51'),
(28938, 16, 192, '', '2020-05-25 07:37:51'),
(28939, 16, 193, '', '2020-05-25 07:37:51'),
(28940, 16, 194, '', '2020-05-25 07:37:51'),
(28941, 16, 195, '', '2020-05-25 07:37:51'),
(28942, 16, 766, '', '2020-05-25 07:37:51'),
(28943, 16, 763, '', '2020-05-25 07:37:51'),
(28944, 16, 196, '', '2020-05-25 07:37:51'),
(28945, 16, 197, '', '2020-05-25 07:37:51'),
(28946, 16, 198, '', '2020-05-25 07:37:51'),
(28947, 16, 199, '', '2020-05-25 07:37:51'),
(28948, 16, 767, '', '2020-05-25 07:37:51'),
(28949, 16, 200, '', '2020-05-25 07:37:51'),
(28950, 16, 858, '', '2020-05-25 07:37:51'),
(28951, 16, 201, '', '2020-05-25 07:37:51'),
(28952, 16, 202, '', '2020-05-25 07:37:51'),
(28953, 16, 203, '', '2020-05-25 07:37:51'),
(28954, 16, 204, '', '2020-05-25 07:37:51'),
(28955, 16, 859, '', '2020-05-25 07:37:51'),
(28956, 16, 830, '', '2020-05-25 07:37:51'),
(28957, 16, 205, '', '2020-05-25 07:37:51'),
(28958, 16, 206, '', '2020-05-25 07:37:51'),
(28959, 16, 207, '', '2020-05-25 07:37:51'),
(28960, 16, 208, '', '2020-05-25 07:37:51'),
(28961, 16, 834, '', '2020-05-25 07:37:51'),
(28962, 16, 831, '', '2020-05-25 07:37:51'),
(28963, 16, 209, '', '2020-05-25 07:37:51'),
(28964, 16, 210, '', '2020-05-25 07:37:51'),
(28965, 16, 211, '', '2020-05-25 07:37:51'),
(28966, 16, 212, '', '2020-05-25 07:37:51'),
(28967, 16, 835, '', '2020-05-25 07:37:51'),
(28968, 16, 832, '', '2020-05-25 07:37:51'),
(28969, 16, 213, '', '2020-05-25 07:37:51'),
(28970, 16, 214, '', '2020-05-25 07:37:51'),
(28971, 16, 215, '', '2020-05-25 07:37:51'),
(28972, 16, 216, '', '2020-05-25 07:37:51'),
(28973, 16, 836, '', '2020-05-25 07:37:51'),
(28974, 16, 833, '', '2020-05-25 07:37:51'),
(28975, 16, 217, '', '2020-05-25 07:37:51'),
(28976, 16, 218, '', '2020-05-25 07:37:51'),
(28977, 16, 219, '', '2020-05-25 07:37:51'),
(28978, 16, 220, '', '2020-05-25 07:37:51'),
(28979, 16, 837, '', '2020-05-25 07:37:51'),
(28980, 5, 540, '', '2020-05-25 07:42:51'),
(28981, 2, 541, '', '2020-05-25 07:46:19'),
(28982, 2, 542, 'service', '2020-05-25 07:46:29'),
(28983, 5, 525, '', '2020-05-25 08:04:25'),
(28984, 5, 526, '', '2020-05-25 08:04:25'),
(28985, 5, 527, '', '2020-05-25 08:04:25'),
(28986, 5, 535, '', '2020-05-25 08:04:25'),
(28987, 5, 532, '', '2020-05-25 08:04:25'),
(28988, 5, 533, '', '2020-05-25 08:04:25'),
(28989, 5, 534, '', '2020-05-25 08:04:25'),
(28990, 5, 536, '', '2020-05-25 08:04:25'),
(28991, 5, 537, '', '2020-05-25 08:04:25'),
(28992, 5, 538, '', '2020-05-25 08:04:25'),
(28993, 5, 539, '', '2020-05-25 08:04:25'),
(28994, 5, 525, '', '2020-05-25 08:04:56'),
(28995, 5, 526, '', '2020-05-25 08:04:56'),
(28996, 5, 527, '', '2020-05-25 08:04:56'),
(28997, 5, 535, '', '2020-05-25 08:04:56'),
(28998, 5, 532, '', '2020-05-25 08:04:56'),
(28999, 5, 533, '', '2020-05-25 08:04:56'),
(29000, 5, 534, '', '2020-05-25 08:04:56'),
(29001, 5, 536, '', '2020-05-25 08:04:56'),
(29002, 5, 537, '', '2020-05-25 08:04:56'),
(29003, 5, 538, '', '2020-05-25 08:04:56'),
(29004, 5, 539, '', '2020-05-25 08:04:56'),
(29005, 16, 221, '', '2020-05-25 08:07:57'),
(29006, 16, 222, '', '2020-05-25 08:07:57'),
(29007, 16, 223, '', '2020-05-25 08:07:57'),
(29008, 16, 224, '', '2020-05-25 08:07:57'),
(29009, 16, 225, '', '2020-05-25 08:07:57'),
(29010, 16, 226, '', '2020-05-25 08:07:57'),
(29011, 16, 227, '', '2020-05-25 08:07:57'),
(29012, 16, 768, '', '2020-05-25 08:07:57'),
(29013, 16, 228, '', '2020-05-25 08:07:57'),
(29014, 16, 231, '', '2020-05-25 08:07:57'),
(29015, 16, 229, '', '2020-05-25 08:07:57'),
(29016, 16, 230, '', '2020-05-25 08:07:57'),
(29017, 16, 773, '', '2020-05-25 08:07:57'),
(29018, 16, 769, '', '2020-05-25 08:07:57'),
(29019, 16, 232, '', '2020-05-25 08:07:57'),
(29020, 16, 240, '', '2020-05-25 08:07:57'),
(29021, 16, 241, '', '2020-05-25 08:07:57'),
(29022, 16, 242, '', '2020-05-25 08:07:57'),
(29023, 16, 774, '', '2020-05-25 08:07:57'),
(29024, 16, 770, '', '2020-05-25 08:07:57'),
(29025, 16, 246, '', '2020-05-25 08:07:57'),
(29026, 16, 243, '', '2020-05-25 08:07:57'),
(29027, 16, 244, '', '2020-05-25 08:07:57'),
(29028, 16, 245, '', '2020-05-25 08:07:57'),
(29029, 16, 775, '', '2020-05-25 08:07:57'),
(29030, 16, 771, '', '2020-05-25 08:07:57'),
(29031, 16, 247, '', '2020-05-25 08:07:57'),
(29032, 16, 248, '', '2020-05-25 08:07:57'),
(29033, 16, 249, '', '2020-05-25 08:07:57'),
(29034, 16, 250, '', '2020-05-25 08:07:57'),
(29035, 16, 776, '', '2020-05-25 08:07:57'),
(29036, 16, 772, '', '2020-05-25 08:07:57'),
(29037, 16, 251, '', '2020-05-25 08:07:57'),
(29038, 16, 252, '', '2020-05-25 08:07:57'),
(29039, 16, 254, '', '2020-05-25 08:07:57'),
(29040, 16, 253, '', '2020-05-25 08:07:57'),
(29041, 16, 777, '', '2020-05-25 08:07:57'),
(29042, 16, 255, '', '2020-05-25 08:07:57'),
(29043, 16, 838, '', '2020-05-25 08:07:57'),
(29044, 16, 256, '', '2020-05-25 08:07:57'),
(29045, 16, 257, '', '2020-05-25 08:07:57'),
(29046, 16, 258, '', '2020-05-25 08:07:57'),
(29047, 16, 259, '', '2020-05-25 08:07:57'),
(29048, 16, 843, '', '2020-05-25 08:07:57'),
(29049, 16, 839, '', '2020-05-25 08:07:57'),
(29050, 16, 260, '', '2020-05-25 08:07:57'),
(29051, 16, 261, '', '2020-05-25 08:07:57'),
(29052, 16, 262, '', '2020-05-25 08:07:57'),
(29053, 16, 263, '', '2020-05-25 08:07:57'),
(29054, 16, 844, '', '2020-05-25 08:07:57'),
(29055, 16, 840, '', '2020-05-25 08:07:57'),
(29056, 16, 267, '', '2020-05-25 08:07:57'),
(29057, 16, 264, '', '2020-05-25 08:07:57'),
(29058, 16, 265, '', '2020-05-25 08:07:57'),
(29059, 16, 266, '', '2020-05-25 08:07:57'),
(29060, 16, 845, '', '2020-05-25 08:07:57'),
(29061, 16, 841, '', '2020-05-25 08:07:57'),
(29062, 16, 268, '', '2020-05-25 08:07:57'),
(29063, 16, 269, '', '2020-05-25 08:07:57'),
(29064, 16, 270, '', '2020-05-25 08:07:57'),
(29065, 16, 271, '', '2020-05-25 08:07:57'),
(29066, 16, 846, '', '2020-05-25 08:07:57'),
(29067, 16, 842, '', '2020-05-25 08:07:57'),
(29068, 16, 272, '', '2020-05-25 08:07:57'),
(29069, 16, 273, '', '2020-05-25 08:07:57'),
(29070, 16, 274, '', '2020-05-25 08:07:57'),
(29071, 16, 275, '', '2020-05-25 08:07:57'),
(29072, 16, 847, '', '2020-05-25 08:07:57'),
(29073, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"}]', '2020-05-25 08:09:01'),
(29074, 16, 276, '', '2020-05-25 08:12:00'),
(29075, 16, 277, '', '2020-05-25 08:12:00'),
(29076, 16, 278, '', '2020-05-25 08:12:00'),
(29077, 16, 279, '', '2020-05-25 08:12:00'),
(29078, 16, 280, '', '2020-05-25 08:12:00'),
(29079, 16, 281, '', '2020-05-25 08:12:00'),
(29080, 16, 282, '', '2020-05-25 08:12:00'),
(29081, 16, 778, '', '2020-05-25 08:12:00'),
(29082, 16, 283, '', '2020-05-25 08:12:00'),
(29083, 16, 284, '', '2020-05-25 08:12:00'),
(29084, 16, 285, '', '2020-05-25 08:12:00'),
(29085, 16, 286, '', '2020-05-25 08:12:00'),
(29086, 16, 783, '', '2020-05-25 08:12:00'),
(29087, 16, 779, '', '2020-05-25 08:12:00'),
(29088, 16, 287, '', '2020-05-25 08:12:00'),
(29089, 16, 288, '', '2020-05-25 08:12:00'),
(29090, 16, 289, '', '2020-05-25 08:12:00'),
(29091, 16, 290, '', '2020-05-25 08:12:00'),
(29092, 16, 784, '', '2020-05-25 08:12:00'),
(29093, 16, 780, '', '2020-05-25 08:12:00'),
(29094, 16, 291, '', '2020-05-25 08:12:00'),
(29095, 16, 292, '', '2020-05-25 08:12:00'),
(29096, 16, 293, '', '2020-05-25 08:12:00'),
(29097, 16, 294, '', '2020-05-25 08:12:00'),
(29098, 16, 785, '', '2020-05-25 08:12:00'),
(29099, 16, 781, '', '2020-05-25 08:12:00'),
(29100, 16, 295, '', '2020-05-25 08:12:00'),
(29101, 16, 296, '', '2020-05-25 08:12:00'),
(29102, 16, 297, '', '2020-05-25 08:12:00'),
(29103, 16, 298, '', '2020-05-25 08:12:00'),
(29104, 16, 786, '', '2020-05-25 08:12:00'),
(29105, 16, 782, '', '2020-05-25 08:12:00'),
(29106, 16, 299, '', '2020-05-25 08:12:00'),
(29107, 16, 300, '', '2020-05-25 08:12:00'),
(29108, 16, 301, '', '2020-05-25 08:12:00'),
(29109, 16, 302, '', '2020-05-25 08:12:00'),
(29110, 16, 787, '', '2020-05-25 08:12:00'),
(29111, 16, 303, '', '2020-05-25 08:12:00'),
(29112, 16, 848, '', '2020-05-25 08:12:00'),
(29113, 16, 304, '', '2020-05-25 08:12:00'),
(29114, 16, 305, '', '2020-05-25 08:12:00'),
(29115, 16, 306, '', '2020-05-25 08:12:00'),
(29116, 16, 307, '', '2020-05-25 08:12:00'),
(29117, 16, 853, '', '2020-05-25 08:12:00'),
(29118, 16, 849, '', '2020-05-25 08:12:00'),
(29119, 16, 308, '', '2020-05-25 08:12:00'),
(29120, 16, 309, '', '2020-05-25 08:12:00'),
(29121, 16, 310, '', '2020-05-25 08:12:00'),
(29122, 16, 311, '', '2020-05-25 08:12:00'),
(29123, 16, 854, '', '2020-05-25 08:12:00'),
(29124, 16, 850, '', '2020-05-25 08:12:00'),
(29125, 16, 313, '', '2020-05-25 08:12:00'),
(29126, 16, 312, '', '2020-05-25 08:12:00'),
(29127, 16, 314, '', '2020-05-25 08:12:00'),
(29128, 16, 315, '', '2020-05-25 08:12:00'),
(29129, 16, 855, '', '2020-05-25 08:12:00'),
(29130, 16, 851, '', '2020-05-25 08:12:00'),
(29131, 16, 316, '', '2020-05-25 08:12:00'),
(29132, 16, 317, '', '2020-05-25 08:12:00'),
(29133, 16, 318, '', '2020-05-25 08:12:00'),
(29134, 16, 319, '', '2020-05-25 08:12:00'),
(29135, 16, 856, '', '2020-05-25 08:12:00'),
(29136, 16, 852, '', '2020-05-25 08:12:00'),
(29137, 16, 320, '', '2020-05-25 08:12:00'),
(29138, 16, 321, '', '2020-05-25 08:12:00'),
(29139, 16, 322, '', '2020-05-25 08:12:00'),
(29140, 16, 323, '', '2020-05-25 08:12:00'),
(29141, 16, 857, '', '2020-05-25 08:12:00'),
(29142, 16, 324, '', '2020-05-25 08:12:04'),
(29143, 16, 325, '', '2020-05-25 08:12:04'),
(29144, 16, 326, '', '2020-05-25 08:12:04'),
(29145, 16, 327, '', '2020-05-25 08:12:04'),
(29146, 16, 328, '', '2020-05-25 08:12:04'),
(29147, 16, 329, '', '2020-05-25 08:12:04'),
(29148, 16, 330, '', '2020-05-25 08:12:04'),
(29149, 16, 788, '', '2020-05-25 08:12:04'),
(29150, 16, 331, '', '2020-05-25 08:12:04'),
(29151, 16, 333, '', '2020-05-25 08:12:04'),
(29152, 16, 332, '', '2020-05-25 08:12:04'),
(29153, 16, 334, '', '2020-05-25 08:12:04'),
(29154, 16, 793, '', '2020-05-25 08:12:04'),
(29155, 16, 789, '', '2020-05-25 08:12:04'),
(29156, 16, 335, '', '2020-05-25 08:12:04'),
(29157, 16, 336, '', '2020-05-25 08:12:04'),
(29158, 16, 337, '', '2020-05-25 08:12:04'),
(29159, 16, 338, '', '2020-05-25 08:12:04'),
(29160, 16, 794, '', '2020-05-25 08:12:04'),
(29161, 16, 790, '', '2020-05-25 08:12:04'),
(29162, 16, 339, '', '2020-05-25 08:12:04'),
(29163, 16, 340, '', '2020-05-25 08:12:04'),
(29164, 16, 341, '', '2020-05-25 08:12:04'),
(29165, 16, 342, '', '2020-05-25 08:12:04'),
(29166, 16, 795, '', '2020-05-25 08:12:04'),
(29167, 16, 791, '', '2020-05-25 08:12:04'),
(29168, 16, 343, '', '2020-05-25 08:12:04'),
(29169, 16, 344, '', '2020-05-25 08:12:04'),
(29170, 16, 345, '', '2020-05-25 08:12:04'),
(29171, 16, 346, '', '2020-05-25 08:12:04'),
(29172, 16, 796, '', '2020-05-25 08:12:04'),
(29173, 16, 792, '', '2020-05-25 08:12:04'),
(29174, 16, 347, '', '2020-05-25 08:12:04'),
(29175, 16, 348, '', '2020-05-25 08:12:04'),
(29176, 16, 349, '', '2020-05-25 08:12:04'),
(29177, 16, 350, '', '2020-05-25 08:12:04'),
(29178, 16, 797, '', '2020-05-25 08:12:04'),
(29179, 16, 351, '', '2020-05-25 08:12:04'),
(29180, 16, 860, '', '2020-05-25 08:12:04'),
(29181, 16, 352, '', '2020-05-25 08:12:04'),
(29182, 16, 353, '', '2020-05-25 08:12:04'),
(29183, 16, 354, '', '2020-05-25 08:12:04'),
(29184, 16, 355, '', '2020-05-25 08:12:04'),
(29185, 16, 865, '', '2020-05-25 08:12:04'),
(29186, 16, 861, '', '2020-05-25 08:12:04'),
(29187, 16, 356, '', '2020-05-25 08:12:04'),
(29188, 16, 357, '', '2020-05-25 08:12:04'),
(29189, 16, 358, '', '2020-05-25 08:12:04'),
(29190, 16, 359, '', '2020-05-25 08:12:04'),
(29191, 16, 866, '', '2020-05-25 08:12:04'),
(29192, 16, 862, '', '2020-05-25 08:12:04'),
(29193, 16, 360, '', '2020-05-25 08:12:04'),
(29194, 16, 361, '', '2020-05-25 08:12:04'),
(29195, 16, 362, '', '2020-05-25 08:12:04'),
(29196, 16, 363, '', '2020-05-25 08:12:04'),
(29197, 16, 867, '', '2020-05-25 08:12:04'),
(29198, 16, 863, '', '2020-05-25 08:12:04'),
(29199, 16, 364, '', '2020-05-25 08:12:04'),
(29200, 16, 365, '', '2020-05-25 08:12:04'),
(29201, 16, 366, '', '2020-05-25 08:12:04'),
(29202, 16, 367, '', '2020-05-25 08:12:04'),
(29203, 16, 868, '', '2020-05-25 08:12:04'),
(29204, 16, 864, '', '2020-05-25 08:12:04'),
(29205, 16, 368, '', '2020-05-25 08:12:04'),
(29206, 16, 369, '', '2020-05-25 08:12:04'),
(29207, 16, 370, '', '2020-05-25 08:12:04');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(29208, 16, 371, '', '2020-05-25 08:12:04'),
(29209, 16, 869, '', '2020-05-25 08:12:04'),
(29210, 16, 372, '', '2020-05-25 08:12:08'),
(29211, 16, 373, '', '2020-05-25 08:12:08'),
(29212, 16, 374, '', '2020-05-25 08:12:08'),
(29213, 16, 375, '', '2020-05-25 08:12:08'),
(29214, 16, 376, '', '2020-05-25 08:12:08'),
(29215, 16, 377, '', '2020-05-25 08:12:08'),
(29216, 16, 378, '', '2020-05-25 08:12:08'),
(29217, 16, 798, '', '2020-05-25 08:12:08'),
(29218, 16, 379, '', '2020-05-25 08:12:08'),
(29219, 16, 380, '', '2020-05-25 08:12:08'),
(29220, 16, 381, '', '2020-05-25 08:12:08'),
(29221, 16, 382, '', '2020-05-25 08:12:08'),
(29222, 16, 803, '', '2020-05-25 08:12:08'),
(29223, 16, 799, '', '2020-05-25 08:12:08'),
(29224, 16, 383, '', '2020-05-25 08:12:08'),
(29225, 16, 384, '', '2020-05-25 08:12:08'),
(29226, 16, 385, '', '2020-05-25 08:12:08'),
(29227, 16, 386, '', '2020-05-25 08:12:08'),
(29228, 16, 804, '', '2020-05-25 08:12:08'),
(29229, 16, 800, '', '2020-05-25 08:12:08'),
(29230, 16, 387, '', '2020-05-25 08:12:08'),
(29231, 16, 388, '', '2020-05-25 08:12:08'),
(29232, 16, 389, '', '2020-05-25 08:12:08'),
(29233, 16, 390, '', '2020-05-25 08:12:08'),
(29234, 16, 805, '', '2020-05-25 08:12:08'),
(29235, 16, 801, '', '2020-05-25 08:12:08'),
(29236, 16, 391, '', '2020-05-25 08:12:08'),
(29237, 16, 392, '', '2020-05-25 08:12:08'),
(29238, 16, 393, '', '2020-05-25 08:12:08'),
(29239, 16, 394, '', '2020-05-25 08:12:08'),
(29240, 16, 806, '', '2020-05-25 08:12:08'),
(29241, 16, 802, '', '2020-05-25 08:12:08'),
(29242, 16, 395, '', '2020-05-25 08:12:08'),
(29243, 16, 396, '', '2020-05-25 08:12:08'),
(29244, 16, 397, '', '2020-05-25 08:12:08'),
(29245, 16, 398, '', '2020-05-25 08:12:08'),
(29246, 16, 807, '', '2020-05-25 08:12:08'),
(29247, 16, 399, '', '2020-05-25 08:12:08'),
(29248, 16, 870, '', '2020-05-25 08:12:08'),
(29249, 16, 400, '', '2020-05-25 08:12:08'),
(29250, 16, 401, '', '2020-05-25 08:12:08'),
(29251, 16, 402, '', '2020-05-25 08:12:08'),
(29252, 16, 403, '', '2020-05-25 08:12:08'),
(29253, 16, 875, '', '2020-05-25 08:12:08'),
(29254, 16, 871, '', '2020-05-25 08:12:08'),
(29255, 16, 404, '', '2020-05-25 08:12:08'),
(29256, 16, 405, '', '2020-05-25 08:12:08'),
(29257, 16, 406, '', '2020-05-25 08:12:08'),
(29258, 16, 407, '', '2020-05-25 08:12:08'),
(29259, 16, 876, '', '2020-05-25 08:12:08'),
(29260, 16, 872, '', '2020-05-25 08:12:08'),
(29261, 16, 408, '', '2020-05-25 08:12:08'),
(29262, 16, 411, '', '2020-05-25 08:12:08'),
(29263, 16, 412, '', '2020-05-25 08:12:08'),
(29264, 16, 413, '', '2020-05-25 08:12:08'),
(29265, 16, 877, '', '2020-05-25 08:12:08'),
(29266, 16, 873, '', '2020-05-25 08:12:08'),
(29267, 16, 409, '', '2020-05-25 08:12:08'),
(29268, 16, 416, '', '2020-05-25 08:12:08'),
(29269, 16, 417, '', '2020-05-25 08:12:08'),
(29270, 16, 414, '', '2020-05-25 08:12:08'),
(29271, 16, 878, '', '2020-05-25 08:12:08'),
(29272, 16, 874, '', '2020-05-25 08:12:08'),
(29273, 16, 410, '', '2020-05-25 08:12:08'),
(29274, 16, 418, '', '2020-05-25 08:12:08'),
(29275, 16, 419, '', '2020-05-25 08:12:08'),
(29276, 16, 415, '', '2020-05-25 08:12:08'),
(29277, 16, 879, '', '2020-05-25 08:12:08'),
(29278, 16, 420, '', '2020-05-25 08:12:13'),
(29279, 16, 421, '', '2020-05-25 08:12:13'),
(29280, 16, 422, '', '2020-05-25 08:12:13'),
(29281, 16, 423, '', '2020-05-25 08:12:13'),
(29282, 16, 424, '', '2020-05-25 08:12:13'),
(29283, 16, 425, '', '2020-05-25 08:12:13'),
(29284, 16, 426, '', '2020-05-25 08:12:13'),
(29285, 16, 808, '', '2020-05-25 08:12:13'),
(29286, 16, 427, '', '2020-05-25 08:12:13'),
(29287, 16, 428, '', '2020-05-25 08:12:13'),
(29288, 16, 429, '', '2020-05-25 08:12:13'),
(29289, 16, 430, '', '2020-05-25 08:12:13'),
(29290, 16, 813, '', '2020-05-25 08:12:13'),
(29291, 16, 809, '', '2020-05-25 08:12:13'),
(29292, 16, 431, '', '2020-05-25 08:12:13'),
(29293, 16, 432, '', '2020-05-25 08:12:13'),
(29294, 16, 433, '', '2020-05-25 08:12:13'),
(29295, 16, 434, '', '2020-05-25 08:12:13'),
(29296, 16, 814, '', '2020-05-25 08:12:13'),
(29297, 16, 810, '', '2020-05-25 08:12:13'),
(29298, 16, 435, '', '2020-05-25 08:12:13'),
(29299, 16, 436, '', '2020-05-25 08:12:13'),
(29300, 16, 437, '', '2020-05-25 08:12:13'),
(29301, 16, 438, '', '2020-05-25 08:12:13'),
(29302, 16, 815, '', '2020-05-25 08:12:13'),
(29303, 16, 811, '', '2020-05-25 08:12:13'),
(29304, 16, 439, '', '2020-05-25 08:12:13'),
(29305, 16, 440, '', '2020-05-25 08:12:13'),
(29306, 16, 441, '', '2020-05-25 08:12:13'),
(29307, 16, 442, '', '2020-05-25 08:12:13'),
(29308, 16, 816, '', '2020-05-25 08:12:13'),
(29309, 16, 812, '', '2020-05-25 08:12:13'),
(29310, 16, 443, '', '2020-05-25 08:12:13'),
(29311, 16, 444, '', '2020-05-25 08:12:13'),
(29312, 16, 445, '', '2020-05-25 08:12:13'),
(29313, 16, 446, '', '2020-05-25 08:12:13'),
(29314, 16, 817, '', '2020-05-25 08:12:13'),
(29315, 16, 447, '', '2020-05-25 08:12:13'),
(29316, 16, 880, '', '2020-05-25 08:12:13'),
(29317, 16, 448, '', '2020-05-25 08:12:13'),
(29318, 16, 449, '', '2020-05-25 08:12:13'),
(29319, 16, 450, '', '2020-05-25 08:12:13'),
(29320, 16, 451, '', '2020-05-25 08:12:13'),
(29321, 16, 885, '', '2020-05-25 08:12:13'),
(29322, 16, 881, '', '2020-05-25 08:12:13'),
(29323, 16, 452, '', '2020-05-25 08:12:13'),
(29324, 16, 453, '', '2020-05-25 08:12:13'),
(29325, 16, 454, '', '2020-05-25 08:12:13'),
(29326, 16, 455, '', '2020-05-25 08:12:13'),
(29327, 16, 886, '', '2020-05-25 08:12:13'),
(29328, 16, 882, '', '2020-05-25 08:12:13'),
(29329, 16, 456, '', '2020-05-25 08:12:13'),
(29330, 16, 457, '', '2020-05-25 08:12:13'),
(29331, 16, 458, '', '2020-05-25 08:12:13'),
(29332, 16, 459, '', '2020-05-25 08:12:13'),
(29333, 16, 887, '', '2020-05-25 08:12:13'),
(29334, 16, 883, '', '2020-05-25 08:12:13'),
(29335, 16, 460, '', '2020-05-25 08:12:13'),
(29336, 16, 461, '', '2020-05-25 08:12:13'),
(29337, 16, 462, '', '2020-05-25 08:12:13'),
(29338, 16, 463, '', '2020-05-25 08:12:13'),
(29339, 16, 888, '', '2020-05-25 08:12:13'),
(29340, 16, 884, '', '2020-05-25 08:12:13'),
(29341, 16, 464, '', '2020-05-25 08:12:13'),
(29342, 16, 465, '', '2020-05-25 08:12:13'),
(29343, 16, 466, '', '2020-05-25 08:12:13'),
(29344, 16, 467, '', '2020-05-25 08:12:13'),
(29345, 16, 889, '', '2020-05-25 08:12:13'),
(29346, 16, 468, '', '2020-05-25 08:12:23'),
(29347, 16, 469, '', '2020-05-25 08:12:23'),
(29348, 16, 470, '', '2020-05-25 08:12:23'),
(29349, 16, 471, '', '2020-05-25 08:12:23'),
(29350, 16, 472, '', '2020-05-25 08:12:23'),
(29351, 16, 473, '', '2020-05-25 08:12:23'),
(29352, 16, 474, '', '2020-05-25 08:12:23'),
(29353, 16, 818, '', '2020-05-25 08:12:23'),
(29354, 16, 475, '', '2020-05-25 08:12:23'),
(29355, 16, 480, '', '2020-05-25 08:12:23'),
(29356, 16, 481, '', '2020-05-25 08:12:23'),
(29357, 16, 482, '', '2020-05-25 08:12:23'),
(29358, 16, 823, '', '2020-05-25 08:12:23'),
(29359, 16, 819, '', '2020-05-25 08:12:23'),
(29360, 16, 476, '', '2020-05-25 08:12:23'),
(29361, 16, 483, '', '2020-05-25 08:12:23'),
(29362, 16, 484, '', '2020-05-25 08:12:23'),
(29363, 16, 485, '', '2020-05-25 08:12:23'),
(29364, 16, 824, '', '2020-05-25 08:12:23'),
(29365, 16, 820, '', '2020-05-25 08:12:23'),
(29366, 16, 477, '', '2020-05-25 08:12:23'),
(29367, 16, 486, '', '2020-05-25 08:12:23'),
(29368, 16, 487, '', '2020-05-25 08:12:23'),
(29369, 16, 488, '', '2020-05-25 08:12:23'),
(29370, 16, 825, '', '2020-05-25 08:12:23'),
(29371, 16, 821, '', '2020-05-25 08:12:23'),
(29372, 16, 478, '', '2020-05-25 08:12:23'),
(29373, 16, 489, '', '2020-05-25 08:12:23'),
(29374, 16, 490, '', '2020-05-25 08:12:23'),
(29375, 16, 491, '', '2020-05-25 08:12:23'),
(29376, 16, 826, '', '2020-05-25 08:12:23'),
(29377, 16, 822, '', '2020-05-25 08:12:23'),
(29378, 16, 479, '', '2020-05-25 08:12:23'),
(29379, 16, 492, '', '2020-05-25 08:12:23'),
(29380, 16, 493, '', '2020-05-25 08:12:23'),
(29381, 16, 494, '', '2020-05-25 08:12:23'),
(29382, 16, 827, '', '2020-05-25 08:12:23'),
(29383, 16, 495, '', '2020-05-25 08:12:23'),
(29384, 16, 890, '', '2020-05-25 08:12:23'),
(29385, 16, 496, '', '2020-05-25 08:12:23'),
(29386, 16, 497, '', '2020-05-25 08:12:23'),
(29387, 16, 498, '', '2020-05-25 08:12:23'),
(29388, 16, 499, '', '2020-05-25 08:12:23'),
(29389, 16, 895, '', '2020-05-25 08:12:23'),
(29390, 16, 891, '', '2020-05-25 08:12:23'),
(29391, 16, 500, '', '2020-05-25 08:12:23'),
(29392, 16, 508, '', '2020-05-25 08:12:23'),
(29393, 16, 512, '', '2020-05-25 08:12:23'),
(29394, 16, 504, '', '2020-05-25 08:12:23'),
(29395, 16, 896, '', '2020-05-25 08:12:23'),
(29396, 16, 892, '', '2020-05-25 08:12:23'),
(29397, 16, 501, '', '2020-05-25 08:12:23'),
(29398, 16, 509, '', '2020-05-25 08:12:23'),
(29399, 16, 513, '', '2020-05-25 08:12:23'),
(29400, 16, 505, '', '2020-05-25 08:12:23'),
(29401, 16, 897, '', '2020-05-25 08:12:23'),
(29402, 16, 893, '', '2020-05-25 08:12:23'),
(29403, 16, 502, '', '2020-05-25 08:12:23'),
(29404, 16, 510, '', '2020-05-25 08:12:23'),
(29405, 16, 514, '', '2020-05-25 08:12:23'),
(29406, 16, 506, '', '2020-05-25 08:12:23'),
(29407, 16, 898, '', '2020-05-25 08:12:23'),
(29408, 16, 894, '', '2020-05-25 08:12:23'),
(29409, 16, 503, '', '2020-05-25 08:12:23'),
(29410, 16, 511, '', '2020-05-25 08:12:23'),
(29411, 16, 515, '', '2020-05-25 08:12:23'),
(29412, 16, 507, '', '2020-05-25 08:12:23'),
(29413, 16, 899, '', '2020-05-25 08:12:23'),
(29414, 16, 468, '', '2020-05-25 08:49:47'),
(29415, 16, 469, '', '2020-05-25 08:49:47'),
(29416, 16, 470, '', '2020-05-25 08:49:47'),
(29417, 16, 471, '', '2020-05-25 08:49:47'),
(29418, 16, 472, '', '2020-05-25 08:49:47'),
(29419, 16, 473, '', '2020-05-25 08:49:47'),
(29420, 16, 474, '', '2020-05-25 08:49:47'),
(29421, 16, 818, '', '2020-05-25 08:49:47'),
(29422, 16, 475, '', '2020-05-25 08:49:47'),
(29423, 16, 480, '', '2020-05-25 08:49:47'),
(29424, 16, 481, '', '2020-05-25 08:49:47'),
(29425, 16, 482, '', '2020-05-25 08:49:47'),
(29426, 16, 823, '', '2020-05-25 08:49:47'),
(29427, 16, 819, '', '2020-05-25 08:49:47'),
(29428, 16, 476, '', '2020-05-25 08:49:47'),
(29429, 16, 483, '', '2020-05-25 08:49:47'),
(29430, 16, 484, '', '2020-05-25 08:49:47'),
(29431, 16, 485, '', '2020-05-25 08:49:47'),
(29432, 16, 824, '', '2020-05-25 08:49:47'),
(29433, 16, 820, '', '2020-05-25 08:49:47'),
(29434, 16, 477, '', '2020-05-25 08:49:47'),
(29435, 16, 486, '', '2020-05-25 08:49:47'),
(29436, 16, 487, '', '2020-05-25 08:49:47'),
(29437, 16, 488, '', '2020-05-25 08:49:47'),
(29438, 16, 825, '', '2020-05-25 08:49:47'),
(29439, 16, 821, '', '2020-05-25 08:49:47'),
(29440, 16, 478, '', '2020-05-25 08:49:47'),
(29441, 16, 489, '', '2020-05-25 08:49:47'),
(29442, 16, 490, '', '2020-05-25 08:49:47'),
(29443, 16, 491, '', '2020-05-25 08:49:47'),
(29444, 16, 826, '', '2020-05-25 08:49:47'),
(29445, 16, 822, '', '2020-05-25 08:49:47'),
(29446, 16, 479, '', '2020-05-25 08:49:47'),
(29447, 16, 492, '', '2020-05-25 08:49:47'),
(29448, 16, 493, '', '2020-05-25 08:49:47'),
(29449, 16, 494, '', '2020-05-25 08:49:47'),
(29450, 16, 827, '', '2020-05-25 08:49:47'),
(29451, 16, 495, '', '2020-05-25 08:49:47'),
(29452, 16, 890, '', '2020-05-25 08:49:47'),
(29453, 16, 496, '', '2020-05-25 08:49:47'),
(29454, 16, 497, '', '2020-05-25 08:49:47'),
(29455, 16, 498, '', '2020-05-25 08:49:47'),
(29456, 16, 499, '', '2020-05-25 08:49:47'),
(29457, 16, 895, '', '2020-05-25 08:49:47'),
(29458, 16, 891, '', '2020-05-25 08:49:47'),
(29459, 16, 500, '', '2020-05-25 08:49:47'),
(29460, 16, 508, '', '2020-05-25 08:49:47'),
(29461, 16, 512, '', '2020-05-25 08:49:47'),
(29462, 16, 504, '', '2020-05-25 08:49:47'),
(29463, 16, 896, '', '2020-05-25 08:49:47'),
(29464, 16, 892, '', '2020-05-25 08:49:47'),
(29465, 16, 501, '', '2020-05-25 08:49:47'),
(29466, 16, 509, '', '2020-05-25 08:49:47'),
(29467, 16, 513, '', '2020-05-25 08:49:47'),
(29468, 16, 505, '', '2020-05-25 08:49:47'),
(29469, 16, 897, '', '2020-05-25 08:49:47'),
(29470, 16, 893, '', '2020-05-25 08:49:47'),
(29471, 16, 502, '', '2020-05-25 08:49:47'),
(29472, 16, 510, '', '2020-05-25 08:49:47'),
(29473, 16, 514, '', '2020-05-25 08:49:47'),
(29474, 16, 506, '', '2020-05-25 08:49:47'),
(29475, 16, 898, '', '2020-05-25 08:49:47'),
(29476, 16, 894, '', '2020-05-25 08:49:47'),
(29477, 16, 503, '', '2020-05-25 08:49:47'),
(29478, 16, 511, '', '2020-05-25 08:49:47'),
(29479, 16, 515, '', '2020-05-25 08:49:47'),
(29480, 16, 507, '', '2020-05-25 08:49:47'),
(29481, 16, 899, '', '2020-05-25 08:49:47'),
(29482, 16, 87, '', '2020-05-25 09:26:45'),
(29483, 16, 88, '', '2020-05-25 09:26:45'),
(29484, 16, 90, '', '2020-05-25 09:26:45'),
(29485, 16, 89, '', '2020-05-25 09:26:45'),
(29486, 16, 721, '', '2020-05-25 09:26:49'),
(29487, 16, 91, '', '2020-05-25 09:26:49'),
(29488, 16, 92, '', '2020-05-25 09:26:49'),
(29489, 16, 722, '', '2020-05-25 09:26:49'),
(29490, 16, 93, '', '2020-05-25 09:26:49'),
(29491, 16, 94, '', '2020-05-25 09:26:49'),
(29492, 16, 100, '\n', '2020-05-25 09:26:49'),
(29493, 16, 98, '\n', '2020-05-25 09:26:49'),
(29494, 16, 99, '\n', '2020-05-25 09:26:49'),
(29495, 16, 95, '[\"\"]', '2020-05-25 09:26:53'),
(29496, 16, 96, '[\"\"]', '2020-05-25 09:26:53'),
(29497, 16, 904, '[\"\"]', '2020-05-25 09:26:53'),
(29498, 16, 97, '', '2020-05-25 09:26:53'),
(29499, 16, 98, '', '2020-05-25 09:26:57'),
(29500, 16, 99, '', '2020-05-25 09:26:57'),
(29501, 16, 100, '', '2020-05-25 09:26:57'),
(29502, 16, 101, '', '2020-05-25 09:26:57'),
(29503, 16, 947, '', '2020-05-25 09:26:57'),
(29504, 16, 98, '', '2020-05-25 09:27:19'),
(29505, 16, 99, '', '2020-05-25 09:27:19'),
(29506, 16, 100, '', '2020-05-25 09:27:19'),
(29507, 16, 101, '', '2020-05-25 09:27:19'),
(29508, 16, 947, '', '2020-05-25 09:27:19'),
(29509, 16, 659, '', '2020-05-25 09:27:23'),
(29510, 16, 102, '[\"\"]', '2020-05-25 09:27:27'),
(29511, 16, 103, '[\"\"]', '2020-05-25 09:27:27'),
(29512, 16, 104, '', '2020-05-25 09:27:31'),
(29513, 16, 105, '', '2020-05-25 09:27:34'),
(29514, 16, 106, '', '2020-05-25 09:27:34'),
(29515, 16, 107, '', '2020-05-25 09:27:34'),
(29516, 16, 108, '', '2020-05-25 09:27:34'),
(29517, 16, 109, '', '2020-05-25 09:27:34'),
(29518, 16, 110, '', '2020-05-25 09:27:34'),
(29519, 16, 111, '', '2020-05-25 09:27:34'),
(29520, 16, 112, '1', '2020-05-25 09:27:38'),
(29521, 16, 113, '1', '2020-05-25 09:27:38'),
(29522, 16, 114, '1', '2020-05-25 09:27:38'),
(29523, 16, 115, '1', '2020-05-25 09:27:38'),
(29524, 16, 116, '1', '2020-05-25 09:27:38'),
(29525, 16, 117, '1', '2020-05-25 09:27:38'),
(29526, 16, 118, '', '2020-05-25 09:27:38'),
(29527, 16, 660, '', '2020-05-25 09:27:42'),
(29528, 16, 661, '', '2020-05-25 09:27:45'),
(29529, 16, 540, '', '2020-05-25 09:27:49'),
(29530, 16, 525, '[\"d\"]\n', '2020-05-25 09:27:50'),
(29531, 16, 526, '\n', '2020-05-25 09:27:50'),
(29532, 16, 527, '\n', '2020-05-25 09:27:50'),
(29533, 16, 535, '[\"\"]\n', '2020-05-25 09:27:50'),
(29534, 16, 532, '\n', '2020-05-25 09:27:50'),
(29535, 16, 533, '\n', '2020-05-25 09:27:50'),
(29536, 16, 534, '\n', '2020-05-25 09:27:50'),
(29537, 16, 536, '\n', '2020-05-25 09:27:50'),
(29538, 16, 537, '\n', '2020-05-25 09:27:50'),
(29539, 16, 538, '\n', '2020-05-25 09:27:50'),
(29540, 16, 539, '\n', '2020-05-25 09:27:50'),
(29541, 16, 525, '', '2020-05-25 09:27:53'),
(29542, 16, 526, '', '2020-05-25 09:27:53'),
(29543, 16, 527, '', '2020-05-25 09:27:53'),
(29544, 16, 532, '', '2020-05-25 09:27:53'),
(29545, 16, 533, '', '2020-05-25 09:27:53'),
(29546, 16, 534, '', '2020-05-25 09:27:53'),
(29547, 16, 535, '', '2020-05-25 09:27:53'),
(29548, 16, 536, '', '2020-05-25 09:27:53'),
(29549, 16, 537, '', '2020-05-25 09:27:53'),
(29550, 16, 538, '', '2020-05-25 09:27:53'),
(29551, 16, 539, '', '2020-05-25 09:27:53'),
(29552, 16, 911, '', '2020-05-25 09:27:53'),
(29553, 16, 675, '[\"\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-25 09:29:23'),
(29554, 16, 676, '[\"\",\"Stage1\"]', '2020-05-25 09:29:23'),
(29555, 16, 677, '[\"\",\"Stage1\"]', '2020-05-25 09:29:23'),
(29556, 16, 704, '[\"wizard-p-1\"]', '2020-05-25 09:29:23'),
(29557, 16, 678, '[\"Stage1\"]', '2020-05-25 09:29:23'),
(29558, 16, 679, '[\"Stage1\"]', '2020-05-25 09:29:23'),
(29559, 16, 680, '[\"128514\"]', '2020-05-25 09:29:23'),
(29560, 16, 681, '[\"Stage1\"]', '2020-05-25 09:29:23'),
(29561, 16, 682, '[\"Stage1\"]', '2020-05-25 09:29:23'),
(29562, 16, 683, '[\"Stage1\"]', '2020-05-25 09:29:23'),
(29563, 16, 684, '[\"Stage1\"]', '2020-05-25 09:29:23'),
(29564, 16, 707, '\"[]\"', '2020-05-25 09:45:49'),
(29565, 16, 908, '\"[]\"', '2020-05-25 09:45:49'),
(29566, 16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-25 09:45:49'),
(29567, 16, 676, '[\"Stage1\"]', '2020-05-25 09:45:49'),
(29568, 16, 677, '[\"Stage1\"]', '2020-05-25 09:45:49'),
(29569, 16, 689, '\"[]\"', '2020-05-25 09:45:49'),
(29570, 16, 687, '\"[]\"', '2020-05-25 09:45:49'),
(29571, 16, 685, '\"[]\"', '2020-05-25 09:45:49'),
(29572, 16, 704, '[\"wizard-p-1\"]', '2020-05-25 09:45:49'),
(29573, 16, 678, '[\"Stage1\"]', '2020-05-25 09:45:49'),
(29574, 16, 679, '[\"Stage1\"]', '2020-05-25 09:45:49'),
(29575, 16, 680, '[\"128514\"]', '2020-05-25 09:45:49'),
(29576, 16, 681, '[\"Stage1\"]', '2020-05-25 09:45:49'),
(29577, 16, 682, '[\"Stage1\"]', '2020-05-25 09:45:49'),
(29578, 16, 683, '[\"Stage1\"]', '2020-05-25 09:45:49'),
(29579, 16, 684, '[\"Stage1\"]', '2020-05-25 09:45:49'),
(29580, 16, 906, '\"[]\"', '2020-05-25 09:45:49'),
(29581, 16, 690, '\"[]\"', '2020-05-25 09:45:49'),
(29582, 16, 691, '\"[]\"', '2020-05-25 09:45:49'),
(29583, 16, 907, '\"[]\"', '2020-05-25 09:45:49'),
(29584, 16, 686, '\"[]\"', '2020-05-25 09:45:49'),
(29585, 16, 688, '\"[]\"', '2020-05-25 09:45:49'),
(29586, 16, 707, '\"[]\"', '2020-05-25 09:46:16'),
(29587, 16, 908, '\"[]\"', '2020-05-25 09:46:16'),
(29588, 16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-25 09:46:16'),
(29589, 16, 676, '[\"Stage1\"]', '2020-05-25 09:46:16'),
(29590, 16, 677, '[\"Stage1\"]', '2020-05-25 09:46:16'),
(29591, 16, 689, '\"[]\"', '2020-05-25 09:46:16'),
(29592, 16, 687, '\"[]\"', '2020-05-25 09:46:16'),
(29593, 16, 685, '\"[]\"', '2020-05-25 09:46:16'),
(29594, 16, 704, '[\"wizard-p-1\"]', '2020-05-25 09:46:16'),
(29595, 16, 678, '[\"Stage1\"]', '2020-05-25 09:46:16'),
(29596, 16, 679, '[\"Stage1\"]', '2020-05-25 09:46:16'),
(29597, 16, 680, '[\"128514\"]', '2020-05-25 09:46:16'),
(29598, 16, 681, '[\"Stage1\"]', '2020-05-25 09:46:16'),
(29599, 16, 682, '[\"Stage1\"]', '2020-05-25 09:46:16'),
(29600, 16, 683, '[\"Stage1\"]', '2020-05-25 09:46:16'),
(29601, 16, 684, '[\"Stage1\"]', '2020-05-25 09:46:16'),
(29602, 16, 906, '\"[]\"', '2020-05-25 09:46:16'),
(29603, 16, 690, '\"[]\"', '2020-05-25 09:46:16'),
(29604, 16, 691, '\"[]\"', '2020-05-25 09:46:16'),
(29605, 16, 907, '\"[]\"', '2020-05-25 09:46:16'),
(29606, 16, 686, '\"[]\"', '2020-05-25 09:46:16'),
(29607, 16, 688, '\"[]\"', '2020-05-25 09:46:16'),
(29608, 16, 707, '\"[]\"', '2020-05-25 09:47:10'),
(29609, 16, 908, '\"[]\"', '2020-05-25 09:47:10'),
(29610, 16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-25 09:47:10'),
(29611, 16, 676, '[\"Stage1\"]', '2020-05-25 09:47:10'),
(29612, 16, 677, '[\"Stage1\"]', '2020-05-25 09:47:10'),
(29613, 16, 689, '\"[]\"', '2020-05-25 09:47:10'),
(29614, 16, 687, '\"[]\"', '2020-05-25 09:47:10'),
(29615, 16, 685, '\"[]\"', '2020-05-25 09:47:10'),
(29616, 16, 704, '[\"wizard-p-1\",\"wizard-p-1\"]', '2020-05-25 09:47:10'),
(29617, 16, 678, '[\"Stage1\",\"Stage2\"]', '2020-05-25 09:47:10'),
(29618, 16, 679, '[\"Stage1\",\"Stage2\"]', '2020-05-25 09:47:10'),
(29619, 16, 680, '[\"128514\",\"128517\"]', '2020-05-25 09:47:10'),
(29620, 16, 681, '[\"Stage1\",\"Stage2\"]', '2020-05-25 09:47:10'),
(29621, 16, 682, '[\"Stage1\",\"Stage2\"]', '2020-05-25 09:47:10'),
(29622, 16, 683, '[\"Stage1\",\"Stage2\"]', '2020-05-25 09:47:10'),
(29623, 16, 684, '[\"Stage1\",\"Stage2\"]', '2020-05-25 09:47:10'),
(29624, 16, 906, '\"[]\"', '2020-05-25 09:47:10'),
(29625, 16, 690, '\"[]\"', '2020-05-25 09:47:10'),
(29626, 16, 691, '\"[]\"', '2020-05-25 09:47:10'),
(29627, 16, 907, '\"[]\"', '2020-05-25 09:47:10'),
(29628, 16, 686, '\"[]\"', '2020-05-25 09:47:10'),
(29629, 16, 688, '\"[]\"', '2020-05-25 09:47:10'),
(29630, 16, 707, '\"[]\"', '2020-05-25 09:47:58'),
(29631, 16, 908, '\"[]\"', '2020-05-25 09:47:58'),
(29632, 16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\"]', '2020-05-25 09:47:58'),
(29633, 16, 676, '[\"Stage1\",\"Stage2\"]', '2020-05-25 09:47:58'),
(29634, 16, 677, '[\"Stage1\",\"Stage2\"]', '2020-05-25 09:47:58'),
(29635, 16, 689, '\"[]\"', '2020-05-25 09:47:58'),
(29636, 16, 687, '\"[]\"', '2020-05-25 09:47:58'),
(29637, 16, 685, '\"[]\"', '2020-05-25 09:47:58'),
(29638, 16, 704, '[\"wizard-p-1\"]', '2020-05-25 09:47:58'),
(29639, 16, 678, '[\"Stage3\"]', '2020-05-25 09:47:58'),
(29640, 16, 679, '[\"Stage3\"]', '2020-05-25 09:47:58'),
(29641, 16, 680, '[\"128513\"]', '2020-05-25 09:47:58'),
(29642, 16, 681, '[\"Stage3\"]', '2020-05-25 09:47:58'),
(29643, 16, 682, '[\"Stage3\"]', '2020-05-25 09:47:58'),
(29644, 16, 683, '[\"Stage3\"]', '2020-05-25 09:47:58'),
(29645, 16, 684, '[\"Stage3\"]', '2020-05-25 09:47:58'),
(29646, 16, 906, '\"[]\"', '2020-05-25 09:47:58'),
(29647, 16, 690, '\"[]\"', '2020-05-25 09:47:58'),
(29648, 16, 691, '\"[]\"', '2020-05-25 09:47:58'),
(29649, 16, 907, '\"[]\"', '2020-05-25 09:47:58'),
(29650, 16, 686, '\"[]\"', '2020-05-25 09:47:58'),
(29651, 16, 688, '\"[]\"', '2020-05-25 09:47:58'),
(29652, 16, 707, '\"[]\"', '2020-05-25 10:29:37'),
(29653, 16, 908, '\"[]\"', '2020-05-25 10:29:37'),
(29654, 16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/16\\/ejercicio9-1.png\"]', '2020-05-25 10:29:37'),
(29655, 16, 676, '[\"Stage1\",\"Customer2\"]', '2020-05-25 10:29:37'),
(29656, 16, 677, '[\"Stage1\",\"Customer2\"]', '2020-05-25 10:29:37'),
(29657, 16, 689, '\"[]\"', '2020-05-25 10:29:37'),
(29658, 16, 687, '\"[]\"', '2020-05-25 10:29:37'),
(29659, 16, 685, '\"[]\"', '2020-05-25 10:29:37'),
(29660, 16, 704, '[\"wizard-p-0\",\"wizard-p-1\"]', '2020-05-25 10:29:37'),
(29661, 16, 678, '[\"Stage3\",\"Customer2\"]', '2020-05-25 10:29:37'),
(29662, 16, 679, '[\"Stage3\",\"Customer2\"]', '2020-05-25 10:29:37'),
(29663, 16, 680, '[\"128513\",\"128516\"]', '2020-05-25 10:29:37'),
(29664, 16, 681, '[\"Stage3\",\"Customer2\"]', '2020-05-25 10:29:37'),
(29665, 16, 682, '[\"Stage3\",\"Customer2\"]', '2020-05-25 10:29:37'),
(29666, 16, 683, '[\"Stage3\",\"Customer2\"]', '2020-05-25 10:29:37'),
(29667, 16, 684, '[\"Stage3\",\"Customer2\"]', '2020-05-25 10:29:37'),
(29668, 16, 906, '\"[]\"', '2020-05-25 10:29:37'),
(29669, 16, 690, '\"[]\"', '2020-05-25 10:29:37'),
(29670, 16, 691, '\"[]\"', '2020-05-25 10:29:37'),
(29671, 16, 907, '\"[]\"', '2020-05-25 10:29:37'),
(29672, 16, 686, '\"[]\"', '2020-05-25 10:29:37'),
(29673, 16, 688, '\"[]\"', '2020-05-25 10:29:37'),
(29674, 16, 707, '\"[]\"', '2020-05-25 10:39:30'),
(29675, 16, 908, '\"[]\"', '2020-05-25 10:39:30'),
(29676, 16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/16\\/ejercicio9-1.png\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/16\\/ejercicio9-1.png\"]', '2020-05-25 10:39:30'),
(29677, 16, 676, '[\"Stage1\",\"Customer2\",\"Customer3\"]', '2020-05-25 10:39:30'),
(29678, 16, 677, '[\"Stage1\",\"Customer2\",\"Customer3\"]', '2020-05-25 10:39:30'),
(29679, 16, 689, '\"[]\"', '2020-05-25 10:39:30'),
(29680, 16, 687, '\"[]\"', '2020-05-25 10:39:30'),
(29681, 16, 685, '\"[]\"', '2020-05-25 10:39:30'),
(29682, 16, 704, '[\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-2\"]', '2020-05-25 10:39:30'),
(29683, 16, 678, '[\"Stage3\",\"Customer2\",\"Customer3Stage1\"]', '2020-05-25 10:39:30'),
(29684, 16, 679, '[\"Stage3\",\"Customer2\",\"Customer3Stage1\"]', '2020-05-25 10:39:30'),
(29685, 16, 680, '[\"128513\",\"128516\",\"128516\"]', '2020-05-25 10:39:30'),
(29686, 16, 681, '[\"Stage3\",\"Customer2\",\"Customer3Stage1\"]', '2020-05-25 10:39:30'),
(29687, 16, 682, '[\"Stage3\",\"Customer2\",\"Customer3Stage1\"]', '2020-05-25 10:39:30'),
(29688, 16, 683, '[\"Stage3\",\"Customer2\",\"Customer3Stage1\"]', '2020-05-25 10:39:30'),
(29689, 16, 684, '[\"Stage3\",\"Customer2\",\"\"]', '2020-05-25 10:39:30'),
(29690, 16, 906, '\"[]\"', '2020-05-25 10:39:30'),
(29691, 16, 690, '\"[]\"', '2020-05-25 10:39:30'),
(29692, 16, 691, '\"[]\"', '2020-05-25 10:39:30'),
(29693, 16, 907, '\"[]\"', '2020-05-25 10:39:30'),
(29694, 16, 686, '\"[]\"', '2020-05-25 10:39:30'),
(29695, 16, 688, '\"[]\"', '2020-05-25 10:39:30'),
(29696, 16, 707, '\"[]\"', '2020-05-25 10:40:28'),
(29697, 16, 908, '\"[]\"', '2020-05-25 10:40:28'),
(29698, 16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/16\\/ejercicio9-1.png\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/16\\/ejercicio9-1.png\"]', '2020-05-25 10:40:28'),
(29699, 16, 676, '[\"Stage1\",\"Customer2\",\"Customer3\"]', '2020-05-25 10:40:28'),
(29700, 16, 677, '[\"Stage1\",\"Customer2\",\"Customer3\"]', '2020-05-25 10:40:28'),
(29701, 16, 689, '\"[]\"', '2020-05-25 10:40:28'),
(29702, 16, 687, '\"[]\"', '2020-05-25 10:40:28'),
(29703, 16, 685, '\"[]\"', '2020-05-25 10:40:28'),
(29704, 16, 704, '[\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-25 10:40:28'),
(29705, 16, 678, '[\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-25 10:40:28'),
(29706, 16, 679, '[\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-25 10:40:28'),
(29707, 16, 680, '[\"128513\",\"128516\",\"128516\",\"128517\"]', '2020-05-25 10:40:28'),
(29708, 16, 681, '[\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-25 10:40:28'),
(29709, 16, 682, '[\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-25 10:40:28'),
(29710, 16, 683, '[\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-25 10:40:28'),
(29711, 16, 684, '[\"Stage3\",\"Customer2\",\"\",\"Customer3Stage2\"]', '2020-05-25 10:40:28'),
(29712, 16, 906, '\"[]\"', '2020-05-25 10:40:28'),
(29713, 16, 690, '\"[]\"', '2020-05-25 10:40:28'),
(29714, 16, 691, '\"[]\"', '2020-05-25 10:40:28'),
(29715, 16, 907, '\"[]\"', '2020-05-25 10:40:28'),
(29716, 16, 686, '\"[]\"', '2020-05-25 10:40:28'),
(29717, 16, 688, '\"[]\"', '2020-05-25 10:40:28'),
(29718, 16, 707, '\"[]\"', '2020-05-25 10:41:15'),
(29719, 16, 908, '\"[]\"', '2020-05-25 10:41:15'),
(29720, 16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/16\\/ejercicio9-1.png\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/16\\/ejercicio9-1.png\"]', '2020-05-25 10:41:15'),
(29721, 16, 676, '[\"Stage1\",\"Customer2\",\"Customer3\"]', '2020-05-25 10:41:15'),
(29722, 16, 677, '[\"Stage1\",\"Customer2\",\"Customer3\"]', '2020-05-25 10:41:15'),
(29723, 16, 689, '\"[]\"', '2020-05-25 10:41:15'),
(29724, 16, 687, '\"[]\"', '2020-05-25 10:41:15'),
(29725, 16, 685, '\"[]\"', '2020-05-25 10:41:15'),
(29726, 16, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-25 10:41:15'),
(29727, 16, 678, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-25 10:41:15'),
(29728, 16, 679, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-25 10:41:15'),
(29729, 16, 680, '[\"128513\",\"128513\",\"128516\",\"128516\",\"128517\"]', '2020-05-25 10:41:15'),
(29730, 16, 681, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-25 10:41:15'),
(29731, 16, 682, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-25 10:41:15'),
(29732, 16, 683, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-25 10:41:15'),
(29733, 16, 684, '[\"Stage1\",\"Stage3\",\"Customer2\",\"\",\"Customer3Stage2\"]', '2020-05-25 10:41:15'),
(29734, 16, 906, '\"[]\"', '2020-05-25 10:41:15'),
(29735, 16, 690, '\"[]\"', '2020-05-25 10:41:15'),
(29736, 16, 691, '\"[]\"', '2020-05-25 10:41:15'),
(29737, 16, 907, '\"[]\"', '2020-05-25 10:41:15'),
(29738, 16, 686, '\"[]\"', '2020-05-25 10:41:15'),
(29739, 16, 688, '\"[]\"', '2020-05-25 10:41:15'),
(29740, 5, 525, '', '2020-05-25 10:41:36'),
(29741, 5, 526, '', '2020-05-25 10:41:36'),
(29742, 5, 527, '', '2020-05-25 10:41:36'),
(29743, 5, 535, '', '2020-05-25 10:41:36'),
(29744, 5, 532, '', '2020-05-25 10:41:36'),
(29745, 5, 533, '', '2020-05-25 10:41:36'),
(29746, 5, 534, '', '2020-05-25 10:41:36'),
(29747, 5, 536, '', '2020-05-25 10:41:36'),
(29748, 5, 537, '', '2020-05-25 10:41:36'),
(29749, 5, 538, '', '2020-05-25 10:41:36'),
(29750, 5, 539, '', '2020-05-25 10:41:36'),
(29751, 5, 525, '', '2020-05-25 10:41:58'),
(29752, 5, 526, '', '2020-05-25 10:41:58'),
(29753, 5, 527, '', '2020-05-25 10:41:58'),
(29754, 5, 535, '', '2020-05-25 10:41:58'),
(29755, 5, 532, '', '2020-05-25 10:41:58'),
(29756, 5, 533, '', '2020-05-25 10:41:58'),
(29757, 5, 534, '', '2020-05-25 10:41:58'),
(29758, 5, 536, '', '2020-05-25 10:41:58'),
(29759, 5, 537, '', '2020-05-25 10:41:58'),
(29760, 5, 538, '', '2020-05-25 10:41:58'),
(29761, 5, 539, '', '2020-05-25 10:41:58'),
(29762, 5, 657, '', '2020-05-25 10:42:17'),
(29763, 16, 2, '', '2020-05-25 10:46:02'),
(29764, 16, 4, '', '2020-05-25 10:46:02'),
(29765, 16, 3, '', '2020-05-25 10:46:02'),
(29766, 16, 5, '', '2020-05-25 10:46:02'),
(29767, 16, 12, '\n', '2020-05-25 10:46:02'),
(29768, 16, 8, '\n', '2020-05-25 10:46:02'),
(29769, 16, 10, '\n', '2020-05-25 10:46:02'),
(29770, 16, 14, '\n', '2020-05-25 10:46:02'),
(29771, 16, 2, '', '2020-05-25 10:49:31'),
(29772, 16, 4, '', '2020-05-25 10:49:31'),
(29773, 16, 3, '', '2020-05-25 10:49:31'),
(29774, 16, 5, '', '2020-05-25 10:49:31'),
(29775, 16, 12, '\n', '2020-05-25 10:49:31'),
(29776, 16, 8, '\n', '2020-05-25 10:49:31'),
(29777, 16, 10, '\n', '2020-05-25 10:49:31'),
(29778, 16, 14, '\n', '2020-05-25 10:49:31'),
(29779, 16, 2, '', '2020-05-25 10:57:39'),
(29780, 16, 4, '', '2020-05-25 10:57:39'),
(29781, 16, 3, '', '2020-05-25 10:57:39'),
(29782, 16, 5, '', '2020-05-25 10:57:39'),
(29783, 16, 12, '\n', '2020-05-25 10:57:39'),
(29784, 16, 8, '\n', '2020-05-25 10:57:39'),
(29785, 16, 10, '\n', '2020-05-25 10:57:39'),
(29786, 16, 14, '\n', '2020-05-25 10:57:39'),
(29787, 16, 2, '', '2020-05-25 11:31:09'),
(29788, 16, 4, '', '2020-05-25 11:31:09'),
(29789, 16, 3, '', '2020-05-25 11:31:09'),
(29790, 16, 5, '', '2020-05-25 11:31:09'),
(29791, 16, 12, '\n', '2020-05-25 11:31:09'),
(29792, 16, 8, '\n', '2020-05-25 11:31:09'),
(29793, 16, 10, '\n', '2020-05-25 11:31:09'),
(29794, 16, 14, '\n', '2020-05-25 11:31:09'),
(29795, 16, 2, '', '2020-05-25 11:37:40'),
(29796, 16, 4, '', '2020-05-25 11:37:40'),
(29797, 16, 3, '', '2020-05-25 11:37:40'),
(29798, 16, 5, '', '2020-05-25 11:37:40'),
(29799, 16, 12, '\n', '2020-05-25 11:37:40'),
(29800, 16, 8, '\n', '2020-05-25 11:37:40'),
(29801, 16, 10, '\n', '2020-05-25 11:37:40'),
(29802, 16, 14, '\n', '2020-05-25 11:37:40'),
(29803, 16, 2, '', '2020-05-25 11:37:50'),
(29804, 16, 4, '', '2020-05-25 11:37:50'),
(29805, 16, 3, '', '2020-05-25 11:37:50'),
(29806, 16, 5, '', '2020-05-25 11:37:50'),
(29807, 16, 12, '\n', '2020-05-25 11:37:50'),
(29808, 16, 8, '\n', '2020-05-25 11:37:50'),
(29809, 16, 10, '\n', '2020-05-25 11:37:50'),
(29810, 16, 14, '\n', '2020-05-25 11:37:50'),
(29811, 16, 2, '', '2020-05-25 11:38:16'),
(29812, 16, 4, '', '2020-05-25 11:38:16'),
(29813, 16, 3, '', '2020-05-25 11:38:16'),
(29814, 16, 5, '', '2020-05-25 11:38:16'),
(29815, 16, 12, '\n', '2020-05-25 11:38:16'),
(29816, 16, 8, '\n', '2020-05-25 11:38:16'),
(29817, 16, 10, '\n', '2020-05-25 11:38:16'),
(29818, 16, 14, '\n', '2020-05-25 11:38:17'),
(29819, 16, 2, '', '2020-05-25 11:59:59'),
(29820, 16, 4, '', '2020-05-25 11:59:59'),
(29821, 16, 3, '', '2020-05-25 11:59:59'),
(29822, 16, 5, '', '2020-05-25 11:59:59'),
(29823, 16, 12, '\n', '2020-05-25 12:00:00'),
(29824, 16, 8, '\n', '2020-05-25 12:00:00'),
(29825, 16, 10, '\n', '2020-05-25 12:00:00'),
(29826, 16, 14, '\n', '2020-05-25 12:00:00'),
(29827, 16, 2, 'a', '2020-05-25 12:26:08'),
(29828, 16, 4, 'a', '2020-05-25 12:26:08'),
(29829, 16, 3, 'a', '2020-05-25 12:26:08'),
(29830, 16, 5, 'a', '2020-05-25 12:26:08'),
(29831, 16, 12, 'a\n', '2020-05-25 12:26:08'),
(29832, 16, 8, 'a\n', '2020-05-25 12:26:08'),
(29833, 16, 10, 'a\n', '2020-05-25 12:26:08'),
(29834, 16, 14, 'a\n', '2020-05-25 12:26:08'),
(29835, 16, 2, 'a', '2020-05-25 12:26:10'),
(29836, 16, 4, 'a', '2020-05-25 12:26:10'),
(29837, 16, 3, 'a', '2020-05-25 12:26:10'),
(29838, 16, 5, 'a', '2020-05-25 12:26:10'),
(29839, 16, 12, 'a\n', '2020-05-25 12:26:10'),
(29840, 16, 8, 'a\n', '2020-05-25 12:26:10'),
(29841, 16, 10, 'a\n', '2020-05-25 12:26:10'),
(29842, 16, 14, 'a\n', '2020-05-25 12:26:10'),
(29843, 16, 2, 'a', '2020-05-25 12:26:10'),
(29844, 16, 4, 'a', '2020-05-25 12:26:10'),
(29845, 16, 3, 'a', '2020-05-25 12:26:10'),
(29846, 16, 5, 'a', '2020-05-25 12:26:10'),
(29847, 16, 12, 'a\n', '2020-05-25 12:26:10'),
(29848, 16, 8, 'a\n', '2020-05-25 12:26:10'),
(29849, 16, 10, 'a\n', '2020-05-25 12:26:10'),
(29850, 16, 14, 'a\n', '2020-05-25 12:26:10'),
(29851, 16, 2, 'a', '2020-05-25 12:26:12'),
(29852, 16, 4, 'a', '2020-05-25 12:26:12'),
(29853, 16, 3, 'a', '2020-05-25 12:26:12'),
(29854, 16, 5, 'a', '2020-05-25 12:26:12'),
(29855, 16, 12, 'a\n', '2020-05-25 12:26:12'),
(29856, 16, 8, 'a\n', '2020-05-25 12:26:12'),
(29857, 16, 10, 'a\n', '2020-05-25 12:26:12'),
(29858, 16, 14, 'a\n', '2020-05-25 12:26:12'),
(29859, 16, 2, 'a', '2020-05-25 12:26:13'),
(29860, 16, 4, 'a', '2020-05-25 12:26:13'),
(29861, 16, 3, 'a', '2020-05-25 12:26:13'),
(29862, 16, 5, 'a', '2020-05-25 12:26:13'),
(29863, 16, 12, 'a\n', '2020-05-25 12:26:13'),
(29864, 16, 8, 'a\n', '2020-05-25 12:26:13'),
(29865, 16, 10, 'a\n', '2020-05-25 12:26:13'),
(29866, 16, 14, 'a\n', '2020-05-25 12:26:13'),
(29867, 16, 2, 'a', '2020-05-25 12:26:14'),
(29868, 16, 4, 'a', '2020-05-25 12:26:14'),
(29869, 16, 3, 'a', '2020-05-25 12:26:14'),
(29870, 16, 5, 'a', '2020-05-25 12:26:14'),
(29871, 16, 12, 'a\n', '2020-05-25 12:26:14'),
(29872, 16, 8, 'a\n', '2020-05-25 12:26:14'),
(29873, 16, 10, 'a\n', '2020-05-25 12:26:14'),
(29874, 16, 14, 'a\n', '2020-05-25 12:26:14'),
(29875, 16, 2, 'a', '2020-05-25 12:26:14'),
(29876, 16, 4, 'a', '2020-05-25 12:26:14'),
(29877, 16, 3, 'a', '2020-05-25 12:26:14'),
(29878, 16, 5, 'a', '2020-05-25 12:26:14'),
(29879, 16, 12, 'a\n', '2020-05-25 12:26:15'),
(29880, 16, 8, 'a\n', '2020-05-25 12:26:15'),
(29881, 16, 10, 'a\n', '2020-05-25 12:26:15'),
(29882, 16, 14, 'a\n', '2020-05-25 12:26:15'),
(29883, 16, 2, 'a', '2020-05-25 12:26:16'),
(29884, 16, 4, 'a', '2020-05-25 12:26:16'),
(29885, 16, 3, 'a', '2020-05-25 12:26:16'),
(29886, 16, 5, 'a', '2020-05-25 12:26:16'),
(29887, 16, 12, 'a\n', '2020-05-25 12:26:16'),
(29888, 16, 8, 'a\n', '2020-05-25 12:26:16'),
(29889, 16, 10, 'a\n', '2020-05-25 12:26:16'),
(29890, 16, 14, 'a\n', '2020-05-25 12:26:16'),
(29891, 16, 2, 'a', '2020-05-25 12:26:16'),
(29892, 16, 4, 'a', '2020-05-25 12:26:16'),
(29893, 16, 3, 'a', '2020-05-25 12:26:16'),
(29894, 16, 5, 'a', '2020-05-25 12:26:16'),
(29895, 16, 12, 'a\n', '2020-05-25 12:26:16'),
(29896, 16, 8, 'a\n', '2020-05-25 12:26:16'),
(29897, 16, 10, 'a\n', '2020-05-25 12:26:16'),
(29898, 16, 14, 'a\n', '2020-05-25 12:26:16'),
(29899, 16, 2, 'a', '2020-05-25 12:26:19'),
(29900, 16, 4, 'a', '2020-05-25 12:26:19'),
(29901, 16, 3, 'a', '2020-05-25 12:26:19'),
(29902, 16, 5, 'a', '2020-05-25 12:26:19'),
(29903, 16, 12, 'a\n', '2020-05-25 12:26:19'),
(29904, 16, 8, 'a\n', '2020-05-25 12:26:19'),
(29905, 16, 10, 'a\n', '2020-05-25 12:26:19'),
(29906, 16, 14, 'a\n', '2020-05-25 12:26:19'),
(29907, 16, 2, 'a', '2020-05-25 12:35:48'),
(29908, 16, 4, 'a', '2020-05-25 12:35:48'),
(29909, 16, 3, 'a', '2020-05-25 12:35:48'),
(29910, 16, 5, 'a', '2020-05-25 12:35:48'),
(29911, 16, 12, 'a\n', '2020-05-25 12:35:48'),
(29912, 16, 8, 'a\n', '2020-05-25 12:35:48'),
(29913, 16, 10, 'a\n', '2020-05-25 12:35:48'),
(29914, 16, 14, 'a\n', '2020-05-25 12:35:48'),
(29915, 16, 4, 'a', '2020-05-25 12:59:20'),
(29916, 16, 3, 'a', '2020-05-25 12:59:20'),
(29917, 16, 5, 'a', '2020-05-25 12:59:20'),
(29918, 16, 4, 'a', '2020-05-25 12:59:22'),
(29919, 16, 3, 'a', '2020-05-25 12:59:22'),
(29920, 16, 5, 'a', '2020-05-25 12:59:22'),
(29921, 16, 2, 'a', '2020-05-25 13:03:22'),
(29922, 16, 4, 'a', '2020-05-25 13:03:22'),
(29923, 16, 3, 'a', '2020-05-25 13:03:22'),
(29924, 16, 2, 'aaaa', '2020-05-25 13:05:18'),
(29925, 16, 4, 'a', '2020-05-25 13:05:18'),
(29926, 16, 3, 'a', '2020-05-25 13:05:18'),
(29927, 16, 5, 'a', '2020-05-25 13:05:18'),
(29928, 16, 12, 'aaaa\n', '2020-05-25 13:05:18'),
(29929, 16, 8, 'a\n', '2020-05-25 13:05:18'),
(29930, 16, 10, 'a\n', '2020-05-25 13:05:18'),
(29931, 16, 14, 'a\n', '2020-05-25 13:05:18'),
(29932, 16, 2, 'aaa', '2020-05-25 13:11:52'),
(29933, 16, 4, 'a', '2020-05-25 13:11:52'),
(29934, 16, 3, 'a', '2020-05-25 13:11:52'),
(29935, 16, 5, 'a', '2020-05-25 13:11:52'),
(29936, 16, 657, '', '2020-05-25 13:12:15'),
(29937, 16, 1, '', '2020-05-25 13:12:19'),
(29938, 16, 24, '', '2020-05-25 13:12:19'),
(29939, 16, 25, '', '2020-05-25 13:12:19'),
(29940, 16, 65, '', '2020-05-25 13:12:19'),
(29941, 16, 2, 'aaa', '2020-05-25 13:12:22'),
(29942, 16, 4, 'a', '2020-05-25 13:12:22'),
(29943, 16, 3, 'a', '2020-05-25 13:12:22'),
(29944, 16, 5, 'a', '2020-05-25 13:12:22'),
(29945, 16, 12, 'aaa\n', '2020-05-25 13:12:23'),
(29946, 16, 8, 'a\n', '2020-05-25 13:12:23'),
(29947, 16, 10, 'a\n', '2020-05-25 13:12:23'),
(29948, 16, 14, 'a\n', '2020-05-25 13:12:23'),
(29949, 16, 6, '', '2020-05-25 13:12:28'),
(29950, 16, 7, '', '2020-05-25 13:12:28'),
(29951, 16, 18, '', '2020-05-25 13:12:28'),
(29952, 16, 19, '', '2020-05-25 13:12:28'),
(29953, 16, 20, '', '2020-05-25 13:12:28'),
(29954, 16, 21, '', '2020-05-25 13:12:28'),
(29955, 16, 22, '', '2020-05-25 13:12:28'),
(29956, 16, 23, '', '2020-05-25 13:12:28'),
(29957, 16, 66, '', '2020-05-25 13:12:28'),
(29958, 16, 67, '', '2020-05-25 13:12:28'),
(29959, 16, 68, '', '2020-05-25 13:12:28'),
(29960, 16, 69, '', '2020-05-25 13:12:28'),
(29961, 16, 643, '\n', '2020-05-25 13:12:29'),
(29962, 16, 644, '\n', '2020-05-25 13:12:29'),
(29963, 16, 645, '\n', '2020-05-25 13:12:29'),
(29964, 16, 646, '\n', '2020-05-25 13:12:29'),
(29965, 16, 647, '\n', '2020-05-25 13:12:29'),
(29966, 16, 648, '\n', '2020-05-25 13:12:29'),
(29967, 16, 12, 'aaa\r\n', '2020-05-25 13:12:36'),
(29968, 16, 13, '', '2020-05-25 13:12:36'),
(29969, 16, 8, 'a\r\n', '2020-05-25 13:12:36'),
(29970, 16, 9, '', '2020-05-25 13:12:36'),
(29971, 16, 10, 'a\r\n', '2020-05-25 13:12:36'),
(29972, 16, 11, '', '2020-05-25 13:12:36'),
(29973, 16, 14, 'a\r\n', '2020-05-25 13:12:36'),
(29974, 16, 15, '', '2020-05-25 13:12:36'),
(29975, 16, 28, 'aaa\r\n\n', '2020-05-25 13:12:36'),
(29976, 16, 649, '\n', '2020-05-25 13:12:36'),
(29977, 16, 543, 'a\r\n\n', '2020-05-25 13:12:36'),
(29978, 16, 650, '\n', '2020-05-25 13:12:36'),
(29979, 16, 544, 'a\r\n\n', '2020-05-25 13:12:36'),
(29980, 16, 651, '\n', '2020-05-25 13:12:36'),
(29981, 16, 652, '\n', '2020-05-25 13:12:36'),
(29982, 16, 649, '', '2020-05-25 13:12:43'),
(29983, 16, 650, '', '2020-05-25 13:12:43'),
(29984, 16, 651, '', '2020-05-25 13:12:43'),
(29985, 16, 652, '', '2020-05-25 13:12:43'),
(29986, 16, 16, '', '2020-05-25 13:12:43'),
(29987, 16, 17, '', '2020-05-25 13:12:43'),
(29988, 16, 32, '\n', '2020-05-25 13:12:43'),
(29989, 16, 31, '\n', '2020-05-25 13:12:43'),
(29990, 16, 545, '\n', '2020-05-25 13:12:43'),
(29991, 16, 30, '\n', '2020-05-25 13:12:43'),
(29992, 16, 546, '\n', '2020-05-25 13:12:43'),
(29993, 16, 33, '\n', '2020-05-25 13:12:43'),
(29994, 16, 715, '', '2020-05-25 13:12:53'),
(29995, 16, 28, 'aaa\r\n\r\n', '2020-05-25 13:12:53'),
(29996, 16, 543, 'a\r\n\r\n', '2020-05-25 13:12:53'),
(29997, 16, 544, 'a\r\n\r\n', '2020-05-25 13:12:53'),
(29998, 16, 716, '', '2020-05-25 13:12:53'),
(29999, 16, 717, '', '2020-05-25 13:12:53'),
(30000, 16, 545, '', '2020-05-25 13:12:53'),
(30001, 16, 30, '', '2020-05-25 13:12:53'),
(30002, 16, 546, '', '2020-05-25 13:12:53'),
(30003, 16, 718, '', '2020-05-25 13:12:53'),
(30004, 16, 29, '', '2020-05-25 13:12:53'),
(30005, 16, 720, '', '2020-05-25 13:12:53'),
(30006, 16, 643, '', '2020-05-25 13:12:53'),
(30007, 16, 644, '', '2020-05-25 13:12:53'),
(30008, 16, 645, '', '2020-05-25 13:12:53'),
(30009, 16, 646, '', '2020-05-25 13:12:53'),
(30010, 16, 647, '', '2020-05-25 13:12:53'),
(30011, 16, 648, '', '2020-05-25 13:12:53'),
(30012, 16, 719, '', '2020-05-25 13:12:53'),
(30013, 16, 31, '', '2020-05-25 13:12:53'),
(30014, 16, 32, '', '2020-05-25 13:12:53'),
(30015, 16, 48, 'aaa\r\n\r\n\n', '2020-05-25 13:12:54'),
(30016, 16, 49, 'a\r\n\r\n\n', '2020-05-25 13:12:54'),
(30017, 16, 663, '\n', '2020-05-25 13:12:54'),
(30018, 16, 664, '\n', '2020-05-25 13:12:54'),
(30019, 16, 665, '\n', '2020-05-25 13:12:54'),
(30020, 16, 658, '', '2020-05-25 13:12:59'),
(30021, 16, 663, '', '2020-05-25 13:13:07'),
(30022, 16, 667, '[\"a\"]', '2020-05-25 13:13:07'),
(30023, 16, 642, '[\"5\"]', '2020-05-25 13:13:07'),
(30024, 16, 641, '[\"5\"]', '2020-05-25 13:13:07'),
(30025, 16, 33, '', '2020-05-25 13:13:07'),
(30026, 16, 34, '[\"d\"]', '2020-05-25 13:13:07'),
(30027, 16, 672, '[\"5\"]', '2020-05-25 13:13:07'),
(30028, 16, 669, '[\"5\"]', '2020-05-25 13:13:07'),
(30029, 16, 664, '', '2020-05-25 13:13:07'),
(30030, 16, 668, '[\"c\"]', '2020-05-25 13:13:07'),
(30031, 16, 674, '[\"5\"]', '2020-05-25 13:13:07'),
(30032, 16, 671, '[\"5\"]', '2020-05-25 13:13:07'),
(30033, 16, 665, '', '2020-05-25 13:13:07'),
(30034, 16, 666, '[\"b\"]', '2020-05-25 13:13:07'),
(30035, 16, 673, '[\"5\"]', '2020-05-25 13:13:07'),
(30036, 16, 670, '[\"5\"]', '2020-05-25 13:13:07'),
(30037, 16, 653, '[\"5\"]\n', '2020-05-25 13:13:07'),
(30038, 16, 654, '[\"5\"]\n', '2020-05-25 13:13:07'),
(30039, 16, 711, '[\"5\"]\n', '2020-05-25 13:13:07'),
(30040, 16, 712, '[\"5\"]\n', '2020-05-25 13:13:07'),
(30041, 16, 709, '[\"5\"]\n', '2020-05-25 13:13:07'),
(30042, 16, 713, '[\"5\"]\n', '2020-05-25 13:13:08'),
(30043, 16, 710, '[\"5\"]\n', '2020-05-25 13:13:08'),
(30044, 16, 714, '[\"5\"]\n', '2020-05-25 13:13:08'),
(30045, 16, 952, '[\"a\"]\n', '2020-05-25 13:13:08'),
(30046, 16, 949, '[\"d\"]\n', '2020-05-25 13:13:08'),
(30047, 16, 950, '[\"c\"]\n', '2020-05-25 13:13:08'),
(30048, 16, 951, '[\"b\"]\n', '2020-05-25 13:13:08'),
(30049, 16, 548, '[null,null,null,null]', '2020-05-25 13:13:12'),
(30050, 16, 653, '', '2020-05-25 13:13:12'),
(30051, 16, 949, '', '2020-05-25 13:13:12'),
(30052, 16, 950, '', '2020-05-25 13:13:12'),
(30053, 16, 711, '', '2020-05-25 13:13:12'),
(30054, 16, 951, '', '2020-05-25 13:13:12'),
(30055, 16, 709, '', '2020-05-25 13:13:12'),
(30056, 16, 952, '', '2020-05-25 13:13:12'),
(30057, 16, 710, '', '2020-05-25 13:13:12'),
(30058, 16, 654, '', '2020-05-25 13:13:12'),
(30059, 16, 712, '', '2020-05-25 13:13:12'),
(30060, 16, 713, '', '2020-05-25 13:13:12'),
(30061, 16, 714, '', '2020-05-25 13:13:12'),
(30062, 16, 42, '[\"Customer1\"]', '2020-05-25 13:13:26'),
(30063, 16, 43, '[\"Customer1\"]', '2020-05-25 13:13:26'),
(30064, 16, 44, '[\"Customer1\"]', '2020-05-25 13:13:26'),
(30065, 16, 45, '[\"Customer1\"]', '2020-05-25 13:13:26'),
(30066, 16, 46, '[\"Customer1\"]', '2020-05-25 13:13:26'),
(30067, 16, 47, '[\"Customer1\"]', '2020-05-25 13:13:26'),
(30068, 16, 51, '[\"Customer1\"]\n', '2020-05-25 13:13:26'),
(30069, 16, 53, '[\"Customer1\"]\n', '2020-05-25 13:13:26'),
(30070, 16, 55, '[\"Customer1\"]\n', '2020-05-25 13:13:26'),
(30071, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"}]', '2020-05-25 13:45:42'),
(30072, 2, 550, 'Proyecto1', '2020-05-25 13:45:48'),
(30073, 2, 551, 'Descripcion', '2020-05-25 13:45:48'),
(30074, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-05-25 13:45:48'),
(30075, 2, 550, 'Proyecto1', '2020-05-25 13:46:04'),
(30076, 2, 551, 'Descripcion', '2020-05-25 13:46:04'),
(30077, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-05-25 13:46:04'),
(30078, 2, 550, 'Proyecto1', '2020-05-25 13:46:10'),
(30079, 2, 551, 'Descripcion', '2020-05-25 13:46:10'),
(30080, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-05-25 13:46:10'),
(30081, 2, 553, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.', '2020-05-25 13:46:13'),
(30082, 2, 554, 'Nulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.', '2020-05-25 13:46:13'),
(30083, 2, 555, 'In id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.', '2020-05-25 13:46:13'),
(30084, 2, 556, 'Morbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.', '2020-05-25 13:46:13'),
(30085, 2, 557, 'Proin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.', '2020-05-25 13:46:13'),
(30086, 2, 558, 'Phasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.', '2020-05-25 13:46:13'),
(30087, 2, 559, 'Objetivos', '2020-05-25 13:46:16'),
(30088, 2, 560, 'Mi vision', '2020-05-25 13:46:16'),
(30089, 5, 525, '', '2020-05-25 13:47:06'),
(30090, 5, 526, '', '2020-05-25 13:47:06'),
(30091, 5, 527, '', '2020-05-25 13:47:06'),
(30092, 5, 535, '', '2020-05-25 13:47:06'),
(30093, 5, 532, '', '2020-05-25 13:47:06'),
(30094, 5, 533, '', '2020-05-25 13:47:06'),
(30095, 5, 534, '', '2020-05-25 13:47:06'),
(30096, 5, 536, '', '2020-05-25 13:47:06'),
(30097, 5, 537, '', '2020-05-25 13:47:06'),
(30098, 5, 538, '', '2020-05-25 13:47:06'),
(30099, 5, 539, '', '2020-05-25 13:47:06'),
(30100, 5, 525, '', '2020-05-25 13:47:15'),
(30101, 5, 526, '', '2020-05-25 13:47:15'),
(30102, 5, 527, '', '2020-05-25 13:47:15'),
(30103, 5, 535, '', '2020-05-25 13:47:15'),
(30104, 5, 532, '', '2020-05-25 13:47:15'),
(30105, 5, 533, '', '2020-05-25 13:47:15'),
(30106, 5, 534, '', '2020-05-25 13:47:15'),
(30107, 5, 536, '', '2020-05-25 13:47:15'),
(30108, 5, 537, '', '2020-05-25 13:47:15'),
(30109, 5, 538, '', '2020-05-25 13:47:15'),
(30110, 5, 539, '', '2020-05-25 13:47:15'),
(30111, 16, 523, '', '2020-05-25 13:51:37'),
(30112, 16, 981, 'Product-Service', '2020-05-25 13:51:37'),
(30113, 2, 662, '{\"customerActions\":{\"pre\":[\"a1\",\"a2\",\"A3\"],\"during\":[\"b1\",\"b2\"],\"post\":[\"c1\",\"c2\",\"c3\"]},\"serviceActions\":{\"pre\":[\"d1\",\"d2\"],\"during\":[\"e1\",\"e2\",\"e3\"],\"post\":[\"f1\"]},\"keyResources\":{\"pre\":[\"g1 g2\"],\"during\":[\"g1\",\"h2\"],\"post\":[\"i1\",\"i2\",\"i3\",\"i4\",\"i5\"]}}', '2020-05-25 13:52:11'),
(30114, 2, 694, '{\"infrastructure\":{\"pre\":[],\"during\":[],\"post\":[\"i2\"]},\"consumable\":{\"pre\":[],\"during\":[],\"post\":[]},\"access\":{\"pre\":[],\"during\":[\"g1\"],\"post\":[]},\"keyAsset\":{\"pre\":[\"g1\",\"g1 g2\"],\"during\":[\"h2\"],\"post\":[\"i4\",\"i1\",\"i5\",\"i3\"]}}', '2020-05-25 13:56:58'),
(30115, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-25 14:06:01'),
(30116, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-25 14:06:04'),
(30117, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":\"preg1\"}', '2020-05-25 14:14:41');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(30118, 2, 701, '{\"preg1\":{\"title\":\"g1\",\"category\":\"pre\",\"raw\":\"a\",\"prod\":\"b\",\"dist\":\"d\",\"pack\":\"c\",\"main\":\"e\",\"end\":\"f\"},\"posti5\":{\"title\":\"i5\",\"category\":\"post\",\"raw\":\"a\",\"prod\":\"e\",\"dist\":\"i\",\"pack\":\"a\",\"main\":\"o\",\"end\":\"u\"},\"last\":null}', '2020-05-25 14:15:49'),
(30119, 2, 705, '{\"preg1\":{\"title\":\"g1\",\"data\":[{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\",\"isNew\":false,\"category\":\"raw\"},{\"title\":\"Production - market location\",\"descripcion\":\"It refers to the geographical distance between the production place and the market for the given product/service. Generally, the shorter distance, the better. Can you reduce the distance between your production plance and the market?\",\"isNew\":false,\"category\":\"prod\"},{\"title\":\"Packaging recyclability, reuse or recovery rate\",\"descripcion\":\"It refers to the percentage of packaging that can be effectively recycled, recovered and/or reused.\",\"isNew\":false,\"category\":\"pack\"},{\"title\":\"Ecofriendly driving\",\"descripcion\":\"It refers to the practice of driving in such a way as to minimize fuel consumption and the emission of carbon dioxide.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\",\"isNew\":false,\"category\":\"dist\"},{\"title\":\"ab\",\"descripcion\":\"12\",\"isNew\":true,\"category\":\"dist\"},{\"title\":\"Reliability\",\"descripcion\":\"It refers to the trustworthiness to do what the product/service is expected or designed to do (e.g. It will fulffill our expectations, it won\'t get broken, etc.).\",\"isNew\":false,\"category\":\"main\"},{\"title\":\"Separability of components and/or materials\",\"descripcion\":\"Ability to separate the components and/or materials, in order to manage each of them in an adequate manner.\",\"isNew\":false,\"category\":\"end\"},{\"title\":\"Identifiability of materials\",\"descripcion\":\"Information regarding the type of material, which is useful for an adequate waste management.\",\"isNew\":false,\"category\":\"end\"}]}}', '2020-05-25 14:16:09'),
(30120, 2, 708, '{\"consumable\":[{\"title\":\"Purchase: Origin of goods\",\"descripcion\":\"The origin of goods refers to the geographical location from which they are obtained. Local goods are desirable due to shorter distances.\",\"isNew\":false},{\"title\":\"Purchase: Toxicity\",\"descripcion\":\"Toxicity refers to the degree to which a substance can damage an organism.\",\"isNew\":false}],\"infrastructure\":[{\"title\":\"Origin and renewability of energy used for your infrastructure\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes. The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\",\"isNew\":false},{\"title\":\"Treatment of generated waste\",\"descripcion\":\"Generated waste can be treated by means of different ways. In general, the waste treatment hierarchy in order of their environmental performance is as follows: preparing for re-use; recycling (material recovery); other recovery, e.g. energy recovery; and disposal.\",\"isNew\":false},{\"title\":\"ab\",\"descripcion\":\"cd\",\"isNew\":true}],\"access\":[{\"title\":\"Distances\",\"descripcion\":\"The distance between the location of production and the market contributes to the environmental impact. The shorter distances, the better.\",\"isNew\":false},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact. Some vehicles, such as cars, are classified according to their technologies (EURO 4, EURO 5, etc...). The more efficient vehicles, the better.\",\"isNew\":false}],\"keyAsset\":[{\"title\":\"Purchase: Amount (weight) of materials of key assets\",\"descripcion\":\"It can be represented by the weight and/or quantity of material of your key asset (in general, the less materiality, the better).\",\"isNew\":false},{\"title\":\"Purchase: Ecological rucksack of materials of key assets\",\"descripcion\":\"An Ecological Rucksack is the total quantity of materials and energy moved from nature to create a product or service. Ecological rucksacks take a life cycle approach and signify the environmental strain or resource efficiency of the product or service. \",\"isNew\":false}]}', '2020-05-25 14:18:48'),
(30121, 2, 900, '{\"consumable\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"ed\",\"score\":0}],\"default\":[{\"title\":\"Include durability in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"Can you purchase more durable goods?\",\"score\":5},{\"title\":\"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\",\"descripcion\":\"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase consumables that can work for diferent tasks or jobs?\",\"score\":5},{\"title\":\"Minimise freight transport damage\",\"descripcion\":\"Can you minimise the damage suffered by your products during their transport. \",\"score\":0}],\"total\":4,\"average\":null,\"isActive\":1},\"infrastructure\":{\"new\":[],\"default\":[{\"title\":\"Minimize and simplify the production processes\",\"descripcion\":\"A simplification of the production process may result in (1) a reduction of materials and energy use, (2) reduction of wastes and (3) reduction of processing time. Obviously, this strategy should be studied in detail for each production process, in order to assess the different alternatives. Can you simplfy the production process?\",\"score\":0},{\"title\":\"Preferably use regionally available energy resources\",\"descripcion\":\"The utilization of renewable energy sources is closely related to the utilization of regionally available energy resources. Thus, the use of regionally available biomass reduces hauling distances and, as a consequence, the consumption of fossil energy sources for the transportation of biomass. Can you select and use regional sourced energy?\",\"score\":0}],\"total\":2,\"average\":null,\"isActive\":0},\"keyAsset\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"ed\",\"score\":0}],\"default\":[],\"total\":1,\"average\":null,\"isActive\":1},\"access\":{\"new\":[],\"default\":[],\"total\":0,\"average\":null,\"isActive\":0},\"extras\":[{\"new\":[],\"default\":[{\"title\":\"Select suppliers and products under ecolabelling systems or providing environmental information\",\"descripcion\":\"Certified and ecolabelled materials are preferrable. Can you purchase certified or ecolabeled consumables instead of non certified or ecolabeled assets?\",\"score\":0}],\"total\":1,\"average\":4,\"isActive\":0,\"title\":\"uno\"},{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Purchase key assets composed by materials and components with lower ecological rucksack\",\"descripcion\":\"The consumption of resources for the supply of raw materials and the manufacture of external parts and components has an ecological rucksack, that is aggregated into the product\'s rucksack. Consequently, efforts should concentrate on minimizing the ecological rucksacks accompanying materials and other external parts and components. This may be realized by clearly defined requirements for the selection of suppliers, for which different assessment methods exist. In most cases indicators will be calculated from life cycle analysis data (LCA), which can be used as a basis for the assessment of the environmental impact of materials. Of course, each of the methods used yields results only within its own bounds. Therefore, knowing these limits and the potential environmental impact not detected by a given method is essential for application in practice. Can you purchase assets with a lower ecological rucksack?\",\"score\":0}],\"total\":2,\"average\":5,\"isActive\":1,\"title\":\"dos\"}]}', '2020-05-25 14:30:22'),
(30122, 5, 525, '', '2020-05-25 14:34:25'),
(30123, 5, 526, '', '2020-05-25 14:34:25'),
(30124, 5, 527, '', '2020-05-25 14:34:25'),
(30125, 5, 535, '', '2020-05-25 14:34:25'),
(30126, 5, 532, '', '2020-05-25 14:34:25'),
(30127, 5, 533, '', '2020-05-25 14:34:25'),
(30128, 5, 534, '', '2020-05-25 14:34:25'),
(30129, 5, 536, '', '2020-05-25 14:34:25'),
(30130, 5, 537, '', '2020-05-25 14:34:25'),
(30131, 5, 538, '', '2020-05-25 14:34:25'),
(30132, 5, 539, '', '2020-05-25 14:34:25'),
(30133, 2, 541, '', '2020-05-25 14:54:19'),
(30134, 2, 542, 'product', '2020-05-25 14:54:29'),
(30135, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-25 15:06:44'),
(30136, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-25 15:06:44'),
(30137, 2, 574, 'Nunc mauris odio, feugiat eget sagittis et, tincidunt eget velit. Duis imperdiet, mauris ut scelerisque accumsan, ipsum dolor venenatis tortor, eget condimentum dui nibh sed urna. Aliquam bibendum ut metus nec consequat. Nunc quis interdum mi. Integer pretium velit magna, a mattis ex interdum et. Aenean dictum, odio et tempor mollis, lorem enim elementum nulla, eget lobortis ligula augue ac felis. Pellentesque et cursus magna. Curabitur sed tellus imperdiet, pulvinar velit sed, interdum est.\r\n\r\n', '2020-05-25 15:06:44'),
(30138, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-25 15:06:44'),
(30139, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-25 15:06:44'),
(30140, 2, 577, 'Integer vehicula lectus aliquet urna euismod luctus. Fusce hendrerit viverra leo at egestas. Nunc pharetra dictum magna, scelerisque hendrerit orci. Nunc semper sagittis odio, sed congue nisi maximus id. Quisque hendrerit libero non nulla feugiat luctus. Mauris eget leo ut libero pulvinar porta. Quisque laoreet ultrices tincidunt. Cras interdum velit mi, id ullamcorper ligula faucibus vel. Ut aliquam justo id venenatis sodales. Aliquam iaculis metus quis justo blandit vestibulum.', '2020-05-25 15:06:44'),
(30141, 16, 525, '[\"d\"]\n', '2020-05-26 06:04:02'),
(30142, 16, 526, '\n', '2020-05-26 06:04:02'),
(30143, 16, 527, '\n', '2020-05-26 06:04:02'),
(30144, 16, 535, '[\"\"]\n', '2020-05-26 06:04:02'),
(30145, 16, 532, '\n', '2020-05-26 06:04:02'),
(30146, 16, 533, '\n', '2020-05-26 06:04:02'),
(30147, 16, 534, '\n', '2020-05-26 06:04:02'),
(30148, 16, 536, '\n', '2020-05-26 06:04:02'),
(30149, 16, 537, '\n', '2020-05-26 06:04:02'),
(30150, 16, 538, '\n', '2020-05-26 06:04:02'),
(30151, 16, 539, '\n', '2020-05-26 06:04:02'),
(30152, 16, 523, '', '2020-05-26 06:04:22'),
(30153, 16, 981, 'Product-Service', '2020-05-26 06:04:22'),
(30154, 16, 707, '\"[]\"', '2020-05-26 06:07:33'),
(30155, 16, 908, '\"[]\"', '2020-05-26 06:07:33'),
(30156, 16, 675, '[\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/5\\/1467646262_522853_1467646344_noticia_normal.jpg\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/16\\/ejercicio9-1.png\",\"http:\\/\\/acdrtoolbox.dev.prometeoinnovations.com\\/uploads\\/16\\/ejercicio9-1.png\"]', '2020-05-26 06:07:33'),
(30157, 16, 676, '[\"Stage1\",\"Customer2\",\"Customer3\"]', '2020-05-26 06:07:33'),
(30158, 16, 677, '[\"Stage1\",\"Customer2\",\"Customer3\"]', '2020-05-26 06:07:33'),
(30159, 16, 689, '\"[]\"', '2020-05-26 06:07:33'),
(30160, 16, 687, '\"[]\"', '2020-05-26 06:07:33'),
(30161, 16, 685, '\"[]\"', '2020-05-26 06:07:33'),
(30162, 16, 704, '[\"wizard-p-0\",\"wizard-p-0\",\"wizard-p-1\",\"wizard-p-2\",\"wizard-p-2\"]', '2020-05-26 06:07:33'),
(30163, 16, 678, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-26 06:07:33'),
(30164, 16, 679, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-26 06:07:33'),
(30165, 16, 680, '[\"128513\",\"128513\",\"128516\",\"128516\",\"128517\"]', '2020-05-26 06:07:33'),
(30166, 16, 681, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-26 06:07:33'),
(30167, 16, 682, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-26 06:07:33'),
(30168, 16, 683, '[\"Stage1\",\"Stage3\",\"Customer2\",\"Customer3Stage1\",\"Customer3Stage2\"]', '2020-05-26 06:07:33'),
(30169, 16, 684, '[\"Stage1\",\"Stage3\",\"Customer2\",\"\",\"Customer3Stage2\"]', '2020-05-26 06:07:33'),
(30170, 16, 906, '\"[]\"', '2020-05-26 06:07:33'),
(30171, 16, 690, '\"[]\"', '2020-05-26 06:07:33'),
(30172, 16, 691, '\"[]\"', '2020-05-26 06:07:33'),
(30173, 16, 907, '\"[]\"', '2020-05-26 06:07:33'),
(30174, 16, 686, '\"[]\"', '2020-05-26 06:07:33'),
(30175, 16, 688, '\"[]\"', '2020-05-26 06:07:33'),
(30176, 2, 541, '', '2020-05-26 06:08:18'),
(30177, 2, 542, 'product', '2020-05-26 06:08:30'),
(30178, 16, 2, 'as', '2020-05-26 06:08:34'),
(30179, 16, 4, 'a', '2020-05-26 06:08:34'),
(30180, 16, 3, 'a', '2020-05-26 06:08:34'),
(30181, 16, 5, 'a', '2020-05-26 06:08:34'),
(30182, 16, 12, 'as\n', '2020-05-26 06:08:34'),
(30183, 16, 8, 'a\n', '2020-05-26 06:08:34'),
(30184, 16, 10, 'a\n', '2020-05-26 06:08:34'),
(30185, 16, 14, 'a\n', '2020-05-26 06:08:34'),
(30186, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-26 06:08:38'),
(30187, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-26 06:08:38'),
(30188, 2, 574, 'Nunc mauris odio, feugiat eget sagittis et, tincidunt eget velit. Duis imperdiet, mauris ut scelerisque accumsan, ipsum dolor venenatis tortor, eget condimentum dui nibh sed urna. Aliquam bibendum ut metus nec consequat. Nunc quis interdum mi. Integer pretium velit magna, a mattis ex interdum et. Aenean dictum, odio et tempor mollis, lorem enim elementum nulla, eget lobortis ligula augue ac felis. Pellentesque et cursus magna. Curabitur sed tellus imperdiet, pulvinar velit sed, interdum est.\r\n\r\n', '2020-05-26 06:08:38'),
(30189, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-26 06:08:38'),
(30190, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-26 06:08:38'),
(30191, 2, 577, 'Integer vehicula lectus aliquet urna euismod luctus. Fusce hendrerit viverra leo at egestas. Nunc pharetra dictum magna, scelerisque hendrerit orci. Nunc semper sagittis odio, sed congue nisi maximus id. Quisque hendrerit libero non nulla feugiat luctus. Mauris eget leo ut libero pulvinar porta. Quisque laoreet ultrices tincidunt. Cras interdum velit mi, id ullamcorper ligula faucibus vel. Ut aliquam justo id venenatis sodales. Aliquam iaculis metus quis justo blandit vestibulum.', '2020-05-26 06:08:38'),
(30192, 16, 525, '[\"d\"]\n', '2020-05-26 07:02:14'),
(30193, 16, 526, '\n', '2020-05-26 07:02:14'),
(30194, 16, 527, '\n', '2020-05-26 07:02:14'),
(30195, 16, 535, '[\"\"]\n', '2020-05-26 07:02:14'),
(30196, 16, 532, '\n', '2020-05-26 07:02:14'),
(30197, 16, 533, '\n', '2020-05-26 07:02:14'),
(30198, 16, 534, '\n', '2020-05-26 07:02:14'),
(30199, 16, 536, '\n', '2020-05-26 07:02:14'),
(30200, 16, 537, '\n', '2020-05-26 07:02:14'),
(30201, 16, 538, '\n', '2020-05-26 07:02:14'),
(30202, 16, 539, '\n', '2020-05-26 07:02:14'),
(30203, 16, 523, '', '2020-05-26 07:05:39'),
(30204, 16, 981, ' Service Only', '2020-05-26 07:05:39'),
(30205, 16, 523, '', '2020-05-26 07:06:09'),
(30206, 16, 981, 'Product-Service', '2020-05-26 07:06:09'),
(30207, 16, 523, '', '2020-05-26 07:08:00'),
(30208, 16, 981, ' Service Only', '2020-05-26 07:08:00'),
(30209, 16, 523, '', '2020-05-26 07:08:15'),
(30210, 16, 981, 'Product-Service', '2020-05-26 07:08:15'),
(30211, 16, 523, '', '2020-05-26 07:13:51'),
(30212, 16, 981, 'Product-Service', '2020-05-26 07:13:51'),
(30213, 16, 523, '', '2020-05-26 07:15:28'),
(30214, 16, 981, 'Product-Service', '2020-05-26 07:15:28'),
(30215, 16, 523, '', '2020-05-26 07:15:43'),
(30216, 16, 981, 'Product-Service', '2020-05-26 07:15:43'),
(30217, 16, 523, '', '2020-05-26 07:16:59'),
(30218, 16, 981, 'Product-Service', '2020-05-26 07:16:59'),
(30219, 16, 523, '', '2020-05-26 07:27:54'),
(30220, 16, 981, 'Product-Service', '2020-05-26 07:27:54'),
(30221, 16, 523, '', '2020-05-26 07:28:34'),
(30222, 16, 981, 'Product-Service', '2020-05-26 07:28:34'),
(30223, 16, 523, '', '2020-05-26 07:29:00'),
(30224, 16, 981, 'Product-Service', '2020-05-26 07:29:00'),
(30225, 16, 523, '', '2020-05-26 07:29:22'),
(30226, 16, 981, ' Service Only', '2020-05-26 07:29:22'),
(30227, 16, 523, '', '2020-05-26 07:29:52'),
(30228, 16, 981, 'Product-Service', '2020-05-26 07:29:52'),
(30229, 16, 523, '', '2020-05-26 07:31:49'),
(30230, 16, 981, 'Product-Service', '2020-05-26 07:31:49'),
(30231, 16, 523, '', '2020-05-26 07:32:24'),
(30232, 16, 981, 'Product-Service', '2020-05-26 07:32:24'),
(30233, 16, 523, '', '2020-05-26 07:32:37'),
(30234, 16, 981, ' Service Only', '2020-05-26 07:32:37'),
(30235, 16, 981, 'Product-Service', '2020-05-26 07:53:37'),
(30236, 16, 523, '', '2020-05-26 07:53:41'),
(30237, 16, 981, 'Product-Service', '2020-05-26 07:53:41'),
(30238, 16, 523, '', '2020-05-26 07:53:58'),
(30239, 16, 981, ' Service Only', '2020-05-26 07:53:58'),
(30240, 16, 523, '', '2020-05-26 07:56:32'),
(30241, 16, 981, ' Service Only', '2020-05-26 07:56:32'),
(30242, 16, 523, '', '2020-05-26 07:59:18'),
(30243, 16, 981, 'Product-Service', '2020-05-26 07:59:18'),
(30244, 16, 523, '', '2020-05-26 08:01:14'),
(30245, 16, 981, 'Product-Service', '2020-05-26 08:01:14'),
(30246, 16, 523, '', '2020-05-26 08:01:31'),
(30247, 16, 981, ' Service Only', '2020-05-26 08:01:31'),
(30248, 16, 523, '', '2020-05-26 08:03:12'),
(30249, 16, 981, 'Product-Service', '2020-05-26 08:03:12'),
(30250, 16, 523, '', '2020-05-26 08:03:27'),
(30251, 16, 981, ' Service Only', '2020-05-26 08:03:27'),
(30252, 16, 523, '', '2020-05-26 08:04:18'),
(30253, 16, 981, 'Product-Service', '2020-05-26 08:04:18'),
(30254, 16, 523, '', '2020-05-26 08:04:31'),
(30255, 16, 981, ' Service Only', '2020-05-26 08:04:31'),
(30256, 2, 541, '', '2020-05-26 10:57:55'),
(30257, 2, 541, '', '2020-05-26 11:02:35'),
(30258, 2, 541, '', '2020-05-26 11:39:43'),
(30259, 2, 542, 'product', '2020-05-26 11:39:49'),
(30260, 2, 541, '', '2020-05-26 11:40:14'),
(30261, 5, 662, '', '2020-05-26 13:00:00'),
(30262, 2, 541, '', '2020-05-26 13:06:30'),
(30263, 2, 542, 'product', '2020-05-26 13:14:42'),
(30264, 2, 542, 'product', '2020-05-26 13:14:46'),
(30265, 14, 572, '', '2020-05-26 13:19:38'),
(30266, 14, 573, 'dafasdfasdf', '2020-05-26 13:19:38'),
(30267, 14, 574, '', '2020-05-26 13:19:38'),
(30268, 14, 575, '', '2020-05-26 13:19:38'),
(30269, 14, 576, '', '2020-05-26 13:19:38'),
(30270, 14, 577, '', '2020-05-26 13:19:38'),
(30271, 5, 525, '', '2020-05-26 13:22:13'),
(30272, 5, 526, '', '2020-05-26 13:22:13'),
(30273, 5, 527, '', '2020-05-26 13:22:13'),
(30274, 5, 535, '', '2020-05-26 13:22:13'),
(30275, 5, 532, '', '2020-05-26 13:22:13'),
(30276, 5, 533, '', '2020-05-26 13:22:13'),
(30277, 5, 534, '', '2020-05-26 13:22:13'),
(30278, 5, 536, '', '2020-05-26 13:22:13'),
(30279, 5, 537, '', '2020-05-26 13:22:13'),
(30280, 5, 538, '', '2020-05-26 13:22:13'),
(30281, 5, 539, '', '2020-05-26 13:22:13'),
(30282, 5, 1, '', '2020-05-26 13:23:15'),
(30283, 5, 24, '', '2020-05-26 13:23:15'),
(30284, 5, 25, '', '2020-05-26 13:23:15'),
(30285, 5, 65, '', '2020-05-26 13:23:15'),
(30286, 5, 637, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"}],\"total\":1},\"prod\":{\"new\":[],\"default\":[{\"title\":\"Process complexity\",\"descripcion\":\"It refers to the level of intricateness of the production process. It can be simplified as the number of production processes (the less, the better).\"}],\"total\":1},\"pack\":{\"new\":[],\"default\":[{\"title\":\"Standardization of packaging sizes\",\"descripcion\":\"It refers to the use of packaging whose size complies with existing size standards. These standards have the aim to help the industry (incl. packaging, producers, transportation) by making mutually consistent decisions on the size of the elements (packaging), so all parties can realize mutual gains.\"}],\"total\":1},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Environmental sustainability of logistics\",\"descripcion\":\"It refers to the overall environmental performance of the logistics in place.\"}],\"total\":1},\"main\":{\"new\":[],\"default\":[{\"title\":\"Environmental communication for the use\",\"descripcion\":\"It refers to the (un)existence of environmental communication aspects aiming to promote an environmentally-friendly use by the user.\"}],\"total\":1},\"end\":{\"new\":[{\"title\":\"Atributo prueba\",\"descripcion\":\"Atributo prueba descripción\"}],\"default\":[{\"title\":\"Communication about end-of-life\",\"descripcion\":\"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\"}],\"total\":2}}', '2020-05-26 13:26:00'),
(30287, 5, 635, '[{\"email\":\"test1@email.com\",\"texto\":\"ohcewo\"},{\"email\":\"test2@email.com\",\"texto\":\"copwihcowe\"},{\"email\":\"miguelangelps@prometeoinnova.com\",\"texto\":\"kivcbgwifbrw\"}]', '2020-05-26 13:27:07'),
(30288, 5, 912, '[\"\"]', '2020-05-26 13:27:07'),
(30289, 2, 541, '', '2020-05-26 13:36:40'),
(30290, 2, 525, '', '2020-05-26 13:39:01'),
(30291, 2, 526, '', '2020-05-26 13:39:01'),
(30292, 2, 527, '', '2020-05-26 13:39:01'),
(30293, 2, 535, '', '2020-05-26 13:39:01'),
(30294, 2, 532, '', '2020-05-26 13:39:01'),
(30295, 2, 533, '', '2020-05-26 13:39:01'),
(30296, 2, 534, '', '2020-05-26 13:39:01'),
(30297, 2, 536, '', '2020-05-26 13:39:01'),
(30298, 2, 537, '', '2020-05-26 13:39:01'),
(30299, 2, 538, '', '2020-05-26 13:39:01'),
(30300, 2, 539, '', '2020-05-26 13:39:01'),
(30301, 2, 542, 'service', '2020-05-26 13:39:25'),
(30302, 2, 525, '', '2020-05-26 13:39:52'),
(30303, 2, 526, '', '2020-05-26 13:39:52'),
(30304, 2, 527, '', '2020-05-26 13:39:52'),
(30305, 2, 535, '', '2020-05-26 13:39:52'),
(30306, 2, 532, '', '2020-05-26 13:39:52'),
(30307, 2, 533, '', '2020-05-26 13:39:52'),
(30308, 2, 534, '', '2020-05-26 13:39:52'),
(30309, 2, 536, '', '2020-05-26 13:39:52'),
(30310, 2, 537, '', '2020-05-26 13:39:52'),
(30311, 2, 538, '', '2020-05-26 13:39:52'),
(30312, 2, 539, '', '2020-05-26 13:39:52'),
(30313, 2, 525, '', '2020-05-26 13:40:13'),
(30314, 2, 526, '', '2020-05-26 13:40:13'),
(30315, 2, 527, '', '2020-05-26 13:40:13'),
(30316, 2, 535, '', '2020-05-26 13:40:13'),
(30317, 2, 532, '', '2020-05-26 13:40:13'),
(30318, 2, 533, '', '2020-05-26 13:40:13'),
(30319, 2, 534, '', '2020-05-26 13:40:13'),
(30320, 2, 536, '', '2020-05-26 13:40:13'),
(30321, 2, 537, '', '2020-05-26 13:40:14'),
(30322, 2, 538, '', '2020-05-26 13:40:14'),
(30323, 2, 539, '', '2020-05-26 13:40:14'),
(30324, 2, 541, '', '2020-05-26 13:48:07'),
(30325, 2, 541, '', '2020-05-26 13:48:10'),
(30326, 2, 542, 'product', '2020-05-26 13:48:27'),
(30327, 2, 541, '', '2020-05-26 13:54:26'),
(30328, 2, 541, '', '2020-05-26 13:54:33'),
(30329, 2, 541, '', '2020-05-26 13:54:44'),
(30330, 2, 542, 'product', '2020-05-26 13:54:56'),
(30331, 2, 541, '', '2020-05-26 13:55:37'),
(30332, 2, 541, '', '2020-05-26 13:56:02'),
(30333, 2, 542, 'product', '2020-05-26 13:59:57'),
(30334, 2, 542, 'product', '2020-05-26 14:00:09'),
(30335, 2, 542, 'product', '2020-05-26 14:00:16'),
(30336, 2, 542, 'product', '2020-05-26 14:00:28'),
(30337, 2, 542, 'product', '2020-05-26 14:00:34'),
(30338, 2, 542, 'product', '2020-05-26 14:00:35'),
(30339, 2, 542, 'product', '2020-05-26 14:01:36'),
(30340, 2, 542, 'product', '2020-05-26 14:03:12'),
(30341, 2, 542, 'product', '2020-05-26 14:04:44'),
(30342, 2, 542, 'product', '2020-05-26 14:04:47'),
(30343, 2, 542, 'service', '2020-05-26 14:05:54'),
(30344, 2, 542, 'product', '2020-05-26 14:06:13'),
(30345, 2, 541, '', '2020-05-26 14:06:44'),
(30346, 2, 542, '', '2020-05-26 14:06:47'),
(30347, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"}]', '2020-05-26 14:11:19'),
(30348, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"}]', '2020-05-26 14:11:22'),
(30349, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"}]', '2020-05-26 14:11:24'),
(30350, 2, 550, 'Proyecto1', '2020-05-26 14:11:45'),
(30351, 2, 551, 'Descripcionadasdd', '2020-05-26 14:11:45'),
(30352, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-05-26 14:11:45'),
(30353, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"}]', '2020-05-26 14:14:43'),
(30354, 2, 550, 'Proyecto1', '2020-05-26 14:14:47'),
(30355, 2, 551, 'Descripcionadasdd', '2020-05-26 14:14:47'),
(30356, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-05-26 14:14:47'),
(30357, 2, 553, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.', '2020-05-26 14:15:34'),
(30358, 2, 554, 'Nulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsdfsdfsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.', '2020-05-26 14:15:34'),
(30359, 2, 555, 'In id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.', '2020-05-26 14:15:34'),
(30360, 2, 556, 'Morbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.', '2020-05-26 14:15:34'),
(30361, 2, 557, 'Proin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.', '2020-05-26 14:15:34'),
(30362, 2, 558, 'Phasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.', '2020-05-26 14:15:34'),
(30363, 2, 553, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.', '2020-05-26 14:15:37'),
(30364, 2, 554, 'Nulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsdfsdfsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.', '2020-05-26 14:15:37'),
(30365, 2, 555, 'In id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.', '2020-05-26 14:15:37'),
(30366, 2, 556, 'Morbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.', '2020-05-26 14:15:37'),
(30367, 2, 557, 'Proin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.', '2020-05-26 14:15:37'),
(30368, 2, 558, 'Phasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.', '2020-05-26 14:15:37'),
(30369, 2, 559, 'Objetivossdfsdfsd', '2020-05-26 14:15:57'),
(30370, 2, 560, 'Mi vision', '2020-05-26 14:15:57'),
(30371, 2, 559, 'Objetivossdfsdfsd', '2020-05-26 14:16:01'),
(30372, 2, 560, 'Mi vision', '2020-05-26 14:16:01'),
(30373, 2, 561, 'Fran Nazario - Responsibility\r\nUno Dos - Cinco\r\n', '2020-05-26 14:16:10'),
(30374, 2, 562, 'Proyecto1\r\n\r\nDescripcionadasdd\r\n\r\n', '2020-05-26 14:16:10'),
(30375, 2, 563, 'POLITICAL\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.\r\n\r\nSOCIAL\r\nNulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsdfsdfsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.\r\n\r\nENVIRONMENTAL\r\nIn id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.\r\n\r\nECONOMIC\r\nMorbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.\r\n\r\nTECHNOLOGICAL\r\nProin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.\r\n\r\nLEGAL\r\nPhasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.\r\n\r\n', '2020-05-26 14:16:10'),
(30376, 2, 564, 'OBJECTIVES\r\nObjetivossdfsdfsd\r\n\r\nSUSTAINABLE VISION\r\nMi vision\r\n\r\n', '2020-05-26 14:16:10'),
(30377, 2, 541, '', '2020-05-26 14:16:31'),
(30378, 2, 542, '', '2020-05-26 14:16:42'),
(30379, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"}]', '2020-05-26 14:17:53'),
(30380, 2, 550, 'Proyecto1', '2020-05-26 14:18:00'),
(30381, 2, 551, 'Descripcionadasdd', '2020-05-26 14:18:00'),
(30382, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-05-26 14:18:00'),
(30383, 2, 553, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.', '2020-05-26 14:18:11'),
(30384, 2, 554, 'Nulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsdfsdfsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.', '2020-05-26 14:18:11'),
(30385, 2, 555, 'In id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.', '2020-05-26 14:18:11'),
(30386, 2, 556, 'Morbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.', '2020-05-26 14:18:11'),
(30387, 2, 557, 'Proin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.', '2020-05-26 14:18:11'),
(30388, 2, 558, 'Phasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.', '2020-05-26 14:18:11'),
(30389, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-26 14:19:50'),
(30390, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-26 14:19:50'),
(30391, 2, 574, 'Nunc mauris odio, feugiat eget sagittis et, tincidunt eget velit. Duis imperdiet, mauris ut scelerisque accumsan, ipsum dolor venenatis tortor, eget condimentum dui nibh sed urna. Aliquam bibendum ut metus nec consequat. Nunc quis interdum mi. Integer pretium velit magna, a mattis ex interdum et. Aenean dictum, odio et tempor mollis, lorem enim elementum nulla, eget lobortis ligula augue ac felis. Pellentesque et cursus magna. Curabitur sed tellus imperdiet, pulvinar velit sed, interdum est.\r\n\r\n', '2020-05-26 14:19:50'),
(30392, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-26 14:19:50'),
(30393, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-26 14:19:50'),
(30394, 2, 577, 'Integer vehicula lectus aliquet urna euismod luctus. Fusce hendrerit viverra leo at egestas. Nunc pharetra dictum magna, scelerisque hendrerit orci. Nunc semper sagittis odio, sed congue nisi maximus id. Quisque hendrerit libero non nulla feugiat luctus. Mauris eget leo ut libero pulvinar porta. Quisque laoreet ultrices tincidunt. Cras interdum velit mi, id ullamcorper ligula faucibus vel. Ut aliquam justo id venenatis sodales. Aliquam iaculis metus quis justo blandit vestibulum.', '2020-05-26 14:19:50');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(30395, 2, 637, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"},{\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\"},{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"},{\"title\":\"Recycled content &amp; Recovered components\",\"descripcion\":\"The proportion, by mass, of recycled material in a product or packaging.<br>Products, components or parts of a production or waste stream captured or separated for reuse (without processing, which would be recycling).\"}],\"total\":5},\"prod\":{\"new\":[{\"title\":\"Campo1\",\"descripcion\":\"Descriptcion1\"}],\"default\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":3},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-05-26 14:21:37'),
(30396, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-26 14:22:20'),
(30397, 2, 912, '[\"{\\\"miguelangelps@prometeoinnova.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"miguelangelps@prometeoinnova.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}],\\\"Fnazario@beoneapps.com\\\":[{\\\"name\\\":\\\"hash\\\",\\\"value\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\"},{\\\"name\\\":\\\"author\\\",\\\"value\\\":\\\"Fnazario@beoneapps.com\\\"},{\\\"name\\\":\\\"first-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-raw\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-prod\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-pack\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-dist\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"seventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eighth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"nineth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"tenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"eleventh-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"twelfth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"thirteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifteenth-main\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"first-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"second-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"third-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fourth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"fifth-end\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"sixth-end\\\",\\\"value\\\":\\\"1\\\"}]}\"]', '2020-05-26 14:22:20'),
(30398, 2, 639, '', '2020-05-26 14:22:39'),
(30399, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-26 14:23:14'),
(30400, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-26 14:23:14'),
(30401, 2, 574, 'Nunc mauris odio, feugiat eget sagittis et, tincidunt eget velit. Duis imperdiet, mauris ut scelerisque accumsan, ipsum dolor venenatis tortor, eget condimentum dui nibh sed urna. Aliquam bibendum ut metus nec consequat. Nunc quis interdum mi. Integer pretium velit magna, a mattis ex interdum et. Aenean dictum, odio et tempor mollis, lorem enim elementum nulla, eget lobortis ligula augue ac felis. Pellentesque et cursus magna. Curabitur sed tellus imperdiet, pulvinar velit sed, interdum est.\r\n\r\n', '2020-05-26 14:23:14'),
(30402, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-26 14:23:14'),
(30403, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-26 14:23:14'),
(30404, 2, 577, 'Integer vehicula lectus aliquet urna euismod luctus. Fusce hendrerit viverra leo at egestas. Nunc pharetra dictum magna, scelerisque hendrerit orci. Nunc semper sagittis odio, sed congue nisi maximus id. Quisque hendrerit libero non nulla feugiat luctus. Mauris eget leo ut libero pulvinar porta. Quisque laoreet ultrices tincidunt. Cras interdum velit mi, id ullamcorper ligula faucibus vel. Ut aliquam justo id venenatis sodales. Aliquam iaculis metus quis justo blandit vestibulum.', '2020-05-26 14:23:14'),
(30405, 2, 638, '{\"raw\":{\"new\":[{\"title\":\"ab\",\"descripcion\":\"cd\",\"score\":0}],\"default\":[{\"title\":\"Reduce material imput designing your product different<br>Can you redesign your product so it uses less materials or lasts longer?\",\"descripcion\":\"This strategy aims to reduce the use of materials by redesigning the product. There are various ways to do it:<ol><li>improving its durability. Look for materials that last longer and avoid planned obsolescence. A long life product does not need to be replaced, thus neither produced. Always consider the requirements of the product (strength, durability, service life, etc.).</li><li>making the product simpler and more functional. It may result in the reduction of non structural parts and of connecting parts that will help reducing both the consumption of resources and the time for assembly and disassembly.</li><li>including different functions into one product. It reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions).</li></ol>\",\"score\":0},{\"title\":\"Prioritize renewable raw materials<br>Can you switch from non-renewable to renewable material sources?\",\"descripcion\":\"Renewable raw materials are not of fossil origin but are made, in most cases, from plants. Their use presents benefits, since other limited resources are not used and, in addition, it provides for adequate disposal.\",\"score\":0},{\"title\":\"Prioritize recyclable materials<br>Can you improve the reciclability of your product?\",\"descripcion\":\"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\",\"score\":0},{\"title\":\"Select materials without toxic, nocive and harmful substances<br>Can you use non-toxic substances or materials ?\",\"descripcion\":\"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\",\"score\":0}],\"total\":5,\"average\":1.5,\"isActive\":1},\"prod\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3.5,\"isActive\":0},\"pack\":{\"new\":[{\"title\":\"Prueba\",\"descripcion\":\"Test\",\"score\":0}],\"default\":[{\"title\":\"Dimension the packaging according to standard transportation measures<br>Are you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"descripcion\":\"The use of packaging dimensioned to logistics and retailers optimizes the room in trucks and warehouses better than non standard packaging.\",\"score\":0},{\"title\":\"Reduce the packaging to the minimum<br>Can you use less packaging material (e.g. Making it lighter)?\",\"descripcion\":\"Reducing the material input in packaging can be done by optimization of packaging or by appropriate product design (e.g. casings that endure transportation without or with only a minimum of packaging)\",\"score\":0},{\"title\":\"Use monomaterial (only one material) packaging<br>Can you produce your product so it uses a single type of material?\",\"descripcion\":\"A packaging made of only one material enables easy handling for proper waste management. In contrast, when packaging is made of different materials, these need to be separated and managed in different ways.\",\"score\":0}],\"total\":4,\"average\":3,\"isActive\":1},\"dist\":{\"new\":[],\"default\":[],\"total\":0,\"average\":3,\"isActive\":0},\"main\":{\"new\":[{\"title\":\"asdf\",\"descripcion\":\"wef\",\"score\":0},{\"title\":\"sadf\",\"descripcion\":\"fewf\",\"score\":0},{\"title\":\"sdf\",\"descripcion\":\"efwe\",\"score\":0},{\"title\":\"asdf\",\"descripcion\":\"fwfr\",\"score\":0}],\"default\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacement<br>Can you make spare parts available?\",\"descripcion\":\"Successful repair work presupposes that spare parts are readily available. Special parts that are difficult to procure make basically simple repair work impossible.<br>Easy access to components for repair and replacement ensures a longer service life. In many cases, designers concentrate on simple assembly but forget how to disassembly and repair products.\",\"score\":0},{\"title\":\"Ensure maintenance with standard tools<br>Can it be fixed by the user or does it need technical assistance?\",\"descripcion\":\"The use of standard tools for maintenance is preferred in order to make it easier and ensure that maintenance work can be done at any time.\",\"score\":0}],\"total\":6,\"average\":2,\"isActive\":1},\"end\":{\"new\":[],\"default\":[],\"total\":0,\"average\":5,\"isActive\":1}}', '2020-05-26 14:24:52'),
(30406, 2, 640, '{\"raw\":[{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"4\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Prueba\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sadf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"end\":[]}', '2020-05-26 14:26:33'),
(30407, 2, 525, '', '2020-05-26 14:26:51'),
(30408, 2, 526, '', '2020-05-26 14:26:51'),
(30409, 2, 527, '', '2020-05-26 14:26:51'),
(30410, 2, 535, '', '2020-05-26 14:26:51'),
(30411, 2, 532, '', '2020-05-26 14:26:51'),
(30412, 2, 533, '', '2020-05-26 14:26:51'),
(30413, 2, 534, '', '2020-05-26 14:26:51'),
(30414, 2, 536, '', '2020-05-26 14:26:51'),
(30415, 2, 537, '', '2020-05-26 14:26:51'),
(30416, 2, 538, '', '2020-05-26 14:26:51'),
(30417, 2, 539, '', '2020-05-26 14:26:51'),
(30418, 2, 542, 'product', '2020-05-26 14:36:41'),
(30419, 2, 525, '', '2020-05-26 14:58:08'),
(30420, 2, 526, '', '2020-05-26 14:58:08'),
(30421, 2, 527, '', '2020-05-26 14:58:08'),
(30422, 2, 535, '', '2020-05-26 14:58:08'),
(30423, 2, 532, '', '2020-05-26 14:58:08'),
(30424, 2, 533, '', '2020-05-26 14:58:08'),
(30425, 2, 534, '', '2020-05-26 14:58:08'),
(30426, 2, 536, '', '2020-05-26 14:58:08'),
(30427, 2, 537, '', '2020-05-26 14:58:08'),
(30428, 2, 538, '', '2020-05-26 14:58:08'),
(30429, 2, 539, '', '2020-05-26 14:58:08'),
(30430, 2, 542, 'service', '2020-05-26 15:04:13'),
(30431, 2, 542, 'product', '2020-05-26 15:04:23'),
(30432, 5, 525, '', '2020-05-26 15:05:19'),
(30433, 5, 526, '', '2020-05-26 15:05:19'),
(30434, 5, 527, '', '2020-05-26 15:05:19'),
(30435, 5, 535, '', '2020-05-26 15:05:19'),
(30436, 5, 532, '', '2020-05-26 15:05:19'),
(30437, 5, 533, '', '2020-05-26 15:05:19'),
(30438, 5, 534, '', '2020-05-26 15:05:19'),
(30439, 5, 536, '', '2020-05-26 15:05:20'),
(30440, 5, 537, '', '2020-05-26 15:05:20'),
(30441, 5, 538, '', '2020-05-26 15:05:20'),
(30442, 5, 539, '', '2020-05-26 15:05:20'),
(30443, 5, 525, '', '2020-05-26 15:05:32'),
(30444, 5, 526, '', '2020-05-26 15:05:32'),
(30445, 5, 527, '', '2020-05-26 15:05:32'),
(30446, 5, 535, '', '2020-05-26 15:05:32'),
(30447, 5, 532, '', '2020-05-26 15:05:32'),
(30448, 5, 533, '', '2020-05-26 15:05:32'),
(30449, 5, 534, '', '2020-05-26 15:05:32'),
(30450, 5, 536, '', '2020-05-26 15:05:32'),
(30451, 5, 537, '', '2020-05-26 15:05:32'),
(30452, 5, 538, '', '2020-05-26 15:05:32'),
(30453, 5, 539, '', '2020-05-26 15:05:32'),
(30454, 5, 525, '', '2020-05-26 15:05:38'),
(30455, 5, 526, '', '2020-05-26 15:05:38'),
(30456, 5, 527, '', '2020-05-26 15:05:38'),
(30457, 5, 535, '', '2020-05-26 15:05:38'),
(30458, 5, 532, '', '2020-05-26 15:05:38'),
(30459, 5, 533, '', '2020-05-26 15:05:38'),
(30460, 5, 534, '', '2020-05-26 15:05:38'),
(30461, 5, 536, '', '2020-05-26 15:05:38'),
(30462, 5, 537, '', '2020-05-26 15:05:38'),
(30463, 5, 538, '', '2020-05-26 15:05:38'),
(30464, 5, 539, '', '2020-05-26 15:05:38'),
(30465, 5, 525, '', '2020-05-26 15:09:07'),
(30466, 5, 526, '', '2020-05-26 15:09:07'),
(30467, 5, 527, '', '2020-05-26 15:09:07'),
(30468, 5, 535, '', '2020-05-26 15:09:07'),
(30469, 5, 532, '', '2020-05-26 15:09:07'),
(30470, 5, 533, '', '2020-05-26 15:09:07'),
(30471, 5, 534, '', '2020-05-26 15:09:07'),
(30472, 5, 536, '', '2020-05-26 15:09:07'),
(30473, 5, 537, '', '2020-05-26 15:09:07'),
(30474, 5, 538, '', '2020-05-26 15:09:07'),
(30475, 5, 539, '', '2020-05-26 15:09:07'),
(30476, 2, 541, '', '2020-05-26 18:03:23'),
(30477, 2, 542, 'product', '2020-05-26 18:48:31'),
(30478, 2, 541, '', '2020-05-26 19:11:05'),
(30479, 2, 542, 'product', '2020-05-26 19:11:13'),
(30480, 2, 542, 'product', '2020-05-26 19:22:41'),
(30481, 2, 542, 'product', '2020-05-26 19:22:51'),
(30482, 2, 542, 'product', '2020-05-26 19:22:55'),
(30483, 2, 542, 'product', '2020-05-26 19:22:59'),
(30484, 2, 541, '', '2020-05-27 06:31:40'),
(30485, 2, 542, 'product', '2020-05-27 06:31:46'),
(30486, 2, 542, 'product', '2020-05-27 06:31:54'),
(30487, 2, 542, 'product', '2020-05-27 06:31:55'),
(30488, 2, 542, 'product', '2020-05-27 06:35:08'),
(30489, 2, 542, 'product', '2020-05-27 06:35:15'),
(30490, 2, 542, 'product', '2020-05-27 06:37:18'),
(30491, 2, 542, 'service', '2020-05-27 06:37:35'),
(30492, 2, 542, 'product', '2020-05-27 06:41:53'),
(30493, 2, 542, 'product', '2020-05-27 06:42:05'),
(30494, 5, 542, 'service', '2020-05-27 06:42:23'),
(30495, 5, 542, 'product', '2020-05-27 06:42:34'),
(30496, 2, 542, '', '2020-05-27 06:42:45'),
(30497, 2, 542, '', '2020-05-27 06:42:48'),
(30498, 2, 542, '', '2020-05-27 06:42:54'),
(30499, 2, 542, 'product', '2020-05-27 06:43:01'),
(30500, 2, 542, '', '2020-05-27 06:43:08'),
(30501, 2, 542, '', '2020-05-27 06:43:20'),
(30502, 5, 542, 'product', '2020-05-27 06:43:22'),
(30503, 2, 542, 'service', '2020-05-27 06:43:28'),
(30504, 2, 542, '', '2020-05-27 06:43:34'),
(30505, 2, 542, '', '2020-05-27 06:44:25'),
(30506, 2, 542, 'product', '2020-05-27 06:44:43'),
(30507, 5, 523, '', '2020-05-27 06:44:52'),
(30508, 5, 981, ' Service Only', '2020-05-27 06:44:52'),
(30509, 5, 523, '', '2020-05-27 06:45:06'),
(30510, 5, 981, 'Product-Service', '2020-05-27 06:45:06'),
(30511, 2, 542, '', '2020-05-27 06:46:30'),
(30512, 2, 542, '', '2020-05-27 06:49:08'),
(30513, 5, 542, 'product', '2020-05-27 06:49:53'),
(30514, 5, 542, 'service', '2020-05-27 06:50:03'),
(30515, 2, 542, '', '2020-05-27 06:51:13'),
(30516, 2, 542, '', '2020-05-27 06:51:24'),
(30517, 2, 542, 'product', '2020-05-27 06:51:35'),
(30518, 2, 541, '', '2020-05-27 06:52:01'),
(30519, 2, 542, 'service', '2020-05-27 06:52:08'),
(30520, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"}]', '2020-05-27 07:14:21'),
(30521, 2, 550, 'Proyecto1', '2020-05-27 07:14:27'),
(30522, 2, 551, 'Descripcionadasdd', '2020-05-27 07:14:27'),
(30523, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/mapa-thumbnail.png', '2020-05-27 07:14:27'),
(30524, 2, 553, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.', '2020-05-27 07:14:35'),
(30525, 2, 554, 'Nulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsdfsdfsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.', '2020-05-27 07:14:35'),
(30526, 2, 555, 'In id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.', '2020-05-27 07:14:35'),
(30527, 2, 556, 'Morbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.', '2020-05-27 07:14:35'),
(30528, 2, 557, 'Proin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.', '2020-05-27 07:14:35'),
(30529, 2, 558, 'Phasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.', '2020-05-27 07:14:35'),
(30530, 2, 559, 'Objetivossdfsdfsd', '2020-05-27 07:14:41'),
(30531, 2, 560, 'Mi vision', '2020-05-27 07:14:41'),
(30532, 2, 561, 'Fran Nazario - Responsibility\r\nUno Dos - Cinco\r\n', '2020-05-27 07:14:49'),
(30533, 2, 562, 'Proyecto1\r\n\r\nDescripcionadasdd\r\n\r\n', '2020-05-27 07:14:49'),
(30534, 2, 563, 'POLITICAL\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse eleifend, enim ut pellentesque porttitor, tortor purus suscipit nisl, ac commodo dolor turpis vitae velit. Praesent scelerisque nibh nec tortor blandit aliquam nec sit amet neque. Suspendisse vitae mi cursus, scelerisque mauris ac, pulvinar massa. Vestibulum tristique quam at fringilla dapibus. Fusce a nunc ac magna tristique tempor accumsan a est. Donec pharetra dignissim ante, ut imperdiet enim luctus eget. Integer in ligula id ante rutrum porttitor eu vitae leo.\r\n\r\nSOCIAL\r\nNulla quis dapibus lectus, nec pharetra tortor. Proin et ligula nec ipsum dapibus sollicitudin. Mauris vitae porttitor purus. Morbi ut metus nec nisl consequat mattis. Nullam sagittis quis turpis et accumsdfsdfsan. Aliquam a facilisis risus, in pretium lorem. Nunc ac erat vitae augue dapibus vestibulum. Aenean id neque nec leo placerat vehicula. Etiam consectetur mi odio, quis ultricies nisl molestie id. In hac habitasse platea dictumst. Suspendisse ac purus dui. Phasellus leo mauris, ornare ut accumsan ut, consectetur nec felis.\r\n\r\nENVIRONMENTAL\r\nIn id elit sed urna consectetur sodales. Proin ullamcorper condimentum libero, vel ultrices erat dapibus eget. Proin sed nulla laoreet, consectetur diam vel, dapibus mi. Praesent ultrices lacus vel commodo rutrum. Aliquam at sapien vitae tortor consequat dictum id ac ante. Nunc porta urna ut ipsum lobortis lacinia. Suspendisse lacinia ante ut dui fermentum tincidunt. Ut auctor semper felis sed lobortis. Phasellus felis lacus, placerat eu ultricies sit amet, hendrerit eget est. Cras dapibus consequat libero, at aliquam risus iaculis eu. Vivamus auctor faucibus mauris ut sodales. Aliquam molestie urna quis lorem malesuada cursus. Morbi pretium ut dolor vitae semper. Nullam ac placerat velit.\r\n\r\nECONOMIC\r\nMorbi dapibus consectetur diam id lobortis. Aliquam erat volutpat. Aenean nibh libero, euismod quis cursus et, vestibulum nec metus. Nullam hendrerit egestas ante quis fermentum. Nullam magna elit, pharetra id quam id, tristique feugiat magna. In et aliquet diam. Pellentesque tristique semper augue, eget pellentesque tellus.\r\n\r\nTECHNOLOGICAL\r\nProin vehicula sollicitudin risus ac porta. Aliquam lacinia rhoncus ligula. In malesuada lacus ac nisl interdum elementum. Duis a turpis a velit faucibus ultricies. Sed leo ex, maximus sagittis justo vel, finibus pellentesque neque. Mauris ac tempor urna, in consequat purus. Nulla posuere in nulla eu varius. Curabitur pretium condimentum sem a consequat.\r\n\r\nLEGAL\r\nPhasellus sollicitudin fringilla tortor, non fringilla lorem scelerisque eget. Integer at magna ut lacus posuere ullamcorper vel sit amet felis. Donec hendrerit ex non tincidunt ultrices. Ut hendrerit eu neque eu elementum. Curabitur tempus mattis faucibus. Ut vel placerat libero. Aenean semper lectus vel dui interdum facilisis. Suspendisse convallis nulla non nisi cursus volutpat. Nullam aliquet nisi at nisi feugiat, nec posuere sem elementum. Maecenas dignissim porta massa ac fermentum. Integer non fermentum velit. Quisque elementum diam nibh, sit amet commodo erat ultricies quis. Donec ultrices libero pharetra ex malesuada, vitae viverra nisl bibendum.\r\n\r\n', '2020-05-27 07:14:49'),
(30535, 2, 564, 'OBJECTIVES\r\nObjetivossdfsdfsd\r\n\r\nSUSTAINABLE VISION\r\nMi vision\r\n\r\n', '2020-05-27 07:14:49'),
(30536, 2, 542, '', '2020-05-27 07:15:43'),
(30537, 2, 542, 'product', '2020-05-27 07:16:04'),
(30538, 2, 541, '', '2020-05-27 07:18:10'),
(30539, 2, 542, 'product', '2020-05-27 07:23:01'),
(30540, 5, 525, '', '2020-05-27 10:13:10'),
(30541, 5, 526, '', '2020-05-27 10:13:10'),
(30542, 5, 527, '', '2020-05-27 10:13:10'),
(30543, 5, 535, '', '2020-05-27 10:13:10'),
(30544, 5, 532, '', '2020-05-27 10:13:10'),
(30545, 5, 533, '', '2020-05-27 10:13:10'),
(30546, 5, 534, '', '2020-05-27 10:13:10'),
(30547, 5, 536, '', '2020-05-27 10:13:10'),
(30548, 5, 537, '', '2020-05-27 10:13:10'),
(30549, 5, 538, '', '2020-05-27 10:13:10'),
(30550, 5, 539, '', '2020-05-27 10:13:10'),
(30551, 5, 525, '', '2020-05-27 10:21:41'),
(30552, 5, 526, '', '2020-05-27 10:21:41'),
(30553, 5, 527, '', '2020-05-27 10:21:41'),
(30554, 5, 535, '', '2020-05-27 10:21:41'),
(30555, 5, 532, '', '2020-05-27 10:21:41'),
(30556, 5, 533, '', '2020-05-27 10:21:41'),
(30557, 5, 534, '', '2020-05-27 10:21:41'),
(30558, 5, 536, '', '2020-05-27 10:21:41'),
(30559, 5, 537, '', '2020-05-27 10:21:41'),
(30560, 5, 538, '', '2020-05-27 10:21:41'),
(30561, 5, 539, '', '2020-05-27 10:21:41'),
(30562, 5, 6, 'Political', '2020-05-27 10:23:54'),
(30563, 5, 7, 'PoliticalHow', '2020-05-27 10:23:54'),
(30564, 5, 18, 'Economic', '2020-05-27 10:23:54'),
(30565, 5, 19, 'EconomicHow', '2020-05-27 10:23:54'),
(30566, 5, 20, 'Social', '2020-05-27 10:23:54'),
(30567, 5, 21, 'SocialHow', '2020-05-27 10:23:54'),
(30568, 5, 22, 'Tech', '2020-05-27 10:23:54'),
(30569, 5, 23, 'TechHow', '2020-05-27 10:23:54'),
(30570, 5, 66, 'Environmental', '2020-05-27 10:23:54'),
(30571, 5, 67, 'EnvironmentalHow', '2020-05-27 10:23:54'),
(30572, 5, 68, 'Legal', '2020-05-27 10:23:54'),
(30573, 5, 69, 'LegalHow', '2020-05-27 10:23:54'),
(30574, 5, 643, 'Political\n', '2020-05-27 10:23:54'),
(30575, 5, 644, 'Economic\n', '2020-05-27 10:23:54'),
(30576, 5, 645, 'Social\n', '2020-05-27 10:23:54'),
(30577, 5, 646, 'Tech\n', '2020-05-27 10:23:54'),
(30578, 5, 647, 'Environmental\n', '2020-05-27 10:23:54'),
(30579, 5, 648, 'Legal\n', '2020-05-27 10:23:54'),
(30580, 2, 541, '', '2020-05-27 13:02:05'),
(30581, 5, 525, '', '2020-05-27 13:35:10'),
(30582, 5, 526, '', '2020-05-27 13:35:10'),
(30583, 5, 527, '', '2020-05-27 13:35:10'),
(30584, 5, 535, '', '2020-05-27 13:35:10'),
(30585, 5, 532, '', '2020-05-27 13:35:10'),
(30586, 5, 533, '', '2020-05-27 13:35:10'),
(30587, 5, 534, '', '2020-05-27 13:35:10'),
(30588, 5, 536, '', '2020-05-27 13:35:10'),
(30589, 5, 537, '', '2020-05-27 13:35:10'),
(30590, 5, 538, '', '2020-05-27 13:35:10'),
(30591, 5, 539, '', '2020-05-27 13:35:10'),
(30592, 5, 525, '', '2020-05-27 14:05:00'),
(30593, 5, 526, '', '2020-05-27 14:05:00'),
(30594, 5, 527, '', '2020-05-27 14:05:00'),
(30595, 5, 535, '', '2020-05-27 14:05:00'),
(30596, 5, 532, '', '2020-05-27 14:05:00'),
(30597, 5, 533, '', '2020-05-27 14:05:00'),
(30598, 5, 534, '', '2020-05-27 14:05:00'),
(30599, 5, 536, '', '2020-05-27 14:05:00'),
(30600, 5, 537, '', '2020-05-27 14:05:00'),
(30601, 5, 538, '', '2020-05-27 14:05:00'),
(30602, 5, 539, '', '2020-05-27 14:05:00'),
(30603, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-27 14:39:20'),
(30604, 2, 912, '[\"[\\\"{\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\":[{\\\\\\\"name\\\\\\\":\\\\\\\"hash\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"author\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"tenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eleventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"twelfth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"thirteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"}],\\\\\\\"Fnazario@beoneapps.com\\\\\\\":[{\\\\\\\"name\\\\\\\":\\\\\\\"hash\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"author\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"Fnazario@beoneapps.com\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-raw\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-prod\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-pack\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-dist\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"seventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eighth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"nineth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"tenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"eleventh-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"twelfth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"thirteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifteenth-main\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"first-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"second-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"third-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fourth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"fifth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"},{\\\\\\\"name\\\\\\\":\\\\\\\"sixth-end\\\\\\\",\\\\\\\"value\\\\\\\":\\\\\\\"1\\\\\\\"}]}\\\"]\"]', '2020-05-27 14:39:20'),
(30605, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-05-27 14:47:39');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(30606, 2, 912, '[\"[\\\"[\\\\\\\"{\\\\\\\\\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"hash\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"author\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"first-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"second-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"third-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fourth-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fifth-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"sixth-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"seventh-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"eighth-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"first-prod\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"second-prod\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"third-prod\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fourth-prod\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fifth-prod\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"sixth-prod\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"seventh-prod\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"first-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"second-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"third-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fourth-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fifth-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"sixth-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"seventh-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"eighth-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"nineth-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"first-dist\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"second-dist\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"third-dist\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fourth-dist\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fifth-dist\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"sixth-dist\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"seventh-dist\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"first-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"second-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"third-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fourth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fifth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"sixth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"seventh-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"eighth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"nineth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"tenth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"eleventh-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"twelfth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"thirteenth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fourteenth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fifteenth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"first-end\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"second-end\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"third-end\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fourth-end\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fifth-end\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"sixth-end\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"}],\\\\\\\\\\\\\\\"Fnazario@beoneapps.com\\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"hash\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"author\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"Fnazario@beoneapps.com\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"first-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"second-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"third-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fourth-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fifth-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"sixth-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"seventh-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"eighth-raw\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"first-prod\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"second-prod\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"third-prod\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fourth-prod\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fifth-prod\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"sixth-prod\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"seventh-prod\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"first-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"second-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"third-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fourth-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fifth-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"sixth-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"seventh-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"eighth-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"nineth-pack\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"first-dist\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"second-dist\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"third-dist\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fourth-dist\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fifth-dist\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"sixth-dist\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"seventh-dist\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"first-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"second-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"third-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fourth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fifth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"sixth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"seventh-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"eighth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"nineth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"tenth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"eleventh-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"twelfth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"thirteenth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fourteenth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fifteenth-main\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"first-end\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"second-end\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"third-end\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fourth-end\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"fifth-end\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"sixth-end\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\"}]}\\\\\\\"]\\\"]\"]', '2020-05-27 14:47:39'),
(30607, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"miguelangelps@prometeoinnova.com\"]}', '2020-05-27 14:49:58'),
(30608, 2, 912, '[\"[\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"hash\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"author\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"nineth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"nineth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"tenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eleventh-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"twelfth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"thirteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}],\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Fnazario@beoneapps.com\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"hash\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"author\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Fnazario@beoneapps.com\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"nineth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"nineth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"tenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eleventh-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"twelfth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"thirteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}]}\\\\\\\\\\\\\\\"]\\\\\\\"]\\\"]\"]', '2020-05-27 14:49:58'),
(30609, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"miguelangelps@prometeoinnova.com\"]}', '2020-05-27 14:53:01');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(30610, 2, 912, '[\"[\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"hash\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"author\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"nineth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"nineth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"tenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eleventh-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"twelfth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"thirteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}],\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Fnazario@beoneapps.com\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"hash\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"author\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Fnazario@beoneapps.com\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"nineth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"nineth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"tenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eleventh-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"twelfth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"thirteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}]}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\\"]\\\\\\\"]\\\"]\"]', '2020-05-27 14:53:01');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(30611, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"miguelangelps@prometeoinnova.com\",\"yo@maybe.com\"]}', '2020-05-27 14:53:21');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(30612, 2, 912, '[\"[\\\"[\\\\\\\"[\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"[\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"hash\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"author\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"nineth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"nineth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"tenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eleventh-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"twelfth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"thirteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}],\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Fnazario@beoneapps.com\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"hash\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"author\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"Fnazario@beoneapps.com\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-raw\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-prod\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"nineth-pack\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-dist\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"seventh-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eighth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"nineth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"tenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"eleventh-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"twelfth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"thirteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifteenth-main\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"first-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"second-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"third-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fourth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"fifth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"},{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"sixth-end\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}]}\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"]\\\\\\\\\\\\\\\"]\\\\\\\"]\\\"]\"]', '2020-05-27 14:53:21');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(30613, 5, 525, '', '2020-05-27 15:02:20'),
(30614, 5, 526, '', '2020-05-27 15:02:20'),
(30615, 5, 527, '', '2020-05-27 15:02:20'),
(30616, 5, 535, '', '2020-05-27 15:02:20'),
(30617, 5, 532, '', '2020-05-27 15:02:20'),
(30618, 5, 533, '', '2020-05-27 15:02:20'),
(30619, 5, 534, '', '2020-05-27 15:02:20'),
(30620, 5, 536, '', '2020-05-27 15:02:20'),
(30621, 5, 537, '', '2020-05-27 15:02:20'),
(30622, 5, 538, '', '2020-05-27 15:02:20'),
(30623, 5, 539, '', '2020-05-27 15:02:20'),
(30624, 5, 663, '', '2020-05-27 15:16:09'),
(30625, 5, 667, '[\"\"]', '2020-05-27 15:16:09'),
(30626, 5, 642, '[\"5\",\"5\",\"5\",\"5\"]', '2020-05-27 15:16:09'),
(30627, 5, 641, '[\"5\",\"5\",\"5\",\"5\"]', '2020-05-27 15:16:09'),
(30628, 5, 33, '', '2020-05-27 15:16:09'),
(30629, 5, 34, '[\"\"]', '2020-05-27 15:16:09'),
(30630, 5, 672, '', '2020-05-27 15:16:09'),
(30631, 5, 669, '', '2020-05-27 15:16:09'),
(30632, 5, 664, '', '2020-05-27 15:16:09'),
(30633, 5, 668, '[\"\"]', '2020-05-27 15:16:09'),
(30634, 5, 674, '', '2020-05-27 15:16:09'),
(30635, 5, 671, '', '2020-05-27 15:16:09'),
(30636, 5, 665, '', '2020-05-27 15:16:09'),
(30637, 5, 666, '[\"\"]', '2020-05-27 15:16:09'),
(30638, 5, 673, '', '2020-05-27 15:16:09'),
(30639, 5, 670, '', '2020-05-27 15:16:09'),
(30640, 5, 653, '[\"5\",\"5\",\"5\",\"5\"]\n', '2020-05-27 15:16:09'),
(30641, 5, 654, '[\"5\",\"5\",\"5\",\"5\"]\n', '2020-05-27 15:16:09'),
(30642, 5, 711, '\n', '2020-05-27 15:16:09'),
(30643, 5, 712, '\n', '2020-05-27 15:16:09'),
(30644, 5, 709, '\n', '2020-05-27 15:16:09'),
(30645, 5, 713, '\n', '2020-05-27 15:16:09'),
(30646, 5, 710, '\n', '2020-05-27 15:16:09'),
(30647, 5, 714, '\n', '2020-05-27 15:16:09'),
(30648, 5, 952, '[\"\"]\n', '2020-05-27 15:16:09'),
(30649, 5, 949, '[\"\"]\n', '2020-05-27 15:16:09'),
(30650, 5, 950, '[\"\"]\n', '2020-05-27 15:16:09'),
(30651, 5, 951, '[\"\"]\n', '2020-05-27 15:16:09'),
(30652, 5, 663, '', '2020-05-27 15:16:12'),
(30653, 5, 667, '[\"\"]', '2020-05-27 15:16:12'),
(30654, 5, 642, '[\"5\",\"5\",\"5\",\"5\"]', '2020-05-27 15:16:12'),
(30655, 5, 641, '[\"5\",\"5\",\"5\",\"5\"]', '2020-05-27 15:16:12'),
(30656, 5, 33, '', '2020-05-27 15:16:12'),
(30657, 5, 34, '[\"\"]', '2020-05-27 15:16:12'),
(30658, 5, 672, '', '2020-05-27 15:16:12'),
(30659, 5, 669, '', '2020-05-27 15:16:12'),
(30660, 5, 664, '', '2020-05-27 15:16:12'),
(30661, 5, 668, '[\"\"]', '2020-05-27 15:16:12'),
(30662, 5, 674, '', '2020-05-27 15:16:12'),
(30663, 5, 671, '', '2020-05-27 15:16:12'),
(30664, 5, 665, '', '2020-05-27 15:16:12'),
(30665, 5, 666, '[\"\"]', '2020-05-27 15:16:12'),
(30666, 5, 673, '', '2020-05-27 15:16:12'),
(30667, 5, 670, '', '2020-05-27 15:16:12'),
(30668, 5, 653, '[\"5\",\"5\",\"5\",\"5\"]\n', '2020-05-27 15:16:12'),
(30669, 5, 654, '[\"5\",\"5\",\"5\",\"5\"]\n', '2020-05-27 15:16:12'),
(30670, 5, 711, '\n', '2020-05-27 15:16:12'),
(30671, 5, 712, '\n', '2020-05-27 15:16:12'),
(30672, 5, 709, '\n', '2020-05-27 15:16:12'),
(30673, 5, 713, '\n', '2020-05-27 15:16:12'),
(30674, 5, 710, '\n', '2020-05-27 15:16:12'),
(30675, 5, 714, '\n', '2020-05-27 15:16:12'),
(30676, 5, 952, '[\"\"]\n', '2020-05-27 15:16:12'),
(30677, 5, 949, '[\"\"]\n', '2020-05-27 15:16:12'),
(30678, 5, 950, '[\"\"]\n', '2020-05-27 15:16:12'),
(30679, 5, 951, '[\"\"]\n', '2020-05-27 15:16:12'),
(30680, 5, 663, '', '2020-05-27 15:16:30'),
(30681, 5, 667, '[\"\"]', '2020-05-27 15:16:30'),
(30682, 5, 642, '[\"5\",\"5\",\"5\",\"5\"]', '2020-05-27 15:16:30'),
(30683, 5, 641, '[\"5\",\"5\",\"5\",\"5\"]', '2020-05-27 15:16:30'),
(30684, 5, 33, '', '2020-05-27 15:16:30'),
(30685, 5, 34, '[\"\"]', '2020-05-27 15:16:30'),
(30686, 5, 672, '', '2020-05-27 15:16:30'),
(30687, 5, 669, '', '2020-05-27 15:16:30'),
(30688, 5, 664, '', '2020-05-27 15:16:30'),
(30689, 5, 668, '[\"\"]', '2020-05-27 15:16:30'),
(30690, 5, 674, '', '2020-05-27 15:16:30'),
(30691, 5, 671, '', '2020-05-27 15:16:30'),
(30692, 5, 665, '', '2020-05-27 15:16:30'),
(30693, 5, 666, '[\"\"]', '2020-05-27 15:16:30'),
(30694, 5, 673, '', '2020-05-27 15:16:30'),
(30695, 5, 670, '', '2020-05-27 15:16:30'),
(30696, 5, 653, '[\"5\",\"5\",\"5\",\"5\"]\n', '2020-05-27 15:16:30'),
(30697, 5, 654, '[\"5\",\"5\",\"5\",\"5\"]\n', '2020-05-27 15:16:30'),
(30698, 5, 711, '\n', '2020-05-27 15:16:30'),
(30699, 5, 712, '\n', '2020-05-27 15:16:30'),
(30700, 5, 709, '\n', '2020-05-27 15:16:30'),
(30701, 5, 713, '\n', '2020-05-27 15:16:30'),
(30702, 5, 710, '\n', '2020-05-27 15:16:30'),
(30703, 5, 714, '\n', '2020-05-27 15:16:30'),
(30704, 5, 952, '[\"\"]\n', '2020-05-27 15:16:30'),
(30705, 5, 949, '[\"\"]\n', '2020-05-27 15:16:30'),
(30706, 5, 950, '[\"\"]\n', '2020-05-27 15:16:30'),
(30707, 5, 951, '[\"\"]\n', '2020-05-27 15:16:30'),
(30708, 5, 663, '', '2020-05-27 15:16:33'),
(30709, 5, 667, '[\"\"]', '2020-05-27 15:16:33'),
(30710, 5, 642, '[\"5\",\"5\",\"5\",\"5\"]', '2020-05-27 15:16:33'),
(30711, 5, 641, '[\"5\",\"5\",\"5\",\"5\"]', '2020-05-27 15:16:33'),
(30712, 5, 33, '', '2020-05-27 15:16:33'),
(30713, 5, 34, '[\"\"]', '2020-05-27 15:16:33'),
(30714, 5, 672, '', '2020-05-27 15:16:33'),
(30715, 5, 669, '', '2020-05-27 15:16:33'),
(30716, 5, 664, '', '2020-05-27 15:16:33'),
(30717, 5, 668, '[\"\"]', '2020-05-27 15:16:33'),
(30718, 5, 674, '', '2020-05-27 15:16:33'),
(30719, 5, 671, '', '2020-05-27 15:16:33'),
(30720, 5, 665, '', '2020-05-27 15:16:33'),
(30721, 5, 666, '[\"\"]', '2020-05-27 15:16:33'),
(30722, 5, 673, '', '2020-05-27 15:16:33'),
(30723, 5, 670, '', '2020-05-27 15:16:33'),
(30724, 5, 653, '[\"5\",\"5\",\"5\",\"5\"]\n', '2020-05-27 15:16:33'),
(30725, 5, 654, '[\"5\",\"5\",\"5\",\"5\"]\n', '2020-05-27 15:16:33'),
(30726, 5, 711, '\n', '2020-05-27 15:16:33'),
(30727, 5, 712, '\n', '2020-05-27 15:16:33'),
(30728, 5, 709, '\n', '2020-05-27 15:16:33'),
(30729, 5, 713, '\n', '2020-05-27 15:16:33'),
(30730, 5, 710, '\n', '2020-05-27 15:16:33'),
(30731, 5, 714, '\n', '2020-05-27 15:16:33'),
(30732, 5, 952, '[\"\"]\n', '2020-05-27 15:16:33'),
(30733, 5, 949, '[\"\"]\n', '2020-05-27 15:16:33'),
(30734, 5, 950, '[\"\"]\n', '2020-05-27 15:16:33'),
(30735, 5, 951, '[\"\"]\n', '2020-05-27 15:16:33'),
(30736, 5, 663, '', '2020-05-27 15:17:05'),
(30737, 5, 667, '[\"\"]', '2020-05-27 15:17:05'),
(30738, 5, 642, '[\"5\"]', '2020-05-27 15:17:05'),
(30739, 5, 641, '[\"5\"]', '2020-05-27 15:17:05'),
(30740, 5, 33, '', '2020-05-27 15:17:05'),
(30741, 5, 34, '[\"\"]', '2020-05-27 15:17:05'),
(30742, 5, 672, '[\"5\"]', '2020-05-27 15:17:05'),
(30743, 5, 669, '[\"5\"]', '2020-05-27 15:17:05'),
(30744, 5, 664, '', '2020-05-27 15:17:05'),
(30745, 5, 668, '[\"\"]', '2020-05-27 15:17:05'),
(30746, 5, 674, '[\"5\"]', '2020-05-27 15:17:05'),
(30747, 5, 671, '[\"5\"]', '2020-05-27 15:17:05'),
(30748, 5, 665, '', '2020-05-27 15:17:05'),
(30749, 5, 666, '[\"\"]', '2020-05-27 15:17:05'),
(30750, 5, 673, '[\"5\"]', '2020-05-27 15:17:05'),
(30751, 5, 670, '[\"5\"]', '2020-05-27 15:17:05'),
(30752, 5, 653, '[\"5\"]\n', '2020-05-27 15:17:05'),
(30753, 5, 654, '[\"5\"]\n', '2020-05-27 15:17:05'),
(30754, 5, 711, '[\"5\"]\n', '2020-05-27 15:17:05'),
(30755, 5, 712, '[\"5\"]\n', '2020-05-27 15:17:05'),
(30756, 5, 709, '[\"5\"]\n', '2020-05-27 15:17:05'),
(30757, 5, 713, '[\"5\"]\n', '2020-05-27 15:17:05'),
(30758, 5, 710, '[\"5\"]\n', '2020-05-27 15:17:05'),
(30759, 5, 714, '[\"5\"]\n', '2020-05-27 15:17:05'),
(30760, 5, 952, '[\"\"]\n', '2020-05-27 15:17:05'),
(30761, 5, 949, '[\"\"]\n', '2020-05-27 15:17:05'),
(30762, 5, 950, '[\"\"]\n', '2020-05-27 15:17:05'),
(30763, 5, 951, '[\"\"]\n', '2020-05-27 15:17:05'),
(30764, 2, 541, '', '2020-05-27 19:00:10'),
(30765, 2, 542, 'service', '2020-05-27 19:01:14'),
(30766, 2, 542, 'product', '2020-05-27 19:01:30'),
(30767, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-27 19:13:19'),
(30768, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-27 19:13:19'),
(30769, 2, 574, 'Nunc mauris odio, feugiat eget sagittis et, tincidunt eget velit. Duis imperdiet, mauris ut scelerisque accumsan, ipsum dolor venenatis tortor, eget condimentum dui nibh sed urna. Aliquam bibendum ut metus nec consequat. Nunc quis interdum mi. Integer pretium velit magna, a mattis ex interdum et. Aenean dictum, odio et tempor mollis, lorem enim elementum nulla, eget lobortis ligula augue ac felis. Pellentesque et cursus magna. Curabitur sed tellus imperdiet, pulvinar velit sed, interdum est.\r\n\r\n', '2020-05-27 19:13:19'),
(30770, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-27 19:13:19'),
(30771, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-27 19:13:19'),
(30772, 2, 577, 'Integer vehicula lectus aliquet urna euismod luctus. Fusce hendrerit viverra leo at egestas. Nunc pharetra dictum magna, scelerisque hendrerit orci. Nunc semper sagittis odio, sed congue nisi maximus id. Quisque hendrerit libero non nulla feugiat luctus. Mauris eget leo ut libero pulvinar porta. Quisque laoreet ultrices tincidunt. Cras interdum velit mi, id ullamcorper ligula faucibus vel. Ut aliquam justo id venenatis sodales. Aliquam iaculis metus quis justo blandit vestibulum.', '2020-05-27 19:13:19'),
(30773, 2, 637, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"},{\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\"},{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"},{\"title\":\"Recycled content &amp; Recovered components\",\"descripcion\":\"The proportion, by mass, of recycled material in a product or packaging.<br>Products, components or parts of a production or waste stream captured or separated for reuse (without processing, which would be recycling).\"}],\"total\":5},\"prod\":{\"new\":[{\"title\":\"Campo1\",\"descripcion\":\"Descriptcion1\"}],\"default\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":3},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-05-27 19:13:27'),
(30774, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-27 19:53:17'),
(30775, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-27 19:53:17'),
(30776, 2, 574, 'Nunc mauris odio, feugiat eget sagittis et, tincidunt eget velit. Duis imperdiet, mauris ut scelerisque accumsan, ipsum dolor venenatis tortor, eget condimentum dui nibh sed urna. Aliquam bibendum ut metus nec consequat. Nunc quis interdum mi. Integer pretium velit magna, a mattis ex interdum et. Aenean dictum, odio et tempor mollis, lorem enim elementum nulla, eget lobortis ligula augue ac felis. Pellentesque et cursus magna. Curabitur sed tellus imperdiet, pulvinar velit sed, interdum est.\r\n\r\n', '2020-05-27 19:53:17'),
(30777, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-27 19:53:17'),
(30778, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-27 19:53:17'),
(30779, 2, 577, '', '2020-05-27 19:53:17'),
(30780, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-27 19:53:34'),
(30781, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-27 19:53:34'),
(30782, 2, 574, 'Nunc mauris odio, feugiat eget sagittis et, tincidunt eget velit. Duis imperdiet, mauris ut scelerisque accumsan, ipsum dolor venenatis tortor, eget condimentum dui nibh sed urna. Aliquam bibendum ut metus nec consequat. Nunc quis interdum mi. Integer pretium velit magna, a mattis ex interdum et. Aenean dictum, odio et tempor mollis, lorem enim elementum nulla, eget lobortis ligula augue ac felis. Pellentesque et cursus magna. Curabitur sed tellus imperdiet, pulvinar velit sed, interdum est.\r\n\r\n', '2020-05-27 19:53:34'),
(30783, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-27 19:53:34'),
(30784, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-27 19:53:34'),
(30785, 2, 577, 'ab', '2020-05-27 19:53:34'),
(30786, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-27 19:59:42'),
(30787, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-27 19:59:42'),
(30788, 2, 574, 'Nunc mauris odio, feugiat eget sagittis et, tincidunt eget velit. Duis imperdiet, mauris ut scelerisque accumsan, ipsum dolor venenatis tortor, eget condimentum dui nibh sed urna. Aliquam bibendum ut metus nec consequat. Nunc quis interdum mi. Integer pretium velit magna, a mattis ex interdum et. Aenean dictum, odio et tempor mollis, lorem enim elementum nulla, eget lobortis ligula augue ac felis. Pellentesque et cursus magna. Curabitur sed tellus imperdiet, pulvinar velit sed, interdum est.\r\n\r\n', '2020-05-27 19:59:42'),
(30789, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-27 19:59:42'),
(30790, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-27 19:59:42'),
(30791, 2, 577, 'ab', '2020-05-27 19:59:42'),
(30792, 2, 637, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"},{\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\"},{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"},{\"title\":\"Recycled content &amp; Recovered components\",\"descripcion\":\"The proportion, by mass, of recycled material in a product or packaging.<br>Products, components or parts of a production or waste stream captured or separated for reuse (without processing, which would be recycling).\"}],\"total\":5},\"prod\":{\"new\":[{\"title\":\"Campo1\",\"descripcion\":\"Descriptcion1\"}],\"default\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":3},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-05-27 20:03:36'),
(30793, 2, 637, '{\"raw\":{\"new\":[],\"default\":[{\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"},{\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\"},{\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"},{\"title\":\"Recycled content &amp; Recovered components\",\"descripcion\":\"The proportion, by mass, of recycled material in a product or packaging.<br>Products, components or parts of a production or waste stream captured or separated for reuse (without processing, which would be recycling).\"}],\"total\":5},\"prod\":{\"new\":[{\"title\":\"Campo1\",\"descripcion\":\"Descriptcion1\"}],\"default\":[{\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":3},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-05-27 20:03:47'),
(30794, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-27 20:04:05'),
(30795, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-27 20:04:05'),
(30796, 2, 574, '', '2020-05-27 20:04:05'),
(30797, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-27 20:04:05'),
(30798, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-27 20:04:05'),
(30799, 2, 577, 'ab', '2020-05-27 20:04:05'),
(30800, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-27 20:05:13'),
(30801, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-27 20:05:13'),
(30802, 2, 574, '', '2020-05-27 20:05:13'),
(30803, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-27 20:05:13'),
(30804, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-27 20:05:13'),
(30805, 2, 577, 'ab', '2020-05-27 20:05:13'),
(30806, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-27 20:05:23'),
(30807, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-27 20:05:23'),
(30808, 2, 574, '', '2020-05-27 20:05:23'),
(30809, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-27 20:05:23'),
(30810, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-27 20:05:23'),
(30811, 2, 577, 'ab', '2020-05-27 20:05:23'),
(30812, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-27 20:06:03'),
(30813, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-27 20:06:03'),
(30814, 2, 574, '', '2020-05-27 20:06:03'),
(30815, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-27 20:06:03'),
(30816, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-27 20:06:03'),
(30817, 2, 577, 'ab', '2020-05-27 20:06:03'),
(30818, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-27 20:07:14'),
(30819, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-27 20:07:14'),
(30820, 2, 574, '', '2020-05-27 20:07:14'),
(30821, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-27 20:07:14'),
(30822, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-27 20:07:14'),
(30823, 2, 577, 'ab', '2020-05-27 20:07:14'),
(30824, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-27 20:07:24'),
(30825, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-27 20:07:24'),
(30826, 2, 574, '', '2020-05-27 20:07:24'),
(30827, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-27 20:07:24'),
(30828, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-27 20:07:24'),
(30829, 2, 577, 'ab', '2020-05-27 20:07:24'),
(30830, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-27 20:07:40'),
(30831, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-27 20:07:40'),
(30832, 2, 574, '', '2020-05-27 20:07:40'),
(30833, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-27 20:07:40'),
(30834, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-27 20:07:40'),
(30835, 2, 577, 'ab', '2020-05-27 20:07:40'),
(30836, 2, 541, '', '2020-05-28 06:30:15'),
(30837, 2, 542, 'product', '2020-05-28 06:30:23'),
(30838, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-05-28 10:48:29'),
(30839, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-05-28 10:48:29'),
(30840, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-05-28 10:48:29');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(30841, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-05-28 10:48:29'),
(30842, 2, 577, 'ab', '2020-05-28 10:48:29'),
(30843, 5, 525, '[\"\"]\n', '2020-05-28 12:54:47'),
(30844, 5, 526, '', '2020-05-28 12:54:47'),
(30845, 5, 527, '', '2020-05-28 12:54:47'),
(30846, 5, 535, '', '2020-05-28 12:54:47'),
(30847, 5, 532, '', '2020-05-28 12:54:47'),
(30848, 5, 533, '', '2020-05-28 12:54:47'),
(30849, 5, 534, '', '2020-05-28 12:54:47'),
(30850, 5, 536, '', '2020-05-28 12:54:47'),
(30851, 5, 537, '', '2020-05-28 12:54:47'),
(30852, 5, 538, '', '2020-05-28 12:54:47'),
(30853, 5, 539, '', '2020-05-28 12:54:47'),
(30854, 5, 12, 'a\n', '2020-05-28 13:00:10'),
(30855, 5, 8, 'b\n', '2020-05-28 13:00:10'),
(30856, 5, 10, 'c\n', '2020-05-28 13:00:10'),
(30857, 5, 14, 'd\n', '2020-05-28 13:00:10'),
(30858, 5, 643, 'Political\n', '2020-05-28 13:00:43'),
(30859, 5, 644, 'Economic\n', '2020-05-28 13:00:43'),
(30860, 5, 645, 'Social\n', '2020-05-28 13:00:43'),
(30861, 5, 646, 'Tech\n', '2020-05-28 13:00:43'),
(30862, 5, 647, 'Environmental\n', '2020-05-28 13:00:43'),
(30863, 5, 648, 'Legal\n', '2020-05-28 13:00:43'),
(30864, 5, 12, 'a\r\n', '2020-05-28 13:01:13'),
(30865, 5, 8, 'b\r\n', '2020-05-28 13:01:13'),
(30866, 5, 10, 'c\r\n', '2020-05-28 13:01:13'),
(30867, 5, 14, 'd\r\n', '2020-05-28 13:01:13'),
(30868, 5, 28, 'a\r\n\n', '2020-05-28 13:01:13'),
(30869, 5, 649, '\n', '2020-05-28 13:01:13'),
(30870, 5, 543, 'b\r\n\n', '2020-05-28 13:01:13'),
(30871, 5, 650, '\n', '2020-05-28 13:01:13'),
(30872, 5, 544, 'c\r\n\n', '2020-05-28 13:01:13'),
(30873, 5, 651, '\n', '2020-05-28 13:01:14'),
(30874, 5, 652, '\n', '2020-05-28 13:01:14'),
(30875, 5, 649, '', '2020-05-28 13:03:21'),
(30876, 5, 650, '', '2020-05-28 13:03:21'),
(30877, 5, 651, '', '2020-05-28 13:03:21'),
(30878, 5, 652, '', '2020-05-28 13:03:21'),
(30879, 5, 32, 'vdfbvdtvbtd\n', '2020-05-28 13:03:21'),
(30880, 5, 31, 'brtbrbby\n', '2020-05-28 13:03:21'),
(30881, 5, 545, '\n', '2020-05-28 13:03:21'),
(30882, 5, 30, '\n', '2020-05-28 13:03:21'),
(30883, 5, 546, '\n', '2020-05-28 13:03:21'),
(30884, 5, 33, '\n', '2020-05-28 13:03:21'),
(30885, 5, 28, 'a\r\n\r\n', '2020-05-28 13:07:53'),
(30886, 5, 543, 'b\r\n\r\n', '2020-05-28 13:07:53'),
(30887, 5, 544, 'c\r\n\r\n', '2020-05-28 13:07:53'),
(30888, 5, 545, '', '2020-05-28 13:07:53'),
(30889, 5, 30, '', '2020-05-28 13:07:53'),
(30890, 5, 546, '', '2020-05-28 13:07:53'),
(30891, 5, 643, 'Political\r\n', '2020-05-28 13:07:53'),
(30892, 5, 644, 'Economic\r\n', '2020-05-28 13:07:53'),
(30893, 5, 645, 'Social\r\n', '2020-05-28 13:07:53'),
(30894, 5, 646, 'Tech\r\n', '2020-05-28 13:07:53'),
(30895, 5, 647, 'Environmental\r\n', '2020-05-28 13:07:53'),
(30896, 5, 648, 'Legal\r\n', '2020-05-28 13:07:53'),
(30897, 5, 31, 'brtbrbby\r\n', '2020-05-28 13:07:53'),
(30898, 5, 32, 'vdfbvdtvbtd\r\n', '2020-05-28 13:07:53'),
(30899, 5, 48, 'a\r\n\r\n\n', '2020-05-28 13:07:53'),
(30900, 5, 49, 'b\r\n\r\n\n', '2020-05-28 13:07:53'),
(30901, 5, 663, '\n', '2020-05-28 13:07:53'),
(30902, 5, 664, '\n', '2020-05-28 13:07:53'),
(30903, 5, 665, '\n', '2020-05-28 13:07:53'),
(30904, 5, 1, 'a', '2020-05-28 13:19:33'),
(30905, 5, 24, 'aa', '2020-05-28 13:19:33'),
(30906, 5, 25, 'aa', '2020-05-28 13:19:33'),
(30907, 5, 65, 'aaa', '2020-05-28 13:19:33'),
(30908, 5, 1, 'a\r\n ', '2020-05-28 13:47:23'),
(30909, 5, 24, 'aa', '2020-05-28 13:47:23'),
(30910, 5, 25, 'aa', '2020-05-28 13:47:23'),
(30911, 5, 65, 'aaa', '2020-05-28 13:47:23'),
(30912, 5, 525, '[\"\"]\n', '2020-05-29 06:48:06'),
(30913, 5, 526, '', '2020-05-29 06:48:06'),
(30914, 5, 527, '', '2020-05-29 06:48:06'),
(30915, 5, 535, '', '2020-05-29 06:48:06'),
(30916, 5, 532, '', '2020-05-29 06:48:06'),
(30917, 5, 533, '', '2020-05-29 06:48:06'),
(30918, 5, 534, '', '2020-05-29 06:48:06'),
(30919, 5, 536, '', '2020-05-29 06:48:06'),
(30920, 5, 537, '', '2020-05-29 06:48:06'),
(30921, 5, 538, '', '2020-05-29 06:48:06'),
(30922, 5, 539, '', '2020-05-29 06:48:06'),
(30923, 5, 12, 'a\n', '2020-05-29 06:53:22'),
(30924, 5, 8, 'b\n', '2020-05-29 06:53:22'),
(30925, 5, 10, 'c\n', '2020-05-29 06:53:22'),
(30926, 5, 14, 'd\n', '2020-05-29 06:53:22'),
(30927, 5, 24, 'aaxaxa', '2020-05-29 06:53:57'),
(30928, 5, 1, 'aaa\r\n ', '2020-05-29 06:59:28'),
(30929, 5, 12, 'a\n', '2020-05-29 06:59:59'),
(30930, 5, 8, 'b\n', '2020-05-29 06:59:59'),
(30931, 5, 10, 'c\n', '2020-05-29 06:59:59'),
(30932, 5, 14, 'd\n', '2020-05-29 06:59:59'),
(30933, 5, 25, 'aajjj', '2020-05-29 07:06:38'),
(30934, 2, 912, '{\"miguelangelps@prometeoinnova.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-29 07:29:39'),
(30935, 2, 912, '{\"miguelangelps@prometeoinnova.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-29 07:39:05'),
(30936, 2, 912, '{\"miguelangelps@prometeoinnova.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}],\"Fnazario@beoneapps.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"Fnazario@beoneapps.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-29 07:41:47'),
(30937, 2, 912, '{\"miguelangelps@prometeoinnova.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}],\"Fnazario@beoneapps.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"Fnazario@beoneapps.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}],\"Frannazario@outlook.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"Frannazario@outlook.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-29 07:54:44'),
(30938, 2, 912, '{\"miguelangelps@prometeoinnova.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-29 08:02:49'),
(30939, 2, 912, '{\"miguelangelps@prometeoinnova.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}],\"Fnazario@beoneapps.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"Fnazario@beoneapps.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-29 08:03:45'),
(30940, 2, 912, '{\"miguelangelps@prometeoinnova.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-29 08:04:49'),
(30941, 2, 912, '{\"miguelangelps@prometeoinnova.com\":[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]}', '2020-05-29 08:07:44'),
(30942, 2, 912, '[[{\"name\":\"hash\",\"value\":\"12004ffbd8d5d9f487f15ee414f44d7c\"},{\"name\":\"author\",\"value\":\"miguelangelps@prometeoinnova.com\"},{\"name\":\"first-raw\",\"value\":\"1\"},{\"name\":\"second-raw\",\"value\":\"1\"},{\"name\":\"third-raw\",\"value\":\"1\"},{\"name\":\"fourth-raw\",\"value\":\"1\"},{\"name\":\"fifth-raw\",\"value\":\"1\"},{\"name\":\"sixth-raw\",\"value\":\"1\"},{\"name\":\"seventh-raw\",\"value\":\"1\"},{\"name\":\"eighth-raw\",\"value\":\"1\"},{\"name\":\"first-prod\",\"value\":\"1\"},{\"name\":\"second-prod\",\"value\":\"1\"},{\"name\":\"third-prod\",\"value\":\"1\"},{\"name\":\"fourth-prod\",\"value\":\"1\"},{\"name\":\"fifth-prod\",\"value\":\"1\"},{\"name\":\"sixth-prod\",\"value\":\"1\"},{\"name\":\"seventh-prod\",\"value\":\"1\"},{\"name\":\"first-pack\",\"value\":\"1\"},{\"name\":\"second-pack\",\"value\":\"1\"},{\"name\":\"third-pack\",\"value\":\"1\"},{\"name\":\"fourth-pack\",\"value\":\"1\"},{\"name\":\"fifth-pack\",\"value\":\"1\"},{\"name\":\"sixth-pack\",\"value\":\"1\"},{\"name\":\"seventh-pack\",\"value\":\"1\"},{\"name\":\"eighth-pack\",\"value\":\"1\"},{\"name\":\"nineth-pack\",\"value\":\"1\"},{\"name\":\"first-dist\",\"value\":\"1\"},{\"name\":\"second-dist\",\"value\":\"1\"},{\"name\":\"third-dist\",\"value\":\"1\"},{\"name\":\"fourth-dist\",\"value\":\"1\"},{\"name\":\"fifth-dist\",\"value\":\"1\"},{\"name\":\"sixth-dist\",\"value\":\"1\"},{\"name\":\"seventh-dist\",\"value\":\"1\"},{\"name\":\"first-main\",\"value\":\"1\"},{\"name\":\"second-main\",\"value\":\"1\"},{\"name\":\"third-main\",\"value\":\"1\"},{\"name\":\"fourth-main\",\"value\":\"1\"},{\"name\":\"fifth-main\",\"value\":\"1\"},{\"name\":\"sixth-main\",\"value\":\"1\"},{\"name\":\"seventh-main\",\"value\":\"1\"},{\"name\":\"eighth-main\",\"value\":\"1\"},{\"name\":\"nineth-main\",\"value\":\"1\"},{\"name\":\"tenth-main\",\"value\":\"1\"},{\"name\":\"eleventh-main\",\"value\":\"1\"},{\"name\":\"twelfth-main\",\"value\":\"1\"},{\"name\":\"thirteenth-main\",\"value\":\"1\"},{\"name\":\"fourteenth-main\",\"value\":\"1\"},{\"name\":\"fifteenth-main\",\"value\":\"1\"},{\"name\":\"first-end\",\"value\":\"1\"},{\"name\":\"second-end\",\"value\":\"1\"},{\"name\":\"third-end\",\"value\":\"1\"},{\"name\":\"fourth-end\",\"value\":\"1\"},{\"name\":\"fifth-end\",\"value\":\"1\"},{\"name\":\"sixth-end\",\"value\":\"1\"}]]', '2020-05-29 08:19:09'),
(30943, 2, 912, '[{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"miguelangelps@prometeoinnova.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}]', '2020-05-29 08:22:49'),
(30944, 2, 912, '[{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"miguelangelps@prometeoinnova.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}]', '2020-05-29 08:24:01'),
(30945, 2, 912, '{\"miguelangelps@prometeoinnova.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"miguelangelps@prometeoinnova.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-05-29 08:25:48'),
(30946, 2, 912, '{\"miguelangelps@prometeoinnova.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"miguelangelps@prometeoinnova.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-05-29 08:26:11'),
(30947, 2, 525, '', '2020-06-02 07:18:17'),
(30948, 2, 526, '', '2020-06-02 07:18:17'),
(30949, 2, 527, '', '2020-06-02 07:18:17'),
(30950, 2, 535, '', '2020-06-02 07:18:17'),
(30951, 2, 532, '', '2020-06-02 07:18:17'),
(30952, 2, 533, '', '2020-06-02 07:18:17'),
(30953, 2, 534, '', '2020-06-02 07:18:17'),
(30954, 2, 536, '', '2020-06-02 07:18:17'),
(30955, 2, 537, '', '2020-06-02 07:18:17'),
(30956, 2, 538, '', '2020-06-02 07:18:17'),
(30957, 2, 539, '', '2020-06-02 07:18:17'),
(30958, 2, 525, '', '2020-06-02 07:18:29'),
(30959, 2, 526, '', '2020-06-02 07:18:29'),
(30960, 2, 527, '', '2020-06-02 07:18:29'),
(30961, 2, 535, '', '2020-06-02 07:18:29'),
(30962, 2, 532, '', '2020-06-02 07:18:29'),
(30963, 2, 533, '', '2020-06-02 07:18:29'),
(30964, 2, 534, '', '2020-06-02 07:18:29'),
(30965, 2, 536, '', '2020-06-02 07:18:29'),
(30966, 2, 537, '', '2020-06-02 07:18:29'),
(30967, 2, 538, '', '2020-06-02 07:18:29'),
(30968, 2, 539, '', '2020-06-02 07:18:29'),
(30969, 5, 525, '[\"\"]\n', '2020-06-02 10:07:50'),
(30970, 5, 526, '', '2020-06-02 10:07:50'),
(30971, 5, 527, '', '2020-06-02 10:07:50'),
(30972, 5, 535, '', '2020-06-02 10:07:50'),
(30973, 5, 532, '', '2020-06-02 10:07:50'),
(30974, 5, 533, '', '2020-06-02 10:07:50'),
(30975, 5, 534, '', '2020-06-02 10:07:50'),
(30976, 5, 536, '', '2020-06-02 10:07:50'),
(30977, 5, 537, '', '2020-06-02 10:07:50'),
(30978, 5, 538, '', '2020-06-02 10:07:50'),
(30979, 5, 539, '', '2020-06-02 10:07:50'),
(30980, 2, 525, '', '2020-06-02 10:37:15'),
(30981, 2, 526, '', '2020-06-02 10:37:15'),
(30982, 2, 527, '', '2020-06-02 10:37:15'),
(30983, 2, 535, '', '2020-06-02 10:37:15'),
(30984, 2, 532, '', '2020-06-02 10:37:15'),
(30985, 2, 533, '', '2020-06-02 10:37:15'),
(30986, 2, 534, '', '2020-06-02 10:37:15'),
(30987, 2, 536, '', '2020-06-02 10:37:15'),
(30988, 2, 537, '', '2020-06-02 10:37:15'),
(30989, 2, 538, '', '2020-06-02 10:37:15'),
(30990, 2, 539, '', '2020-06-02 10:37:15'),
(30991, 2, 525, '', '2020-06-02 10:38:45'),
(30992, 2, 526, '', '2020-06-02 10:38:45'),
(30993, 2, 527, '', '2020-06-02 10:38:45'),
(30994, 2, 535, '', '2020-06-02 10:38:45'),
(30995, 2, 532, '', '2020-06-02 10:38:45'),
(30996, 2, 533, '', '2020-06-02 10:38:45'),
(30997, 2, 534, '', '2020-06-02 10:38:45'),
(30998, 2, 536, '', '2020-06-02 10:38:45'),
(30999, 2, 537, '', '2020-06-02 10:38:45'),
(31000, 2, 538, '', '2020-06-02 10:38:45'),
(31001, 2, 539, '', '2020-06-02 10:38:45'),
(31002, 2, 525, '', '2020-06-02 10:46:25'),
(31003, 2, 526, '', '2020-06-02 10:46:25'),
(31004, 2, 527, '', '2020-06-02 10:46:25'),
(31005, 2, 535, '', '2020-06-02 10:46:25'),
(31006, 2, 532, '', '2020-06-02 10:46:25'),
(31007, 2, 533, '', '2020-06-02 10:46:25'),
(31008, 2, 534, '', '2020-06-02 10:46:25'),
(31009, 2, 536, '', '2020-06-02 10:46:25'),
(31010, 2, 537, '', '2020-06-02 10:46:25'),
(31011, 2, 538, '', '2020-06-02 10:46:25'),
(31012, 2, 539, '', '2020-06-02 10:46:25'),
(31013, 2, 525, '', '2020-06-02 10:46:37'),
(31014, 2, 526, '', '2020-06-02 10:46:37'),
(31015, 2, 527, '', '2020-06-02 10:46:37'),
(31016, 2, 535, '', '2020-06-02 10:46:37'),
(31017, 2, 532, '', '2020-06-02 10:46:37'),
(31018, 2, 533, '', '2020-06-02 10:46:37'),
(31019, 2, 534, '', '2020-06-02 10:46:37'),
(31020, 2, 536, '', '2020-06-02 10:46:37'),
(31021, 2, 537, '', '2020-06-02 10:46:37'),
(31022, 2, 538, '', '2020-06-02 10:46:37'),
(31023, 2, 539, '', '2020-06-02 10:46:37');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(31024, 2, 912, '[\"{\\\"miguelangelps@prometeoinnova.com\\\":{\\\"hash\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\",\\\"author\\\":\\\"miguelangelps@prometeoinnova.com\\\",\\\"first-raw\\\":\\\"1\\\",\\\"second-raw\\\":\\\"1\\\",\\\"third-raw\\\":\\\"1\\\",\\\"fourth-raw\\\":\\\"1\\\",\\\"fifth-raw\\\":\\\"1\\\",\\\"sixth-raw\\\":\\\"1\\\",\\\"seventh-raw\\\":\\\"1\\\",\\\"eighth-raw\\\":\\\"1\\\",\\\"first-prod\\\":\\\"1\\\",\\\"second-prod\\\":\\\"1\\\",\\\"third-prod\\\":\\\"1\\\",\\\"fourth-prod\\\":\\\"1\\\",\\\"fifth-prod\\\":\\\"1\\\",\\\"sixth-prod\\\":\\\"1\\\",\\\"seventh-prod\\\":\\\"1\\\",\\\"first-pack\\\":\\\"1\\\",\\\"second-pack\\\":\\\"1\\\",\\\"third-pack\\\":\\\"1\\\",\\\"fourth-pack\\\":\\\"1\\\",\\\"fifth-pack\\\":\\\"1\\\",\\\"sixth-pack\\\":\\\"1\\\",\\\"seventh-pack\\\":\\\"1\\\",\\\"eighth-pack\\\":\\\"1\\\",\\\"nineth-pack\\\":\\\"1\\\",\\\"first-dist\\\":\\\"1\\\",\\\"second-dist\\\":\\\"1\\\",\\\"third-dist\\\":\\\"1\\\",\\\"fourth-dist\\\":\\\"1\\\",\\\"fifth-dist\\\":\\\"1\\\",\\\"sixth-dist\\\":\\\"1\\\",\\\"seventh-dist\\\":\\\"1\\\",\\\"first-main\\\":\\\"1\\\",\\\"second-main\\\":\\\"1\\\",\\\"third-main\\\":\\\"1\\\",\\\"fourth-main\\\":\\\"1\\\",\\\"fifth-main\\\":\\\"1\\\",\\\"sixth-main\\\":\\\"1\\\",\\\"seventh-main\\\":\\\"1\\\",\\\"eighth-main\\\":\\\"1\\\",\\\"nineth-main\\\":\\\"1\\\",\\\"tenth-main\\\":\\\"1\\\",\\\"eleventh-main\\\":\\\"1\\\",\\\"twelfth-main\\\":\\\"1\\\",\\\"thirteenth-main\\\":\\\"1\\\",\\\"fourteenth-main\\\":\\\"1\\\",\\\"fifteenth-main\\\":\\\"1\\\",\\\"first-end\\\":\\\"1\\\",\\\"second-end\\\":\\\"1\\\",\\\"third-end\\\":\\\"1\\\",\\\"fourth-end\\\":\\\"1\\\",\\\"fifth-end\\\":\\\"1\\\",\\\"sixth-end\\\":\\\"1\\\"},\\\"Fnazario@beoneapps.com\\\":{\\\"hash\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\",\\\"author\\\":\\\"Fnazario@beoneapps.com\\\",\\\"first-raw\\\":\\\"1\\\",\\\"second-raw\\\":\\\"1\\\",\\\"third-raw\\\":\\\"1\\\",\\\"fourth-raw\\\":\\\"1\\\",\\\"fifth-raw\\\":\\\"1\\\",\\\"sixth-raw\\\":\\\"1\\\",\\\"seventh-raw\\\":\\\"1\\\",\\\"eighth-raw\\\":\\\"1\\\",\\\"first-prod\\\":\\\"1\\\",\\\"second-prod\\\":\\\"1\\\",\\\"third-prod\\\":\\\"1\\\",\\\"fourth-prod\\\":\\\"1\\\",\\\"fifth-prod\\\":\\\"1\\\",\\\"sixth-prod\\\":\\\"1\\\",\\\"seventh-prod\\\":\\\"1\\\",\\\"first-pack\\\":\\\"1\\\",\\\"second-pack\\\":\\\"1\\\",\\\"third-pack\\\":\\\"1\\\",\\\"fourth-pack\\\":\\\"1\\\",\\\"fifth-pack\\\":\\\"1\\\",\\\"sixth-pack\\\":\\\"1\\\",\\\"seventh-pack\\\":\\\"1\\\",\\\"eighth-pack\\\":\\\"1\\\",\\\"nineth-pack\\\":\\\"1\\\",\\\"first-dist\\\":\\\"1\\\",\\\"second-dist\\\":\\\"1\\\",\\\"third-dist\\\":\\\"1\\\",\\\"fourth-dist\\\":\\\"1\\\",\\\"fifth-dist\\\":\\\"1\\\",\\\"sixth-dist\\\":\\\"1\\\",\\\"seventh-dist\\\":\\\"1\\\",\\\"first-main\\\":\\\"1\\\",\\\"second-main\\\":\\\"1\\\",\\\"third-main\\\":\\\"1\\\",\\\"fourth-main\\\":\\\"1\\\",\\\"fifth-main\\\":\\\"1\\\",\\\"sixth-main\\\":\\\"1\\\",\\\"seventh-main\\\":\\\"1\\\",\\\"eighth-main\\\":\\\"1\\\",\\\"nineth-main\\\":\\\"1\\\",\\\"tenth-main\\\":\\\"1\\\",\\\"eleventh-main\\\":\\\"1\\\",\\\"twelfth-main\\\":\\\"1\\\",\\\"thirteenth-main\\\":\\\"1\\\",\\\"fourteenth-main\\\":\\\"1\\\",\\\"fifteenth-main\\\":\\\"1\\\",\\\"first-end\\\":\\\"1\\\",\\\"second-end\\\":\\\"1\\\",\\\"third-end\\\":\\\"1\\\",\\\"fourth-end\\\":\\\"1\\\",\\\"fifth-end\\\":\\\"1\\\",\\\"sixth-end\\\":\\\"1\\\"}}\"]', '2020-06-02 11:23:51'),
(31025, 2, 912, '[\"[\\\"{\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\":{\\\\\\\"hash\\\\\\\":\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\",\\\\\\\"author\\\\\\\":\\\\\\\"miguelangelps@prometeoinnova.com\\\\\\\",\\\\\\\"first-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"second-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"third-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fourth-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fifth-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"sixth-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"seventh-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"eighth-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"first-prod\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"second-prod\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"third-prod\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fourth-prod\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fifth-prod\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"sixth-prod\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"seventh-prod\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"first-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"second-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"third-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fourth-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fifth-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"sixth-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"seventh-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"eighth-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"nineth-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"first-dist\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"second-dist\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"third-dist\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fourth-dist\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fifth-dist\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"sixth-dist\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"seventh-dist\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"first-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"second-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"third-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fourth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fifth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"sixth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"seventh-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"eighth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"nineth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"tenth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"eleventh-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"twelfth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"thirteenth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fourteenth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fifteenth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"first-end\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"second-end\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"third-end\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fourth-end\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fifth-end\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"sixth-end\\\\\\\":\\\\\\\"1\\\\\\\"},\\\\\\\"Fnazario@beoneapps.com\\\\\\\":{\\\\\\\"hash\\\\\\\":\\\\\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\\\\\",\\\\\\\"author\\\\\\\":\\\\\\\"Fnazario@beoneapps.com\\\\\\\",\\\\\\\"first-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"second-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"third-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fourth-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fifth-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"sixth-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"seventh-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"eighth-raw\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"first-prod\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"second-prod\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"third-prod\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fourth-prod\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fifth-prod\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"sixth-prod\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"seventh-prod\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"first-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"second-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"third-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fourth-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fifth-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"sixth-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"seventh-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"eighth-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"nineth-pack\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"first-dist\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"second-dist\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"third-dist\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fourth-dist\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fifth-dist\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"sixth-dist\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"seventh-dist\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"first-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"second-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"third-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fourth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fifth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"sixth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"seventh-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"eighth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"nineth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"tenth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"eleventh-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"twelfth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"thirteenth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fourteenth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fifteenth-main\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"first-end\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"second-end\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"third-end\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fourth-end\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"fifth-end\\\\\\\":\\\\\\\"1\\\\\\\",\\\\\\\"sixth-end\\\\\\\":\\\\\\\"1\\\\\\\"}}\\\"]\"]', '2020-06-02 11:24:03'),
(31026, 2, 572, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vel ullamcorper leo. Proin porta malesuada orci quis suscipit. Nunc convallis scelerisque arcu quis mattis. Nulla facilisis lacus eget malesuada pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sodales ullamcorper facilisis. Morbi ultrices sit amet felis a fermentum. Sed ut velit cursus, tincidunt neque eu, pulvinar ipsum. Nullam odio urna, porta blandit scelerisque ac, consectetur pulvinar lectus. Fusce at efficitur urna. In sed sem et sapien tempus ultrices. Fusce iaculis at ex at vehicula. Morbi tincidunt massa eget nisl porta vestibulum vitae ac nisi. Morbi viverra luctus quam at cursus. Nam dignissim ipsum ut ipsum ultricies, a vestibulum mauris accumsan.', '2020-06-02 16:05:53'),
(31027, 2, 573, 'Aliquam placerat venenatis neque. Nullam eu mi quis lacus ultricies consequat. In rhoncus metus convallis cursus aliquam. Nullam et hendrerit augue. Mauris eros lectus, molestie ut vulputate ut, sodales sit amet dui. Nullam arcu ligula, feugiat in lectus et, dignissim auctor tortor. Phasellus pretium enim arcu, non consequat enim dignissim sed. Mauris vitae venenatis tortor. Pellentesque efficitur neque eget nibh porta pellentesque. Fusce lacinia neque in erat cursus porttitor. Ut rutrum nisl et ante porta, ac consectetur ipsum egestas.', '2020-06-02 16:05:53'),
(31028, 2, 575, 'Aenean eleifend metus velit, aliquam imperdiet tellus molestie et. Integer eleifend tincidunt leo ut tincidunt. Vivamus eleifend est eu mi viverra semper. Nam pellentesque ornare sollicitudin. Aliquam suscipit, arcu a laoreet interdum, dui nulla cursus urna, dignissim dictum libero ex sed tellus. Proin eu quam ut tellus consequat consequat eu at turpis. Aenean viverra mauris ut purus iaculis pellentesque. Duis egestas, neque id lacinia pellentesque, purus nisi rhoncus sapien, in imperdiet lorem leo vel purus. Phasellus eget dictum metus. Suspendisse potenti. Cras rutrum est eleifend consectetur scelerisque.', '2020-06-02 16:05:53'),
(31029, 2, 576, 'Praesent malesuada turpis ut velit ultrices, vitae hendrerit nisl maximus. Vivamus eget mollis dolor. Nullam turpis neque, tincidunt non luctus eget, facilisis sed leo. Donec ultrices elit leo, sed pretium orci ornare et. Sed pellentesque enim sit amet lobortis mattis. Quisque eget dignissim augue. Sed finibus, arcu ut vehicula convallis, nibh tellus fermentum diam, id faucibus ligula dolor quis ante. Morbi convallis fringilla turpis. Vivamus eget felis consectetur, fermentum justo nec, gravida leo.', '2020-06-02 16:05:53'),
(31030, 2, 577, 'ab', '2020-06-02 16:05:53'),
(31031, 2, 542, '', '2020-06-03 09:04:28'),
(31032, 2, 542, 'product', '2020-06-03 09:04:33'),
(31033, 2, 525, '', '2020-06-03 09:05:07'),
(31034, 2, 526, '', '2020-06-03 09:05:07'),
(31035, 2, 527, '', '2020-06-03 09:05:07'),
(31036, 2, 535, '', '2020-06-03 09:05:07'),
(31037, 2, 532, '', '2020-06-03 09:05:07'),
(31038, 2, 533, '', '2020-06-03 09:05:07'),
(31039, 2, 534, '', '2020-06-03 09:05:07'),
(31040, 2, 536, '', '2020-06-03 09:05:07'),
(31041, 2, 537, '', '2020-06-03 09:05:07'),
(31042, 2, 538, '', '2020-06-03 09:05:07'),
(31043, 2, 539, '', '2020-06-03 09:05:07'),
(31044, 2, 83, '\n', '2020-06-03 09:05:15'),
(31045, 2, 82, '\n', '2020-06-03 09:05:15'),
(31046, 2, 81, '\n', '2020-06-03 09:05:15'),
(31047, 2, 911, '\n', '2020-06-03 09:05:15'),
(31048, 2, 83, '\n', '2020-06-03 09:05:20'),
(31049, 2, 82, '\n', '2020-06-03 09:05:20'),
(31050, 2, 81, '\n', '2020-06-03 09:05:20'),
(31051, 2, 911, '\n', '2020-06-03 09:05:20'),
(31052, 2, 83, '\n', '2020-06-03 09:07:07'),
(31053, 2, 82, '\n', '2020-06-03 09:07:07'),
(31054, 2, 81, '\n', '2020-06-03 09:07:07'),
(31055, 2, 911, '\n', '2020-06-03 09:07:07'),
(31056, 2, 83, '\n', '2020-06-03 09:07:29'),
(31057, 2, 82, '\n', '2020-06-03 09:07:29'),
(31058, 2, 81, '\n', '2020-06-03 09:07:29'),
(31059, 2, 911, '\n', '2020-06-03 09:07:29'),
(31060, 2, 83, '\n', '2020-06-03 09:07:45'),
(31061, 2, 82, '\n', '2020-06-03 09:07:45'),
(31062, 2, 81, '\n', '2020-06-03 09:07:45'),
(31063, 2, 911, '\n', '2020-06-03 09:07:45'),
(31064, 2, 83, '\n', '2020-06-03 09:08:03'),
(31065, 2, 82, '\n', '2020-06-03 09:08:03'),
(31066, 2, 81, '\n', '2020-06-03 09:08:03'),
(31067, 2, 911, '\n', '2020-06-03 09:08:03'),
(31068, 2, 525, '', '2020-06-03 09:38:00'),
(31069, 2, 526, '', '2020-06-03 09:38:00'),
(31070, 2, 527, '', '2020-06-03 09:38:00'),
(31071, 2, 535, '\n', '2020-06-03 09:38:00'),
(31072, 2, 532, '', '2020-06-03 09:38:00'),
(31073, 2, 533, '', '2020-06-03 09:38:00'),
(31074, 2, 534, '', '2020-06-03 09:38:00'),
(31075, 2, 536, '\n', '2020-06-03 09:38:00'),
(31076, 2, 537, '', '2020-06-03 09:38:00'),
(31077, 2, 538, '', '2020-06-03 09:38:00'),
(31078, 2, 539, '', '2020-06-03 09:38:00'),
(31079, 2, 83, '\n', '2020-06-03 09:53:34'),
(31080, 2, 82, '\n', '2020-06-03 09:53:34'),
(31081, 2, 81, '\n', '2020-06-03 09:53:34'),
(31082, 2, 911, '\n', '2020-06-03 09:53:35'),
(31083, 2, 953, '', '2020-06-03 09:53:38'),
(31084, 2, 965, '\n', '2020-06-03 09:53:38'),
(31085, 2, 967, '\n', '2020-06-03 09:53:38'),
(31086, 2, 572, '', '2020-06-03 10:01:26'),
(31087, 2, 573, '', '2020-06-03 10:01:26'),
(31088, 2, 575, '', '2020-06-03 10:01:26'),
(31089, 2, 576, '', '2020-06-03 10:01:26'),
(31090, 2, 577, '', '2020-06-03 10:01:26'),
(31091, 2, 572, 'verver', '2020-06-03 10:06:24'),
(31092, 2, 573, 'vever', '2020-06-03 10:06:24'),
(31093, 2, 574, 'verver', '2020-06-03 10:06:24'),
(31094, 2, 575, 'avfr', '2020-06-03 10:06:24'),
(31095, 2, 576, 'vefdvsdf', '2020-06-03 10:06:24'),
(31096, 2, 577, 'vervr', '2020-06-03 10:06:24'),
(31097, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 10:08:53'),
(31098, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 10:09:17'),
(31099, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"miguelangelps@prometeoinnova.com\",\"yo@maybe.com\"]}', '2020-06-03 10:14:11'),
(31100, 2, 912, '[\"{\\\"Fnazario@beoneapps.com\\\":{\\\"hash\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\",\\\"author\\\":\\\"Fnazario@beoneapps.com\\\",\\\"first-raw\\\":\\\"1\\\",\\\"second-raw\\\":\\\"1\\\",\\\"third-raw\\\":\\\"1\\\",\\\"fourth-raw\\\":\\\"1\\\",\\\"fifth-raw\\\":\\\"1\\\",\\\"sixth-raw\\\":\\\"1\\\",\\\"seventh-raw\\\":\\\"1\\\",\\\"eighth-raw\\\":\\\"1\\\",\\\"first-prod\\\":\\\"1\\\",\\\"second-prod\\\":\\\"1\\\",\\\"third-prod\\\":\\\"1\\\",\\\"fourth-prod\\\":\\\"1\\\",\\\"fifth-prod\\\":\\\"1\\\",\\\"sixth-prod\\\":\\\"1\\\",\\\"seventh-prod\\\":\\\"1\\\",\\\"first-pack\\\":\\\"1\\\",\\\"second-pack\\\":\\\"1\\\",\\\"third-pack\\\":\\\"1\\\",\\\"fourth-pack\\\":\\\"1\\\",\\\"fifth-pack\\\":\\\"1\\\",\\\"sixth-pack\\\":\\\"1\\\",\\\"seventh-pack\\\":\\\"1\\\",\\\"eighth-pack\\\":\\\"1\\\",\\\"nineth-pack\\\":\\\"1\\\",\\\"first-dist\\\":\\\"1\\\",\\\"second-dist\\\":\\\"1\\\",\\\"third-dist\\\":\\\"1\\\",\\\"fourth-dist\\\":\\\"1\\\",\\\"fifth-dist\\\":\\\"1\\\",\\\"sixth-dist\\\":\\\"1\\\",\\\"seventh-dist\\\":\\\"1\\\",\\\"first-main\\\":\\\"1\\\",\\\"second-main\\\":\\\"1\\\",\\\"third-main\\\":\\\"1\\\",\\\"fourth-main\\\":\\\"1\\\",\\\"fifth-main\\\":\\\"1\\\",\\\"sixth-main\\\":\\\"1\\\",\\\"seventh-main\\\":\\\"1\\\",\\\"eighth-main\\\":\\\"1\\\",\\\"nineth-main\\\":\\\"1\\\",\\\"tenth-main\\\":\\\"1\\\",\\\"eleventh-main\\\":\\\"1\\\",\\\"twelfth-main\\\":\\\"1\\\",\\\"thirteenth-main\\\":\\\"1\\\",\\\"fourteenth-main\\\":\\\"1\\\",\\\"fifteenth-main\\\":\\\"1\\\",\\\"first-end\\\":\\\"1\\\",\\\"second-end\\\":\\\"1\\\",\\\"third-end\\\":\\\"1\\\",\\\"fourth-end\\\":\\\"1\\\",\\\"fifth-end\\\":\\\"1\\\",\\\"sixth-end\\\":\\\"1\\\"},\\\"Frannazario@outlook.com\\\":{\\\"hash\\\":\\\"12004ffbd8d5d9f487f15ee414f44d7c\\\",\\\"author\\\":\\\"Frannazario@outlook.com\\\",\\\"first-raw\\\":\\\"1\\\",\\\"second-raw\\\":\\\"1\\\",\\\"third-raw\\\":\\\"1\\\",\\\"fourth-raw\\\":\\\"1\\\",\\\"fifth-raw\\\":\\\"1\\\",\\\"sixth-raw\\\":\\\"1\\\",\\\"seventh-raw\\\":\\\"1\\\",\\\"eighth-raw\\\":\\\"1\\\",\\\"first-prod\\\":\\\"1\\\",\\\"second-prod\\\":\\\"1\\\",\\\"third-prod\\\":\\\"1\\\",\\\"fourth-prod\\\":\\\"1\\\",\\\"fifth-prod\\\":\\\"1\\\",\\\"sixth-prod\\\":\\\"1\\\",\\\"seventh-prod\\\":\\\"1\\\",\\\"first-pack\\\":\\\"1\\\",\\\"second-pack\\\":\\\"1\\\",\\\"third-pack\\\":\\\"1\\\",\\\"fourth-pack\\\":\\\"1\\\",\\\"fifth-pack\\\":\\\"1\\\",\\\"sixth-pack\\\":\\\"1\\\",\\\"seventh-pack\\\":\\\"1\\\",\\\"eighth-pack\\\":\\\"1\\\",\\\"nineth-pack\\\":\\\"1\\\",\\\"first-dist\\\":\\\"1\\\",\\\"second-dist\\\":\\\"1\\\",\\\"third-dist\\\":\\\"1\\\",\\\"fourth-dist\\\":\\\"1\\\",\\\"fifth-dist\\\":\\\"1\\\",\\\"sixth-dist\\\":\\\"1\\\",\\\"seventh-dist\\\":\\\"1\\\",\\\"first-main\\\":\\\"1\\\",\\\"second-main\\\":\\\"1\\\",\\\"third-main\\\":\\\"1\\\",\\\"fourth-main\\\":\\\"1\\\",\\\"fifth-main\\\":\\\"1\\\",\\\"sixth-main\\\":\\\"1\\\",\\\"seventh-main\\\":\\\"1\\\",\\\"eighth-main\\\":\\\"1\\\",\\\"nineth-main\\\":\\\"1\\\",\\\"tenth-main\\\":\\\"1\\\",\\\"eleventh-main\\\":\\\"1\\\",\\\"twelfth-main\\\":\\\"1\\\",\\\"thirteenth-main\\\":\\\"1\\\",\\\"fourteenth-main\\\":\\\"1\\\",\\\"fifteenth-main\\\":\\\"1\\\",\\\"first-end\\\":\\\"1\\\",\\\"second-end\\\":\\\"1\\\",\\\"third-end\\\":\\\"1\\\",\\\"fourth-end\\\":\\\"1\\\",\\\"fifth-end\\\":\\\"1\\\",\\\"sixth-end\\\":\\\"1\\\"}}\"]', '2020-06-03 10:14:11'),
(31101, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 10:22:35'),
(31102, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 10:22:46'),
(31103, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"miguelangelps@prometeoinnova.com\",\"yo@maybe.com\"]}', '2020-06-03 10:22:59'),
(31104, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 10:22:59'),
(31105, 2, 525, '', '2020-06-03 10:43:56'),
(31106, 2, 526, '', '2020-06-03 10:43:56'),
(31107, 2, 527, '', '2020-06-03 10:43:56'),
(31108, 2, 535, '\n', '2020-06-03 10:43:56'),
(31109, 2, 532, '', '2020-06-03 10:43:56'),
(31110, 2, 533, '', '2020-06-03 10:43:56'),
(31111, 2, 534, '', '2020-06-03 10:43:56'),
(31112, 2, 536, '\n', '2020-06-03 10:43:56'),
(31113, 2, 537, '', '2020-06-03 10:43:56'),
(31114, 2, 538, '', '2020-06-03 10:43:56'),
(31115, 2, 539, '', '2020-06-03 10:43:56'),
(31116, 2, 525, '', '2020-06-03 11:57:15'),
(31117, 2, 526, '', '2020-06-03 11:57:15'),
(31118, 2, 527, '', '2020-06-03 11:57:15'),
(31119, 2, 535, '\n', '2020-06-03 11:57:15'),
(31120, 2, 532, '', '2020-06-03 11:57:15'),
(31121, 2, 533, '', '2020-06-03 11:57:15'),
(31122, 2, 534, '', '2020-06-03 11:57:15'),
(31123, 2, 536, '\n', '2020-06-03 11:57:15'),
(31124, 2, 537, '', '2020-06-03 11:57:15'),
(31125, 2, 538, '', '2020-06-03 11:57:15'),
(31126, 2, 539, '', '2020-06-03 11:57:15'),
(31127, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"miguelangelps@prometeoinnova.com\",\"yo@maybe.com\"]}', '2020-06-03 12:45:18'),
(31128, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 12:45:18'),
(31129, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\"]}', '2020-06-03 12:46:25'),
(31130, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 12:46:25'),
(31131, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"FranNazario1987@gmail.com\"]}', '2020-06-03 13:09:40'),
(31132, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 13:09:40'),
(31133, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"FranNazario1987@gmail.com\"]}', '2020-06-03 13:10:10'),
(31134, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 13:10:10'),
(31135, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"FranNazario1987@gmail.com\"]}', '2020-06-03 13:13:25'),
(31136, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 13:13:25'),
(31137, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"FranNazario1987@gmail.com\"]}', '2020-06-03 13:20:55'),
(31138, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 13:20:55'),
(31139, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"FranNazario1987@gmail.com\",\"miguelangelps@prometeoinnova.com\"]}', '2020-06-03 13:23:06'),
(31140, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 13:23:06'),
(31141, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"FranNazario1987@gmail.com\",\"miguelangelps@prometeoinnova.com\"]}', '2020-06-03 13:24:20');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(31142, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 13:24:20'),
(31143, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"FranNazario1987@gmail.com\"]}', '2020-06-03 13:26:31'),
(31144, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 13:26:31'),
(31145, 2, 635, '{\"text\":\"Modificación\",\"textProcessed\":\"<p>Modificación</p>\",\"emails\":[\"Fnazario@beoneapps.com\",\"Frannazario@outlook.com\",\"FranNazario1987@gmail.com\"]}', '2020-06-03 13:26:35'),
(31146, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"}}', '2020-06-03 13:26:35'),
(31147, 2, 637, '{\"raw\":{\"new\":[],\"default\":[{\"id\":\"first-raw\",\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"},{\"id\":\"second-raw\",\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\"},{\"id\":\"fourth-raw\",\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"id\":\"fifth-raw\",\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"}],\"total\":4},\"prod\":{\"new\":[{\"title\":\"Campo1\",\"descripcion\":\"Descriptcion1\"}],\"default\":[{\"id\":\"fourth-prod\",\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"id\":\"fifth-prod\",\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":3},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"id\":\"fifth-dist\",\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"id\":\"sixth-dist\",\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-06-03 14:32:45'),
(31148, 2, 637, '{\"raw\":{\"new\":[],\"default\":[{\"id\":\"first-raw\",\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"},{\"id\":\"second-raw\",\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\"},{\"id\":\"fourth-raw\",\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"id\":\"fifth-raw\",\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"}],\"total\":4},\"prod\":{\"new\":[{\"title\":\"Campo1\",\"descripcion\":\"Descriptcion1\"}],\"default\":[{\"id\":\"fourth-prod\",\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"id\":\"fifth-prod\",\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":3},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"id\":\"fifth-dist\",\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"id\":\"sixth-dist\",\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-06-03 14:32:47'),
(31149, 2, 637, '{\"raw\":{\"new\":[],\"default\":[{\"id\":\"first-raw\",\"title\":\"Diversity of materials\",\"descripcion\":\"Number of different typologies of materials involved in the product. In general, less is better.\"},{\"id\":\"second-raw\",\"title\":\"Amount and type of materials\",\"descripcion\":\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\"},{\"id\":\"fourth-raw\",\"title\":\"Renewability\",\"descripcion\":\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"},{\"id\":\"fifth-raw\",\"title\":\"Recyclability\",\"descripcion\":\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"}],\"total\":4},\"prod\":{\"new\":[{\"title\":\"Campo1\",\"descripcion\":\"Descriptcion1\"}],\"default\":[{\"id\":\"fourth-prod\",\"title\":\"Origin of energy\",\"descripcion\":\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"},{\"id\":\"fifth-prod\",\"title\":\"Waste generation and treatment\",\"descripcion\":\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}],\"total\":3},\"pack\":{\"new\":[],\"default\":[],\"total\":0},\"dist\":{\"new\":[],\"default\":[{\"id\":\"fifth-dist\",\"title\":\"Transportation system\",\"descripcion\":\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"},{\"id\":\"sixth-dist\",\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}],\"total\":2},\"main\":{\"new\":[{\"title\":\"sad\",\"descripcion\":\"wef\"},{\"title\":\"sdf\",\"descripcion\":\"we\"}],\"default\":[],\"total\":2},\"end\":{\"new\":[],\"default\":[],\"total\":0}}', '2020-06-03 14:32:49'),
(31150, 2, 542, 'service', '2020-06-03 15:40:12'),
(31151, 2, 542, 'product', '2020-06-03 15:41:01'),
(31152, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Uno\",\"surname\":\"Dos\",\"email\":\"Tres\",\"background\":\"Cuatro\",\"responsibilities\":\"Cinco\"},{\"name\":\"Hichem\",\"surname\":\"SALEM\",\"email\":\"hsalem@scprac.org\",\"background\":\"Project Manager\",\"responsibilities\":\"Member\"},{\"name\":\"Alessandro\",\"surname\":\"Alessandro\",\"email\":\"hsalem@scprac.org\",\"background\":\"Project Manager\",\"responsibilities\":\"Member\"},{\"name\":\"Anna\",\"surname\":\"Anna\",\"email\":\"hsalem@scprac.org\",\"background\":\"PM\",\"responsibilities\":\"Member\"},{\"name\":\"Claudia\",\"surname\":\"Pani\",\"email\":\"hsalem@scprac.org\",\"background\":\"PM\",\"responsibilities\":\"Member\"},{\"name\":\"Giorgio\",\"surname\":\"Giorgio\",\"email\":\"hsalem@scprac.org\",\"background\":\"TL\",\"responsibilities\":\"Member\"},{\"name\":\"Marta\",\"surname\":\"Marta\",\"email\":\"hsalem@scprac.org\",\"background\":\"PM\",\"responsibilities\":\"Member\"},{\"name\":\"Pedro\",\"surname\":\"Pedro\",\"email\":\"hsalem@scprac.org\",\"background\":\"PM\",\"responsibilities\":\"Member\"}]', '2020-06-03 16:08:59'),
(31153, 2, 552, 'http://acdrtoolbox.dev.prometeoinnovations.com/uploads/2/toolbox.png', '2020-06-03 16:34:08'),
(31154, 2, 525, '', '2020-06-04 06:25:55'),
(31155, 2, 526, '', '2020-06-04 06:25:55'),
(31156, 2, 527, '', '2020-06-04 06:25:55'),
(31157, 2, 535, '\n', '2020-06-04 06:25:55'),
(31158, 2, 532, '', '2020-06-04 06:25:55'),
(31159, 2, 533, '', '2020-06-04 06:25:55'),
(31160, 2, 534, '', '2020-06-04 06:25:55'),
(31161, 2, 536, '\n', '2020-06-04 06:25:55'),
(31162, 2, 537, '', '2020-06-04 06:25:55'),
(31163, 2, 538, '', '2020-06-04 06:25:55'),
(31164, 2, 539, '', '2020-06-04 06:25:55'),
(31165, 2, 547, '[{\"name\":\"Fran\",\"surname\":\"Nazario\",\"email\":\"Fnazario@test.com\",\"background\":\"Background\",\"responsibilities\":\"Responsibility\"},{\"name\":\"Hichem\",\"surname\":\"SALEM\",\"email\":\"hsalem@scprac.org\",\"background\":\"Project Manager\",\"responsibilities\":\"Member\"},{\"name\":\"Alessandro\",\"surname\":\"Alessandro\",\"email\":\"hsalem@scprac.org\",\"background\":\"Project Manager\",\"responsibilities\":\"Member\"},{\"name\":\"Anna\",\"surname\":\"Anna\",\"email\":\"hsalem@scprac.org\",\"background\":\"PM\",\"responsibilities\":\"Member\"},{\"name\":\"Claudia\",\"surname\":\"Pani\",\"email\":\"hsalem@scprac.org\",\"background\":\"PM\",\"responsibilities\":\"Member\"},{\"name\":\"Giorgio\",\"surname\":\"Giorgio\",\"email\":\"hsalem@scprac.org\",\"background\":\"TL\",\"responsibilities\":\"Member\"},{\"name\":\"Marta\",\"surname\":\"Marta\",\"email\":\"hsalem@scprac.org\",\"background\":\"PM\",\"responsibilities\":\"Member\"},{\"name\":\"Pedro\",\"surname\":\"Pedro\",\"email\":\"hsalem@scprac.org\",\"background\":\"PM\",\"responsibilities\":\"Member\"}]', '2020-06-04 06:30:08'),
(31166, 2, 561, 'Fran Nazario - Responsibility\r\nHichem SALEM - Member\r\nAlessandro Alessandro - Member\r\nAnna Anna - Member\r\nClaudia Pani - Member\r\nGiorgio Giorgio - Member\r\nMarta Marta - Member\r\nPedro Pedro - Member\r\n', '2020-06-04 07:04:25'),
(31167, 11, 635, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"hichem.salem@gmail.com\",\"hsalem@scprac.org\"]}', '2020-06-04 08:55:11'),
(31168, 11, 912, '{\"hsalem@scprac.org\":{\"hash\":\"2493638c71380799bcd74734af723753\",\"author\":\"hsalem@scprac.org\",\"first-raw\":\"3\",\"fourth-raw\":\"3\",\"sixth-raw\":\"3\",\"second-prod\":\"3\",\"third-prod\":\"3\",\"fifth-prod\":\"3\",\"sixth-prod\":\"3\",\"first-pack\":\"3\",\"third-pack\":\"3\",\"fourth-pack\":\"3\",\"first-dist\":\"3\",\"second-dist\":\"3\",\"third-dist\":\"3\",\"first-main\":\"3\",\"fourth-main\":\"3\",\"fifth-main\":\"3\",\"first-end\":\"3\",\"second-end\":\"3\",\"third-end\":\"3\"}}', '2020-06-04 09:02:22'),
(31169, 11, 912, '{\"hsalem@scprac.org\":{\"hash\":\"2493638c71380799bcd74734af723753\",\"author\":\"hsalem@scprac.org\",\"first-raw\":\"3\",\"fourth-raw\":\"3\",\"sixth-raw\":\"3\",\"second-prod\":\"3\",\"third-prod\":\"3\",\"fifth-prod\":\"3\",\"sixth-prod\":\"3\",\"first-pack\":\"3\",\"third-pack\":\"3\",\"fourth-pack\":\"3\",\"first-dist\":\"3\",\"second-dist\":\"3\",\"third-dist\":\"3\",\"first-main\":\"3\",\"fourth-main\":\"3\",\"fifth-main\":\"3\",\"first-end\":\"3\",\"second-end\":\"3\",\"third-end\":\"3\"}}', '2020-06-04 09:05:12'),
(31170, 11, 912, '{\"hsalem@scprac.org\":{\"hash\":\"2493638c71380799bcd74734af723753\",\"author\":\"hsalem@scprac.org\",\"first-raw\":\"5\",\"fourth-raw\":\"5\",\"sixth-raw\":\"5\",\"second-prod\":\"5\",\"third-prod\":\"5\",\"fifth-prod\":\"5\",\"sixth-prod\":\"5\",\"first-pack\":\"5\",\"third-pack\":\"5\",\"fourth-pack\":\"5\",\"first-dist\":\"5\",\"second-dist\":\"5\",\"third-dist\":\"5\",\"first-main\":\"5\",\"fourth-main\":\"5\",\"fifth-main\":\"5\",\"first-end\":\"5\",\"second-end\":\"5\",\"third-end\":\"5\"}}', '2020-06-04 09:08:03'),
(31171, 11, 635, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"hichem.salem@gmail.com\",\"hsalem@scprac.org\"]}', '2020-06-04 09:11:09'),
(31172, 11, 912, '{\"hsalem@scprac.org\":{\"hash\":\"2493638c71380799bcd74734af723753\",\"author\":\"hsalem@scprac.org\",\"first-raw\":\"5\",\"fourth-raw\":\"5\",\"sixth-raw\":\"5\",\"second-prod\":\"5\",\"third-prod\":\"5\",\"fifth-prod\":\"5\",\"sixth-prod\":\"5\",\"first-pack\":\"5\",\"third-pack\":\"5\",\"fourth-pack\":\"5\",\"first-dist\":\"5\",\"second-dist\":\"5\",\"third-dist\":\"5\",\"first-main\":\"5\",\"fourth-main\":\"5\",\"fifth-main\":\"5\",\"first-end\":\"5\",\"second-end\":\"5\",\"third-end\":\"5\"}}', '2020-06-04 09:11:09'),
(31173, 11, 635, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"hichem.salem@gmail.com\",\"hsalem@scprac.org\"]}', '2020-06-04 09:12:34'),
(31174, 11, 912, '{\"hsalem@scprac.org\":{\"hash\":\"2493638c71380799bcd74734af723753\",\"author\":\"hsalem@scprac.org\",\"first-raw\":\"5\",\"fourth-raw\":\"5\",\"sixth-raw\":\"5\",\"second-prod\":\"5\",\"third-prod\":\"5\",\"fifth-prod\":\"5\",\"sixth-prod\":\"5\",\"first-pack\":\"5\",\"third-pack\":\"5\",\"fourth-pack\":\"5\",\"first-dist\":\"5\",\"second-dist\":\"5\",\"third-dist\":\"5\",\"first-main\":\"5\",\"fourth-main\":\"5\",\"fifth-main\":\"5\",\"first-end\":\"5\",\"second-end\":\"5\",\"third-end\":\"5\"}}', '2020-06-04 09:12:34'),
(31175, 11, 912, '{\"hsalem@scprac.org\":{\"hash\":\"2493638c71380799bcd74734af723753\",\"author\":\"hsalem@scprac.org\",\"first-raw\":\"no-answer\",\"fourth-raw\":\"2\",\"sixth-raw\":\"no-answer\",\"second-prod\":\"3\",\"third-prod\":\"no-answer\",\"fifth-prod\":\"4\",\"sixth-prod\":\"no-answer\",\"first-pack\":\"2\",\"third-pack\":\"no-answer\",\"fourth-pack\":\"5\",\"first-dist\":\"no-answer\",\"second-dist\":\"3\",\"third-dist\":\"3\",\"first-main\":\"no-answer\",\"fourth-main\":\"5\",\"fifth-main\":\"2\",\"first-end\":\"5\",\"second-end\":\"no-answer\",\"third-end\":\"5\"}}', '2020-06-04 09:13:36'),
(31176, 11, 912, '{\"hsalem@scprac.org\":{\"hash\":\"2493638c71380799bcd74734af723753\",\"author\":\"hsalem@scprac.org\",\"first-raw\":\"5\",\"fourth-raw\":\"4\",\"sixth-raw\":\"1\",\"second-prod\":\"4\",\"third-prod\":\"1\",\"fifth-prod\":\"4\",\"sixth-prod\":\"1\",\"first-pack\":\"4\",\"third-pack\":\"1\",\"fourth-pack\":\"3\",\"first-dist\":\"1\",\"second-dist\":\"3\",\"third-dist\":\"1\",\"first-main\":\"1\",\"fourth-main\":\"2\",\"fifth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"3\",\"third-end\":\"3\"}}', '2020-06-04 09:20:08'),
(31177, 11, 635, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"hichem.salem@gmail.com\",\"hsalem@scprac.org\"]}', '2020-06-04 09:20:55'),
(31178, 11, 912, '{\"hsalem@scprac.org\":{\"hash\":\"2493638c71380799bcd74734af723753\",\"author\":\"hsalem@scprac.org\",\"first-raw\":\"5\",\"fourth-raw\":\"4\",\"sixth-raw\":\"1\",\"second-prod\":\"4\",\"third-prod\":\"1\",\"fifth-prod\":\"4\",\"sixth-prod\":\"1\",\"first-pack\":\"4\",\"third-pack\":\"1\",\"fourth-pack\":\"3\",\"first-dist\":\"1\",\"second-dist\":\"3\",\"third-dist\":\"1\",\"first-main\":\"1\",\"fourth-main\":\"2\",\"fifth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"3\",\"third-end\":\"3\"}}', '2020-06-04 09:20:55'),
(31179, 2, 525, '', '2020-06-04 09:22:54'),
(31180, 2, 526, '', '2020-06-04 09:22:54'),
(31181, 2, 527, '', '2020-06-04 09:22:54'),
(31182, 2, 535, '\n', '2020-06-04 09:22:54'),
(31183, 2, 532, '', '2020-06-04 09:22:54'),
(31184, 2, 533, '', '2020-06-04 09:22:54'),
(31185, 2, 534, '', '2020-06-04 09:22:54'),
(31186, 2, 536, '\n', '2020-06-04 09:22:54'),
(31187, 2, 537, '', '2020-06-04 09:22:54'),
(31188, 2, 538, '', '2020-06-04 09:22:55'),
(31189, 2, 539, '', '2020-06-04 09:22:55'),
(31190, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"third-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"sixth-raw\":\"1\",\"seventh-raw\":\"1\",\"eighth-raw\":\"1\",\"first-prod\":\"1\",\"second-prod\":\"1\",\"third-prod\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"sixth-prod\":\"1\",\"seventh-prod\":\"1\",\"first-pack\":\"1\",\"second-pack\":\"1\",\"third-pack\":\"1\",\"fourth-pack\":\"1\",\"fifth-pack\":\"1\",\"sixth-pack\":\"1\",\"seventh-pack\":\"1\",\"eighth-pack\":\"1\",\"nineth-pack\":\"1\",\"first-dist\":\"1\",\"second-dist\":\"1\",\"third-dist\":\"1\",\"fourth-dist\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"seventh-dist\":\"1\",\"first-main\":\"1\",\"second-main\":\"1\",\"third-main\":\"1\",\"fourth-main\":\"1\",\"fifth-main\":\"1\",\"sixth-main\":\"1\",\"seventh-main\":\"1\",\"eighth-main\":\"1\",\"nineth-main\":\"1\",\"tenth-main\":\"1\",\"eleventh-main\":\"1\",\"twelfth-main\":\"1\",\"thirteenth-main\":\"1\",\"fourteenth-main\":\"1\",\"fifteenth-main\":\"1\",\"first-end\":\"1\",\"second-end\":\"1\",\"third-end\":\"1\",\"fourth-end\":\"1\",\"fifth-end\":\"1\",\"sixth-end\":\"1\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"custom-prod-0\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"custom-main-0\":\"1\",\"custom-main-1\":\"1\"}}', '2020-06-04 09:33:30'),
(31191, 2, 912, '{\"Fnazario@beoneapps.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Fnazario@beoneapps.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"no-answer\",\"custom-prod-0\":\"2\",\"fifth-dist\":\"4\",\"sixth-dist\":\"3\",\"custom-main-0\":\"4\",\"custom-main-1\":\"3\"},\"Frannazario@outlook.com\":{\"hash\":\"12004ffbd8d5d9f487f15ee414f44d7c\",\"author\":\"Frannazario@outlook.com\",\"first-raw\":\"1\",\"second-raw\":\"1\",\"fourth-raw\":\"1\",\"fifth-raw\":\"1\",\"fourth-prod\":\"1\",\"fifth-prod\":\"1\",\"custom-prod-0\":\"1\",\"fifth-dist\":\"1\",\"sixth-dist\":\"1\",\"custom-main-0\":\"1\",\"custom-main-1\":\"1\"}}', '2020-06-04 09:46:54'),
(31192, 2, 525, '', '2020-06-04 11:05:23'),
(31193, 2, 526, '', '2020-06-04 11:05:23'),
(31194, 2, 527, '', '2020-06-04 11:05:23'),
(31195, 2, 535, '\n', '2020-06-04 11:05:23'),
(31196, 2, 532, '', '2020-06-04 11:05:23'),
(31197, 2, 533, '', '2020-06-04 11:05:23'),
(31198, 2, 534, '', '2020-06-04 11:05:23'),
(31199, 2, 536, '\n', '2020-06-04 11:05:23'),
(31200, 2, 537, '', '2020-06-04 11:05:23'),
(31201, 2, 538, '', '2020-06-04 11:05:23'),
(31202, 2, 539, '', '2020-06-04 11:05:23'),
(31203, 2, 640, '{\"raw\":[{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"social\":\"3\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"social\":\"2\",\"economic\":\"1 - low\",\"technical\":\"4\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"3\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Prueba\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sadf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"end\":[]}', '2020-06-04 11:53:47'),
(31204, 2, 640, '{\"raw\":[{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1},{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"social\":\"1 - low\",\"economic\":\"2\",\"technical\":\"4\",\"average\":\"2.3\",\"isSelected\":1},{\"title\":\"ab\",\"social\":\"1 - low\",\"economic\":\"3\",\"technical\":\"1 - low\",\"average\":\"1.7\",\"isSelected\":1}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"Prueba\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sadf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1},{\"title\":\"sdf\",\"social\":\"1 - low\",\"economic\":\"1 - low\",\"technical\":\"1 - low\",\"average\":\"1\",\"isSelected\":1}],\"end\":[]}', '2020-06-04 11:55:44'),
(31205, 2, 656, '{\"raw\":[{\"title\":\"Prioritize renewable raw materialsCan you switch from non-renewable to renewable material sources?\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Priorize renewable raw material\",\"startDate\":1588284000000,\"endDate\":1593554400000,\"responsible\":\"Fran\"},{\"title\":\"Accion 1\",\"startDate\":1580511600000,\"endDate\":1583017200000,\"responsible\":\"YO\"},{\"title\":\"Test\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Hichem\"}]},{\"title\":\"Prioritize recyclable materialsCan you improve the reciclability of your product?\",\"score\":\"2.3\",\"actions\":[{\"title\":\"Fran prueba\",\"startDate\":1577833200000,\"endDate\":1583017200000,\"responsible\":\"Fran\"}]},{\"title\":\"ab\",\"score\":\"1.7\",\"actions\":[{\"title\":\"Pellentesque quis nulla purus. Praesent sollicitudin at massa id condimentum. Curabitur malesuada fermentum euismod. Ut quis magna a enim pharetra interdum. In scelerisque mattis odio, volutpat tincidunt nibh eleifend sit amet. Ut at tempus odio. Duis sodales blandit ligula, posuere tristique turpis accumsan eu. Morbi finibus elit quis congue sodales. Fusce lacinia condimentum dapibus. Integer imperdiet ligula turpis, quis elementum turpis feugiat a. Nulla quis sem porta, finibus nisi eget, imperdiet ante. Nunc at felis eu felis dapibus viverra. Curabitur eget neque iaculis, tincidunt ante a, porttitor est. Nam libero felis, vestibulum feugiat pharetra et, ornare ut nulla.\",\"startDate\":1588284000000,\"endDate\":1590962400000,\"responsible\":\"Otro\"}]}],\"prod\":[],\"pack\":[{\"title\":\"Dimension the packaging according to standard transportation measuresAre you using a standard packaging? if not, could you adjunst your packaging to standard?\",\"score\":\"1\",\"actions\":[{\"title\":\"Test\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Hichem\"}]},{\"title\":\"Use monomaterial (only one material) packagingCan you produce your product so it uses a single type of material?\",\"score\":\"1\",\"actions\":[{\"title\":\"Test\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Hichem\"}]},{\"title\":\"Prueba\",\"score\":\"1\",\"actions\":[{\"title\":\"Test\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Hichem\"}]}],\"dist\":[],\"main\":[{\"title\":\"Ensure availability and accessibility of spare parts and components por repair and replacementCan you make spare parts available?\",\"score\":\"1\",\"actions\":[{\"title\":\"Prueba\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Hichem\"}]},{\"title\":\"sadf\",\"score\":\"1\",\"actions\":[{\"title\":\"Test\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Hichem\"}]},{\"title\":\"sdf\",\"score\":\"1\",\"actions\":[{\"title\":\"Test\",\"startDate\":1590962400000,\"endDate\":1593554400000,\"responsible\":\"Hichem\"}]}],\"end\":[]}', '2020-06-04 14:24:37'),
(31206, 2, 542, 'service', '2020-06-04 19:04:25'),
(31207, 2, 708, '{\"consumable\":[{\"id\":\"seventh-consumable\",\"title\":\"Purchase: Origin of goods\",\"descripcion\":\"The origin of goods refers to the geographical location from which they are obtained. Local goods are desirable due to shorter distances.\",\"isNew\":false},{\"id\":\"eighth-consumable\",\"title\":\"Purchase: Toxicity\",\"descripcion\":\"Toxicity refers to the degree to which a substance can damage an organism.\",\"isNew\":false}],\"infrastructure\":[{\"id\":\"forth-infrastructure\",\"title\":\"Origin and renewability of energy used for your infrastructure\",\"descripcion\":\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes. The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\",\"isNew\":false},{\"id\":\"sixth-infrastructure\",\"title\":\"Treatment of generated waste\",\"descripcion\":\"Generated waste can be treated by means of different ways. In general, the waste treatment hierarchy in order of their environmental performance is as follows: preparing for re-use; recycling (material recovery); other recovery, e.g. energy recovery; and disposal.\",\"isNew\":false},{\"title\":\"ab\",\"descripcion\":\"cd\",\"isNew\":true}],\"access\":[{\"id\":\"forth-access\",\"title\":\"Distances\",\"descripcion\":\"The distance between the location of production and the market contributes to the environmental impact. The shorter distances, the better.\",\"isNew\":false},{\"id\":\"fifth-access\",\"title\":\"Technology of the vehicle\",\"descripcion\":\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact. Some vehicles, such as cars, are classified according to their technologies (EURO 4, EURO 5, etc...). The more efficient vehicles, the better.\",\"isNew\":false}],\"keyAsset\":[{\"id\":\"first-key-asset\",\"title\":\"Purchase: Amount (weight) of materials of key assets\",\"descripcion\":\"It can be represented by the weight and/or quantity of material of your key asset (in general, the less materiality, the better).\",\"isNew\":false}]}', '2020-06-04 19:42:24'),
(31208, 2, 542, 'product', '2020-06-04 20:30:14'),
(31209, 2, 542, 'service', '2020-06-05 06:25:29'),
(31210, 2, 1029, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-06-05 06:25:55'),
(31211, 2, 1029, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-06-05 06:26:18'),
(31212, 2, 1029, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-06-05 06:26:27');
INSERT INTO `respuestas_historicas` (`id`, `respuestas_green_entrepreneur_id`, `respuestas_preguntas_id`, `valor`, `fecha`) VALUES
(31213, 2, 1029, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-06-05 06:26:39'),
(31214, 2, 1029, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-06-05 06:31:23'),
(31215, 2, 1029, '{\"text\":\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\",\"textProcessed\":\"<p>Dear,</p>\\n<p>Please find attached the Qualitative assessment to fulfil.</p>\\n<p>You will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.</p>\\n<p>Do the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.</p>\\n<p>Many thanks,</p>\\n<p>The Coordinator</p>\",\"emails\":[\"Fnazario@beoneapps.com\"]}', '2020-06-05 06:38:12');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `rules`
--
CREATE TABLE `rules` (
`id` int(11) NOT NULL,
`name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`active` tinyint(1) DEFAULT NULL,
`expression` longtext COLLATE utf8mb4_unicode_ci,
`json` longtext COLLATE utf8mb4_unicode_ci,
`action` longtext COLLATE utf8mb4_unicode_ci,
`tarea_id` int(11) DEFAULT NULL,
`dtype` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `rules`
--
INSERT INTO `rules` (`id`, `name`, `active`, `expression`, `json`, `action`, `tarea_id`, `dtype`) VALUES
(7, 'paso siguiente', 1, '(completed(acdr.getTarea(), \'1\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"1\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"1\",\"valor\":\"2\"}}', 1, 'postcondition'),
(12, 'paso siguiente', 1, '(acdr.getRespuesta() == \'Product-Service\')', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"respuesta\",\"operator\":\"valueEqual\",\"value\":\"Product-Service\"}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"17\",\"valor\":\"27\"},\"1\":{\"condicion\":\"false\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"17\",\"valor\":\"32\"}}', 17, 'postcondition'),
(13, 'paso siguiente', 1, '(completed(acdr.getTarea(), \'2\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"2\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"2\",\"valor\":\"3\"}}', 2, 'postcondition'),
(14, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"3\",\"valor\":\"4\"}}', 3, 'postcondition'),
(15, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"4\",\"valor\":\"5\"}}', 4, 'postcondition'),
(16, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"5\",\"valor\":\"6\"}}', 5, 'postcondition'),
(17, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"6\",\"valor\":\"91\"}}', 6, 'postcondition'),
(18, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"22\",\"valor\":\"26\"}}', 22, 'postcondition'),
(19, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"7\",\"valor\":\"84\"},\"1\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"653\",\"valor\":\"641\"},\"2\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"654\",\"valor\":\"642\"},\"3\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"711\",\"valor\":\"669\"},\"4\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"712\",\"valor\":\"672\"},\"5\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"709\",\"valor\":\"671\"},\"6\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"713\",\"valor\":\"674\"},\"7\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"710\",\"valor\":\"670\"},\"8\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"714\",\"valor\":\"673\"},\"9\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"952\",\"valor\":\"667\"},\"10\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"949\",\"valor\":\"34\"},\"11\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"950\",\"valor\":\"668\"},\"12\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"951\",\"valor\":\"666\"}}', 7, 'postcondition'),
(20, 'paso_siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"8\",\"valor\":\"84\"}}', 8, 'postcondition'),
(21, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"10\",\"valor\":\"96\"}}', 10, 'postcondition'),
(22, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"9\",\"valor\":\"10\"}}', 9, 'postcondition'),
(23, 'paso siguiente', 0, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"11\",\"valor\":\"12\"}}', 11, 'postcondition'),
(24, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"12\",\"valor\":\"13\"}}', 12, 'postcondition'),
(25, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"13\",\"valor\":\"14\"}}', 13, 'postcondition'),
(26, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"14\",\"valor\":\"97\"}}', 14, 'postcondition'),
(27, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"15\",\"valor\":\"83\"},\"1\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"549\",\"valor\":\"524\"}}', 15, 'postcondition'),
(28, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"16\",\"valor\":\"17\"}}', 16, 'postcondition'),
(29, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"27\",\"valor\":\"28\"}}', 27, 'postcondition'),
(30, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"28\",\"valor\":\"29\"}}', 28, 'postcondition'),
(31, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"29\",\"valor\":\"30\"}}', 29, 'postcondition'),
(32, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"30\",\"valor\":\"31\"}}', 30, 'postcondition'),
(33, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"31\",\"valor\":\"32\"}}', 31, 'postcondition'),
(34, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"32\",\"valor\":\"33\"}}', 32, 'postcondition'),
(35, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"33\",\"valor\":\"34\"}}', 33, 'postcondition'),
(36, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"34\",\"valor\":\"82\"}}', 34, 'postcondition'),
(38, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"18\",\"valor\":\"19\"}}', 18, 'postcondition'),
(39, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"19\",\"valor\":\"20\"}}', 19, 'postcondition'),
(40, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"20\",\"valor\":\"21\"}}', 20, 'postcondition'),
(41, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"21\",\"valor\":\"92\"}}', 21, 'postcondition'),
(42, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"26\",\"valor\":\"23\"}}', 26, 'postcondition'),
(43, 'paso siguiente', 1, 'true', '', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"23\",\"valor\":\"24\"}}', 23, 'postcondition'),
(44, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"24\",\"valor\":\"93\"}}', 24, 'postcondition'),
(45, 'InformeAsignacion', 1, '(completed(acdr.getTarea(), \'21\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"21\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"525\",\"valor\":\"34\"},\"1\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"526\",\"valor\":\"85\"},\"2\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"527\",\"valor\":\"86\"},\"3\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"535\",\"valor\":\"71\"},\"4\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"532\",\"valor\":\"93\"},\"5\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"533\",\"valor\":\"93\"},\"6\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"534\",\"valor\":\"91\"},\"7\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"536\",\"valor\":\"72\"},\"8\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"537\",\"valor\":\"90\"},\"9\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"538\",\"valor\":\"89\"},\"10\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"539\",\"valor\":\"101\"}}', 36, 'precondition'),
(50, 'Asignaciones', 1, ' not (includes(acdr.getPerfiles(), \'5,5\'))', '{\"logic_operator\":\"none\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"perfiles\",\"operator\":\"isAll\",\"value\":[\"5\",\"5\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"12\",\"valor\":\"2\"},\"1\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"8\",\"valor\":\"4\"},\"2\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"10\",\"valor\":\"3\"},\"3\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"14\",\"valor\":\"5\"}}', 2, 'postcondition'),
(54, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"38\",\"valor\":\"39\"}}', 38, 'postcondition'),
(55, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"40\",\"valor\":\"41\"}}', 40, 'postcondition'),
(56, 'paso siguiente service', 1, '(acdr.getRespuesta() == \'service\')', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"respuesta\",\"operator\":\"valueEqual\",\"value\":\"service\"}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"39\",\"valor\":\"98\"},\"1\":{\"condicion\":\"false\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"39\",\"valor\":\"40\"}}', 39, 'postcondition'),
(57, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"41\",\"valor\":\"42\"}}', 41, 'postcondition'),
(58, 'saltar welcome', 0, '(completed(acdr.getTarea(), \'40\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"40\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"tareas\",\"campo\":\"38\",\"valor\":\"41\"}}', 38, 'precondition'),
(59, 'Asignaciones', 1, ' not (includes(acdr.getPerfiles(), \'5,5\'))', '{\"logic_operator\":\"none\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"perfiles\",\"operator\":\"isAll\",\"value\":[\"5\",\"5\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"28\",\"valor\":\"12\"},\"1\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"649\",\"valor\":\"13\"},\"2\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"543\",\"valor\":\"8\"},\"3\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"650\",\"valor\":\"9\"},\"4\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"544\",\"valor\":\"10\"},\"5\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"651\",\"valor\":\"11\"},\"6\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"652\",\"valor\":\"15\"}}', 4, 'postcondition'),
(60, 'Asignaciones', 1, ' not (includes(acdr.getPerfiles(), \'5,5\'))', '{\"logic_operator\":\"none\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"perfiles\",\"operator\":\"isAll\",\"value\":[\"5\",\"5\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"48\",\"valor\":\"28\"},\"1\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"49\",\"valor\":\"543\"},\"2\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"663\",\"valor\":\"545\"},\"3\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"664\",\"valor\":\"546\"},\"4\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"665\",\"valor\":\"30\"}}', 6, 'postcondition'),
(61, 'Asignaciones', 1, ' not (includes(acdr.getPerfiles(), \'5,5\'))', '{\"logic_operator\":\"none\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"perfiles\",\"operator\":\"isAll\",\"value\":[\"5\",\"5\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"32\",\"valor\":\"16\"},\"1\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"31\",\"valor\":\"17\"},\"2\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"545\",\"valor\":\"649\"},\"3\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"30\",\"valor\":\"650\"},\"4\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"546\",\"valor\":\"651\"},\"5\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"33\",\"valor\":\"652\"}}', 5, 'postcondition'),
(62, 'Asignaciones', 1, ' not (includes(acdr.getPerfiles(), \'5,5\'))', '{\"logic_operator\":\"none\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"perfiles\",\"operator\":\"isAll\",\"value\":[\"5\",\"5\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"51\",\"valor\":\"45\"},\"1\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"53\",\"valor\":\"46\"},\"2\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"55\",\"valor\":\"47\"}}', 9, 'postcondition'),
(63, 'Asignaciones', 1, ' not (includes(acdr.getPerfiles(), \'5,5\'))', '{\"logic_operator\":\"none\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"perfiles\",\"operator\":\"isAll\",\"value\":[\"5\",\"5\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"83\",\"valor\":\"70\"},\"1\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"82\",\"valor\":\"71\"},\"2\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"81\",\"valor\":\"72\"},\"3\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"911\",\"valor\":\"910\"}}', 10, 'postcondition'),
(64, 'Asignaciones', 1, ' not (includes(acdr.getPerfiles(), \'5,5\'))', '{\"logic_operator\":\"none\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"perfiles\",\"operator\":\"isAll\",\"value\":[\"5\",\"5\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"87\",\"valor\":\"85\"},\"1\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"88\",\"valor\":\"86\"}}', 16, 'postcondition'),
(65, 'Asignaciones', 1, ' not (includes(acdr.getPerfiles(), \'5,5\'))', '{\"logic_operator\":\"none\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"perfiles\",\"operator\":\"isAll\",\"value\":[\"5\",\"5\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"100\",\"valor\":\"92\"},\"1\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"98\",\"valor\":\"93\"},\"2\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"99\",\"valor\":\"94\"}}', 19, 'postcondition'),
(67, 'redireccion inicial', 0, ' not (includes(acdr.getPerfiles(), \'5,5\') and nocompleted(acdr.getTarea(), \'1\'))', '{\"logic_operator\":\"none\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"perfiles\",\"operator\":\"isAll\",\"value\":[\"5\",\"5\"]}},{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isnotCompleted\",\"value\":[\"1\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"1\",\"valor\":\"2\"}}', 1, 'precondition'),
(68, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'1\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"1\"]}}]}', '{}', 2, 'precondition'),
(69, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'2\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"2\"]}}]}', '{}', 3, 'precondition'),
(70, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'3\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"3\"]}}]}', '{}', 4, 'precondition'),
(71, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'4\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"4\"]}}]}', '{}', 5, 'precondition'),
(72, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'5\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"5\"]}}]}', '{}', 6, 'precondition'),
(73, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'6\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"6\"]}}]}', '{}', 7, 'precondition'),
(74, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'7\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"7\"]}}]}', '{}', 8, 'precondition'),
(75, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'84\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"84\"]}}]}', '{}', 9, 'precondition'),
(76, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'9\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"9\"]}}]}', '{}', 10, 'precondition'),
(77, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'10\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"10\"]}}]}', '{}', 11, 'precondition'),
(78, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'10\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"10\"]}}]}', '{}', 12, 'precondition'),
(79, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'12\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"12\"]}}]}', '{}', 13, 'precondition'),
(80, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'13\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"13\"]}}]}', '{}', 14, 'precondition'),
(81, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'14\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"14\"]}}]}', '{}', 15, 'precondition'),
(82, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'95\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"95\"]}}]}', '{}', 16, 'precondition'),
(83, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'16\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"16\"]}}]}', '{}', 17, 'precondition'),
(84, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'17\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"17\"]}}]}', '{}', 27, 'precondition'),
(85, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'27\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"27\"]}}]}', '{}', 28, 'precondition'),
(86, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'28\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"28\"]}}]}', '{}', 29, 'precondition'),
(87, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'29\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"29\"]}}]}', '{}', 30, 'precondition'),
(88, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'30\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"30\"]}}]}', '{}', 31, 'precondition'),
(89, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'17\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"17\"]}}]}', '{}', 32, 'precondition'),
(90, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'32\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"32\"]}}]}', '{}', 33, 'precondition'),
(91, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'33\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"33\"]}}]}', '{}', 34, 'precondition'),
(93, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'82\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"82\"]}}]}', '{}', 18, 'precondition'),
(94, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'18\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"18\"]}}]}', '{}', 19, 'precondition'),
(95, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'19\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"19\"]}}]}', '{}', 20, 'precondition'),
(96, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'20\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"20\"]}}]}', '{}', 21, 'precondition'),
(98, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'21\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"21\"]}}]}', '{}', 22, 'precondition'),
(99, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'22\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"22\"]}}]}', '{}', 26, 'precondition'),
(100, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'26\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"26\"]}}]}', '{}', 23, 'precondition'),
(101, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'23\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"23\"]}}]}', '{}', 24, 'precondition'),
(102, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'24\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"24\"]}}]}', '{}', 25, 'precondition'),
(103, 'redireccion inicial', 0, ' not (includes(acdr.getPerfiles(), \'5,5\') and nocompleted(acdr.getTarea(), \'2\'))', '{\"logic_operator\":\"none\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"perfiles\",\"operator\":\"isAll\",\"value\":[\"5\",\"5\"]}},{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isnotCompleted\",\"value\":[\"2\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"2\",\"valor\":\"3\"}}', 2, 'precondition'),
(104, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"42\",\"valor\":\"43\"}}', 42, 'postcondition'),
(105, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"43\",\"valor\":\"44\"}}', 43, 'postcondition'),
(106, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"44\",\"valor\":\"45\"}}', 44, 'postcondition'),
(107, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"45\",\"valor\":\"46\"}}', 45, 'postcondition'),
(108, 'paso siguiente producto', 0, 'true', '{}', '{\"0\":{\"condicion\":\"\",\"tipo\":\"\",\"entidades\":\"preguntas\",\"campo\":\"\",\"valor\":\"\"}}', 46, 'postcondition'),
(109, 'paso siguiente servicio', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"46\",\"valor\":\"47\"}}', 46, 'postcondition'),
(110, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"47\",\"valor\":\"48\"}}', 47, 'postcondition'),
(111, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"48\",\"valor\":\"49\"}}', 48, 'postcondition'),
(112, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"49\",\"valor\":\"50\"}}', 49, 'postcondition'),
(113, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"50\",\"valor\":\"51\"}}', 50, 'postcondition'),
(114, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"51\",\"valor\":\"53\"}}', 51, 'postcondition'),
(115, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"53\",\"valor\":\"54\"},\"1\":{\"condicion\":\"false\",\"tipo\":\"sendmail\",\"entidades\":\"email\",\"campo\":\"912\",\"valor\":\"912\"}}', 53, 'postcondition'),
(116, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"54\",\"valor\":\"55\"}}', 54, 'postcondition'),
(117, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"55\",\"valor\":\"56\"}}', 55, 'postcondition'),
(118, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"56\",\"valor\":\"57\"}}', 56, 'postcondition'),
(119, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"57\",\"valor\":\"58\"}}', 57, 'postcondition'),
(120, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"58\",\"valor\":\"59\"}}', 58, 'postcondition'),
(121, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"59\",\"valor\":\"60\"}}', 59, 'postcondition'),
(122, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"60\",\"valor\":\"61\"}}', 60, 'postcondition'),
(123, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"61\",\"valor\":\"62\"}}', 61, 'postcondition'),
(124, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"63\",\"valor\":\"64\"}}', 63, 'postcondition'),
(125, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"64\",\"valor\":\"65\"}}', 64, 'postcondition'),
(126, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"65\",\"valor\":\"66\"}}', 65, 'postcondition'),
(127, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"66\",\"valor\":\"69\"}}', 66, 'postcondition'),
(128, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"67\",\"valor\":\"68\"}}', 67, 'postcondition'),
(129, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"68\",\"valor\":\"66\"}}', 68, 'postcondition'),
(130, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"69\",\"valor\":\"70\"}}', 69, 'postcondition'),
(131, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"70\",\"valor\":\"71\"}}', 70, 'postcondition'),
(132, 'Paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"71\",\"valor\":\"72\"}}', 71, 'postcondition'),
(133, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"72\",\"valor\":\"73\"},\"1\":{\"condicion\":\"false\",\"tipo\":\"sendmail\",\"entidades\":\"email\",\"campo\":\"1030\",\"valor\":\"1030\"}}', 72, 'postcondition'),
(134, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"73\",\"valor\":\"74\"}}', 73, 'postcondition'),
(135, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"74\",\"valor\":\"75\"}}', 74, 'postcondition'),
(136, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"75\",\"valor\":\"76\"}}', 75, 'postcondition'),
(137, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"76\",\"valor\":\"77\"}}', 76, 'postcondition'),
(138, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"77\",\"valor\":\"78\"}}', 77, 'postcondition'),
(139, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"78\",\"valor\":\"79\"}}', 78, 'postcondition'),
(140, 'siguiente paso', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"79\",\"valor\":\"80\"}}', 79, 'postcondition'),
(141, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"80\",\"valor\":\"81\"}}', 80, 'postcondition'),
(142, 'paso siguiente', 1, '(completed(acdr.getTarea(), \'82\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"82\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"82\",\"valor\":\"18\"}}', 82, 'postcondition'),
(143, 'paso_siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"84\",\"valor\":\"9\"}}', 84, 'postcondition'),
(144, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'7\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"7\"]}}]}', '{}', 84, 'precondition'),
(145, 'ala13', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"83\",\"valor\":\"16\"}}', 83, 'postcondition'),
(146, 'Asignaciones', 1, ' not (includes(acdr.getPerfiles(), \'5,5\'))', '{\"logic_operator\":\"none\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"perfiles\",\"operator\":\"isAll\",\"value\":[\"5\",\"5\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"643\",\"valor\":\"6\"},\"1\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"644\",\"valor\":\"18\"},\"2\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"645\",\"valor\":\"20\"},\"3\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"646\",\"valor\":\"22\"},\"4\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"647\",\"valor\":\"66\"},\"5\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"648\",\"valor\":\"68\"}}', 3, 'postcondition'),
(147, 'paso siguiente', 1, '(completed(acdr.getTarea(), \'90\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"90\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"90\",\"valor\":\"1\"}}', 90, 'postcondition'),
(148, 'paso siguiente', 1, '(completed(acdr.getTarea(), \'91\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"91\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"91\",\"valor\":\"7\"}}', 91, 'postcondition'),
(149, 'paso siguiente', 1, '(completed(acdr.getTarea(), \'92\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"92\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"92\",\"valor\":\"22\"}}', 92, 'postcondition'),
(150, 'paso siguiente', 1, '(completed(acdr.getTarea(), \'93\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"93\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"93\",\"valor\":\"94\"}}', 93, 'postcondition'),
(151, 'paso siguiente', 1, '(completed(acdr.getTarea(), \'94\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"94\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"94\",\"valor\":\"25\"}}', 94, 'postcondition'),
(152, 'precondicion tarea anterior completada', 1, '(completed(acdr.getTarea(), \'14\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"14\"]}}]}', '{}', 95, 'precondition'),
(153, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"95\",\"valor\":\"83\"}}', 95, 'postcondition'),
(155, 'tocanvas', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"25\",\"valor\":\"36\"}}', 25, 'postcondition'),
(156, 'Canvas 1.0 Asignacion', 1, '(completed(acdr.getTarea(), \'10\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"10\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"953\",\"valor\":\"34\"},\"1\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"965\",\"valor\":\"71\"},\"2\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"967\",\"valor\":\"72\"}}', 96, 'precondition'),
(157, 'Canvas 2.0 Asignacion', 1, '(completed(acdr.getTarea(), \'14\'))', '{\"logic_operator\":\"all\",\"title\":\"\",\"items\":[{\"item_type\":\"cond\",\"data\":{\"name\":\"tarea\",\"operator\":\"isCompleted\",\"value\":[\"14\"]}}]}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"954\",\"valor\":\"83\"},\"1\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"966\",\"valor\":\"82\"},\"2\":{\"condicion\":\"true\",\"tipo\":\"asignacion\",\"entidades\":\"preguntas\",\"campo\":\"969\",\"valor\":\"81\"}}', 97, 'precondition'),
(158, 'Siguiente paso', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"97\",\"valor\":\"95\"}}', 97, 'postcondition'),
(159, 'Paso a siguiente tarea', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"96\",\"valor\":\"12\"}}', 96, 'postcondition'),
(161, 'siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"40\",\"valor\":\"41\"}}', 98, 'postcondition'),
(162, 'Paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"101\",\"valor\":\"103\"}}', 101, 'postcondition'),
(163, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"103\",\"valor\":\"127\"}}', 103, 'postcondition'),
(164, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"127\",\"valor\":\"102\"}}', 127, 'postcondition'),
(165, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"102\",\"valor\":\"104\"}}', 102, 'postcondition'),
(166, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"104\",\"valor\":\"105\"}}', 104, 'postcondition'),
(167, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"105\",\"valor\":\"106\"}}', 105, 'postcondition'),
(168, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"106\",\"valor\":\"107\"}}', 106, 'postcondition'),
(169, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"107\",\"valor\":\"108\"}}', 107, 'postcondition'),
(170, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"108\",\"valor\":\"109\"}}', 108, 'postcondition'),
(171, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"109\",\"valor\":\"110\"}}', 109, 'postcondition'),
(172, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"110\",\"valor\":\"111\"}}', 110, 'postcondition'),
(173, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"111\",\"valor\":\"112\"}}', 111, 'postcondition'),
(174, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"112\",\"valor\":\"113\"}}', 112, 'postcondition'),
(175, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"113\",\"valor\":\"114\"}}', 113, 'postcondition'),
(176, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"114\",\"valor\":\"115\"}}', 114, 'postcondition'),
(177, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"115\",\"valor\":\"116\"}}', 115, 'postcondition'),
(178, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"116\",\"valor\":\"117\"}}', 116, 'postcondition'),
(179, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"117\",\"valor\":\"118\"}}', 117, 'postcondition'),
(180, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"118\",\"valor\":\"119\"}}', 118, 'postcondition'),
(181, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"119\",\"valor\":\"120\"}}', 119, 'postcondition'),
(182, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"120\",\"valor\":\"121\"}}', 120, 'postcondition'),
(183, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"121\",\"valor\":\"122\"}}', 121, 'postcondition'),
(184, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"122\",\"valor\":\"123\"}}', 122, 'postcondition'),
(185, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"123\",\"valor\":\"124\"}}', 123, 'postcondition'),
(186, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"124\",\"valor\":\"125\"}}', 124, 'postcondition'),
(187, 'paso siguiente', 1, 'true', '{}', '{\"0\":{\"condicion\":\"true\",\"tipo\":\"redireccion\",\"entidades\":\"tareas\",\"campo\":\"125\",\"valor\":\"126\"}}', 125, 'postcondition');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `sala`
--
CREATE TABLE `sala` (
`id` int(11) NOT NULL,
`denominacion` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `secciones_tarea`
--
CREATE TABLE `secciones_tarea` (
`id` int(11) NOT NULL,
`tarea_id` int(11) DEFAULT NULL,
`nombre` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`numero_preguntas` int(11) DEFAULT NULL,
`posicion` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `secciones_tarea`
--
INSERT INTO `secciones_tarea` (`id`, `tarea_id`, `nombre`, `numero_preguntas`, `posicion`) VALUES
(1, 1, 'What is your initial business idea?', 4, 1),
(6, 3, 'Political', 2, 1),
(7, 3, 'Economic', 2, 3),
(8, 4, 'Social Challenges', 2, 3),
(9, 4, 'Customer Needs', 2, 5),
(10, 2, 'Exercise 2 seccion unica', 4, 1),
(11, 3, 'Social', 2, 5),
(12, 3, 'Technological', 2, 7),
(13, 4, 'Environmental Challenges', 2, 1),
(14, 4, 'Team Motivators', 2, 7),
(15, 5, 'Exercise 5 seccion unica', 6, 1),
(16, 6, 'Exercise 6 seccion unica', 21, 1),
(18, 8, 'Exercise 7b seccion unica', 7, 1),
(19, 9, 'Exercise 8 seccion unica', 6, 1),
(20, 10, 'Exercise 9 seccion unica', 15, 1),
(21, 11, 'Exercise 9b seccion unica', 3, 1),
(22, 12, 'Objetives', 2, 1),
(23, 3, 'Environmental', 2, 9),
(24, 3, 'Legal', 2, 11),
(25, 13, 'Exercise 10b seccion unica', 8, 1),
(26, 14, 'Exercise 11 seccion unica', 3, 1),
(27, 16, 'Exercise 13 seccion unica', 2, 1),
(28, 18, 'Key Activities and Resources', 2, 1),
(29, 18, 'Customer Relationships and Channels', 2, 3),
(30, 19, 'Exercise 16 seccion unica', 6, 1),
(31, 20, 'Exercise 17 seccion unica', 4, 1),
(32, 21, 'Cost Structure', 3, 1),
(33, 21, 'Revenue Stream', 1, 3),
(34, 22, 'Exercise 19a seccion unica', 2, 1),
(35, 26, 'Exercise 19a2 seccion unica', 1, 1),
(36, 23, 'Exercise 19b seccion unica', 7, 1),
(37, 24, 'Exercise 19C seccion unica', 7, 1),
(38, 27, 'Card 1/3', 6, 1),
(39, 27, 'Card 2/3', 31, 7),
(41, 27, 'Card 3/3', 31, 38),
(42, 28, 'Card 1/3', 6, 1),
(43, 28, 'Card 2/3', 31, 7),
(44, 28, 'Card 3/3', 31, 38),
(45, 29, 'Card 1/3', 6, 1),
(46, 29, 'Card 2/3', 31, 7),
(47, 29, 'Card 3/3', 31, 38),
(48, 30, 'Card 1/3', 6, 1),
(49, 30, 'Card 2/3', 31, 7),
(50, 30, 'Card 3/3', 31, 38),
(51, 31, 'Card 1/3', 6, 1),
(52, 31, 'Card 2/3', 31, 7),
(53, 31, 'Card 3/3', 31, 38),
(54, 32, 'Card 1/3', 6, 1),
(55, 32, 'Card 2/3', 31, 7),
(56, 32, 'Card 3/3', 31, 38),
(57, 33, 'Card 1/3', 6, 1),
(58, 33, 'Card 2/3', 31, 7),
(59, 33, 'Card 3/3', 31, 38),
(60, 34, 'Card 1/3', 6, 1),
(61, 34, 'Card 2/3', 31, 7),
(62, 34, 'Card 3/3', 31, 38),
(63, 17, 'exercise14', 1, 1),
(65, 15, 'Exercise 12 seccion unica', 1, 1),
(66, 25, 'exercise 20 seccion unica', 1, 1),
(67, 90, 'gbc_step1-seccion_unica', 1, 1),
(68, 91, 'gbc_step2-seccion_unica', 1, 1),
(69, 92, 'gbc_step3-seccion_unica', 1, 1),
(70, 93, 'gbc_step4-seccion_unica', 1, 1),
(71, 94, 'gbc_step5-seccion_unica', 1, 1),
(72, 7, 'Enviromental', 4, 1),
(73, 7, 'Personal Driver', 4, 12),
(74, 7, 'Customer', 4, 8),
(75, 7, 'Social', 4, 3),
(76, 95, 'Test', 12, 1),
(77, 12, 'Customers', 2, 3),
(78, 12, 'Stakeholder', 2, 5),
(79, 12, 'Value Proposition', 2, 7),
(80, 21, 'Economic Value', 1, 5),
(81, 101, 'Seccion única', NULL, 1),
(82, 103, 'Seccion única', NULL, 1),
(83, 102, 'Seccion única', NULL, 1),
(84, 104, 'Seccion única', NULL, 1),
(85, 105, 'Seccion única', NULL, 1),
(86, 106, 'Seccion única', NULL, 1),
(87, 107, 'Seccion única', NULL, 1),
(88, 108, 'Seccion única', NULL, 1),
(89, 109, 'Seccion única', NULL, 1),
(90, 110, 'Seccion única', NULL, 1),
(91, 111, 'Seccion Unica', NULL, 1);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `sector`
--
CREATE TABLE `sector` (
`id` int(11) NOT NULL,
`nombre` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `sector_translations`
--
CREATE TABLE `sector_translations` (
`id` int(11) NOT NULL,
`object_id` int(11) DEFAULT NULL,
`locale` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL,
`field` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `subetapas`
--
CREATE TABLE `subetapas` (
`id` int(11) NOT NULL,
`etapa_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tarea`
--
CREATE TABLE `tarea` (
`id` int(11) NOT NULL,
`template_id` int(11) DEFAULT NULL,
`procesos_id` int(11) DEFAULT NULL,
`nombre` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`alias` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`descripcion` longtext COLLATE utf8mb4_unicode_ci,
`repetible` tinyint(1) DEFAULT NULL,
`position` int(11) DEFAULT NULL,
`invisible` tinyint(1) DEFAULT NULL,
`informe` tinyint(1) DEFAULT NULL,
`class` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`visconjunto` tinyint(1) DEFAULT NULL,
`external` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `tarea`
--
INSERT INTO `tarea` (`id`, `template_id`, `procesos_id`, `nombre`, `alias`, `descripcion`, `repetible`, `position`, `invisible`, `informe`, `class`, `visconjunto`, `external`) VALUES
(1, 1, 1, '1 - Sketch your business idea', 'exercise1', '<p>Do you have a business idea in your mind? Let&#39;s describe it! Sketch it by briefly answering the following questions.</p>', 0, 10, 0, 0, 'GBC-Step1', 0, NULL),
(2, 1, 1, '2 - Identify problems and needs', 'exercise2', '<p>After describing your initial business idea, it is the time to ask yourself: Why would I like to develop it? What are the problems or challenges that I want to address? What are the needs from potential customers that I would like to satisfy?</p>\r\n\r\n<p>Next you will find four boxes that ask you to reflect on the environmental and social factors, the customers needs and the team motivations that push your idea to exist. Answer these questions to understand the WHY behind your initial business idea.</p>', 0, 20, 0, 0, 'GBC-Step1 gbc-2col', 0, NULL),
(3, 1, 1, '3 - Understand the context', 'exercise3', '<p>After having identified the problems and needs, it is the time to zoom out and look at the local, regional and global context around your business idea. Pay special attention to those aspects that may either boost or constrain the development of your idea.</p>\r\n\r\n<p>Brainstorm:</p>\r\n\r\n<p>Think about the conditions, changes and trends in the local, regional and global context that can affect your business in the future. These aspects can be grouped into the following categories: Political (P), Economic (E), Social (S), Technological (T), Environmental (E) and Legal (L).</p>\r\n\r\n<p>Prioritise:</p>\r\n\r\n<p>Select the most relevant aspects for your business (maximum five) and write them down in the following box.</p>\r\n\r\n<p>Confront:</p>\r\n\r\n<p>It would be great if you could bring some insights on how would you confront these aspects!</p>', 0, 30, 0, 0, 'GBC-Step1', 1, NULL),
(4, 1, 1, '4 - Set your goals', 'exercise4', '<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 0, 40, 0, 0, 'GBC-Step1', 1, NULL),
(5, 1, 1, '5 - Synthesise a mission & vision', 'exercise5', '<p>By merging and synthesising the objectives into a single, short and elegant statement, we build our project&#39;s mission, which must embody its essence and reason for being. The vision, in turn, comes naturally as a time instance of the mission: the way we envision our project in the mid-long term.</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 0, 50, 0, 0, 'GBC-Step1', 0, NULL),
(6, 1, 1, '6 - Summary of context and objectives', 'exercise6', '<p>Having understood the context our business operates in, as well as the drivers behind it (personal and professional motivations, environmental &amp; social challenges, and market needs); we now find ourselves ready to set the objectives that will guide us towards the impact we want to leave behind. To chart a path towards our vision, drivers are translated into company&rsquo;s objectives and tracked by indicators.</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 0, 60, 0, 0, 'GBC-Step1', 0, NULL),
(7, 26, 1, '7 - Identify and map the stakeholders', 'exercise7a', '<p>Identify:</p>\r\n\r\n<p>First of all, list the stakeholders that may influence your project&#39;s objectives or may be affected by them. Can you give the names of real actors and organizations?</p>\r\n\r\n<p>Map:</p>\r\n\r\n<p>Place the stakeholders on the matrix according to the level of influence they have on your project and the extent in which they are affected by it. Concentrate first on the right-top quadrant. Then, choose which stakeholders placed in the left-top and right- bottom quadrants are worth paying attention to. Probably the relationships that you will establish with them will be different. Ignore the rest of stakeholders.</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 0, 70, 0, 0, 'GBC-Step2', 0, NULL),
(8, 81, 1, '7b - Assess the \"gives and gets\"', 'exercise7b', '<p>Gather information and guess: prepare a stakeholder card for each of the relevant stakeholders that you have identified before, from the most relevant to the least.</p>\r\n\r\n<p>-Assess the gives and gets and set the balance between them.</p>\r\n\r\n<p>-Identify who will be willing to pay for your value, and</p>\r\n\r\n<p>-Think about how you will engage with each of the stakeholders.</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 1, 80, 1, 0, 'GBC-Step2', 0, 70),
(9, 2, 1, '8 - Customer Segments', 'exercise8', '<p>Through the stakeholders&#39; map you have identified those that will pay for your service/product. These are your customers. Think if they are homogeneous or if you can divide them into groups depending on their characteristics. Each of these groups is called a customer segment. For each of them, you can fill up a customer card. Customer cards include a generic description of the segment, an overview of pains and gains and a list of functions or jobs that the customer would like to have covered. Guess! and prepare a customers&#39; card for each of them.</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 1, 90, 0, 0, 'GBC-Step2', 0, NULL),
(10, 34, 1, '9 - Value Proposition Canvas', 'exercise9a', '<p>Start defining your value proposition. At this stage you have gathered enough information. You&rsquo;ve got the project objectives, a vision and a mission for your business, the customers&rsquo; segments, their gains, pains and jobs and the stakeholders. Use it!</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 0, 100, 0, 0, 'GBC-Step2', 0, NULL),
(11, 1, 1, '9b - Value Proposition Definition', 'exercise9b', '<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 0, 110, 1, 0, 'GBC-Step2', 0, NULL),
(12, 1, 1, '10a - Testing the Value Proposition', 'exercise10a', '<p>Recover the Customers&#39;and Stakeholders&#39;cards that you prepared and select those still needing validation. Review your project objectives and the Value proposition. Identify those hypotheses (assumptions) that need to be validated and formulate questions that will help you to contrast them.</p>\r\n\r\n<p>Some issues that you may want to validate are the following:</p>\r\n\r\n<p>- Objectives: are those based on real needs?</p>\r\n\r\n<p>- Customers: segmentation, needs, pains, profile, sensations, involvement.</p>\r\n\r\n<p>- Stakeholders: identification (no one is missing?), Involvement, gives and gets.</p>\r\n\r\n<p>- Value proposition: customers&rsquo; satisfaction and willingness to pay, market and competitors.</p>\r\n\r\n<p>Select the most appropriate channels to reach and interact with your customers and stakeholders - interviews, debates, meetings, consultation, etc. as a means to validate your assumptions.</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 0, 120, 0, 0, 'GBC-Step2', 1, 70),
(13, 2, 1, '10b - Carrying out the test and get results', 'exercise10b', '<p>Go out and talk to your customers and stakeholders and ask them about your questions. Use the Discovery card to capture the information that you collect from interviews or observations. You may indicate data about the participant, take notes and sum up your learnings.</p>\r\n\r\n<p>Remember to use the Validation check boxes. The customer and stakeholder cards have a validation box on the upper right corner. After the test, you may need to correct some information in these cards. Go back to the cards, correct them and then you will be able to check the validation check box. Similarly, if you validate the hypotheses in the cards, you can also check the corresponding validation check box. In the next exercise (11) you will be able to reframe the whole value proposition.</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 1, 130, 0, 0, 'GBC-Step2', 0, NULL),
(14, 1, 1, '11 - Pivoting the value proposition', 'exercise11', '<p>At this stage you have contrasted your assumptions and you have gathered information from your customers and key stakeholders. Probably you have discovered something or you have learned some lessons. You must integrated all these into your value proposition.</p>\r\n\r\n<p>What will you modify from your value proposition in order to incorporate the input gathered?</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 0, 140, 0, 0, 'GBC-Step2', 0, NULL),
(15, 3, 1, '12 - Customer channels and relationships', 'exercise12', '<p>Explore how you will reach your customers and what kind of relationship you will establish with them. Use the customer journey map, which describes the interaction journey of a customer with your service / product, from discovery to purchase, use and post-use.</p>\r\n\r\n<ul>\r\n <li>Emotions: emotional stages of the customer during the journey.</li>\r\n <li>Touchpoints &amp; channels: points and means of contact between the service/product and the customers.</li>\r\n <li>Feelings &amp; thoughts: sensations and rational ideas of your customer in relation to each stage of the journey.</li>\r\n <li>Stages: each of the steps in the customers&#39; journey, from becoming aware of your service/product to use - discovery, assessment, purchase.</li>\r\n</ul>\r\n\r\n<p>Once you have described the journey it is important to analyze the stages that need action in order to improve pain points and to maximize pleasure points. It&#39;s about providing calming element to alleviate the pain as well as adding value to reinforce pleasure points. Find out about the resources that you will need for it.</p>\r\n\r\n<ul>\r\n <li>Recap:\r\n <ul>\r\n <li>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</li>\r\n </ul>\r\n </li>\r\n <li>Set objectives:\r\n <ul>\r\n <li>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</li>\r\n </ul>\r\n </li>\r\n <li>Measure progress:\r\n <ul>\r\n <li>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</li>\r\n </ul>\r\n </li>\r\n</ul>', 1, 150, 1, 0, 'GBC-Step2', 0, NULL),
(16, 1, 1, '13 - Key activities and resources', 'exercise13', '<p>Think how you will develop your value proposition. Now, it is time to define the key activities and key resources that will be involved in the generation, management and delivery of your value proposition. Read the following questions and make the list your key activities and resources.</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 0, 160, 0, 0, 'GBC-Step2', 0, NULL),
(17, 1, 1, '14 - Ecodesign your business', 'exercise14', NULL, 0, 170, 0, 0, 'GBC-Step2', 0, NULL),
(18, 1, 1, '15 - Summary of key activities and resources and customer relationships and channels.', 'exercise15', '<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 0, 270, 0, 0, 'GBC-Step2', 1, NULL),
(19, 1, 1, '16 - Cost Structure', 'exercise16', '<p>Brainstorm: go to exercise 13 to review the activities and resources. Then, list the investment costs that you need to start your business (eg. purchase of products, offices or factories, training and education, etc.) and list the most important costs inherent to your business model (differentiate between fixed and variable costs).</p>\r\n\r\n<p>Price: try to give an estimate cost for each of the items</p>\r\n\r\n<p>Transform: it is important to reduce the fixed costs as much as possible. Think about a possible strategy to do it.</p>\r\n\r\n<p>Sum up: give the total fixed and variable costs.</p>\r\n\r\n<p>Recap: spot if something needs special or further attention.</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 0, 280, 0, 0, 'GBC-Step2', 0, NULL),
(20, 38, 1, '17 - Revenue Stream', 'exercise17', '<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 0, 290, 0, 0, 'GBC-Step2', 0, NULL),
(21, 1, 1, '18 - Summary of the cost structure and revenue streams', 'exercise18', '<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 0, 300, 0, 0, 'GBC-Step2', 1, NULL),
(22, 2, 1, '19a - Design your test!', 'exercise19a', '<p>As you did before in Exercise 10, first you will need to identify those hypotheses (assumptions) that need validation (p.e. availability to pay, interest raised by your products, delivery service, acceptation of your products, etc). Then, think of the questions that you need to raise in order to check if the hypotheses are right, or the different ways to validate them.</p>\r\n\r\n<p>Then, describe how are you going to test the hyphoteses. How are you planning to get your idea tested is an open question for you to think and plan where, how and with whom will you test your prototype. Is it going to be on a congress, on site, with a small or big group of customers (early adopters)?</p>\r\n\r\n<p>-Where are you going to test your prototype?</p>\r\n\r\n<p>-Who are going to be your early adapters? - name, number</p>\r\n\r\n<p>-How will you collect their feedback?</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 1, 320, 0, 0, 'GBC-Step3', 0, NULL),
(23, 1, 1, '19b - Carrying out the test and get results', 'exercise19b', '<p>Likewise you have done before, go out to the streets observe and ask your first customers, stakeholders and other people involved in your project. Get as much information as possible about customer&#39;s level of satisfaction with your product/service: its price, quality, emotions towards it, encountered problems... In summary, whether it fulfils their expectations or not!</p>\r\n\r\n<p>Remember to record these findiings in the following cards. Use the Discovery Card to capture the information that you collect from interviews or observations.</p>\r\n\r\n<p>You may indicate data about the participant, take notes and sum up your learnings.</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>', 0, 340, 0, 0, 'GBC-Step3', 0, NULL),
(24, 1, 1, '19c - Custommer Satisfaction', 'exercise19c', '<p>Use the Satisfaction Card to collect specific information about the satisfaction of your customers. Use it to quantify their level of satisfaction (from 1 -lowest to 5 &ndash; highest), with your product/ service in relation to a set of aspects that may influence their perception. Write their comments on the right side.</p>\r\n\r\n<p>Finally, once you have gained enough understanding, get back to your canvas and fine tune it! For doing so, you can correct your previous canvas or write a new one.</p>\r\n\r\n<p>Recap:</p>\r\n\r\n<p>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</p>\r\n\r\n<p>Set objectives:</p>\r\n\r\n<p>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</p>\r\n\r\n<p>Measure progress:</p>\r\n\r\n<p>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</p>\r\n\r\n<p>Quantify (1 to 5) level of satisfaction with our service/product in relation to:</p>', 0, 350, 0, 0, 'GBC-Step3', 0, NULL),
(25, 1, 1, '20 - Indicators', 'exercise20', '<p>Your are running your business! But, do you know whether you are achieving your project objectives? Are you being as efficient as possible? Is there something that could be improved?</p>\r\n\r\n<p>You won&acute;t be able to answer these questions without a measurement system in place that allows you to track progress.</p>\r\n\r\n<p>During the creation of your business you have set project indicators-to assess the accomplishment of project objectives, and environmental performance indicators-to evaluate the environmental and social impact of key activities and key resources. You have also identified the systemic boundaries and forces of change that may affect the business, the customers and stakeholders.</p>\r\n\r\n<p>Use all this information to set measurement parameters and to initiate a cycle of continual improvement. You can find information about it in Step 5 of the Handbook.</p>', 0, 360, 0, 0, 'GBC-Step5', 0, NULL),
(26, 1, 1, '19a - Design your test!', 'Exercise 19a2', NULL, 0, 330, 1, 0, 'GBC-Step3', 0, NULL),
(27, 1, 1, '14 - Ecodesign your business - Card 1', 'exercise14-card1', '<p>MATERIALS &amp; RESOURCES</p>', 0, 180, 1, 0, 'GBC-Step2', 0, NULL),
(28, 1, 1, '14 - Ecodesign your business - Card 2', 'exercise14-card2', '<p>PRODUCTION</p>', 0, 190, 1, 0, 'GBC-Step2', 0, NULL),
(29, 1, 1, '14 - Ecodesign your business - Card 3', 'exercise14-card3', '<p>PACKAGING &amp; DISTRIBUTION</p>', 0, 200, 1, 0, 'GBC-Step2', 0, NULL),
(30, 1, 1, '14 - Ecodesign your business - Card 4', 'exercise14-card4', '<p>USE &amp; MAINTENANCE</p>', 0, 210, 1, 0, 'GBC-Step2', 0, NULL),
(31, 1, 1, '14 - Ecodesign your business - Card 5', 'exercise14-card5', '<p>END OF LIFE MANAGEMENT</p>', 0, 220, 1, 0, 'GBC-Step2', 0, NULL),
(32, 1, 1, '14 - Ecodesign your business - Card 6', 'exercise14-card6', '<p>SERVICE</p>', 0, 230, 1, 0, 'GBC-Step2', 0, NULL),
(33, 1, 1, '14 - Ecodesign your business - Card 7', 'exercise14-card7', '<p>SALES &amp; COMMUNICATION</p>', 0, 240, 1, 0, 'GBC-Step2', 0, NULL),
(34, 1, 1, '14 - Ecodesign your business - Card 8', 'exercise14-card8', '<p>INFRASTRUCTURE</p>', 0, 250, 1, 0, 'GBC-Step2', 0, NULL),
(36, 4, 1, 'Canvas', 'gbc-canvas', NULL, 0, 370, 0, 1, NULL, 0, 70),
(38, 5, 3, '0.1 - Welcome to switch Eco-Design tool', 'UI_WELCOME_01', '<h1 class=\"green\">WELCOME TO switch to eco-design TOOL!</h1>\r\n\r\n<p class=\"white\">The switch to eco-design tool will guide your company to re-think and re-design your current <strong>service or product</strong> as a means to reduce its overall environmental impact and to improve its sustainability. Yet, if you intend to eco-design your business model you should use the eco-design cards included in the BM Canvas.</p>\r\n\r\n<p class=\"white\">The <strong>SWITCH TO ECO-DESIGN</strong> tool is:</p>\r\n\r\n<ul class=\"white\">\r\n <li>Easy to use, flexible and intuitive</li>\r\n <li>Proactive, as it has recommendations for environmental improvement, and practical, as it has three different examples.</li>\r\n</ul>\r\n\r\n<p class=\"white\">Both, entrepreneurs and companies with different levels of maturity will be able to follow the methodology and incorporate environmental improvements into their products and services. By using it you will:</p>\r\n\r\n<ul class=\"white\">\r\n <li>Identify critical environmental hotspots</li>\r\n <li>Define useful sustainability strategies that may bring opportunities to your company</li>\r\n</ul>\r\n\r\n<p class=\"white\"><strong>If you are interested in environmentally improving your product or service, this is your toolkit!!</strong></p>', 0, 370, 1, 0, NULL, 0, 70),
(39, 90, 3, '0.2 Eco-Design journey', 'UI_WELCOME_02', NULL, 0, 370, 1, 0, NULL, 0, 70),
(40, 5, 3, '0.3 What are you going to ecodesign product', 'UI_WELCOME_03', '<div class=\"row\">\r\n<div class=\"col-md-4\"><img class=\"modal-icon-title\" src=\"/uploads/3/product-ic.png\" />\r\n<h3>PRODUCT</h3>\r\n\r\n<p><strong>Hey! It seems you are going to eco-design a product! Congrats!</strong></p>\r\n\r\n<p><strong>EcoProduct design</strong>&nbsp;is the activity of understanding the life cycle of a <strong>product</strong> &ndash; how is it produced, distributed, maintained and used- in order to improve the environmental performance of its production, its use at customer level and its disposal.</p>\r\n\r\n<h4>LET&rsquo;S START!!</h4>\r\n</div>\r\n\r\n<div class=\"col-md-8\"><img alt=\"mapa\" src=\"/uploads/3/mapa-bicolor.png\" /></div>\r\n</div>', 0, 370, 1, 0, NULL, 0, 70),
(41, 5, 3, 'Etapa 1 - inicio', 'ETAPA1_INICIO', '<div class=\"row\">\r\n <div class=\"col-md-4\">\r\n <h1>Pack your bag and get ready for an exciting journey!</h1>\r\n\r\n <p class=\"white\">You and your team are about to start a journey that will lead to a new eco-designed product or service. What do you need to take with you in your suitcase? When travelling the suitcase is packed in accordance to the trip. It is not the same to visit the Antarctica or the desert. This metaphor illustrates the first phase of your eco-design journey, Pack the bag, where you will have to select what is important to put in the suitcase to ensure a comfortable journey: the team members, any important social or environmental challenge to bear in mind, the context of the place where you are traveling,&hellip;</p>\r\n\r\n <p class=\"white\">WHAT TO DO<br />\r\n Meet with your team. Introduce each other and get a common understanding of the project. Read the information about the different items for your suitcase and identify what is important for this journey.</p>\r\n\r\n <div class=\"center-items\"><img alt=\"personas\" class=\"people-icon\" src=\"/uploads/3/people.png\" />\r\n <p>SET A KICK-OFF<br />\r\n MEETING<br />\r\n (2h)</p>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-md-8\">\r\n <div class=\"absolute-container\">\r\n <img alt=\"mapa\" src=\"/uploads/3/submapa1.png\" usemap=\"#image-map\" />\r\n <button id=\"radioTeams\" data-target=\"#teamsModal\" data-toggle=\"modal\"></button>\r\n <button id=\"radioProject\" data-target=\"#projectModal\" data-toggle=\"modal\"></button>\r\n <button id=\"radioSustainableVision\" data-target=\"#sustainableVisionModal\" data-toggle=\"modal\"></button>\r\n <button id=\"radioContext\" data-target=\"#contextModal\" data-toggle=\"modal\"></button>\r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"modal fade\" id=\"teamsModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"teamsModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/service-ic.png\')}}\">\r\n <p>Service</p>\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h4>THE ECO-DESIGN TEAM<br />(DOES NOT APPLY TO INDIVIDUAL ENTREPRENEURS)</h4>\r\n <p>It is suggested to work along the journey with a team of people that should have consistent knowledge on the product to be eco-designed and a general knowledge on environmental issues.</p>\r\n <p>It is advisable to include people with different backgrounds and roles -directors, engineers, marketing and sales, etc. and design experts-. In general, the more people representing the whole value chain, the better.</p>\r\n <p>The team Coordinator will be the person registered in the platform, thus in charge of using the eco-design tool on behalf of the whole team. He/She will manage the tool, will introduce all the information in the platform, will move through the methodology, and will decide the speed in which the process is done.</p>\r\n <p>Team Members will be invited by the Coordinator to attend meetings and to participate in the environmental assessment.</p>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"modal fade\" id=\"projectModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"projectModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/service-ic.png\')}}\">\r\n <p>Service</p>\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h4>THE PROJECT</h4>\r\n <p>Think about the product to be eco-designed.<br />How would you describe the project?<br />Dive deeply into the details of the product that you want to produce.</p>\r\n </div>\r\n </div>\r\n </div>\r\n</div><div class=\"modal fade\" id=\"sustainableVisionModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"sustainableVisionModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/service-ic.png\')}}\">\r\n <p>Service</p>\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h4>THE SUSTAINABLE VISION</h4>\r\n <p>Think how your product would be under a sustainability perspective.<br />View it from a broad perspective and in relation to the environmental challenges that the production of your product arise.<br />These challenges link with specific objectives that will lead to an expected outcome: THE SUSTAINABLE VISION.</p>\r\n </div>\r\n </div>\r\n </div>\r\n</div><div class=\"modal fade\" id=\"contextModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"contextModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/service-ic.png\')}}\">\r\n <p>Service</p>\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h4>THE CONTEXT</h4>\r\n <p>Use the PESTEL methodology to analyze the context in which you operate.</p>\r\n <p>You will be able to identify the most relevant factors and tendencies that may affect your business in relation to: P-policy, E- economy, S- society, T-technology, E-environment and L-legislation. Some of them should be taken into account when preparing the action plan.</p>\r\n </div>\r\n </div>\r\n </div>\r\n</div>', 0, 380, 0, 0, NULL, 0, 70),
(42, 9, 3, 'Etapa 1 -step 1', 'ETAPA1_STEP1', '<h2>THE ECO-DESIGN TEAM (SKIP IF YOU WORK ALONE)</h2>\r\n\r\n<h3>WHO IS WHO IN YOUR TEAM</h3>\r\n\r\n<p>Get to know each other and write down the required information about all team members. Remember that it is advisable to include people with different backgrounds!! This step is not compulsory, so do it only if you think it is relevant and helpful.</p>', 0, 400, 0, 0, NULL, 0, NULL),
(43, 10, 3, 'Etapa 1 - step 2', 'ETAPA1_STEP2', '<h2>THE PROJECT</h2>\r\n\r\n<h3>WHAT DO YOU WANT TO ECODESIGN?</h3>\r\n\r\n<p>Before starting the eco-design journey it is very important that you understand the project. So, take your time and, once you are clear about it, describe it thoroughly. Look for a catchy title and a nice picture or a logo, representative of your project!.</p>', 0, 410, 0, 0, NULL, 0, NULL),
(44, 91, 3, 'Etapa 1 - step 3', 'ETAPA1_STEP3', '<h2>THE CONTEXT</h2>\r\n\r\n<h3>DO YOU KNOW WHAT IS HAPPENING AROUND YOU?</h3>\r\n\r\n<p>Companies operate in a specific context, which is shaped by the country or region where it is based, and by other global factors (Political, Economic, Social, Technological, Environmental and Legal) often called <strong>forces of change</strong>. Thus, taking these forces into consideration may help companies foresee opportunities and avoid potential threats caused by long term changes and trends in the business environment.</p>\r\n\r\n<p>Some of the major global trends that affect today&rsquo;s businesses are found in areas such as: demography, energy production and demand, climate change effects, biodiversity, water access and supply, health and sanitation, human rights, governance, technology, natural resources, consumer behavior, trade, economic development, etc.</p>\r\n\r\n<p><strong>Reflect about the forces of change than can impact your organization and product</strong>, thus those that will need to be considered when thinking of potential eco-design strategies. Based on potential impact, urgency and level of influence prioritize and identify the most important forces. <strong>Write them down in the corresponding boxes. Be specific and as concise as possible.</strong></p>', 0, 420, 0, 0, NULL, 0, 70),
(45, 5, 3, 'Etapa 1 - step 4', 'ETAPA1_STEP4', '<h2>THE SUSTAINABLE VISION!</h2>\r\n\r\n<h3>HOW WOULD YOUR IDEAL SUSTAINABLE PRODUCT BE?</h3>\r\n\r\n<p>Think about the environmental challenges that you are facing (maybe you have already identified them in the previous exercise) and set the sustainability objectives of your eco-design project. These objectives will lead you to some expected outcome.</p>\r\n\r\n<h4>IMAGINE this outcome: <strong>how would your product be under a n environmental sustainability perspective?</strong></h4>\r\n\r\n<p>You can use the SCAMPER technique for inspiration and reflection. Some of the resulting ideas may be impractical or may not suit your circumstances. Don&#39;t worry about this! <strong>let your imagination run to be innovative!!</strong></p>', 0, 430, 0, NULL, NULL, 0, NULL),
(46, 11, 3, 'Etapa 1 - resultado', 'ETAPA1_RESULTADO', '<h2>Achievements: THIS IS WHAT YOU PACKED IN YOUR BAG!!</h2>', 0, 440, 0, 0, NULL, 0, NULL),
(47, 5, 3, 'Producto etapa 2 - inicio', 'PRODUCT_ETAPA2_INICIO', '<div class=\"row\">\r\n<div class=\"col-md-4\">\r\n<h1>Understand and improve your system!</h1>\r\n\r\n<p class=\"white\">You are about to start the eco-design journey.</p>\r\n\r\n<p class=\"white\">What is the life cycle of your product and what attributes are relevant to it?</p>\r\n\r\n<p class=\"white\">The SUSTAINABLE VISION is the image of your ideal product under environmental criteria. However, to move from the vision to a real sustainable product you need to understand the process underpinning the life cycle of any asset (product). You will learn about the stages of a life cycle and how these stages apply to your product. You will think about the characteristics of your product&rsquo;s life cycle, in order to identify those attributes that are relevant to it.</p>\r\n\r\n<p class=\"white\">Attributes relate to materials, energy and water used before and during the production process and at use; the means of transport and distribution; the various ways of maintaining the product while used, and the means of disposal.</p>\r\n\r\n<p class=\"white\">WHAT TO DO<br />\r\nLearn about and adjust the life cycle to the product that you want to eco-design. Think about its characteristics (or attributes).<br />\r\nFrom a default list, UNSELECT the attributes that are NOT relevant for each life cycle stage of your product; those that DO NOT make sense in the specific case of your product.</p>\r\n\r\n<div><img alt=\"personas\" class=\"people-icon\" src=\"/uploads/3/people.png\" />\r\n<h4>FOR TEAMS</h4>\r\n\r\n<p class=\"white\">SET A WORK SESSION (3h)<br />\r\n(1h life cycle, 2h for attributes selection)</p>\r\n\r\n<p class=\"white\">Do the tasks with the whole team.<br />\r\nThe Coordinator should have prepared himself for this workshop by looking at all the potential life cycle stages and the attributes available in THE TOOL.<br />\r\nHe/She will introduce the information agreed in order to move on.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-8\"><img alt=\"mapa\" src=\"/uploads/3/submap-prod-2.png\" style=\"width: 730px; height: 777px;\" usemap=\"#image-map\" /><map name=\"image-map\"><area alt=\"The team\" coords=\"28,48,8\" href=\"https://www.google.com/search?q=The+team\" shape=\"circle\" target=\"_blank\" title=\"The team\" /> <area alt=\"Challenges\" coords=\"43,126,8\" href=\"https://www.google.com/search?q=Challenges\" shape=\"circle\" target=\"_blank\" title=\"Challenges\" /> <area alt=\"Productos or Services\" coords=\"106,164,8\" href=\"https://www.google.com/search?q=Products+or+services\" shape=\"circle\" target=\"_blank\" title=\"Productos or Services\" /> <area alt=\"The context\" coords=\"180,145,8\" href=\"https://www.google.com/search?q=The+context\" shape=\"circle\" target=\"_blank\" title=\"The context\" /> <area alt=\"The project\" coords=\"190,101,8\" href=\"https://www.google.com/search?q=The+project\" shape=\"circle\" target=\"_blank\" title=\"The project\" /></map></div>\r\n</div>', 0, 450, 0, 0, NULL, 0, NULL),
(48, 12, 3, 'Producto etapa 2 - step1', 'PRODUCT_ETAPA2_STEP1', '<h2>SETTING THE LIFE CYCLE</h2>\r\n\r\n<h3>HOW IS THE LIFE CYCLE OF YOUR PRODUCT?</h3>\r\n\r\n<p>Learn about each life cycle stage indicated in the figure below and consider thoroughly how the life cycle of your product fits within it (how is it produced, used or maintained? Where is it disposed?). Write down this information in the pop-up windows of each stage.</p>\r\n\r\n<p>Contemplate the activities, resources and impacts associated to each stage, it will help you identify hot spots.</p>\r\n\r\n<p>Initially you may think that the life cycle of your product does not fit well with these stages, but probably it does, just find the way to adjust it!</p>', 0, 460, 0, 0, NULL, 0, NULL),
(49, 15, 3, 'Producto etapa 2 - step 2', 'PRODUCT_ETAPA2_STEP2', '<h2>SHIFT TO A SUSTAINABLE PRODUCT</h2>\r\n\r\n<h3>WHAT ATTRIBUTES ARE RELEVANT TO YOUR PRODUCT?</h3>\r\n\r\n<p>After identifying the life cycle stages of your product it is time to select the attributes relevant to each of them. <strong>Attributes </strong>are items required throughout the life cycle of a product: materials, energy and water used before and during the production process and at use; means of transport and distribution; the various ways of maintaining the product while used, and the means of disposal. <strong>Not all the attributes listed in the tool are relevant to your product.</strong> Attributes can be changed for sustainable attributes in order to have a more sustainable product outcome and reach your sustainable vision.</p>\r\n\r\n<p>In the graph below, each stage of the life cycle is linked with a list of <strong>default life cycle attributes.</strong> Navigate throughout the life cycle and think what attributes from the displayed list are NOT relevant for your product. To do so, try to answer the following question: &ldquo;does it make sense to think about this specific attribute?&rdquo;. So, <strong>UNSELECT only those attributes that do not relate with your product, those that do not make sense..</strong></p>\r\n\r\n<p>The resulting list of selected attributes will be long, but do not worry about it, as in the next step you will evaluate the attributes that are more suitable to be improved towards sustainability. Make sure that you understand the meaning of all the attributes, so you are clear which ones to unselect. You can add new attributes if required.</p>', 0, 470, 0, 0, NULL, 0, NULL),
(50, 16, 3, 'Producto etapa 2 - resultado', 'PRODUCT_ETAPA2_RESULTADO', '<div>\r\n<h2>Achievements: THE LIFE CYCLE OF YOUR PRODUCT</h2>\r\n</div>\r\n\r\n<div>\r\n<h2>Achievements: THE ATTRIBUTES TO ADJUST YOUR PRODUCT</h2>\r\n\r\n<h3>Have a look on the attributes that are relevant to your product and could be modified to reach your sustainable vision!!</h3>\r\n\r\n<p>The table below shows the attributes that you have selected as required to produce, deliver, use and discharge your product. Some of them are already sustainable, others still have room for improvement. The diagram show the number of selected attributes for each life cycle stage.</p>\r\n\r\n<p>In the next step you will assess these attributes in environmental terms in order to select those that have major room for improvement and on which you will align efforts to attain your sustainable vision.</p>\r\n</div>', 0, 480, 0, 0, NULL, 0, NULL);
INSERT INTO `tarea` (`id`, `template_id`, `procesos_id`, `nombre`, `alias`, `descripcion`, `repetible`, `position`, `invisible`, `informe`, `class`, `visconjunto`, `external`) VALUES
(51, 5, 3, 'Producto etapa 3 - inicio', 'PRODUCT_ETAPA3_INICIO', '<div class=\"row\">\r\n<div class=\"col-md-4\">\r\n<h1>Discover your product environmental performance!</h1>\r\n\r\n<p class=\"white\">It is time to move on.<br />\r\nHow far is your current product from being sustainable?</p>\r\n\r\n<p class=\"white\">So far you have a list of attributes needed to produce, distribute, use and discharge your product. However, these attributes may or may not be sustainable, or may only be partially sustainable. Thus, it is imperative to identify the attributes that are more suitable to be improved or changed under sustainability criteria. These attributes will underpin your sustainability strategy and action plan.</p>\r\n\r\n<p class=\"white\">Since it is not possible to change everything at once, throughout this step, The Assessment, you will evaluate the room for improvement of the selected attributes.<br />\r\nThe Qualitative Assessment of life cycle Attributes is an easy and quick way to perform an environmental assessment. It qualitatively measures de distance between the product that you are currently producing, and the sustainable product that you aim to produce. This evaluation should be based on an informed knowledge and avoiding subjectivity as much as possible. The resulting scores will help identifying the attributes and stages with worse environmental performance, thus those to focus on. This assessment is very useful to prioritize and later select the strategies to follow.</p>\r\n\r\n<p class=\"white\">WHAT TO DO<br />\r\nUsing a scale from 1 to 5 individually assess the level of improvement in relation to your current product for all life cycle attributes selected.</p>\r\n\r\n<div class=\"center-items\"><img alt=\"personas\" class=\"people-icon\" src=\"/uploads/3/people.png\" />\r\n<p>FOR TEAMS<br />\r\nINDIVIDUAL WORKING (1h)<br />\r\nEach team member will receive an assessment request containing a table with all the attributes to be scored. Complete the questionnaire all in once within the next couple of weeks maximum.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-8\"><img alt=\"mapa\" src=\"/uploads/3/submap-prod-3.png\" style=\"width: 725px; height: 762px;\" usemap=\"#image-map\" /><map name=\"image-map\"><area alt=\"The team\" coords=\"28,48,8\" href=\"https://www.google.com/search?q=The+team\" shape=\"circle\" target=\"_blank\" title=\"The team\" /> <area alt=\"Challenges\" coords=\"43,126,8\" href=\"https://www.google.com/search?q=Challenges\" shape=\"circle\" target=\"_blank\" title=\"Challenges\" /> <area alt=\"Productos or Services\" coords=\"106,164,8\" href=\"https://www.google.com/search?q=Products+or+services\" shape=\"circle\" target=\"_blank\" title=\"Productos or Services\" /> <area alt=\"The context\" coords=\"180,145,8\" href=\"https://www.google.com/search?q=The+context\" shape=\"circle\" target=\"_blank\" title=\"The context\" /> <area alt=\"The project\" coords=\"190,101,8\" href=\"https://www.google.com/search?q=The+project\" shape=\"circle\" target=\"_blank\" title=\"The project\" /></map></div>\r\n</div>', 0, 490, 0, 0, NULL, 0, NULL),
(53, 13, 3, 'Producto etapa 3 - step 1', 'PRODUCT_ETAPA3_STEP1', '<div>\r\n<h2>SCORE YOUR PERFORMANCE:</h2>\r\n\r\n<h3>WHERE DO YOU FORESEE WIDER POSSIBILITIES FOR IMPROVEMENT?</h3>\r\n\r\n<p>This is the Qualitative Assessment of life cycle Attributes survey, an easy and quick way to perform an environmental assessment. In this assessment you are scoring, in a 1 to 5 scale, the room for improvement of the product that you want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement).</p>\r\n\r\n<p>As a result, the tool will show a score which is representative of the degree of environmental performance of the current product in relation to a set of attributes that characterize it along its life cycle. Based on these results, the tool will later on suggest eco-design strategies. So, the assessment is determinant to establish your sustainability strategy.</p>\r\n\r\n<p>it is a quite subjective tool whose results depend on the capacity and experience of the respondents. Therefore, the assessment should be made based on informed knowledge. If you don&rsquo;t have information about a specific criteria give a &lsquo;No answer&rsquo;.</p>\r\n</div>', 0, 495, 0, 0, NULL, 0, 71),
(54, 18, 3, 'Producto etapa 3 - resultado', 'PRODUCT_ETAPA3_RESULTADO', '<h2>Achievements: ROOM FOR IMPROVEMENT</h2>\r\n\r\n<h3>Look at your opportunities for improvement!!</h3>\r\n\r\n<p>The results of the environmental assessment for your product are presented in a summary table, which shows the average score for each attribute and life cycle stage. The standard relative deviation provides information about the heterogeneity in the various responses.</p>\r\n\r\n<p>Besides, the results are also displayed in the form of a life cycle diagram that visually shows the scope for improvement of each life cycle stage (higher number and red color; and lower numbers and green color, respectively).</p>', 0, 500, 0, 0, NULL, 0, NULL),
(55, 5, 3, 'Producto etapa 4 - inicio', 'PRODUCT_ETAPA4_INICIO', '<div class=\"row\">\r\n<div class=\"col-md-4\">\r\n<h1>Set the strategies towards a sustainable product!</h1>\r\n\r\n<p class=\"white\">It is time to plan!<br />\r\nWhat strategies can you adopt to shift to a Sustainable product?</p>\r\n\r\n<p class=\"white\">Strategies is the fourth step of the methodology. The Switch to Ecodesign Tool suggests a series of generic eco-design strategies grouped according to what life cycle stage they correspond to. Based on the results obtained from the Qualitative Assessment and any other environmental impact studies that you might have, such as the Life Cycle Analysis (LCA), you will decide the stages that you want to improve and the strategies to follow. These strategies will lead to an Action Plan to implement them.</p>\r\n\r\n<p class=\"white\">WHAT TO DO<br />\r\nOnce the results of the environmental assessment are well understood focus on the two life cycle stages with the worse environmental performance and move a step forward selecting the environmental strategies to a sustainable product. Simultaneously, decide whether any other life cycle stage should be included based on other environmental analysis or any specific interest. Look for those strategies that could be of interest. Decide whether you also want to find strategies for those attributes that scored bad in the previous step but correspond to stages that have not been selected as critical.<br />\r\nFinally, assess the feasibility of the selected strategies in order to prioritize only those that will be included in your Action Plan.</p>\r\n\r\n<div class=\"center-items\"><img alt=\"personas\" class=\"people-icon\" src=\"/uploads/3/people.png\" />\r\n<p>FOR TEAMS<br />\r\nSET A WORK SESSION (4h)<br />\r\n(1h environmental results presentation &amp; discussion, 2h for ecodesign strategies selection, 1h for assessment of the strategies)</p>\r\n\r\n<p class=\"white\">Present and discuss the results of all the environmental assessments performed. Together perform all the tasks required in this step</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-8\"><img alt=\"mapa\" src=\"/uploads/3/submap-prod-4.png\" style=\"width: 724px; height: 722px;\" usemap=\"#image-map\" /><map name=\"image-map\"><area alt=\"The team\" coords=\"28,48,8\" href=\"https://www.google.com/search?q=The+team\" shape=\"circle\" target=\"_blank\" title=\"The team\" /> <area alt=\"Challenges\" coords=\"43,126,8\" href=\"https://www.google.com/search?q=Challenges\" shape=\"circle\" target=\"_blank\" title=\"Challenges\" /> <area alt=\"Productos or Services\" coords=\"106,164,8\" href=\"https://www.google.com/search?q=Products+or+services\" shape=\"circle\" target=\"_blank\" title=\"Productos or Services\" /> <area alt=\"The context\" coords=\"180,145,8\" href=\"https://www.google.com/search?q=The+context\" shape=\"circle\" target=\"_blank\" title=\"The context\" /> <area alt=\"The project\" coords=\"190,101,8\" href=\"https://www.google.com/search?q=The+project\" shape=\"circle\" target=\"_blank\" title=\"The project\" /></map></div>\r\n</div>', 0, 510, 0, 0, NULL, 0, NULL),
(56, 17, 3, 'Producto etapa 4 - step1', 'PRODUCT_ETAPA4_STEP1', '<h2>STRATEGY SELECTION</h2>\r\n\r\n<h3>CHOOSE THE STAGES AND ATTRIBUTES THAT YOU WANT TO IMPROVE AND THE STRATEGIES TO INCREASE THE SUSTAINABILITY OF YOUR PRODUCT!!</h3>\r\n\r\n<p> It is time to choose what stages of the life cycle do you want to work on. Remember that the two with higher potential of improvement are compulsory and automatically chosen. However, you can manually add stages that you also consider important. Maybe you have a broader understanding of the project (including context or other aspects that you have discussed previously), or the results of external assessments, such LCA, which pinpoint other stages as accumulating a lot of environmental impact. Or maybe you want to explore all the stages to see whether there is any strategy highly recommended worth choosing for those attributes that scored badly.</p>\r\n\r\n<p> For each stage of the life cycle, the sustainability strategies are sorted out from most recommendable to least as per the score obtained by the corresponding attributes in the Qualitative Assessment. This classification will help you identify the best ones.\r\nOnce you are clear about the stages that you will focus on tick the box. The strategies suggested by the tool will pop-up when clicking on the corresponding icon. Tick the strategies appropriate for your product.</p>', 0, 520, 0, 0, NULL, 0, NULL),
(57, 19, 3, 'Producto etapa 4 - step 2', 'PRODUCT_ETAPA4_STEP2', '<h2> STRATEGY ASSESSMENT</h2>\r\n\r\n<p>So far, the list of environmental improvement strategies has been reduced to a more manageable set. However, not all the strategies are going to be implemented. In order to select the strategies that will be underpin the Action Plan, you have to assess them under social, economic and technical terms. Carrying out this assessment means that you think about the social, economic and technical implications of implementing each of the strategies. According to it, you will score how socially, economically and technologically viable are your strategies in a scale from 1 to 5 (1 the worst score and 5 the best).</p>\r\n\r\n<p> Bearing in mind the average score obtained for each strategy, select those that you would like to implement, thus those that will be part of the action plan.  It is suggested that, at least, those strategies with an average viability higher than 4 are included in the Action Plan. You can only move to the next step, which is the Ecodesign Action Plan once the strategies are assessed and those to be included in the Action Plan are selected. These strategies will be translated in specific actions to be undertaken.</p>', 0, 530, 0, 0, NULL, 0, NULL),
(58, 20, 3, 'Producto etapa 4 - resultado', 'PRODUCT_ETAPA4_RESULTADO', '<h2>Achievements: YOUR STRATEGY</h2>\r\n\r\n<h3>THESE ARE THE STRATEGIES TO WORK ON!</h3>\r\n\r\n<p> You have obtained a list of eco-design strategies that should be implemented. This is the first step to shift to a sustainable product, as these strategies will be converted in practical Actions.</p>', 0, 540, 0, 0, NULL, 0, NULL),
(59, 5, 3, 'Producto etapa 5 - inicio', 'PRODUCT_ETAPA5_INICIO', '<div class=\"row\">\r\n<div class=\"col-md-4\">\r\n<h1>Set the action plan towards a sustainable product!</h1>\r\n\r\n<p class=\"white\">It is time to plan!<br />\r\nWhat action will you implement to get a Sustainable product?</p>\r\n\r\n<p class=\"white\">Congratulations, you are about to finish the eco-design process. The action plan will ground your strategies and convert them in real tangible tasks and activities.<br />An action plan is a sequence of steps that must be taken, or activities that must be performed well, for a strategy to succeed.<br />In this phase you will prepare a detailed plan outlining the actions needed to pursue the strategies that will lead to your sustainable product.<br />Take some more time to think about how you will develop each of the strategies selected. It may require substantial amount of effort, as identifying concrete and specific actions is not straight forward.</p>\r\n\r\n<p class=\"white\">WHAT TO DO<br />\r\nThink how you could materialize each strategy in concrete actions and set a timing.</p>\r\n\r\n<div class=\"center-items\"><img alt=\"personas\" class=\"people-icon\" src=\"/uploads/3/people.png\" />\r\n<p>FOR TEAMS<br />\r\nSET A WORK SESSION (3h)<br />\r\n(1h srtategies results presneation &amp;discussion, 2h for development of action plan)</p>\r\n\r\n<p class=\"white\">Present and discuss the selected strategies.. All together, think how you could materialize each strategy in concrete actions</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-8\"><img alt=\"mapa\" src=\"/uploads/3/submap-prod-5.png\" style=\"width: 755px; height: 708px;\" usemap=\"#image-map\" /><map name=\"image-map\"><area alt=\"The team\" coords=\"28,48,8\" href=\"https://www.google.com/search?q=The+team\" shape=\"circle\" target=\"_blank\" title=\"The team\" /> <area alt=\"Challenges\" coords=\"43,126,8\" href=\"https://www.google.com/search?q=Challenges\" shape=\"circle\" target=\"_blank\" title=\"Challenges\" /> <area alt=\"Productos or Services\" coords=\"106,164,8\" href=\"https://www.google.com/search?q=Products+or+services\" shape=\"circle\" target=\"_blank\" title=\"Productos or Services\" /> <area alt=\"The context\" coords=\"180,145,8\" href=\"https://www.google.com/search?q=The+context\" shape=\"circle\" target=\"_blank\" title=\"The context\" /> <area alt=\"The project\" coords=\"190,101,8\" href=\"https://www.google.com/search?q=The+project\" shape=\"circle\" target=\"_blank\" title=\"The project\" /></map></div>\r\n</div>', 0, 550, 0, 0, NULL, 0, NULL),
(60, 21, 3, 'Producto etapa 5 - step 1', 'PRODUCT_ETAPA5_STEP1', '<h2>SET THE PLAN</h2>\r\n\r\n<h3>Time to plan</h3>\r\n\r\n<p> Please, define concrete actions to be carried out in order to materialize the selected eco-design strategies, and establish responsibilities and deadlines.\r\nThese actions will led you to the sustainable vision.</p>\r\n\r\n<p> You can introduce one or more actions per strategy. It is possible that two different strategies can be implemented simultaneously by one action or, on the contrary, that one strategy results in several actions. </p>', 0, 560, 0, 0, NULL, 0, NULL),
(61, 22, 3, 'Producto etapa 5 - resultado', 'PRODUCT_ETAPA5_RESULTADO', '<h2>CONGRATULATIONS, YOU’VE GOT A PLAN!!</h2>\r\n\r\n<h3>THE SCHEDULE</h3>\r\n\r\n<p> The table shows the implementation timeline of all the actions that you will develop to produce a sustainable product. </p>', 0, 570, 0, 0, NULL, 0, NULL),
(62, 23, 3, 'Producto - resultado', 'PRODUCT_RESULTADO', '<h2>CONGRATULATIONS, YOU&rsquo;VE GOT A PLAN!!</h2>\r\n\r\n<h3>TIME FOR ACTION!!</h3>\r\n\r\n<p>This Action Plan is the main result of the eco-design journey, since it includes the Actions to be implemented in order to increase the environmental performance of the product. In addition, it shows the person in charge of applying the actions and a deadline.</p>', 0, 580, 0, 1, NULL, 0, NULL),
(63, 5, 3, 'Servicio etapa 2 - Inicio', 'SERVICE_ETAPA2_INICIO', '<div class=\"row\">\r\n<div class=\"col-md-4\">\r\n<h1>Understand and improve your system!</h1>\r\n\r\n<p class=\"white\">You are about to start the eco-design journey.</p>\r\n\r\n<p class=\"white\">What do you need to provide your service and what attributes are relevant to it?</p>\r\n\r\n<p class=\"white\">The SUSTAINABLE VISION is the image of your ideal service under environmental criteria. However, to move from the vision to a real sustainable service you need to understand the process underpinning the planning of any service delivery and the resources needed to provide it. You will learn about the stages and phases of your service delivery plan. You will think about the characteristics of the resources categories, in order to identify those attributes that are relevant to them.</p>\r\n\r\n<p class=\"white\">Attributes relate to materials, energy and water used; the means of transport and distribution; the characteristics of the key asset used to deliver the service; or the means of disposal that you have in place.</p>\r\n\r\n<p class=\"white\">WHAT TO DO<br />\r\nLearn about and adjust the service delivery plan that you want to eco-design. With this aim, you will use a tool called Service Blueprint, which will let you list and categorize all the resources needed to provide your service to the customers.<br />\r\nFrom a default list, UNSELECT the attributes that are NOT relevant for each resource category of your service; those that DO NOT make sense in the specific case of your service.</p>\r\n\r\n<div><img alt=\"personas\" class=\"people-icon\" src=\"/uploads/3/people.png\" />\r\n<h4 class=\"white\">FOR TEAMS</h4>\r\n\r\n<p class=\"white\">SET A WORK SESSION (3h)<br />\r\n(1h life cycle, 2h for attributes selection)</p>\r\n\r\n<p class=\"white\">Do the tasks with the whole team.<br />\r\nThe Coordinator should have prepared himself for this workshop by looking at all the potential resource categories and the attributes available in THE TOOL.<br />\r\nHe/She will introduce the information agreed in order to move on.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-8\"><img alt=\"mapa\" src=\"/uploads/3/submap-prod-2.png\" style=\"width: 730px; height: 777px;\" usemap=\"#image-map\" /><map name=\"image-map\"><area alt=\"The team\" coords=\"28,48,8\" href=\"https://www.google.com/search?q=The+team\" shape=\"circle\" target=\"_blank\" title=\"The team\" /> <area alt=\"Challenges\" coords=\"43,126,8\" href=\"https://www.google.com/search?q=Challenges\" shape=\"circle\" target=\"_blank\" title=\"Challenges\" /> <area alt=\"Productos or Services\" coords=\"106,164,8\" href=\"https://www.google.com/search?q=Products+or+services\" shape=\"circle\" target=\"_blank\" title=\"Productos or Services\" /> <area alt=\"The context\" coords=\"180,145,8\" href=\"https://www.google.com/search?q=The+context\" shape=\"circle\" target=\"_blank\" title=\"The context\" /> <area alt=\"The project\" coords=\"190,101,8\" href=\"https://www.google.com/search?q=The+project\" shape=\"circle\" target=\"_blank\" title=\"The project\" /></map></div>\r\n</div>', 0, 590, 0, 0, NULL, 0, NULL),
(64, 14, 3, 'Servicio etapa 2 - step 1', 'SERVICE_ETAPA2_STEP1', '<h2>SETTING THE SERVICE BLUEPRINT!</h2>\r\n\r\n<p>Write down on the blue squares your customers actions!</p>\r\n\r\n<p>Learn about your service delivery plan and build your service blueprint.&nbsp;The Blueprint is a graphic representation of all the things that happen when delivering the service to your customer. It is very useful to identify everything relevant and to have all key actions of your service organized and tied. The service blueprint consists of two stages (Customers Actions and Service Actions) and three phases (Pre, During and Post).&nbsp;The first stage or front stage represents all the actions your customer does to receive the service (Customer action); the second stage is&nbsp; the backstage, that embraces all the actions you need to perform to deliver the service to your customer (Service actions). All those actions (front and back) do happen in a timeline that can be divided by three phases: Pre (before), During and Post (After) the delivering of your service. Write down all the actions on the blue cases, add as cases as you need but try to not exceed 10-12 actions per stage.</p>\r\n\r\n<p>Once the service blueprint is clear, you must think about the most important physical resources that you need to fulfill those actions. Add as resources as you need.</p>\r\n\r\n<p>Click on the phases and stage&#39;s names to get more information.</p>', 0, 600, 0, 0, NULL, 0, NULL),
(65, 27, 3, 'Servicio etapa 2 - step 2', 'SERVICE_ETAPA2_STEP2', '<h2>RESOURCES CLASSIFICATION</h2>\r\n\r\n<p>Now it&rsquo;s time to classify every resource according to its category. Since the environmental impact of a service its settled by the consumption of the resources needed to deliver the service, it is important to do a classification of those resources in order to improve them in a sustainable way. So, each category of resources points to the resource use. Now gather and cluster the resources, click on each key resource and select one of the listed categories: Infrastructure, Consumables, Access and Key Asset.</p>\r\n\r\n<p>In case of doubt, click on the category box to get more information to understand what each category mean. You can classify each resource by only one category.</p>', 0, 610, 0, 0, NULL, 0, NULL),
(66, 28, 3, 'Servico etapa 2 - step 2.1', 'SERVICE_ETAPA2_STEP2_1', '<h2>Do you have one or more Key Assets?</h2>\r\n\r\n<p>A key asset is that physical product needed to bring your service to life. The key asset can be the core of your service delivery. Many services aren’t based on a key asset (e.g. A restaurant, a hotel, a software as a service…). However, some services depend upon a key asset to function: the washing machine on a laundry service, the printer on a copy store and cars on a rental car service.</p>\r\n\r\n<p>Notice that services can have more than one key asset.</p>\r\n\r\n<p>Key assets can either be designed and produced by you or bought to suppliers. Which is your case?</p>', 0, 620, 0, 0, NULL, 0, NULL),
(67, 29, 3, 'Servicio etapa 2 - step 2.2', 'SERVICE_ETAPA2_STEP2_2', '<h2>SETTING THE LIFE CYCLE OF YOUR KEY ASSET</h2>\r\n\r\n<h3>HOW IS THE LIFE CYCLE OF YOUR KEY ASSET?</h3>\r\n\r\n<p>Learn about each life cycle stage indicated in the figure below and consider thoroughly how the life cycle of your key asset fits within it (how is it produced, used or maintained? Where is it disposed?) ?). Write down this information in the pop-up windows of each stage.</p>\r\n\r\n<p>Contemplate the activities, resources and impacts associated to each stage, it will help you identify hot spots. </p>\r\n\r\n<p>Initially you may think that the life cycle of your key asset does not fit well with these stages, but probably it does, just find the way to adjust it!</p>', 0, 630, 0, 0, NULL, 0, NULL),
(68, 30, 3, 'Servicio etapa 2 - step 2.3', 'SERVICE_ETAPA2_STEP2_3', '<h2>SHIFT TO A SUSTAINABLE KEY ASSET</h2>\r\n\r\n<h3>WHAT ATTRIBUTES ARE RELEVANT TO YOUR KEY ASSET?</h3>\r\n\r\n<p>After identifying the life cycle stages of your key asset it is time to select the attributes that are relevant to each of them. Attributes are items required throughout the life cycle of a product: materials, energy and water used before and during the production process and at use; means of transport and distribution; the various ways of maintaining the product while used, and the means of disposal. Not all the attributes listed in the tool are relevant to your key asset. Attributes can be changed for sustainable attributes in order to have a more sustainable product outcome.</p>\r\n\r\n<p>In the graph below, each stage of the life cycle is linked with a list of default life cycle attributes. Navigate throughout the life cycle and think what attributes from the displayed list are NOT relevant for your key asset. To do so, try to answer the following question: “does it make sense to think about this specific attribute?”. So, unselect only those attributes that do not relate with your key asset, those that do not make sense.</p>\r\n\r\n<p>The resulting list of selected attributes will be long, but do not worry about it, as in the next step you will evaluate the attributes that are more suitable to be improved or changed towards sustainability. Make sure that you understand the meaning of all the attributes, so you are clear which ones to unselect. You can add new attributes if required.</p>', 0, 640, 0, 0, NULL, 0, NULL),
(69, 31, 3, 'Servicio etapa 2 - step 3', 'SERVICE_ETAPA2_STEP3', '<h2>SHIFT TO A SUSTAINABLE SERVICE</h2>\r\n\r\n<h3>WHAT ATTRIBUTES  ARE RELEVANT TO YOUR SERVICE?</h3>\r\n\r\n<p>In the graph below, each resource category is linked with a list of default attributes. Attributes are items required throughout the service delivery: consumables, energy and water used; means of customer’s access or the assets needed to deliver the service. Each specific category has its own attributes, which are classified according to: purchase (criteria that must be applied to your purchasing protocol), efficiency (criteria applied to the use of resources during your activities) and end of life (criteria referred to the resources when they reach their end of life).</p>\r\n\r\n<p>Navigate throughout the categories and think what attributes from the displayed list are NOT relevant for your product. Select attributes for each category, not for each resource. To do so, try to answer the following question: “does it make sense to think about this specific attribute?”. So, UNSELECT only those attributes that do not relate with your service, those that do not make sense..</p>\r\n\r\n<p>The category ‘PURCHASED KEY ASSETS’ will only show those key assets that are not designed/produced by your company, since these have already been eco-designed in the previous tasks. Think about those key assets that you purchase to select their sustainable attributes.</p>\r\n\r\n<p>Notice if you have eco-designed a Key Asset within its lifecycle, don\'t select attributes you have already selected for the Key Asset, so avoid duplicities.</p>', 0, 650, 0, 0, NULL, 0, NULL),
(70, 32, 3, 'Servicio etapa 2 - resultado', 'SERVICE_ETAPA2_RESULTADO', '<h2>Achievements: THE LIFE CYCLE OF YOUR KEY ASSET</h2>\r\n\r\n<p>This is the description of the lifecycle of your key asset.&nbsp;</p>', 0, 660, 0, 0, NULL, 0, NULL),
(71, 5, 3, 'Servicio etapa 3 - inicio', 'SERVICE_ETAPA3_INICIO', '<div class=\"row\">\r\n<div class=\"col-md-4\">\r\n<h1>Discover your service environmental performance!</h1>\r\n\r\n<p class=\"white\">It is time to move on.<br />\r\nHow far is your current service from being sustainable?</p>\r\n\r\n<p class=\"white\">So far you have a list of attributes needed to deliver your service. However, these attributes may or may not be sustainable, or may only be partially sustainable. Thus, it is imperative to identify the attributes that are more suitable to be improved or changed under sustainability criteria. These attributes will underpin your sustainability strategy and action plan.</p>\r\n\r\n<p class=\"white\">Since it is not possible to change everything at once, throughout this step, The Assessment, you will evaluate the room for improvement of the selected attributes.<br />\r\nThe Qualitative Assessment of life cycle Attributes is an easy and quick way to perform an environmental assessment. It qualitatively measures de distance between the product that you are currently producing, and the sustainable product that you aim to produce. This evaluation should be based on an informed knowledge and avoiding subjectivity as much as possible. The resulting scores will help identifying the attributes and stages with worse environmental performance, thus those to focus on. This assessment is very useful to prioritize and later select the strategies to follow.</p>\r\n\r\n<p class=\"white\">Since it is not possible to change everything at once, throughout this step, The Assessment, you will evaluate the room for improvement of the selected attributes.<br />\r\nThe Qualitative Assessment of the resources attributes is an easy and quick way to perform an environmental assessment. It qualitatively measures de distance between the service you are currently delivering, and the sustainable service that you aim to deliver. This evaluation should be based on an informed knowledge and avoiding subjectivity as much as possible. The resulting scores will help identifying the attributes and categories with worse environmental performance, thus those to focus on. This assessment is very useful to prioritize and later select the strategies to follow.</p>\r\n\r\n<p class=\"white\">WHAT TO DO<br />\r\nUsing a scale from 1 to 5 individually assess the level of improvement in relation to your current service for all resource&rsquo;s attributes selected.</p>\r\n\r\n<div class=\"center-items\"><img alt=\"personas\" class=\"people-icon\" src=\"/uploads/3/people.png\" />\r\n<p class=\"white\">FOR TEAMS<br />\r\nINDIVIDUAL WORK (1h)<br />\r\nEach team member will receive an assessment request containing a table with all the attributes to be scored. Complete the questionnaire all in once within the next couple of weeks maximum.</p>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-8\"><img alt=\"mapa\" src=\"/uploads/3/submap-prod-3.png\" style=\"width: 725px; height: 762px;\" usemap=\"#image-map\" /><map name=\"image-map\"><area alt=\"The team\" coords=\"28,48,8\" href=\"https://www.google.com/search?q=The+team\" shape=\"circle\" target=\"_blank\" title=\"The team\" /> <area alt=\"Challenges\" coords=\"43,126,8\" href=\"https://www.google.com/search?q=Challenges\" shape=\"circle\" target=\"_blank\" title=\"Challenges\" /> <area alt=\"Productos or Services\" coords=\"106,164,8\" href=\"https://www.google.com/search?q=Products+or+services\" shape=\"circle\" target=\"_blank\" title=\"Productos or Services\" /> <area alt=\"The context\" coords=\"180,145,8\" href=\"https://www.google.com/search?q=The+context\" shape=\"circle\" target=\"_blank\" title=\"The context\" /> <area alt=\"The project\" coords=\"190,101,8\" href=\"https://www.google.com/search?q=The+project\" shape=\"circle\" target=\"_blank\" title=\"The project\" /></map></div>\r\n</div>', 0, 670, 0, 0, NULL, 0, NULL),
(72, 96, 3, 'Servicio etapa 3 - step 1', 'SERVICE_ETAPA3_STEP1', '<h2>SCORE YOUR PERFORMANCE:</h2>\r\n\r\n<h3>WHERE DO YOU FORESEE WIDER POSSIBILITIES FOR IMPROVEMENT?</h3>\r\n\r\n<p>This is the Qualitative Assessment of the categories Attributes survey, an easy and quick way to perform an environmental assessment. In this assessment you are scoring, in a 1 to 5 scale, the room for improvement of the service that you want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement).</p>\r\n\r\n<p>As a result, the tool will show a score which is representative of the degree of environmental performance of the current service in relation to a set of attributes that characterize it along its delivering. Based on these results, the tool will later on suggest eco-design strategies. So, the assessment is determinant to establish your sustainability strategy.</p>\r\n\r\n<p>it is a quite subjective tool whose results depend on the capacity and experience of the respondents. Therefore, the assessment should be made based on informed knowledge. If you don&rsquo;t have information about a specific criteria give a &lsquo;No answer&rsquo;.</p>', 0, 680, 0, 0, NULL, 0, 73),
(73, 5, 3, 'Servicio etapa 3 - resultado', 'SERVICE_ETAPA3_RESULTADO', NULL, 0, 690, 0, NULL, NULL, 0, NULL),
(74, 5, 3, 'Servicio etapa 4 - inicio', 'SERVICE_ETAPA4_INICIO', '<div class=\"row\">\r\n<div class=\"col-md-4\">\r\n<h1>Set the strategies towards a sustainable service!</h1>\r\n\r\n<p class=\"white\">It is time to plan!<br />\r\nWhat strategies can you adopt to shift to a Sustainable service?</p>\r\n\r\n<p class=\"white\">Strategies is the fourth step of the methodology. The Switch to Ecodesign Tool suggests a series of generic eco-design strategies grouped according to resource category they correspond to. Based on the results obtained from the Qualitative Assessment and any other environmental impact studies that you might have, such as the Life Cycle Analysis (LCA), you will decide the stages that you want to improve and the strategies to follow. These strategies will lead to an Action Plan to implement them.</p>\r\n\r\n<p class=\"white\">WHAT TO DO<br />\r\nOnce the results of the environmental assessment are well understood focus on the two resource&rsquo;s categories with the worse environmental performance and move a step forward selecting the environmental strategies to a sustainable service. Simultaneously, decide whether any other resource category should be included based on other environmental analysis or any specific interest. Look for those strategies that could be of interest. Decide whether you also want to find strategies for those attributes that scored bad in the previous step but correspond to stages that have not been selected as critical.<br />\r\nFinally, assess the feasibility of the selected strategies in order to prioritize only those that will be included in your Action Plan.</p>\r\n\r\n<div class=\"center-items\"><img alt=\"personas\" class=\"people-icon\" src=\"/uploads/3/people.png\" />\r\n<div>\r\n<p class=\"white\">FOR TEAMS<br />\r\nSET A WORK SESSION (4h)<br />\r\n(1h environmental results presentation &amp; discussion, 2h for ecodesign strategies selection, 1h for assessment of the strategies)</p>\r\n\r\n<p class=\"white\">Present and discuss the results of all the environmental assessments performed. Together perform all the tasks required in this step</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-8\"><img alt=\"mapa\" src=\"/uploads/3/submap-prod-4.png\" style=\"width: 724px; height: 722px;\" usemap=\"#image-map\" /><map name=\"image-map\"><area alt=\"The team\" coords=\"28,48,8\" href=\"https://www.google.com/search?q=The+team\" shape=\"circle\" target=\"_blank\" title=\"The team\" /> <area alt=\"Challenges\" coords=\"43,126,8\" href=\"https://www.google.com/search?q=Challenges\" shape=\"circle\" target=\"_blank\" title=\"Challenges\" /> <area alt=\"Productos or Services\" coords=\"106,164,8\" href=\"https://www.google.com/search?q=Products+or+services\" shape=\"circle\" target=\"_blank\" title=\"Productos or Services\" /> <area alt=\"The context\" coords=\"180,145,8\" href=\"https://www.google.com/search?q=The+context\" shape=\"circle\" target=\"_blank\" title=\"The context\" /> <area alt=\"The project\" coords=\"190,101,8\" href=\"https://www.google.com/search?q=The+project\" shape=\"circle\" target=\"_blank\" title=\"The project\" /></map></div>\r\n</div>', 0, 700, 0, 0, NULL, 0, NULL),
(75, 35, 3, 'Servicio etapa 4 - step 1', 'SERVICE_ETAPA4_STEP1', '<h2>STRATEGY SELECTION</h2>\r\n\r\n<h3>CHOOSE THE STAGES AND ATTRIBUTES THAT YOU WANT TO IMPROVE AND THE STRATEGIES TO INCREASE THE SUSTAINABILITY OF YOUR SERVICE!!</h3>\r\n\r\n<p>It is time to choose what resource’s categories do you want to work on. Remember that the two with higher potential of improvement are compulsory and automatically chosen. However, you can manually add categories that you also consider important. Maybe you have a broader understanding of the project (including context or other aspects that you have discussed previously), or the results of external assessments, such as LCA, which pinpoint other categories as accumulating a lot of environmental impact. Or maybe you want to explore all the categories to see whether there is any strategy highly recommended worth choosing for those attributes that scored badly.</p>\r\n\r\n<p>For each resource category, the sustainability strategies are sorted out from most recommendable to least as per the score obtained by the corresponding attributes in the Qualitative Assessment. This classification will help you identify the best ones.</p>\r\n\r\n<p>Once you are clear about the stages that you will focus on tick the box. The strategies suggested by the tool will pop-up when clicking on the corresponding icon. Tick the strategies appropriate for your service.</p>', 0, 710, 0, 0, NULL, 0, NULL),
(76, 36, 3, 'Servicio etapa 4 - step 2', 'SERVICE_ETAPA4_STEP2', '<h2>STRATEGY ASSESSMENT</h2>\r\n\r\n<p>So far, the list of environmental improvement strategies has been reduced to a more manageable set. However, not all the strategies are going to be implemented. In order to select the strategies that will be underpin the Action Plan, you have to assess them under social, economic and technical terms. Carrying out this assessment means that you think about the social, economic and technical implications of implementing each of the strategies. According to it, you will score how socially, economically and technologically viable are your strategies in a scale from 1 to 5 (1 the worst score and 5 the best).</p>\r\n\r\n<p>Bearing in mind the average score obtained for each strategy, select those that you would like to implement, thus those that will be part of the action plan.  It is suggested that, at least, those strategies with an average viability higher than 4 are included in the Action Plan. You can only move to the next step, which is the Ecodesign Action Plan once the strategies are assessed and those to be included in the Action Plan are selected. These strategies will be translated in specific actions to be undertaken.</p>', 0, 720, 0, 0, NULL, 0, NULL),
(77, 37, 3, 'Servicio etapa 4 - resultado', 'SERVICE_ETAPA4_RESULTADO', '<h2>Achievements: YOUR STRATEGY</h2>\r\n\r\n<h3>THESE ARE THE STRATEGIES TO WORK ON!</h3>\r\n\r\n<p>You have obtained a list of eco-design strategies that should be implemented. This is the first step to shift to a sustainable service, as these strategies will be converted in practical Actions.</p>', 0, 730, 0, 0, NULL, 0, NULL),
(78, 5, 3, 'Servicio etapa 5 - inicio', 'SERVICE_ETAPA5_INICIO', '<div class=\"row\">\r\n<div class=\"col-md-4\">\r\n<h1>Set the action plan towards a sustainable service!</h1>\r\n\r\n<p class=\"white\">It is time to plan!<br />\r\nWhat action will you implement to get a Sustainable service?</p>\r\n\r\n<p class=\"white\">Congratulations, you are about to finish the eco-design process. The action plan will ground your strategies and convert them in real tangible tasks and activities.<br />\r\nAn action plan is a sequence of steps that must be taken, or activities that must be performed well, for a strategy to succeed. In this phase you will prepare a detailed plan outlining the actions needed to pursue the strategies that will lead to your sustainable service. Take some more time to think about how you will develop each of the strategies selected. It may require substantial amount of effort, as identifying concrete and specific actions is not straight forward.</p>\r\n\r\n<p class=\"white\">WHAT TO DO<br />\r\nThink how you could materialize each strategy in concrete actions and set a timing.</p>\r\n\r\n<div class=\"center-items\"><img alt=\"personas\" class=\"people-icon\" src=\"/uploads/3/people.png\" />\r\n<div>\r\n<p class=\"white\">FOR TEAMS<br />\r\nSET A WORK SESSION (3h)<br />\r\n(1h srtategies results presneation &amp;discussion, 2h for development of action plan)</p>\r\n\r\n<p class=\"white\">Present and discuss the selected strategies.. All together, think how you could materialize each strategy in concrete actions</p>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"col-md-8\"><img alt=\"mapa\" src=\"/uploads/3/submap-prod-5.png\" style=\"width: 755px; height: 708px;\" usemap=\"#image-map\" /><map name=\"image-map\"><area alt=\"The team\" coords=\"28,48,8\" href=\"https://www.google.com/search?q=The+team\" shape=\"circle\" target=\"_blank\" title=\"The team\" /> <area alt=\"Challenges\" coords=\"43,126,8\" href=\"https://www.google.com/search?q=Challenges\" shape=\"circle\" target=\"_blank\" title=\"Challenges\" /> <area alt=\"Productos or Services\" coords=\"106,164,8\" href=\"https://www.google.com/search?q=Products+or+services\" shape=\"circle\" target=\"_blank\" title=\"Productos or Services\" /> <area alt=\"The context\" coords=\"180,145,8\" href=\"https://www.google.com/search?q=The+context\" shape=\"circle\" target=\"_blank\" title=\"The context\" /> <area alt=\"The project\" coords=\"190,101,8\" href=\"https://www.google.com/search?q=The+project\" shape=\"circle\" target=\"_blank\" title=\"The project\" /></map></div>\r\n</div>', 0, 740, 0, 0, NULL, 0, NULL),
(79, 39, 3, 'Servicio etapa 5 - step 1', 'SERVICE_ETAPA5_STEP1', '<h2>SET THE PLAN!!</h2>\r\n\r\n<p>Time to plan</p>\r\n\r\n<p>Please, define concrete actions to be carried out in order to materialize the selected eco-design strategies, and establish responsibilities and deadlines.</p>\r\n\r\n<p>These actions will lead you to the sustainable vision.</p>\r\n\r\n<p>You can introduce one or more actions per strategy. It is possible that two different strategies can be implemented simultaneously by one action or, on the contrary, that one strategy results in several actions.</p>', 0, 750, 0, 0, NULL, 0, NULL),
(80, 40, 3, 'Servicio etapa 5 - Resultado', 'SERVICE_ETAPA5_RESULTADO', '<h2>CONGRATULATIONS, YOU’VE GOT A PLAN!!</h2>\r\n\r\n<h3>THE SCHEDULE</h3>\r\n\r\n<p> The table shows the implementation timeline of all the actions that you will develop to deliver a sustainable service. </p>', 0, 760, 0, 0, NULL, 0, NULL),
(81, 41, 3, 'Servicio - resultado', 'SERVICE_RESULTADO', '<h2>CONGRATULATIONS, YOU&rsquo;VE GOT A PLAN!!</h2>\r\n\r\n<p>Time for action!!</p>\r\n\r\n<p>This Action Plan is the main result of the eco-design process, since it includes the Actions to be implemented in order to increase the environmental performance of the service. In addition, it shows the person in charge of applying the actions and a deadline.</p>', 0, 770, 0, 1, NULL, 0, 73),
(82, 6, 1, '14 - Ecodesign your business - Resultado Final', 'ex14informe', NULL, 0, 260, 1, 0, 'GBC-Step2', 0, NULL),
(83, 7, 1, '12 - Customer channels and relationships - Resumen', 'ex12Resumen', NULL, 1, 151, 1, 0, NULL, 0, NULL),
(84, 8, 1, '7 - Map the Stakeholders', 'exercise7c', '<p>To access gives and gets of specific stakeholder, click an the label in the chart.</p>\r\n\r\n<p>To continue next task click Finish.</p>', 0, 80, 1, 0, 'GBC-Step2', 0, NULL),
(85, 1, 4, 'My business stage', 'ft1bussinessstage', '<h2>Answer the following questions below to discover your business stage.<br />\r\nGood luck with the test!</h2>\r\n\r\n<section>\r\n<h2>But first &hellip; some food for thougth !</h2>\r\n\r\n<p><em>&rarr;&nbsp;<u>Very important</u>: You have to be&nbsp;<strong>extremely honest</strong>&nbsp;about your business strengths and weaknesses, about your vision and finally about the market solutions you are providing. Only in this way you will be able to understand where your business is (maturity stage) and what you need (best available financial tools) to develop your green business.</em></p>\r\n\r\n<p><em>&rarr; Albert Einstein once said, &ldquo;<strong>If I were given one hour to save the planet, I would spend 59 minutes defining the problem and one minute resolving it.</strong>&rdquo; While that may sound extreme, it does highlight the importance of defining problems. It also hints at some interesting facts: a well-defined problem often contains its own solution within it, and that solution is usually quite obvious and straightforward. By defining problems properly, you make them easier to solve, which means saving time, money and resources. So, properly answer to the following questions:</em></p>\r\n</section>\r\n\r\n<section>\r\n<h2>Get started!</h2>\r\n</section>', 0, 10, 1, 0, NULL, 0, NULL),
(86, 1, 4, 'My Finance Needs: Early Stage', 'ftfnearlystage', '<h2>Answer the following questions to discover your best investment options.<br />\r\nLet&rsquo;s get started !</h2>', 0, 30, 1, 0, NULL, 0, NULL),
(87, 1, 4, 'My Finance Needs: Ideation', 'ftfnideation', '<h2>Answer the following questions to discover your best investment options.<br />\r\nLet&rsquo;s get started !</h2>', 0, 20, 1, 0, NULL, 0, NULL),
(88, 1, 4, 'My Finance Needs: Growth', 'ftfngrowth', '<h2>Answer the following questions to discover your best investment options.<br />\r\nLet&rsquo;s get started !</h2>', 0, 40, 1, 0, NULL, 0, NULL),
(89, 1, 4, 'My Finance Needs: Scale', 'ftfnscale', '<h2>Answer the following questions to discover your best investment options.<br />\r\nLet&rsquo;s get started !</h2>', 0, 50, 1, 0, NULL, 0, NULL),
(90, 25, 1, 'Step 1.', 'gbc_step1', '<p>Sketch and Set</p>', 0, 5, 0, 0, 'gbc_step1 GBC-Step1', 0, NULL),
(91, 25, 1, 'Step 2.', 'gbc_step2', '<p>Build</p>', 0, 65, 0, 0, 'gbc_step2 GBC-Step2', 0, NULL),
(92, 25, 1, 'Step 3.', 'gbc_step3', '<p>Test</p>', 0, 315, 0, 0, 'gbc_step3 GBC-Step3', 0, NULL),
(93, 25, 1, 'Step 4.', 'gbc_step4', '<p>Implement</p>', 0, 355, 0, 0, 'gbc_step4 GBC-Step4', 0, NULL),
(94, 25, 1, 'Step 5.', 'gbc_step5', '<p>Measure and improve</p>', 0, 356, 0, 0, 'gbc_step5 GBC-Step5', 0, NULL),
(95, 2, 1, '12 - Customer channels and relationships', 'exercise12n', '<p>Explore how you will reach your customers and what kind of relationship you will establish with them. Use the customer journey map, which describes the interaction journey of a customer with your service / product, from discovery to purchase, use and post-use.</p>\r\n\r\n<ul>\r\n <li>Emotions: emotional stages of the customer during the journey.</li>\r\n <li>Touchpoints &amp; channels: points and means of contact between the service/product and the customers.</li>\r\n <li>Feelings &amp; thoughts: sensations and rational ideas of your customer in relation to each stage of the journey.</li>\r\n <li>Stages: each of the steps in the customers&#39; journey, from becoming aware of your service/product to use - discovery, assessment, purchase.</li>\r\n</ul>\r\n\r\n<p>Once you have described the journey it is important to analyze the stages that need action in order to improve pain points and to maximize pleasure points. It&#39;s about providing calming element to alleviate the pain as well as adding value to reinforce pleasure points. Find out about the resources that you will need for it.</p>\r\n\r\n<ul>\r\n <li>Recap:\r\n <ul>\r\n <li>Revise exercises 2 and 3. Capture in the column &#39;Problems and needs&#39; the most relevant problems and needs that your project is seeking to tackle. Be aware that you can also add personal or team objectives.</li>\r\n </ul>\r\n </li>\r\n <li>Set objectives:\r\n <ul>\r\n <li>Reframe the problems and needs into specific objectives to solve or confront them (remember when defining the objectives the context in which you operate in).</li>\r\n </ul>\r\n </li>\r\n <li>Measure progress:\r\n <ul>\r\n <li>Optionally, you can set indicators that will help you measure the progress towards the set objectives. However, this is something complementary at this stage.</li>\r\n </ul>\r\n </li>\r\n</ul>', 1, 150, 0, 0, 'GBC-Step2', 0, NULL),
(96, 4, 1, 'Canvas V1.0', 'gbc-canvas-1', NULL, 0, 115, 0, 1, NULL, 0, 70),
(97, 4, 1, 'Canvas V2.0', 'gbc-canvas-2', NULL, 0, 145, 0, 1, NULL, 0, 70),
(98, 5, 3, '0.3 What are you going to ecodesign service', 'UI_WELCOME_03B', '<div class=\"row\">\r\n<div class=\"col-md-4\"><img class=\"modal-icon-title\" src=\"/uploads/3/service-ic.png\" />\r\n<h3>SERVICE</h3>\r\n\r\n<p><strong>Hey! It seems you are going to eco-design a service! Congrats!</strong></p>\r\n\r\n<p><strong>EcoService design</strong>is the activity of planning and organizing people, infrastructure, communication and material components of a&nbsp;service&nbsp;in order to improve the environmental performance of the service provision.</p>\r\n\r\n<h4>LET&rsquo;S START!!</h4>\r\n</div>\r\n\r\n<div class=\"col-md-8\"><img alt=\"mapa\" src=\"/uploads/3/mapa-bicolor.png\" /></div>\r\n</div>', 0, 371, 1, 0, NULL, 0, 70),
(99, 4, 1, 'Canvas V3.0', 'gbc-canvas-3', NULL, 0, 275, 0, 1, NULL, 0, 70),
(100, 4, 1, 'Canvas 1st Draft', 'gbc-canvas-4', NULL, 0, 310, 0, 1, NULL, 0, 70),
(101, 93, 2, '1- Reviewing the Green Business Canvas', 'gbp_1', '<p>So far, block after block, the main components of the idea have been worked on and have materialised into the green business canvas. With this, you built a prototype version&nbsp;<br />\r\n1 of the green business canvas (the one that you submitted) over a series of hypotheses that were to a greater or lesser extent tested in the market so as to validate or &nbsp;discard them. With that effort, you were shaping and reshaping the solution accordingly. Unfortunately, there is still some work to do since nothing replaces reality and it is extremely important to validate hypotheses in order to have a strong basis from which to build upon. Now, time has come to review the work done, gather all the necessary information and expand it in order to be able to create the green business plan based on tested hypotheses. In this section, following the Handbook and Workbook approach, you will be asked to validate block by block the current version of the canvas (v1) in order to get closer to version 2 (final one) that you will complete at the end of these 32 weeks of the support phase. So let&rsquo;s start looking at each block of the canvas and refine them. To facilitate the next steps, we will refer to the different pieces of information submitted to the call for entrepreneurs, which have been labelled using the following letters:</p>', 0, 1, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(102, 93, 2, '2.1.1 - Management & Problem Solving Activities', 'gbp_2_1_1', '<p>Management is the function that coordinates the efforts of people to accomplish goals and objectives by using available resources efficiently and effectively. Management in-cludes planning, organising, staffing, leading or directing, and controlling an organisation to accomplish the goal or target.</p>\r\n\r\n<p>Problem solving is a compound of approaches that help to organise and prioritise the way you deal with internal challenges.</p>', 0, 4, 0, 0, 'gbc_step1 GBC-Step1', 0, 70);
INSERT INTO `tarea` (`id`, `template_id`, `procesos_id`, `nombre`, `alias`, `descripcion`, `repetible`, `position`, `invisible`, `informe`, `class`, `visconjunto`, `external`) VALUES
(103, 93, 2, '2 - Launching your business', 'gbp_2', '<p><img alt=\"\" src=\"/uploads/seccion2.png\" style=\"width: 867px; height: 314px;\" /></p>\r\n\r\n<p>You have arrived at the implementa-tion stage of your business, after you have successfully validated the green business model. We must now carefully plan the development and management of your business, and then proceed with operations and the launch.</p>\r\n\r\n<p>Overview of The Green Business Plan</p>\r\n\r\n<p>A multidimensional approach to planning touches upon every ma-jor area of a business, relying on different tools and all working in harmony. Together, they provide comprehensive knowledge of how your business works in the market, how to manage it and boost its performance. Running a business effectively therefore means putting all these tools to good use, both on a day-to-day basis and in the long-term as we pursue the objectives.</p>\r\n\r\n<p>Until now, you have been refining the prototype and testing it, now it is time to detail all the aspects and extend the information you have in order to build a solid and credible green business plan. To do so, you will receive guidance through the most important aspects of the plan to develop them. You may encounter some barriers ahead (everyone does when launch-ing a new business) such as lack of information or knowledge about some specific aspect, unreliable predictions or uncertain calculations. But for that you will be helped and guided by your LM plus extra support by means of External Tech-nical Assistance (ETA).</p>\r\n\r\n<blockquote>\r\n<p>Did you know that...?Many green businesses make business plans only when they have no choice in the matter. Unless the bank or the investors want a plan, there is no plan. Do not wait to write your plan until you think you will have enough time. &ldquo;I cannot plan. I am too busy getting things done,&rdquo; business people say. The busier you are, the more you need to plan. If you are always putting out fires, you should build firebreaks or a sprinkler system. You may lose the whole forest if you pay too much attention on the individual burning trees.</p>\r\n</blockquote>', 0, 2, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(104, 93, 2, '2.1.2 - Human Resources', 'gbp_2_1_2', '<p>It is often stated that investors invest in &ldquo;people, not ideas,&rdquo; which means that your business plan must communicate why you are the right person to launch and manage this green business.</p>\r\n\r\n<p>Detail any personal or professional experience related to the business topic. Describe any life experiences that have given you a special, first-hand insight into the impacts of&mdash;and solutions to&mdash;environmental degradation and social inequality. You should also introduce readers to the other important members of your team. Be sure to highlight any relevant green or environmental experience they may have.</p>\r\n\r\n<p>If you have assembled a well-round-ed and competent team, this will re-flect well on you and improve your chances of attracting investment.</p>\r\n\r\n<blockquote>\r\n<p>Did you know that...?You should calculate the number of full-time equivalent (FTE) job positions that your business will create. This information may help you receive grants and loans because many government agencies aim to support businesses that create jobs for the local economy. In addition to the expected number of FTE jobs, include brief descriptions of the positions and the skills that they will require. You should also note if you plan to offer job-training services to employees, community members, or interns.</p>\r\n</blockquote>', 0, 4, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(105, 93, 2, '2.1.3 - Physical Assets', 'gbp_2_1_3', '<p>A physical asset is an item of eco-nomic, commercial or exchange value that has a tangible or mate-rial existence. For most businesses, physical assets usually refer to cash, equipment, inventory and proper-ties owned by the business.</p>\r\n\r\n<blockquote>\r\n<p>Did you know that...?You have previously described Key Resources- Now retrieve and expand that information since you may find a list of assets that might help you now.</p>\r\n</blockquote>', 0, 5, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(106, 93, 2, '2.1.4 - Intellectual Resources', 'gbp_2_1_4', '<p>An intellectual resource is an invest-ment in brands, design, technology or creative works. The laws that protect the value of such assets are known collectively as intellectual property. Examples of them are patents, domains, brands, software, publications, articles, new technol-ogies, know-how and so on.</p>\r\n\r\n<blockquote>\r\n<p><strong>Did you know that...?</strong></p>\r\n\r\n<p>In the Legal plan you will find more information about this particular aspect. Right now list and describe what you need and own for the sake of the business.</p>\r\n</blockquote>', 0, 6, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(107, 93, 2, '2.1.5 - Production and Suppliers', 'gbp_2_1_5', '<p>The challenge for a Green Business is maximising value for customers, stakeholders, and natural ecosystems, while minimising economic, social and environmental costs. To do so production and supply chain management need to be fo-cused on the business life cycle to spot critical points and promote innovative ways of doing business through a product and service offer.</p>\r\n\r\n<p>One of the best ways to include this perspec-tive is Ecodesign, a methodology that helps us effectively include environmental criteria in the design stage of our products, services and busi-ness models. Eco-designing a product or service is about the application of strategies that allow us to reduce the negative impact of our products and services, which are related to the necessary activities and resources, while generating more value for customers and stakeholders.</p>\r\n\r\n<p>You have been working with the Ecodesign cards previously. Now it is time to retrieve them and analyse what is missing or can be improved.</p>\r\n\r\n<p>Creating a green and socially fair supply chain is a critical element for ensuring that you adhere to triple-bottom-line principles in your business operations. One way to build a green supply chain is to develop criteria that your company can use to select suppliers that are aligned with your mis-sion.</p>\r\n\r\n<p>Some examples of sustainable procurement crite-ria are:</p>\r\n\r\n<ul>\r\n <li>Choose local suppliers when possible.</li>\r\n <li>Choose suppliers who have clear and transparent sustain-ability initiatives to reduce waste, conserve natural resources and minimise greenhouse gas emissions.</li>\r\n <li>Choose suppliers who offer organic and fair-trade certified products wherever possible.</li>\r\n <li>Choose suppliers who offer environmentally sound products (e.g. A printer which uses 100% post-consumer paper products to print your marketing supports)</li>\r\n</ul>\r\n\r\n<blockquote>\r\n<p><strong>Did you know that...?</strong></p>\r\n\r\n<p>Some markets may also demand specific environmental labelling, which makes it a requirement for accessing them. Examples of these labelling schemes are the European Union Ecolabel, Forest Stewardship Council (FSC), LEED, etc. You may check them out at <a href=\"http://www.ecolabelindex.com/\">http://www.ecolabelindex.com/</a> You might be also interested in social labels such as Fairtrade or Conflict-free minerals.</p>\r\n</blockquote>', 0, 7, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(108, 93, 2, '2.1.6 - Informe e Intro', 'gbp_2_1_6', NULL, 0, 8, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(109, 93, 2, '2.2 - Marketing Plan', 'gbp_2_2', '<p>The Marketing Plan section of your business plan details how you plan to reach your target market segments, how you plan on selling to those customer segments, what your pricing plan is, and what types of activities and partnerships you need to make your business a success.</p>\r\n\r\n<p>Before you even think about writing your marketing plan, you must have your target market well-defined and have your buyer persona(s) fleshed out. Without truly understanding who you are marketing to, a marketing plan will have little value.</p>\r\n\r\n<p>Your tactics are the means that you have and will use to inform your customer about your business and your products. Your tactical plan will include all the steps you need to take to meet your goals. Are you planning to advertise in a particular way? Will you be attending trade shows? Do you plan to offer a spe-cial promotion? Your tactics need to be carefully spelled out, with dates and actions associated with them, and what tools you will use to reach your customers</p>\r\n\r\n<p>.Your tactics will include the actual elements you will use to deliver your message to the customer. Of course, you want to use a method that is going to give you the highest return on your marketing investment. You will use tactics that are going to get you in front of your target customer or niche market.</p>\r\n\r\n<p><img alt=\"\" src=\"/uploads/gbp-seccion2-2.png\" style=\"width: 568px; height: 526px;\" /></p>', 0, 9, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(110, 93, 2, '2.2.1 - Customers and Value Proposition', 'gbp_2_2_1', '<p>Target customers are the pillar of your business idea. You have been mapping and identifying them previously. You have customer cards and possibly tested them.Now you are asked to describe them in much more detail.</p>\r\n\r\n<p>Who are your customers, who will you target, who makes the decisions? Determine how you can best reach potential customers. Consum-ers are always looking around for the best possible deal at the best quality and how these products or services will contribute to their success. The value proposition is the promise that the business will give the consumer the best possible value. The value proposition is a creative statement that depicts the unique selling point. Without this statement you lose an opportunity to tell consumers why they should pick you over competitors. An important goal in a busi-ness is to convince customers that they are getting many more benefits.</p>\r\n\r\n<p>From a customer&rsquo;s perspective, buyers are not only asking how this product is differ-ent to one they may already be using, but what value this product or service may have. Customers are looking for answers that may improve or replace products or services. Customers will never buy a prod-uct or service if they don&rsquo;t feel like they are receiving the best possible deal. There-fore, the value proposition is important to businesses and their success.</p>', 0, 10, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(111, 93, 2, '2.2.2 - Market Analysis and Competitors', 'gbp_2_2_2', '<p>Once you have deeply linked your main customer segment to the value proposition that you designed for him/her, time has come for bench-marking what is out there and be sure that your solution is better (or at least different) than others. You have already been reflecting on this but it is of great importance to be able to explain what makes you dif-ferent from existing alternatives.</p>', 0, 11, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(112, 93, 2, '2.2.3 - Product and Services Offer and Pricing', 'gbp_2_2_3', NULL, 0, 12, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(113, 93, 2, '3.4 - Branding and Positioning', 'gbp_3_4', NULL, 0, 13, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(114, 93, 2, '3.5 - Communication Channels', 'gbp_3_5', NULL, 0, 14, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(115, 93, 2, '3.6 - Customer Relationship', 'gbp_3_6', NULL, 0, 15, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(116, 93, 2, '3.7 - Informe e Intro', 'gbp_3_7', NULL, 0, 16, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(117, 93, 2, '4 - Financial Plan', 'gbp_4', NULL, 0, 17, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(118, 93, 2, '4.1 - Setup costs and sources of capital', 'gbp_4_1', NULL, 0, 18, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(119, 93, 2, '4.2 - Income Statement (Profit and Loss account) YEAR 0', 'gbp_4_2', NULL, 0, 19, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(120, 93, 2, '4.3 - Cash Flow', 'gbp_4_3', NULL, 0, 20, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(121, 93, 2, '4.4 - Balance Sheet', 'gbp_4_4', NULL, 0, 21, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(122, 93, 2, '4.5 - Break Even Analysis', 'gbp_4_5', NULL, 0, 22, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(123, 93, 2, '4.6 - 3-Year Income Statement', 'gbp_4_6', NULL, 0, 23, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(124, 93, 2, '5 - Legal Management Plan', 'gbp_5', NULL, 0, 24, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(125, 93, 2, '6 - Business Impact Metrics', 'gbp_6', NULL, 0, 25, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(126, 93, 2, '7 - Executive Summary', 'gbp_7', NULL, 0, 26, 0, 0, 'gbc_step1 GBC-Step1', 0, 70),
(127, 93, 2, '2.1- Operation and Management Plan', 'gbp_2_1', '<p>This section is an overview of how your business will operate.</p>\r\n\r\n<p>Depending on what type of business you in-tend to start, your operational plan will include an overview of how you will manufacture your goods, sell your products, deliver services to your customers, and/or manage your staff to achieve your company&rsquo;s triple-bottom-line objectives.</p>\r\n\r\n<p>Triple-bottom-line? In traditional business ac-counting and common usage, the &quot;bottom line&quot; refers to either the &quot;profit&quot; or &quot;loss&quot;, which is usu-ally recorded at the very bottom line on a state-ment of revenue and expenses. Triple bottom line is an accounting framework with three parts: so-cial, environmental (or ecological) and financial.</p>\r\n\r\n<p>Being a green, sustainable, and socially fair busi-ness goes far beyond simply offering a green product or service. As a truly green business, it is imperative that you develop internal operating principles that support your environmental and social initiatives.&nbsp;</p>\r\n\r\n<p><img alt=\"\" src=\"/uploads/seccion21.png\" style=\"width: 529px; height: 562px;\" /></p>', 0, 3, 0, 0, 'gbc_step1 GBC-Step1', 0, 70);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tarea_green_enterpreneur`
--
CREATE TABLE `tarea_green_enterpreneur` (
`tarea_id` int(11) NOT NULL,
`green_entrepreneur_id` int(11) NOT NULL,
`completada` tinyint(1) DEFAULT NULL,
`iniciada` tinyint(1) DEFAULT NULL,
`hash` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `tarea_green_enterpreneur`
--
INSERT INTO `tarea_green_enterpreneur` (`tarea_id`, `green_entrepreneur_id`, `completada`, `iniciada`, `hash`) VALUES
(1, 2, 1, 1, 'd24e95923c5a926777516c0fcc3a964b'),
(1, 4, 1, 1, NULL),
(1, 5, 1, 1, 'e345733d1235b7087dbe88ca06803562'),
(1, 8, 1, NULL, NULL),
(1, 10, 0, 1, NULL),
(1, 11, 1, 1, NULL),
(1, 12, 0, 1, NULL),
(1, 16, 1, 1, 'c7d0cd2a7eb7a68e1f96c3712e97cea3'),
(1, 17, 1, 1, '12f85334ee683ae8ddd8ca132e891e77'),
(2, 2, 1, 1, '1d1b75c01cf08d53f2b34b853951c64a'),
(2, 4, 1, NULL, NULL),
(2, 5, 1, 1, '4567bbceaab4fe7da9d5d322aff357c8'),
(2, 8, 1, NULL, NULL),
(2, 11, 1, 1, NULL),
(2, 16, 1, 1, '34d95542306016d7904005fc9a3d84c1'),
(2, 17, 1, 1, '95c9947b5ee635d4894e982a74f630fc'),
(3, 2, 1, 1, '7ec544c6f56b9fdfe705582d9af416d2'),
(3, 4, 1, NULL, NULL),
(3, 5, 1, 1, 'b83c98ca08da163aa1b0305a58420f2e'),
(3, 8, 1, NULL, NULL),
(3, 11, 1, 1, NULL),
(3, 16, 1, 1, '5cf4e190ee9a99b4a5a96887f233ea53'),
(3, 17, 1, 1, '8d1ac5e07a90a5fb77c35f82bff2f10a'),
(4, 2, 1, 1, '1c8154bed547d0fa3032a067e56379ea'),
(4, 4, 1, NULL, NULL),
(4, 5, 1, 1, '637191b8074e848b9dcd53ae00bfb319'),
(4, 8, 1, NULL, NULL),
(4, 11, 1, 1, NULL),
(4, 16, 1, 1, '38867aa3b4d6b190226b1e28c1dfc0f6'),
(4, 17, 1, 1, 'abad835e9a9106ebab53026b45aba63c'),
(5, 2, 1, 1, '2c673bea6f28d933c06d433b696a3f2d'),
(5, 4, 1, NULL, NULL),
(5, 5, 1, 1, 'cb356db8a7f5b669e517477ea861fc9b'),
(5, 8, 1, NULL, NULL),
(5, 11, 1, 1, NULL),
(5, 16, 1, 1, 'd93f94aafa16b9d65f0b6a88940678e7'),
(5, 17, 1, 1, '036942a8b026c3c85b66aa7b2c5b37f1'),
(6, 2, 1, 1, '95ac58c62058fd7932d530b1e62136f4'),
(6, 4, 1, NULL, NULL),
(6, 5, 1, 1, '45c2147459db75c67fff2abdc6d4f3f5'),
(6, 8, 1, NULL, NULL),
(6, 11, 1, 1, NULL),
(6, 16, 1, 1, '6ee96f06a4aa010508fb81d21f74c941'),
(6, 17, 1, 1, 'e70760753097d4cafda0cc3117a35182'),
(7, 2, 1, 1, '71c3db2bc331c530548443a66563de29'),
(7, 4, 1, 1, NULL),
(7, 5, 1, 1, 'ec51dc2a8ad46e427f139dfd1f90bb26'),
(7, 8, 1, NULL, NULL),
(7, 11, 1, 1, NULL),
(7, 16, 1, 1, 'a99315f5a7315d2efb0ae027a27c4969'),
(7, 17, 1, 1, '444b77af9d974fa6fba903857168a17c'),
(8, 2, 1, 1, NULL),
(8, 4, 1, NULL, NULL),
(8, 5, 1, 1, NULL),
(8, 8, 1, NULL, NULL),
(8, 11, 1, 1, NULL),
(8, 16, 1, 1, '3a4e52dcb1fc2789a14b6a7ee3903429'),
(8, 17, 1, 1, '7d0618fdf9455d851db9ab5aa240e5fc'),
(9, 2, 1, 1, '336ae2f5a1e63041deacd9ec99494505'),
(9, 4, 1, 1, NULL),
(9, 5, 1, 1, 'c4533750cfe91eed0c89a77e6b838007'),
(9, 8, 1, NULL, NULL),
(9, 11, 1, 1, NULL),
(9, 16, 1, 1, '32ec569063d3dabf4e0b95a0a5b86ab1'),
(9, 17, 1, 1, '16c949cf334e7dc96df0a90ec6b20ca3'),
(10, 2, 1, 1, '8c5826e101f19def2eb2357a1275b49a'),
(10, 4, 1, 1, NULL),
(10, 5, 1, 1, NULL),
(10, 8, 1, NULL, NULL),
(10, 11, 0, 1, NULL),
(10, 16, 1, 1, 'd3cf6095da5c845fa4ce02f018ead019'),
(10, 17, 1, 1, 'ad3e5e408d9bd76c545af8d110660a43'),
(11, 2, 1, 1, NULL),
(11, 4, 1, NULL, NULL),
(11, 5, 1, 1, NULL),
(11, 8, 1, NULL, NULL),
(12, 2, 1, 1, 'fb77c4c189f61e4f7fc6b98038ce3fd1'),
(12, 4, 1, 1, NULL),
(12, 5, 1, 1, NULL),
(12, 8, 1, NULL, NULL),
(12, 16, 1, 1, 'e20a795c1d2c36c07f45406b78b78516'),
(12, 17, 1, 1, '26c86aeebd58d031b6a7c4406160f58c'),
(13, 2, 1, 1, 'c3b0ac6cdbb63ab20435c05917c77fc2'),
(13, 4, 1, 1, NULL),
(13, 5, 1, 1, NULL),
(13, 8, 1, NULL, NULL),
(13, 16, 1, 1, '5af2eeb7575502d741160003aa9ecd8c'),
(13, 17, 1, 1, 'f0719e9de713bc0a352101df90061415'),
(14, 2, 1, 1, '37768d7fd0d1c7626f0c38086e2eadc4'),
(14, 4, 1, NULL, NULL),
(14, 5, 1, 1, NULL),
(14, 8, 1, NULL, NULL),
(14, 16, 1, 1, 'ccd99983d74f5a250470e43a174d243e'),
(14, 17, 1, 1, '53a8a25adb0c2b13afa9f80202bb7fbf'),
(15, 2, 1, 1, '8cc5a6a473e211b80cd37d24b358b632'),
(15, 4, 1, NULL, NULL),
(15, 5, 1, 1, NULL),
(15, 8, 1, NULL, NULL),
(16, 2, 1, 1, '07e2bcda917635faee5d28ce6e00ec8f'),
(16, 4, 1, NULL, NULL),
(16, 5, 1, 1, NULL),
(16, 8, 1, NULL, NULL),
(16, 16, 1, 1, 'bc3e0bbdabe5db2c5cd01cee1b64d829'),
(16, 17, 1, 1, '404ebc4a497af9f4248bf499c68234d3'),
(17, 2, 1, 1, '6f98943af5660bf6349843b36d616daf'),
(17, 4, 1, NULL, NULL),
(17, 5, 1, 1, '94e179bc7daf1716ad22f3f5e697bafe'),
(17, 8, 1, NULL, NULL),
(17, 16, 1, 1, '63482c36ddb3500e32665593f284790c'),
(17, 17, 1, 1, '663ff0caf0ece016fb9a12ba2022da1e'),
(18, 2, 1, 1, '0ea6cd26073c84ebedc5fd42b02195ea'),
(18, 4, 1, NULL, NULL),
(18, 5, 1, 1, NULL),
(18, 8, 1, NULL, NULL),
(18, 16, 1, 1, '7eb055ba6d5615d1e0742b9e4ce21d89'),
(18, 17, 1, 1, 'fc092f193e4a711f6f93c14a76c5b50a'),
(19, 2, 1, 1, 'fa2f3db1d48dbfffac01afa1bc9ef79e'),
(19, 4, 1, NULL, NULL),
(19, 5, 1, 1, NULL),
(19, 8, 1, NULL, NULL),
(19, 16, 1, 1, '7235b0555e9828b21cdb167a9edf8e48'),
(19, 17, 1, 1, 'e861b089712a802cecde2c36b15302e4'),
(20, 2, 1, 1, '831c85e7c41d0da215d8509598f75a86'),
(20, 4, 1, 1, NULL),
(20, 5, 1, 1, 'a3d34a15f851c99695249839a16551e8'),
(20, 8, 1, NULL, NULL),
(20, 16, 1, 1, '6bf04b21347e2e07ceeed7ad3f0124f4'),
(20, 17, 1, 1, 'c0fa78f5be2238c2fdd9e6f65ce5d6ac'),
(21, 2, 1, 1, '6face2ae2cb9908f143ca42ce6884c43'),
(21, 4, 1, NULL, NULL),
(21, 5, 1, 1, NULL),
(21, 8, 1, NULL, NULL),
(21, 16, 1, 1, '81ead82f34a77840dec54801882d318c'),
(21, 17, 1, 1, 'c78ca0ac5949b6bc1dbeaecdfe9b7ef2'),
(22, 2, 1, 1, 'a642e68d5ff24ef519333f46df912df5'),
(22, 4, 1, NULL, NULL),
(22, 5, 1, 1, '73c3bd8f9b58e71cbb8351d5ad59805f'),
(22, 8, 1, NULL, NULL),
(22, 16, 1, 1, 'd7aaefc8696b64566382e88d9fbd4220'),
(22, 17, 1, 1, '40b98401707eb9150a6f90ac7e60799f'),
(23, 2, 1, 1, '84412581f88797e61ee2a19b5c708d2c'),
(23, 4, 1, NULL, NULL),
(23, 5, 1, 1, NULL),
(23, 8, 1, NULL, NULL),
(23, 16, 1, 1, 'dc9636699df42d19a5644deaf03d3fdf'),
(23, 17, 0, 1, '3fe281f9cd2e6f557364663d04e927f3'),
(24, 2, 1, 1, '8365955080ed3a0b523ed9476b1af9ec'),
(24, 4, 1, NULL, NULL),
(24, 5, 1, 1, NULL),
(24, 8, 1, NULL, NULL),
(24, 16, 1, 1, '721dec1519bb99467da4b439953841e5'),
(25, 2, 1, 1, 'dd5c0bfcecd5b8670ca51cff26f262fa'),
(25, 4, 1, NULL, NULL),
(25, 5, 1, 1, 'afb30de4ba0722f5109b610a452e7495'),
(25, 8, 1, NULL, NULL),
(25, 16, 1, 1, '7ba03f010e77dfcbda27e5b820eb14c0'),
(26, 2, 1, 1, 'a642e68d5ff24ef519333f46df912df5'),
(26, 4, 1, NULL, NULL),
(26, 5, 1, 1, NULL),
(26, 8, 1, NULL, NULL),
(26, 16, 1, 1, 'd7aaefc8696b64566382e88d9fbd4220'),
(26, 17, 1, 1, '40b98401707eb9150a6f90ac7e60799f'),
(27, 2, 1, 1, '7d6081ebc7e03816e5e24bc92c04d253'),
(27, 4, 1, NULL, NULL),
(27, 5, 1, 1, '8fba2d71fe5152366ccf97eaec280c33'),
(27, 8, 1, NULL, NULL),
(27, 16, 1, 1, '72d34f9461151c455ff92146d2ca85d4'),
(27, 17, 1, 1, '3fa053570412c0b78b1084ca6593aa20'),
(28, 2, 1, 1, '26f612e8f0467a8445ab5f259d81eeea'),
(28, 4, 1, NULL, NULL),
(28, 5, 1, 1, NULL),
(28, 8, 1, NULL, NULL),
(28, 16, 1, 1, '40a7d1a4ff0e7d470b6cd8eacc2e7cf2'),
(28, 17, 1, 1, '077adf164d20c95ddd45948d2fae9385'),
(29, 2, 1, NULL, NULL),
(29, 4, 1, NULL, NULL),
(29, 5, 1, 1, NULL),
(29, 8, 1, NULL, NULL),
(29, 16, 1, 1, '99a5a55975c10a8e25ee953013640399'),
(29, 17, 1, 1, '2e085a77949ade1ae227bbebe38c1688'),
(30, 2, 1, NULL, NULL),
(30, 4, 1, NULL, NULL),
(30, 5, 1, 1, NULL),
(30, 8, 1, NULL, NULL),
(30, 16, 1, 1, 'de5bdd9259cee2e070a70254a807b271'),
(30, 17, 1, 1, '50fda34a587fd4adeb951db473899861'),
(31, 2, 1, NULL, NULL),
(31, 4, 1, NULL, NULL),
(31, 5, 1, 1, NULL),
(31, 8, 1, NULL, NULL),
(31, 16, 1, 1, '8b40d0db42354349999699cb89f66b0e'),
(31, 17, 1, 1, '3ba9ca666c5541829cf4facc0fd0eb95'),
(32, 2, 1, 1, 'a28422882c5de581bc8bc31d5a827234'),
(32, 4, 1, NULL, NULL),
(32, 5, 1, 1, 'c43fa6dee9e8f114b2a3b04e6902d52a'),
(32, 8, 1, NULL, NULL),
(32, 16, 1, 1, 'a3224cf81b592ab729abcff79c1fbf8e'),
(32, 17, 1, 1, '74c450c79fd6c17efa34d7093b5ae601'),
(33, 2, 1, NULL, NULL),
(33, 4, 1, NULL, NULL),
(33, 5, 1, 1, NULL),
(33, 8, 1, NULL, NULL),
(33, 16, 1, 1, 'd5e41288cf98abf5a89253d1326ca900'),
(33, 17, 1, 1, 'f987caf0ea2ed6dd7ac2e8a6b31b5dd6'),
(34, 2, 1, 1, 'be245add6414e847ac42188c91e0cd6a'),
(34, 4, 1, NULL, NULL),
(34, 5, 1, 1, NULL),
(34, 8, 1, NULL, NULL),
(34, 16, 1, 1, 'ae2e520a54b37c32de4c2b01b4dcc626'),
(34, 17, 1, 1, '6a5e01206a818327e5a6bd25b304e2a4'),
(36, 2, 1, 1, '371825119487a465601922a3352c28fa'),
(36, 4, 1, NULL, NULL),
(36, 5, 1, 1, 'd244bf60835a3e47bfc7941b14401d3c'),
(36, 8, 1, NULL, NULL),
(36, 16, 1, 1, '0fe24a7ca581829a94f55863c0ca5b34'),
(38, 2, 1, 1, 'c8ed44d08cf1f7b10e8555253472ca81'),
(38, 5, 1, 1, NULL),
(38, 10, 0, 1, NULL),
(38, 11, 1, 1, '479a52e9a29c76bbb7487244da2fb874'),
(38, 12, 0, 1, NULL),
(38, 13, 0, 1, NULL),
(38, 14, 1, 1, '5249b735287cb919d31695d5babf43c7'),
(38, 16, 0, 1, 'cbb587ee35495f082926f36780e9b7a4'),
(39, 2, 1, 1, 'f0e43d455a1cbc9b1e87ad1b23f3f74b'),
(39, 5, 1, 1, 'd332ec1f15e87edfebcab90d3aa76bb2'),
(39, 11, 1, 1, 'f2fa9578c2e30a9d10a2e8ceabaa0ed9'),
(39, 14, 1, 1, '151b6972626c5b928f911b5e628bf564'),
(40, 2, 1, 1, 'a44772294df36de32c4c2ac5c3d25ec0'),
(40, 5, 1, 1, '71af0df6746b8445f5e146c9d4323cb5'),
(40, 11, 1, 1, 'b7c14dd6ed99cc7e91678358f336aaa1'),
(40, 14, 1, 1, 'f1c771bc8745b5cf6db77652fb34c177'),
(41, 2, 1, 1, '521ac30bf7e29cfa87197b74fabd3c03'),
(41, 5, 1, 1, '511f19f731e700dc7f482e5cf549107c'),
(41, 11, 1, 1, '1b35bc306a5f6351f155e10d2443cb11'),
(41, 14, 1, 1, '390f274d4b451cde7bdefb444ed07422'),
(42, 2, 1, 1, 'efb28a0738bbdafbf1d7b4c0aac6628e'),
(42, 5, 1, 1, 'b9723d42cf1a46ce2bb449f8699c87b0'),
(42, 11, 1, 1, '4c3081a9cefd3a2c11696e39364b4759'),
(42, 14, 1, 1, 'ffbc8065bb66533e4ec77ae807df35fd'),
(43, 2, 1, 1, '32e64b3cd32d85a5e596c204cc86c171'),
(43, 5, 1, 1, '78c003fbfec4bb13e53a1b57d7d164a3'),
(43, 11, 1, 1, 'e0d1ccd30144c2299888acecb751b04d'),
(43, 14, 1, 1, 'bbfed3ccc6b32c7226d3c3960c0356c5'),
(44, 2, 1, 1, '2f48ea478ff26f06d01ac7ea2c597732'),
(44, 5, 1, 1, '1b80a5ccd5cd322f5dbc6eeb0c9eae8b'),
(44, 11, 1, 1, '57a329b1843449dba9679cd55ec1229a'),
(44, 14, 1, 1, 'd50ef567fbf636042f5bb44781f6a741'),
(45, 2, 1, 1, '794a7c4bc1b1105949c18bbcb9c78705'),
(45, 5, 1, 1, '6f91c5d799eb684cd6283b49eb34a9df'),
(45, 11, 1, 1, '7c5cefee8c731ae7c9e5da8b194ef831'),
(45, 14, 1, 1, '4620e24644477b51e053e932d8b3f08e'),
(46, 2, 1, 1, '5558ea6dbf89dadb3ab828d927f2b403'),
(46, 5, 1, 1, 'a7748ee12e9f74de42f8169930ecdcfc'),
(46, 11, 1, 1, '43508565e2750da6e0b9e079a2809d4b'),
(46, 14, 1, 1, '55cefa9fcddc6683d43fc9d9d3e2e9c5'),
(47, 2, 1, 1, 'a1fc7b3a001a37d164ce15f5b8d3ee31'),
(47, 5, 1, 1, NULL),
(47, 11, 1, 1, '514e45bb6eb74a796de5328a9d74a87f'),
(47, 14, 1, 1, '9ef467fe13199a1fd54b67464789a1db'),
(48, 2, 1, 1, 'bdc3bd783956e33e12c349d1197fa63e'),
(48, 5, 1, 1, NULL),
(48, 11, 1, 1, '5222e01d506196056f470a108136fdbe'),
(48, 14, 1, 1, 'e59e441717bbf29474216ed3125bb669'),
(49, 2, 1, 1, '18cbd92567487ffa0199bddb98bc2702'),
(49, 5, 1, 1, NULL),
(49, 11, 1, 1, 'a01e8c751d21425e9380c414e5b8c847'),
(49, 14, 1, 1, 'e200bdb79223c3fa07b9c1eacb8106e9'),
(50, 2, 1, 1, '95f46f213d540d11dcb7c7cc1dee65af'),
(50, 5, 1, 1, '66c48d6025d9228b7f2c81d52e22fa8a'),
(50, 11, 1, 1, '997e8a9e28899f7afacef6e6560b1259'),
(50, 14, 1, 1, '577948f1d9b3d54ba086255679fa5e31'),
(51, 2, 1, 1, '8daa3eb86da65b901ef758de72e691c7'),
(51, 5, 1, 1, '86818223255c96c787ec72d0a005f2bc'),
(51, 11, 1, 1, '54e9dcdbcd2cdd79d0e83e5ea87a7599'),
(51, 14, 1, 1, '02cb845f72304dfd08ccff4d052a66e7'),
(53, 2, 1, 1, '12004ffbd8d5d9f487f15ee414f44d7c'),
(53, 5, 1, 1, 'cc88183ba26414bfc5919e640d6afe3f'),
(53, 11, 0, 1, '2493638c71380799bcd74734af723753'),
(53, 14, 1, 1, 'abf85bbec757625c9e75e7b7446e6bc0'),
(54, 2, 1, 1, '9de8c5e970bc57d72cf9b95b53f96875'),
(54, 5, 0, 1, 'c75a544083c3fc3188f5d8c60290a5c1'),
(54, 14, 0, 1, '45c4f71c86fbfd0fc2697a8c0bd75655'),
(55, 2, 1, 1, '762ae44600f7debc839df987a729722f'),
(56, 2, 1, 1, '81526f08e4e3fda852fe6f9a269d1b0a'),
(57, 2, 1, 1, '01155da603765fc2104ed0c4e9200584'),
(58, 2, 1, 1, '932524a9a0939df73e6a3b2fbc7d4d41'),
(58, 14, 0, 1, 'becb55cd242897cf80a575927c651602'),
(59, 2, 1, 1, '3c165e981c0cb47568e18a823c837082'),
(60, 2, 1, 1, 'ed398a7e0b963c3f9cb6252dcfb671d7'),
(61, 2, 1, 1, '901d7046a7fe544face2a6509d55751a'),
(62, 2, 1, 1, '8ae85a0f3d63e5b60eb6698a4a66b300'),
(63, 2, 1, 1, '1546c6db2b73fdd204c3086e3060de97'),
(63, 5, 1, 1, '460027f39e3d7d3b456152316477e85b'),
(64, 2, 1, 1, 'f9f9b31b1c56a27ada4d57209ba8cc35'),
(64, 5, 1, 1, 'de0c84fca96c422ff13fab5350324907'),
(65, 2, 1, 1, '0e1ae2eddecd389ed4d2d90253cd4c20'),
(65, 5, 0, 1, 'b8711d7e806cd94234f771c22b79167b'),
(66, 2, 1, 1, 'b860c752e2b68000129aecc8139b8710'),
(67, 2, 1, 1, '1c2f2f2b54558b929a40e08b2c6762a9'),
(68, 2, 1, 1, 'c17533244cb4601f81da5511d89425cd'),
(69, 2, 1, 1, 'e08187335e20880c4065be64a3a58507'),
(70, 2, 1, 1, '9073cc3cf9109ce3d7627b9c69cb4795'),
(71, 2, 1, 1, 'edac7debdac20cb637b76e417d9e6234'),
(72, 2, 1, 1, '58a6b83716c94a6fb7661040a693d5a3'),
(73, 2, 1, 1, '101d0da4264057865108789c6e1bd84c'),
(74, 2, 1, 1, 'fb47b3cca99a8a1b52314cc26a5daf4d'),
(75, 2, 1, 1, 'b8e58b597ece6b0e46c31fc3fda102d5'),
(76, 2, 1, 1, '4e20017aee6f70ccb68a795d0c6fe338'),
(77, 2, 1, 1, '2ae85543f9fe59df446ab69de8af8f52'),
(78, 2, 1, 1, '443eaf56fb56c89880879763afcb7ed0'),
(79, 2, 1, 1, 'b104941cd221b1cd103934f9e036115e'),
(80, 2, 1, 1, 'bc7d5e266a57240f7c9fafdaef971406'),
(81, 2, 1, 1, '818bde222d5b82f6af4fb904d84b3826'),
(82, 2, 1, 1, '7c0a08bea8a0b221ca272c62bab37ff2'),
(82, 5, 1, 1, NULL),
(82, 8, 1, NULL, NULL),
(82, 16, 1, 1, 'b2c576fc8780669fabf3cd5595573375'),
(82, 17, 1, 1, '4d6178ecd517f40c14a69ce532737e5e'),
(83, 2, 1, 1, '21e03619338f2543346a616f9c2c6ba8'),
(83, 5, 1, 1, NULL),
(83, 8, 1, NULL, NULL),
(83, 16, 1, 1, '1fe6e13e6c8564bbd6adfee2a240d08b'),
(83, 17, 1, 1, 'd06e792518a0f884ee92d4786ef762e1'),
(84, 2, 1, 1, '7443ac30d6105a3a7eb7558ab9c95fee'),
(84, 4, 1, 1, NULL),
(84, 5, 1, 1, 'aef27da77ba088a8c3247637c1454877'),
(84, 8, 1, NULL, NULL),
(84, 11, 1, 1, NULL),
(84, 16, 1, 1, '49b51132f0ba9735186203ffd030d3ad'),
(84, 17, 1, 1, '5894539a6e28de5f5b422aa80724a7ad'),
(85, 2, 1, 1, 'f00bbacf41bfb982c7bfd0973ac2e673'),
(85, 5, 0, 1, NULL),
(85, 10, 0, 1, NULL),
(85, 11, 0, 1, NULL),
(85, 12, 0, 1, NULL),
(85, 13, 0, 1, NULL),
(90, 5, 1, 1, 'd0777e1c34b9bca33c46a13bd38753c7'),
(90, 12, 1, 1, NULL),
(90, 13, 0, 1, NULL),
(90, 16, 1, 1, 'ea206a5bee0e219c4137aee3415e9a72'),
(90, 17, 1, 1, NULL),
(91, 2, 1, 1, '7d83e1d046a3a563ae90094a31bb7f31'),
(91, 5, 1, 1, '16eb8658301745686052228330dba9d1'),
(91, 11, 0, 1, NULL),
(91, 16, 1, 1, '975ad77004620c2608dc4017551ac4b5'),
(91, 17, 1, 1, 'b6cf09027724a0834f123993a130796d'),
(92, 2, 1, 1, '3cebb8362232978412b7cb20eacae93d'),
(92, 5, 1, 1, NULL),
(92, 16, 1, 1, 'e917219e63e5ae7a50dcac96a2d3b775'),
(92, 17, 1, 1, '2824e62dee311c125f547020d007bff1'),
(93, 2, 1, 1, '3ac0cebc337b59d17bf62b24af644411'),
(93, 5, 1, 1, NULL),
(93, 16, 1, 1, '09426280e6748c14e82055d06082a1c6'),
(94, 2, 1, 1, '62ad3785c3b73eb5e947969c16d824c9'),
(94, 5, 1, 1, NULL),
(94, 16, 1, 1, 'c379ac46998c10f1a46442da38defae5'),
(95, 2, 0, 1, '8cc5a6a473e211b80cd37d24b358b632'),
(95, 5, 1, 1, '99a9661d7fc16229c09c6e6a8295c710'),
(95, 16, 1, 1, '642bf6a99254302eb8bd10a3ace284a4'),
(95, 17, 1, 1, 'fcc45521c83e60859b5ff523c120a1ba'),
(96, 2, 0, 1, 'c11e46543c32c4f4771fd03defa0c702'),
(96, 16, 1, 1, '4a385dd8de70ab2ea2bb2479d9e5efeb'),
(97, 16, 1, 1, 'dc05246cb62d0a444af26cb4831cc8fa'),
(98, 2, 1, 1, '29339a384dcf10062cb3736521c9e993'),
(98, 5, 0, 1, 'fb58f334143bd0a7efba3db0215782c3'),
(101, 2, 1, 1, '93bc9b5c3399468f2b09b53c2ab4721a'),
(101, 5, 1, 1, '5259498f872ee0ee5f6285a255575f83'),
(102, 2, 1, 1, '5f378ee0da75f17ff51507077fca50c5'),
(102, 5, 1, 1, '0f6d3b39094d54270349606768ef0a3a'),
(103, 2, 1, 1, '8b3be80db644266bd88046bdebff2b14'),
(103, 5, 1, 1, 'c3c73fffb6b2e48f5a4177d1f0acc39e'),
(104, 2, 1, 1, 'e47c3722a520457e36ea6391668e931a'),
(104, 5, 1, 1, '53eaefff0aeb3d7786829c22ed8e5da4'),
(105, 2, 1, 1, 'd913b3c752ec4d3d7ae6ffda52e5ab8e'),
(105, 5, 1, 1, '495a2695ff9a3ca700aa255faacc1be7'),
(106, 2, 1, 1, 'a7d7804c960002b3587ae2fcd9d08d98'),
(106, 5, 1, 1, 'c6e86f23a492ad6dd51169dbe63ac2f2'),
(107, 2, 1, 1, 'c45eed9aa0f7febe2f930094c3de74cd'),
(107, 5, 1, 1, 'd78b8d5e8b934c1d4a338de9aefe90c4'),
(108, 2, 1, 1, 'c0eeed7137b1989101217c09df7fa21b'),
(108, 5, 1, 1, '5ad905115b2df694515b7ccc2aab86f1'),
(109, 2, 1, 1, 'abd20b62f74dfd7c3a944a57b7264dd7'),
(109, 5, 1, 1, '1afaa3edf149e6272e72bc2928bd5ad1'),
(110, 2, 1, 1, '20d9e633a4516ceca65f021300546d76'),
(110, 5, 1, 1, 'f83dd6a9ab9d4342b31cf7396aa6a1c5'),
(111, 2, 0, 1, '1175d65bd26282eb0bbfdb4019f8006d'),
(111, 5, 1, 1, '204f297d51f0dc929e0d991ff5df3f10'),
(112, 5, 1, 1, 'ba618ff64ef9b44a18f0cd1f8fe0c07c'),
(113, 5, 1, 1, 'e5525feb71294d84dd1d51c0245c7ca7'),
(114, 5, 1, 1, 'b2db23f5fa35da73dbb088e74f2ec411'),
(115, 5, 1, 1, '1ffb53da960fffc764c3777c3dec94fd'),
(116, 5, 1, 1, '793ca2c8f63f47f931a8a91cc2c9aa96'),
(117, 5, 1, 1, 'e628235364d4d053bec541d66d7c6fa1'),
(118, 5, 1, 1, 'd856799e2c8c6ccbd1d68780f99a7e3b'),
(119, 5, 1, 1, '618e5ffee02c26e04533237e6b0a376d'),
(120, 5, 1, 1, '2a7f2fea1134edc3d2e3ea8a64a70d37'),
(121, 5, 1, 1, 'bac245b37be12d87bb76d456681b40eb'),
(122, 5, 0, 1, '21203c8bece0c1729405df99bf00bf2a'),
(127, 2, 1, 1, '946188baa25d7703ca529acff038a02c'),
(127, 5, 1, 1, '6c4abcb3ff8544743e854060952ead8c');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tarea_translations`
--
CREATE TABLE `tarea_translations` (
`id` int(11) NOT NULL,
`object_id` int(11) DEFAULT NULL,
`locale` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL,
`field` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `tarea_translations`
--
INSERT INTO `tarea_translations` (`id`, `object_id`, `locale`, `field`, `content`) VALUES
(1, 2, 'es', 'nombre', '2 - Identificar problemas y necesidades'),
(2, 2, 'es', 'descripcion', NULL);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `templates`
--
CREATE TABLE `templates` (
`id` int(11) NOT NULL,
`nombre` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`filename` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`source` longtext COLLATE utf8mb4_unicode_ci,
`required_params` longtext COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:array)',
`last_updated` datetime DEFAULT NULL,
`style` longtext COLLATE utf8mb4_unicode_ci,
`javascript` longtext COLLATE utf8mb4_unicode_ci,
`pdffilename` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`pdftwig` longtext COLLATE utf8mb4_unicode_ci,
`parent_id` int(11) DEFAULT NULL,
`type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`pdforientation` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'P',
`pdfsize` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'A4',
`emailfilename` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`emailtwig` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `templates`
--
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(1, 'sample', 'admin/realizar_tarea_view.html.twig', '<div class=\"{{ (\'container\' ~ \' \' ~ tarea[0].class) ~ \' \' ~ tarea[0].alias }}\">\r\n\r\n <input id=\"current\" type=\"hidden\" value=\"0\">\r\n\r\n {% set respuesta=[] %}\r\n {% set tareaanterior=0 %}\r\n {% set tareacurrent=tarea[0] %}\r\n {% set respuestaca=[] %}\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% for respuestafor in casoestudio %}\r\n {% set respuestaca= respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% endif %}\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n {{ include(\'gbc/exerciseslinktrainer.html.twig\')}}\r\n {% else %}\r\n {{ include(\'gbc/exerciseslink.html.twig\')}}\r\n {% endif %}\r\n\r\n\r\n <div class=\"header-tarea\">\r\n\r\n <div class=\"avatar__container\">\r\n\r\n <a href=\"#\" class=\"avartar\"><img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\"></a>\r\n\r\n </div>\r\n\r\n {{ include(\'gbc/menu_tarea14.html.twig\') }}\r\n <div class=\"titulo-tarea__container\">\r\n\r\n <h2>{{ tarea[0].nombre|trans({}) }}</h2>\r\n\r\n </div>\r\n\r\n <div class=\"desc-tarea__container\">\r\n\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n\r\n </div>\r\n\r\n </div>\r\n\r\n <div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n </div>\r\n {% if tarea[0].visconjunto %}\r\n {% include \'gbc/visualizacion_de_conjunto.html.twig\' %}\r\n {% endif %}\r\n <div class=\"wrappertest\" >\r\n\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\" data-parsley-validate>\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n <input type=\"hidden\" name=\"ge\" id=\"ge\" value=\"{{ ge.id }}\">\r\n {% endif %}\r\n {% block nextprevsave %}\r\n {% include \'gbc/nextprevsave.html.twig\' %}\r\n {% endblock nextprevsave %}\r\n\r\n {% set preguntasIndex=1%}\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId|sort((a, b) => a.posicion <=> b.posicion) %}\r\n\r\n <h4 {% if tarea[0].SeccionesTareaId|length == 1 %} class=\"seccion-unica\" {% else %} class=\"seccion-multiple\"{% endif %}>{{ seccion.nombre|trans({}) }}</h4>\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in seccion.PreguntasId %}\r\n\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"hidden\" %}\r\n {% include \'formcomponents/hidden.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"file\" %}\r\n\r\n {% include \'formcomponents/file.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"ckeditor\" %}\r\n\r\n {% include \'formcomponents/ckeditor.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% if tarea[0].alias starts with \'exercise14\' %}\r\n <script>\r\n setTimeout(function(){$(\'#{{pregunta.alias}}\').trigger(\'change\');}, 2000);\r\n </script>\r\n {% endif %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"datetime\" %}\r\n {% include \'formcomponents/datetime.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"arraytotext\" %}\r\n {% include \'formcomponents/arraytotext.html.twig\' %}\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endfor %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', NULL, '2020-05-29 12:51:27', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'bootstrap-datepicker/css/bootstrap-datepicker.min.css\') }}\" rel=\"stylesheet\"> \r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/parsley.css\')}}\" rel=\"stylesheet\">\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n\r\n/* ELEMENTOS COMUNES */\r\n\r\n /* ESTRUCTURA */\r\n\r\n body {\r\n padding-top: 50px;\r\n }\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n padding: 0;\r\n }\r\n\r\n .content-wrapper .content .container{\r\n\r\n padding: 0;\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n }\r\n\r\n /* FIN ESTRUCTURA */\r\n\r\n /* BASICOS */\r\n\r\n a {\r\n\r\n text-decoration: none;\r\n\r\n }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle; \r\n }\r\n\r\n ul {\r\n\r\n padding: 0;\r\n margin: 0;\r\n list-style: none;\r\n\r\n }\r\n\r\n input[type=text]{\r\n\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n\r\n }\r\n\r\n textarea {\r\n\r\n resize: none;\r\n\r\n }\r\n\r\n /* FIN BASICOS */\r\n\r\n /* EXERCISES LINK */\r\n\r\n {% include \'gbc/exerciseslinkcss.html.twig\' %}\r\n\r\n /* FIN EXERCISES LINK */\r\n\r\n /* HEADER TAREA */\r\n\r\n .header-tarea{\r\n\r\n /* background: azure; */\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container{\r\n\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container a{\r\n\r\n display: block;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container{\r\n\r\n margin-bottom: 7.5px;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container h2{\r\n\r\n margin: 0;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container{\r\n\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container h2{\r\n \r\n font-size: 25px;\r\n line-height: 30px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .header-tarea .desc-tarea__container h3{\r\n\r\n font-size: 20px;\r\n line-height: 25px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container p{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n\r\n /* FIN HEADER TAREA */\r\n\r\n /* RECURSOS */\r\n\r\n .recursos__container{\r\n\r\n margin-bottom: 45px;\r\n\r\n }\r\n\r\n /* BOTONES */\r\n\r\n .recursos__container > .nav{\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a:hover,\r\n .recursos__container > .nav > li > a:focus,\r\n .recursos__container > .nav > li > a:active,\r\n .recursos__container > .nav > li.active > a{\r\n\r\n font-weight: 500;\r\n\r\n }\r\n\r\n /* read-before */\r\n\r\n .recursos__container > .nav > li > a.btn-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-read-before:hover,\r\n .recursos__container > .nav > li > a.btn-read-before:focus,\r\n .recursos__container > .nav > li > a.btn-read-before:active,\r\n .recursos__container > .nav > li.active > a.btn-read-before{\r\n\r\n background: #118c53;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-read-before.disabled, .btn-read-before[disabled], fieldset[disabled] .btn-read-before, .btn-read-before.disabled:hover,\r\n .btn-read-before[disabled]:hover, fieldset[disabled] .btn-read-before:hover, .btn-read-before.disabled:focus, .btn-read-before[disabled]:focus,\r\n fieldset[disabled] .btn-read-before:focus, .btn-read-before.disabled:active, .btn-read-before[disabled]:active, fieldset[disabled] .btn-read-before:active,\r\n .btn-read-before.disabled.active, .btn-read-before[disabled].active, fieldset[disabled] .btn-read-before.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin read-before */\r\n\r\n /* tips */\r\n\r\n .recursos__container > .nav > li > a.btn-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-tips:hover,\r\n .recursos__container > .nav > li > a.btn-tips:focus,\r\n .recursos__container > .nav > li > a.btn-tips:active,\r\n .recursos__container > .nav > li.active > a.btn-tips{\r\n\r\n background: #3d0b7d;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-tips.disabled, .btn-tips[disabled], fieldset[disabled] .btn-tips, .btn-tips.disabled:hover,\r\n .btn-tips[disabled]:hover, fieldset[disabled] .btn-tips:hover, .btn-tips.disabled:focus, .btn-tips[disabled]:focus,\r\n fieldset[disabled] .btn-tips:focus, .btn-tips.disabled:active, .btn-tips[disabled]:active, fieldset[disabled] .btn-tips:active,\r\n .btn-tips.disabled.active, .btn-tips[disabled].active, fieldset[disabled] .btn-tips.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin tips */\r\n\r\n /* caso-estudio */\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n \r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio:hover,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:focus,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:active,\r\n .recursos__container > .nav > li.active > a.btn-caso-estudio{\r\n\r\n background: #287daf;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-caso-estudio.disabled, .btn-caso-estudio[disabled], fieldset[disabled] .btn-caso-estudio, .btn-caso-estudio.disabled:hover,\r\n .btn-caso-estudio[disabled]:hover, fieldset[disabled] .btn-caso-estudio:hover, .btn-caso-estudio.disabled:focus, .btn-caso-estudio[disabled]:focus,\r\n fieldset[disabled] .btn-caso-estudio:focus, .btn-caso-estudio.disabled:active, .btn-caso-estudio[disabled]:active, fieldset[disabled] .btn-caso-estudio:active,\r\n .btn-caso-estudio.disabled.active, .btn-caso-estudio[disabled].active, fieldset[disabled] .btn-caso-estudio.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin caso-estudio */\r\n\r\n /* FIN BOTONES */\r\n\r\n /* VENTANAS */\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane{\r\n \r\n background: #505050;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n \r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 75%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n \r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n \r\n display: none;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n \r\n width: auto;\r\n height: 100%;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > button{\r\n \r\n color: #fff;\r\n opacity: 1;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > h2{\r\n \r\n color: #fff;\r\n font-size: 2.7rem;\r\n line-height: 2.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > div > h3{\r\n \r\n color: #fff;\r\n font-size: 2rem;\r\n line-height: 2.4rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > p{\r\n \r\n color: #fff;\r\n font-size: 1.4rem;\r\n line-height: 2.2rem;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul{\r\n \r\n color: #fff;\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul > li{\r\n \r\n margin-bottom: 3px;\r\n \r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n\r\n }\r\n\r\n /* FIN VENTANAS */\r\n\r\n /* FIN RECURSOS */\r\n\r\n /* ACTIONS */\r\n {% include \'gbc/stepactionscss.html.twig\' %}\r\n /* FIN ACTIONS */\r\n\r\n /* INFORME */\r\n\r\n .informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n }\r\n\r\n .informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* FIN INFORME */\r\n\r\n /* PREGUNTAS */\r\n\r\n /* form-row */\r\n\r\n .wrappertest .content > section .inner{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row{\r\n\r\n \r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .form-holder{\r\n\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-preg100{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* fin form-row */\r\n\r\n /* inputs */\r\n\r\n .wrappertest .content > section .inner .form-row textarea{\r\n\r\n align-self: flex-end;\r\n margin: 0;\r\n flex: 1;\r\n\r\n }\r\n\r\n /* radio */\r\n \r\n .wrappertest .content > section .inner .form-row.gbc-radio .form-holder{\r\n\r\n display: block;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiodiv{\r\n\r\n display: none;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio label{\r\n\r\n display: inline-block;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n /* fin radio */\r\n\r\n .wrappertest .content > section .inner .form-row .select3-container{\r\n\r\n width: 100% !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .switch{\r\n\r\n margin: 0;\r\n margin-bottom: 25px;\r\n \r\n }\r\n\r\n /* fin inputs */\r\n\r\n /* titulos */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo{\r\n \r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_nombre{\r\n\r\n display: block;\r\n font-size: 1.6rem;\r\n line-height: 2rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .GBC-Step1 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #F2932E;}\r\n .GBC-Step2 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #94BD53;}\r\n .GBC-Step3 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #E4312B;}\r\n .GBC-Step4 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #B6866D;}\r\n .GBC-Step5 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #EE8367;}\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin titulos */\r\n\r\n /* casos estudio */\r\n\r\n .casoestudiobtn{\r\n\r\n background: #3c8dbc;\r\n color: #fff;\r\n font-size: 1.2rem;\r\n line-height: 1.2rem;\r\n border: none;\r\n padding: 10px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-bottom: 7.5px;\r\n align-self: flex-start;\r\n\r\n }\r\n\r\n .casoestudiodiv{\r\n\r\n \r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n /* fin casos estudio */\r\n\r\n /* ocultar elementos sin contenido */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiobtn.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiodiv.no-contenido{\r\n \r\n width: 0;\r\n height: 0;\r\n padding: 0;\r\n margin: 0;\r\n \r\n }\r\n \r\n /* fin ocultar elementos sin contenido */\r\n\r\n /* grupos de preguntas */\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group{\r\n\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n background: #fff;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group.gbc-preg100{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group .title{\r\n\r\n margin: 0;\r\n padding: 0;\r\n grid-column: 1 / 3;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n line-height: 2.5rem;\r\n color: #2d2d2d;\r\n border-bottom: solid 1px #2d2d2d;\r\n padding-bottom: 7.5px;\r\n\r\n }\r\n\r\n /* fin grupos de preguntas */\r\n\r\n /* FIN PREGUNTAS */\r\n\r\n /* EXERCISE-BTN-MOVES-GROUP */\r\n\r\n {% include \'gbc/nextprevsavecss.html.twig\' %}\r\n\r\n /* FIN EXERCISE-BTN-MOVES-GROUP */\r\n \r\n /* VISUALIZACION DE CONJUNTO */\r\n\r\n {% include \'gbc/visualizacion_de_conjunto_css.html.twig\' %}\r\n\r\n /* FIN VISUALIZACION DE CONJUNTO */\r\n\r\n/* FIN ELEMENTOS COMUNES */\r\n\r\n/* ELEMENTOS DE PLANTILLA */\r\n\r\n /* STEPS */\r\n\r\n .steps .tablist .a .current-info{\r\n \r\n }\r\n\r\n .steps .tablist .a .number{\r\n\r\n }\r\n\r\n .steps > ul > li.current > a > span.current-info{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a {\r\n\r\n color: #5d5d5d;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n }\r\n .steps > ul > li > a:hover{\r\n\r\n color: #464545;\r\n\r\n }\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n\r\n {% if seccion.posicion == 1 %}\r\n\r\n .steps {\r\n\r\n height: 2px;\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n /* margin-top: 30px; */\r\n margin-bottom: 75px;\r\n\r\n }\r\n\r\n .steps ul {\r\n\r\n height: 2px;\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n\r\n }\r\n\r\n .steps > ul > li{\r\n\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3.tab-activada{\r\n\r\n display: flex;\r\n\r\n }\r\n\r\n .steps > ul > li.current{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n .steps > ul > li:hover{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n\r\n {% elseif seccion.posicion == loop.length %}\r\n\r\n .steps.step-{{seccion.posicion }} ul {\r\n\r\n width: 100%;\r\n transition: all 0.3s ease;\r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; \r\n\r\n }\r\n\r\n {% else %}\r\n\r\n .steps.step-{{seccion.posicion}} ul {\r\n\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n \r\n }\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% if tarea[0].SeccionesTareaId|length == 1 %}\r\n\r\n .steps{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n {% endif %}\r\n\r\n .content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n }\r\n\r\n /* FIN STEPS */\r\n\r\n {{ include(\'gbc/tarea14.css.html.twig\') }}\r\n\r\n/* FIN ELEMENTOS DE PLANTILLA */\r\n {% if getvars.modal is defined and getvars.modal==1 %}\r\n body{\r\n padding-top: 0px;\r\n }\r\n header.main-header{display:none;}\r\n aside.main-sidebar{display:none;}\r\n div.content-wrapper{margin-left: 0px;padding-top: 100px!important;}\r\n {% endif %}\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fmelfinder/js/elfinder.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fosckeditor/ckeditor.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/jquery.steps.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/slider/bootstrap-slider.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bootstrap-datepicker/js/bootstrap-datepicker.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/select3.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/parsley/parsley.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/parsley/i18n/\'~app.request.locale~\'.js\') }}\"></script>\r\n\r\n\r\n<script type=\"text/javascript\">\r\n $(document).ready(function () {\r\n $(\'#wizard\').parsley();\r\n $(\'#wizard\').on(\'submit\', function (event){\r\n $(this).parsley(\'validate\');\r\n if($(this).attr(\'action\')==\'/en/admin/search\')\r\n return false;\r\n });\r\n \r\n \r\n \r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n\r\n {% set tarea14completada = \'no\' %}\r\n {% set tarea14informe=0 %} \r\n {% for tarea in tareas %}\r\n {% if tarea.alias == \'ex14informe\' %}\r\n {% set tarea14informe=tarea.id %} \r\n {% endif %}\r\n {% if tarea.alias == \'exercise14-card8\' %}\r\n\r\n {% for tareausuario in tarea.getTareaUsuario %}\r\n\r\n {% if tareausuario.greenEntrepreneur.id==app.user.id %}\r\n\r\n {% if tareausuario.completada==true %}\r\n\r\n {% set tarea14completada = \'si\' %}\r\n\r\n {% endif %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n $(\"#wizard\").steps({\r\n headerTag: \"h4\",\r\n bodyTag: \"section\",\r\n transitionEffect: \"fade\",\r\n enableAllSteps: true,\r\n transitionEffectSpeed: 300,\r\n labels: {\r\n next: \"Next Step\",\r\n previous: \"Previous Step\"\r\n },\r\n onFinished: function (event, currentIndex) {\r\n $(\"#wizard\").submit();\r\n },\r\n onStepChanging: function (event, currentIndex, newIndex) {\r\n\r\n // ASIGNACION EJERCICIO 14 PASO DE DATOS ENTRE LAS DISTINTAS SECCIONES\r\n {% if tarea[0].alias starts with \'exercise14\' %}\r\n exercise14Asignaciones();\r\n {% endif %}\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n if ( newIndex === {{seccion.posicion}} ) {\r\n $(\'.steps\').addClass(\'step-{{seccion.posicion + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{seccion.posicion + 1}}\');\r\n }\r\n {% endfor %}\r\n\r\n return true;\r\n },\r\n {% if tarea[0].alias starts with \'exercise14\' %}\r\n onStepChanged: function (event, currentIndex, newIndex) {\r\n currentStep = currentIndex; //Set current step number in currentStep variable\r\n\r\n if ((currentIndex === 1 && \'{{tarea14completada}}\' === \'si\') || currentIndex < 1) \r\n {\r\n $(\'a[href=\"#next\"]\').parent().attr(\"style\", \"display: block;\");\r\n }else{\r\n $(\'a[href=\"#next\"]\').parent().attr(\"style\", \"display: none;\");\r\n }\r\n }, \r\n {% endif %}\r\n });\r\n // Custom Jquery Steps\r\n $(\'.forward\').click(function(){\r\n $(\"#wizard\").steps(\'next\');\r\n })\r\n $(\'.backward\').click(function(){\r\n $(\"#wizard\").steps(\'previous\');\r\n })\r\n // Select\r\n $(\'html\').click(function() {\r\n $(\'.select .dropdown\').hide();\r\n });\r\n $(\'.select\').click(function(event){\r\n event.stopPropagation();\r\n });\r\n $(\'.select .select-control\').click(function(){\r\n $(this).parent().next().toggle().toggleClass(\'active\');\r\n })\r\n $(\'.select .dropdown li\').click(function(){\r\n $(this).parent().toggle();\r\n var text = $(this).attr(\'rel\');\r\n $(this).parent().prev().find(\'div\').text(text);\r\n })\r\n // Payment\r\n $(\'.payment-block .payment-item\').click(function(){\r\n $(\'.payment-block .payment-item\').removeClass(\'active\');\r\n $(this).addClass(\'active\');\r\n })\r\n \r\n\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n $(\'input.icheckbox_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n {% endif %}\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\"input.slider\").bootstrapSlider(); \r\n \r\n $(\'.btn-up\').click(function(){\r\n $(\'body, html\').animate({\r\n scrollTop: \'0px\'\r\n }, 300)\r\n });\r\n {% if tarea[0].alias starts with \'exercise14\' %}\r\n exercise14RecogerParams();\r\n $(\'#gotofullreport\').on(\'click\', function(){ window.location.href= \'{{ path(\'admin.procesos.realizartarea\',{\'id\':tarea14informe}) }}\'; });\r\n {% endif %}\r\n\r\n $(\'.ex14section2-3select .form-holder > input[type=\"text\"]\').on(\'change\', function (e) {\r\n \r\n //elemento que a cambiado\r\n $id = e.target.id;\r\n\r\n $id_recortado = $id.substring(0, ($id.length-3))\r\n\r\n $score = 0;\r\n\r\n if ($(\'#\' + $id_recortado + \'-10\').val() == 1){\r\n\r\n $score = $score + 1;\r\n\r\n }\r\n\r\n if ($(\'#\' + $id_recortado + \'-20\').val() == 1){\r\n\r\n $score = $score + 1;\r\n\r\n }\r\n\r\n if ($(\'#\' + $id_recortado + \'-30\').val() == 1){\r\n\r\n $score = $score + 1;\r\n\r\n }\r\n\r\n $(\'#\' + $id_recortado + \'Score\').val($score);\r\n \r\n });\r\n\r\n });\r\n\r\n {/* EJERCICIO 14 ACTIVAR SECCION 3 */}\r\n\r\n {/* recogemos si el ejercicio 14 está completado */}\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n\r\n {% set tarea14completada = \'no\' %}\r\n\r\n {% for tarea in tareas %}\r\n\r\n {% if tarea.alias == \'exercise14-card8\' %}\r\n\r\n {% for tareausuario in tarea.getTareaUsuario %}\r\n\r\n {% if tareausuario.greenEntrepreneur.id==app.user.id %}\r\n\r\n {% if tareausuario.completada==true %}\r\n\r\n {% set tarea14completada = \'si\' %}\r\n\r\n {% endif %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n {{ include(\'gbc/component/tarea14.js.html.twig\') }}\r\n</script>\r\n<![endif]-->', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(2, 'repetible', 'admin/realizar_tarea_repetible_view.html.twig', '<div class=\"{{ (\'container\' ~ \' \' ~ tarea[0].class) ~ \' \' ~ tarea[0].alias }}\">\r\n {% set currentindex=0 %}\r\n <input id=\"current\" type=\"hidden\" value=\"0\">\r\n\r\n {# set respuestacat=[] %}\r\n {% for respuestafor in casoestudio %}\r\n {% set respuestacat= respuestacat|merge({(respuestafor.preguntas.alias) : respuestafor.valor[0] }) %}\r\n {% endfor #}\r\n {% set tareaanterior=0 %}\r\n {% set tareacurrent=tarea[0] %}\r\n\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n {{ include(\'gbc/exerciseslinktrainer.html.twig\')}}\r\n {% else %}\r\n {{ include(\'gbc/exerciseslink.html.twig\')}}\r\n {% endif %}\r\n\r\n <div class=\"header-tarea\">\r\n\r\n <div class=\"avatar__container\">\r\n\r\n <a href=\"#\" class=\"avartar\"><img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\"></a>\r\n\r\n </div>\r\n\r\n <div class=\"titulo-tarea__container\">\r\n\r\n <h2>{{ tarea[0].nombre|trans({}) }}</h2>\r\n\r\n </div>\r\n\r\n <div class=\"desc-tarea__container\">\r\n\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n\r\n </div>\r\n\r\n </div>\r\n\r\n <div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n\r\n </div>\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\"> {% set index = 0 %}\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n <input type=\"hidden\" name=\"ge\" id=\"ge\" value=\"{{ ge.id }}\">\r\n {% endif %}\r\n {% block nextprevsave %}\r\n {% include \'gbc/nextprevsave.html.twig\' %}\r\n {% endblock nextprevsave %}\r\n\r\n {% if respuestasarray is not empty %}\r\n {% set encontrada = false %}\r\n {% set preguntaIndexInitial=0 %}\r\n {% for preguntaIndexInitialcnt in 0..preguntas|length-1 %}\r\n {% if preguntaIndexInitial==0 and preguntas[preguntaIndexInitialcnt].TipoPregunta.nombre==\"label\"%}\r\n {% set preguntaIndexInitial=preguntaIndexInitial+1 %}\r\n {% endif %}\r\n {% if preguntas[preguntaIndexInitialcnt].TipoPregunta.nombre==\"string\" or preguntas[preguntaIndexInitialcnt].TipoPregunta.nombre==\"text\" or preguntas[preguntaIndexInitialcnt].TipoPregunta.nombre==\"checkbox\" or preguntas[preguntaIndexInitialcnt].TipoPregunta.nombre==\"multicheckbox\" %}\r\n {% if respuestasarray[preguntas[preguntaIndexInitialcnt].id] is defined %}\r\n {% set preguntaIndexInitial=preguntaIndexInitialcnt %}\r\n {% endif %}{% endif %}\r\n {% endfor %}\r\n\r\n {% for index in 0..respuestasarray[preguntas[preguntaIndexInitial].id]|length-1 %}\r\n {% set currentindex=index %}\r\n <h4></h4>\r\n <section id=\"initial\" name=\"{{ index }}\">\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {% set encontrada = false %}\r\n {% if respuestasarray[pregunta.id] is defined and respuestasarray[pregunta.id][index] is defined %}\r\n {% set encontrada=true %}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/repetible/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|trans({})|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/repetible/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"file\" %}\r\n {% include \'formcomponents/repetible/file.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/repetible/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"multicheckbox\" %}\r\n {{ include(\'formcomponents/repetible/multicheckbox.html.twig\') }}\r\n {# include \'formcomponents/repetible/multicheckbox.html.twig\' with {\'index\': index} #}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/repetible/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/repetible/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/repetible/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"ckeditor\" %}\r\n {% include \'formcomponents/repetible/ckeditor.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/repetible/select.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/repetible/string.html.twig\' %}\r\n {% endif %}\r\n {% endif %}\r\n {% if not encontrada %}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/repetible/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|trans({})|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/repetible/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"file\" %}\r\n {% include \'formcomponents/repetible/file.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/repetible/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"multicheckbox\" %}\r\n {{ include(\'formcomponents/repetible/multicheckbox.html.twig\') }}\r\n {# include \'formcomponents/repetible/multicheckbox.html.twig\' with {\'index\': index} #}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/repetible/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/repetible/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/repetible/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/repetible/select.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/repetible/string.html.twig\' %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n </div>\r\n </section>\r\n {% endfor %}\r\n {% else %}\r\n <h4></h4>\r\n <section id=\"initial\">\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/repetible/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|trans({})|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/repetible/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"file\" %}\r\n {% include \'formcomponents/repetible/file.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/repetible/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"multicheckbox\" %}\r\n {{ include(\'formcomponents/repetible/multicheckbox.html.twig\') }}\r\n {# include \'formcomponents/repetible/multicheckbox.html.twig\' with {\'index\': index} #}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/repetible/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/repetible/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/repetible/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"ckeditor\" %}\r\n {% include \'formcomponents/repetible/ckeditor.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/repetible/select.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/repetible/string.html.twig\' %}\r\n {% endif %}\r\n {% endfor %}\r\n </div>\r\n </section>\r\n {% endif %}\r\n </form>\r\n\r\n <script>\r\n //<![CDATA[\r\n function duplicate(){\r\n var steps=$(\'#wizard\').steps(\'getTotalSteps\');\r\n var index=steps;\r\n var data= \' <h4></h4><section ><div class=\"inner\">\';\r\n {% for pregunta in preguntas %}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n data +=` {% include \'formcomponents/repetible/label.html.twig\' %}`;\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n data+=`{{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}`;\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n data+=`\r\n {{pregunta.TipoPreguntaOptions|trans({})|raw}}`;\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n data+=`\r\n {% include \'formcomponents/repetible/string.html.twig\' %}`;\r\n {% elseif pregunta.TipoPregunta.nombre==\"file\" %}\r\n data+=`\r\n{% include \'gbc/repetible/file.js.html.twig\' %}`;\r\n {# include \'formcomponents/repetible/file.html.twig\' #}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n data+=`\r\n {% include \'formcomponents/repetible/checkbox.html.twig\' %}`;\r\n {% elseif pregunta.TipoPregunta.nombre==\"multicheckbox\" %}\r\n data+=`<div class=\"form-row checkboxmultiple {{ pregunta.alias }} {{ pregunta.class }}\">\r\n <div class=\"form-holder\" style=\"display:block\">\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% if respuestaca[pregunta.alias] is defined %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudio{{ pregunta.id }}\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudio{{ pregunta.id }}\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ respuestaca[pregunta.alias]|raw }}</pre>\r\n </div>\r\n {% endif %}\r\n {% endif %}\r\n {% if pregunta.preTitulo is not empty %}\r\n <div class=\"{{ tarea[0].getProcesosId.alias }}_pretitulo\">{{ pregunta.preTitulo|trans({})|raw }}</div>\r\n {% endif %}\r\n {% set options = pregunta.TipoPreguntaOptions|split(\',\') %}\r\n {% for option in options %}\r\n {% set currentoption=loop.index %}\r\n {# <div class=\"col-md-{{12/loop.length}}\"> #}\r\n <div class=\"switch switch-blue\">\r\n {# <span>{{ pregunta.nombre|trans({})|raw }}</span>#}\r\n <label for=\"{{ pregunta.alias ~ currentoption }}-`+steps+`-{{ loop.index }}\">\r\n\r\n <input type=\"hidden\" id=\"{{ pregunta.alias ~ currentoption}}-`+steps+`-{{ loop.index }}\" name=\"{{ pregunta.alias }}[`+steps+`][]\" value=\"off\" checked />\r\n <input type=\"radio\" id=\"{{ pregunta.alias ~ currentoption}}-`+steps+`-{{ loop.index }}-off\" class=\"switch-input\" name=\"{{ pregunta.alias ~ currentoption}}-`+steps+`-1\" placeholder=\"{{ pregunta.placeholder|trans({}) }}\" onclick=\"$(\'#{{ pregunta.alias ~ currentoption}}-`+steps+`-{{ loop.index }}\').val(\'off\')\" {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %} value=\"off\" data-sonata-icheck=\"false\" checked>\r\n <input type=\"radio\" id=\"{{ pregunta.alias ~ currentoption }}-`+steps+`-{{ loop.index }}-on\" class=\"switch-input\" name=\"{{ pregunta.alias ~ currentoption }}-{{ index }}-1\" placeholder=\"{{ pregunta.placeholder|trans({}) }}\" onclick=\"$(\'#{{ pregunta.alias ~ currentoption}}-`+steps+`-{{ loop.index }}\').val(\'on\')\" {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %} value=\"on\" data-sonata-icheck=\"false\" >\r\n <span class=\"switch-options\">\r\n <label for=\"{{ pregunta.alias ~ currentoption }}-`+steps+`-{{ loop.index }}-on\" class=\"switch-label switch-label-on\"></label>\r\n <label for=\"{{ pregunta.alias ~ currentoption}}-`+steps+`-{{ loop.index }}-off\" class=\"switch-label switch-label-off\"><i class=\"fa fa-check\"></i></label>\r\n </span>\r\n <span class=\"switch-selection\"></span>\r\n <span class=\"control-label__text\">{{ option|trans({})|raw }}</span></label>\r\n {% if pregunta.descripcion is not empty %}\r\n <div class=\"{{ tarea[0].getProcesosId.alias }}_descripcion\">{{ pregunta.descripcion|trans({})|raw }}</div>\r\n {% endif %}\r\n </div>\r\n {# </div> #}\r\n {% endfor %}\r\n </div>\r\n</div>`;\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n data+=`\r\n {% include \'formcomponents/repetible/radio.html.twig\' %}`;\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n data+=`\r\n {% include \'formcomponents/repetible/range.html.twig\' %}`;\r\n {% elseif pregunta.TipoPregunta.nombre== \"ckeditor\" %}\r\n data+=` {% include \'formcomponents/repetible/ckeditor.html.twig\' %}`;\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n data+=`\r\n{% include \'gbc/repetible/textarea.js.html.twig\' %}`;\r\n {# include \'formcomponents/repetible/text.html.twig\' #}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n data+=`\r\n {% include \'formcomponents/repetible/select.html.twig\' %}`;\r\n {% else %}\r\n data+=`\r\n {% include \'formcomponents/repetible/string.html.twig\' %}`;\r\n {% endif %}\r\n {% endfor %}\r\n\r\n data+=\'</div></section>\';\r\n updateWizard(data);\r\n }\r\n {% if tarea[0].alias==\'exercise12n\' and respuestasarray is not empty and respuestasarray[704] is not empty %}\r\n {{ include(\'gbc/exercise_12n_js.html.twig\') }}\r\n {% endif %}\r\n //<![CDATA[\r\n function remove(){\r\n var name= $(\'section.current\').attr(\'name\');\r\n if(name==0){\r\n alert(\'does not remove first section.\')\r\n }else{\r\n $(\"#wizard\").steps(\"previous\");\r\n $(\'#wizard\').steps(\'remove\', name);\r\n updateWizard();\r\n $(\"#wizard\").steps(\"previous\");\r\n $(\"#wizard\").steps(\"next\");\r\n }\r\n\r\n // $(\'section.current\').remove();\r\n\r\n\r\n }\r\n function updateWizard(data) {\r\n //Metemos los values por defecto si no estan cargados\r\n $(\'.slider.form-control\').each(function () {\r\n if (!$(this).attr(\"data-slider-value\")) {\r\n $(this).attr(\"data-slider-value\", $(this).attr(\"data-slider-min\"));\r\n }\r\n if (!$(this).attr(\"data-value\")) {\r\n $(this).attr(\"data-value\", $(this).attr(\"data-slider-min\"));\r\n }\r\n });\r\n if (data !== undefined) {\r\n $(\'#wizard\').steps(\"add\", {\r\n\r\n title: \"\", content: data\r\n });\r\n }\r\n var steps=$(\'#wizard\').steps(\'getTotalSteps\');\r\n var styles=\'\';\r\n\r\n for( i = 0; i < steps; i++){\r\n\r\n if(i==0){\r\n\r\n styles+=\".steps { } .steps ul { } .steps:before { } .steps:after { }\";\r\n\r\n }else if(i==(steps-1)){\r\n\r\n styles+=\" .steps.step-\"+i+\" ul {width: 100%; transition: all 0.3s ease; } .steps.step-\"+i+\":before { content: \'\';left: 100%; transition: all 0.1s ease; }\";\r\n\r\n }else {\r\n\r\n styles+=\".steps.step-\"+i+\" ul { }.steps.step-\"+i+\":before { content: \"+i+\";left: calc(\"+i+\"*(100% /\"+steps+\"));transition: all 0.3s ease; }\";\r\n\r\n }\r\n\r\n }\r\n\r\n $( \"<style>\"+ styles+\"</style>\" ).appendTo( \"head\" );\r\n\r\n $(\'input.iradio_minimal\').iCheck({\r\n\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n\r\n });\r\n $(\'.elfinder_button\').on(\'click\',function(event) {\r\n $(\'#current\').val($(this).prev(\'input\').attr(\'id\'));\r\n\r\n event.preventDefault();\r\n $(\'<div id=\"editor\" />\').dialogelfinder({\r\n url: \'{{ path(\'ef_connect\', { \'instance\': \'default\', \'homeFolder\': app.user.id } ) }}\',\r\n lang: \'{{ app.request.attributes.get(\'_locale\') }}\',\r\n commandsOptions: {\r\n quicklook: {\r\n googleDocsMimes: [\'image/png\', \'image/tiff\', \'image/jpg\']\r\n }\r\n },\r\n getFileCallback: function(file) {\r\n $(\'#editor\').dialogelfinder(\'close\');\r\n $(\'#editor\').closest(\'.elfinder\').val(file.path);\r\n console.log(file.url);\r\n var x=$(\'#current\').val()\r\n $(\'#\'+x).val(file.url);\r\n }\r\n }).elfinder(\'instance\');\r\n });\r\n $(\"input.slider\").bootstrapSlider();\r\n $(\'.slider-tick-label\').css(\'width\', \'105px\');\r\n $(\'.slider-horizontal\').css(\'margin-bottom\', \'24px\'); \r\n $(\'.slider-tick-label-container\').css(\'margin-left\', \'-52.5px\');\r\n {% if tarea[0].alias==\'exercise12n\'%} \r\n $(\"[name^=\'ex12n_emotions\'\").each(function(index){ \r\n var ex12n_emotionsselect=\'\';\r\n console.log($(this));\r\n {% for pregunta in preguntas %} \r\n {% if pregunta.alias==\'ex12n_emotions\' and pregunta.TipoPregunta.nombre==\'select\' %}\r\n var ex12n_emotionsselect={{ pregunta.TipoPreguntaOptions|raw }};\r\n {% endif %}\r\n {% endfor %}\r\n var id=$(this).attr(\'id\');\r\n idsplit=id.split(\'-\');\r\n idsplit[1]=index;\r\n var id=$(this).attr(\'id\', idsplit.join(\'-\'));\r\n $(this).select3({ data: ex12n_emotionsselect ,\r\n formatResult: format,\r\n formatSelection: format,\r\n escapeMarkup: function(m) { return m; }});\r\n setTimeout(function(){ $(this).next().next().remove();}, 2000);\r\n });\r\n {% endif %}\r\n \r\n var name= $(\'section.current\').attr(\'name\');\r\n $(\"#wizard\").steps(\"next\");\r\n }\r\n //]]>\r\n </script>\r\n\r\n <div class=\"botones-acciones-steps\">\r\n \r\n <button type=\"button\" class=\"btn btn-info boton-add\" onclick=\"duplicate()\">Add Step +</button>\r\n <button type=\"button\" class=\"btn btn-warning boton-remove\" onclick=\"remove()\">Remove Step -</button>\r\n \r\n </div>\r\n\r\n </div>\r\n\r\n</div><!-- /container -->', NULL, '2020-05-28 13:54:23', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'bootstrap-datepicker/css/bootstrap-datepicker.min.css\') }}\" rel=\"stylesheet\"> \r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3-bootstrap4.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/parsley.css\')}}\" rel=\"stylesheet\">\r\n\r\n\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n\r\n/* ELEMENTOS COMUNES */\r\n\r\n /* ESTRUCTURA */\r\n\r\n body {\r\n padding-top: 50px;\r\n }\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n padding: 0;\r\n }\r\n\r\n .content-wrapper .content .container{\r\n\r\n padding: 0;\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n }\r\n\r\n /* FIN ESTRUCTURA */\r\n\r\n /* BASICOS */\r\n\r\n a {\r\n\r\n text-decoration: none;\r\n\r\n }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle; \r\n }\r\n\r\n ul {\r\n\r\n padding: 0;\r\n margin: 0;\r\n list-style: none;\r\n\r\n }\r\n\r\n input[type=text]{\r\n\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n\r\n }\r\n\r\n textarea {\r\n\r\n resize: none;\r\n\r\n }\r\n\r\n /* FIN BASICOS */\r\n\r\n /* EXERCISES LINK */\r\n {% include \'gbc/exerciseslinkcss.html.twig\' %}\r\n \r\n /* FIN EXERCISES LINK */\r\n\r\n /* HEADER TAREA */\r\n\r\n .header-tarea{\r\n\r\n /* background: azure; */\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container{\r\n\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container a{\r\n\r\n display: block;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container{\r\n\r\n margin-bottom: 7.5px;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container h2{\r\n\r\n margin: 0;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container{\r\n\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container h2{\r\n \r\n font-size: 25px;\r\n line-height: 30px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .header-tarea .desc-tarea__container h3{\r\n\r\n font-size: 20px;\r\n line-height: 25px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container p{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n\r\n /* FIN HEADER TAREA */\r\n\r\n /* RECURSOS */\r\n\r\n .recursos__container{\r\n\r\n margin-bottom: 45px;\r\n\r\n }\r\n\r\n /* BOTONES */\r\n\r\n .recursos__container > .nav{\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a:hover,\r\n .recursos__container > .nav > li > a:focus,\r\n .recursos__container > .nav > li > a:active,\r\n .recursos__container > .nav > li.active > a{\r\n\r\n font-weight: 500;\r\n\r\n }\r\n\r\n /* read-before */\r\n\r\n .recursos__container > .nav > li > a.btn-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-read-before:hover,\r\n .recursos__container > .nav > li > a.btn-read-before:focus,\r\n .recursos__container > .nav > li > a.btn-read-before:active,\r\n .recursos__container > .nav > li.active > a.btn-read-before{\r\n\r\n background: #118c53;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-read-before.disabled, .btn-read-before[disabled], fieldset[disabled] .btn-read-before, .btn-read-before.disabled:hover,\r\n .btn-read-before[disabled]:hover, fieldset[disabled] .btn-read-before:hover, .btn-read-before.disabled:focus, .btn-read-before[disabled]:focus,\r\n fieldset[disabled] .btn-read-before:focus, .btn-read-before.disabled:active, .btn-read-before[disabled]:active, fieldset[disabled] .btn-read-before:active,\r\n .btn-read-before.disabled.active, .btn-read-before[disabled].active, fieldset[disabled] .btn-read-before.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin read-before */\r\n\r\n /* tips */\r\n\r\n .recursos__container > .nav > li > a.btn-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-tips:hover,\r\n .recursos__container > .nav > li > a.btn-tips:focus,\r\n .recursos__container > .nav > li > a.btn-tips:active,\r\n .recursos__container > .nav > li.active > a.btn-tips{\r\n\r\n background: #3d0b7d;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-tips.disabled, .btn-tips[disabled], fieldset[disabled] .btn-tips, .btn-tips.disabled:hover,\r\n .btn-tips[disabled]:hover, fieldset[disabled] .btn-tips:hover, .btn-tips.disabled:focus, .btn-tips[disabled]:focus,\r\n fieldset[disabled] .btn-tips:focus, .btn-tips.disabled:active, .btn-tips[disabled]:active, fieldset[disabled] .btn-tips:active,\r\n .btn-tips.disabled.active, .btn-tips[disabled].active, fieldset[disabled] .btn-tips.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin tips */\r\n\r\n /* caso-estudio */\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n \r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio:hover,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:focus,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:active,\r\n .recursos__container > .nav > li.active > a.btn-caso-estudio{\r\n\r\n background: #287daf;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-caso-estudio.disabled, .btn-caso-estudio[disabled], fieldset[disabled] .btn-caso-estudio, .btn-caso-estudio.disabled:hover,\r\n .btn-caso-estudio[disabled]:hover, fieldset[disabled] .btn-caso-estudio:hover, .btn-caso-estudio.disabled:focus, .btn-caso-estudio[disabled]:focus,\r\n fieldset[disabled] .btn-caso-estudio:focus, .btn-caso-estudio.disabled:active, .btn-caso-estudio[disabled]:active, fieldset[disabled] .btn-caso-estudio:active,\r\n .btn-caso-estudio.disabled.active, .btn-caso-estudio[disabled].active, fieldset[disabled] .btn-caso-estudio.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin caso-estudio */\r\n\r\n /* FIN BOTONES */\r\n\r\n /* VENTANAS */\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane{\r\n \r\n background: #505050;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n \r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 75%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n \r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n \r\n display: none;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n \r\n width: auto;\r\n height: 100%;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > button{\r\n \r\n color: #fff;\r\n opacity: 1;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > h2{\r\n \r\n color: #fff;\r\n font-size: 2.7rem;\r\n line-height: 2.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > div > h3{\r\n \r\n color: #fff;\r\n font-size: 2rem;\r\n line-height: 2.4rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > p{\r\n \r\n color: #fff;\r\n font-size: 1.4rem;\r\n line-height: 2.2rem;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul{\r\n \r\n color: #fff;\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul > li{\r\n \r\n margin-bottom: 3px;\r\n \r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n\r\n }\r\n\r\n /* FIN VENTANAS */\r\n\r\n /* FIN RECURSOS */\r\n\r\n /* ACTIONS */\r\n {% include \'gbc/stepactionscss.html.twig\' %}\r\n /* FIN ACTIONS */\r\n\r\n /* INFORME */\r\n\r\n .informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n }\r\n\r\n .informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* FIN INFORME */\r\n\r\n /* PREGUNTAS */\r\n\r\n /* form-row */\r\n\r\n .wrappertest .content > section .inner{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row{\r\n\r\n \r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .form-holder{\r\n\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-preg100{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* fin form-row */\r\n\r\n /* inputs */\r\n\r\n .wrappertest .content > section .inner .form-row textarea{\r\n\r\n align-self: flex-end;\r\n margin: 0;\r\n flex: 1;\r\n\r\n }\r\n\r\n /* radio */\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .form-holder{\r\n\r\n display: block;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiodiv{\r\n\r\n display: none;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio label{\r\n\r\n display: inline-block;\r\n margin-right: 10px;\r\n\r\n }\r\n \r\n /* fin radio */\r\n\r\n /* checkbox multiple */\r\n\r\n .checkboxmultiple{\r\n\r\n }\r\n\r\n .checkboxmultiple .form-holder{\r\n\r\n display: grid !important;\r\n grid-auto-flow: column;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .checkboxmultiple .switch{\r\n\r\n /* background: red; */\r\n\r\n margin: 0 !important;\r\n padding: 0;\r\n position: initial;\r\n height: auto;\r\n width: auto;\r\n display: initial;\r\n background: none;\r\n border: none;\r\n box-shadow: none;\r\n\r\n }\r\n\r\n .checkboxmultiple .switch > label{\r\n\r\n /* background: blue; */\r\n\r\n margin: 0;\r\n padding: 0;\r\n max-width: none;\r\n display: grid;\r\n font-weight: initial;\r\n grid-template-columns: auto 1fr;\r\n align-items: center;\r\n grid-gap: 10px;\r\n\r\n }\r\n\r\n .checkboxmultiple .switch > label .switch-options{\r\n\r\n /* background: yellow; */\r\n\r\n display: grid;\r\n\r\n }\r\n\r\n .checkboxmultiple .switch > label .switch-options .switch-label-on{\r\n\r\n grid-column: 1 / 2;\r\n grid-row: 1 / 2;\r\n background: white;\r\n border: solid 2px #ccc;\r\n width: 25px;\r\n height: 25px;\r\n z-index: 1;\r\n margin: 0;\r\n padding: 0;\r\n \r\n }\r\n \r\n .checkboxmultiple .switch > label .switch-options .switch-label-off{\r\n \r\n grid-column: 1 / 2;\r\n grid-row: 1 / 2;\r\n background: white;\r\n border: solid 2px #e54e01;\r\n width: 25px;\r\n height: 25px;\r\n z-index: 1;\r\n margin: 0;\r\n padding: 0;\r\n\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n color: #e54e01;\r\n\r\n }\r\n\r\n .checkboxmultiple .switch > label input[type=\"hidden\"][value=\"on\"] ~ .switch-options .switch-label-off{\r\n\r\n z-index: 2;\r\n\r\n }\r\n\r\n .checkboxmultiple .switch > label input[type=\"hidden\"][value=\"off\"] ~ .switch-options .switch-label-on{\r\n\r\n z-index: 2;\r\n\r\n }\r\n\r\n .checkboxmultiple .switch > label .switch-selection{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .checkboxmultiple .switch > label .control-label__text{\r\n\r\n /* background: green; */\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n /* fin checkbox multiple */\r\n\r\n .wrappertest .content > section .inner .form-row .select3-container{\r\n\r\n width: 100% !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .switch{\r\n\r\n margin: 0;\r\n margin-bottom: 25px;\r\n \r\n }\r\n\r\n /* fin inputs */\r\n\r\n /* titulos */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo{\r\n \r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_nombre{\r\n\r\n display: block;\r\n font-size: 1.6rem;\r\n line-height: 2rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .GBC-Step1 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #F2932E;}\r\n .GBC-Step2 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #94BD53;}\r\n .GBC-Step3 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #E4312B;}\r\n .GBC-Step4 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #B6866D;}\r\n .GBC-Step5 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #EE8367;}\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin titulos */\r\n\r\n /* casos estudio */\r\n\r\n .casoestudiobtn{\r\n\r\n background: #3c8dbc;\r\n color: #fff;\r\n font-size: 1.2rem;\r\n line-height: 1.2rem;\r\n border: none;\r\n padding: 10px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-bottom: 7.5px;\r\n align-self: flex-start;\r\n\r\n }\r\n\r\n .casoestudiodiv{\r\n\r\n \r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n /* fin casos estudio */\r\n\r\n /* ocultar elementos sin contenido */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiobtn.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiodiv.no-contenido{\r\n\r\n width: 0;\r\n height: 0;\r\n padding: 0;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin ocultar elementos sin contenido */\r\n\r\n /* grupos de preguntas */\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group{\r\n\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n background: #fff;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group.gbc-preg100{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group .title{\r\n\r\n margin: 0;\r\n padding: 0;\r\n grid-column: 1 / 3;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n line-height: 2.5rem;\r\n color: #2d2d2d;\r\n border-bottom: solid 1px #2d2d2d;\r\n padding-bottom: 7.5px;\r\n\r\n }\r\n\r\n /* fin grupos de preguntas */\r\n\r\n /* FIN PREGUNTAS */\r\n\r\n /* EXERCISE-BTN-MOVES-GROUP */\r\n\r\n {% include \'gbc/nextprevsavecss.html.twig\' %}\r\n\r\n /* FIN EXERCISE-BTN-MOVES-GROUP */\r\n\r\n /* FIN ELEMENTOS COMUNES */\r\n\r\n /* ELEMENTOS DE PLANTILLA */\r\n\r\n /* STEPS */\r\n\r\n .steps .tablist .a .current-info{\r\n \r\n }\r\n\r\n .steps .tablist .a .number{\r\n\r\n }\r\n\r\n .steps > ul > li.current > a > span.current-info{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n\r\n /* display: none; */\r\n\r\n }\r\n\r\n .steps > ul > li > a {\r\n\r\n color: #5d5d5d;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n }\r\n .steps > ul > li > a:hover{\r\n\r\n color: #464545;\r\n\r\n }\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n\r\n {% if seccion.posicion == 1 %}\r\n\r\n .steps {\r\n\r\n height: 2px;\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n /* margin-top: 30px; */\r\n margin-bottom: 75px;\r\n\r\n }\r\n\r\n .steps ul {\r\n\r\n height: 2px;\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n\r\n }\r\n\r\n .steps > ul > li{\r\n\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3.tab-activada{\r\n\r\n display: flex;\r\n\r\n }\r\n\r\n .steps > ul > li.current{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n .steps > ul > li:hover{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n\r\n {% elseif seccion.posicion == loop.length %}\r\n\r\n .steps.step-{{seccion.posicion }} ul {\r\n\r\n width: 100%;\r\n transition: all 0.3s ease;\r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; \r\n\r\n }\r\n\r\n {% else %}\r\n\r\n .steps.step-{{seccion.posicion}} ul {\r\n\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n \r\n }\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n /* {% if tarea[0].SeccionesTareaId|length == 1 %}\r\n\r\n .steps{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n {% endif %} */\r\n\r\n .content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n }\r\n\r\n /* botones de duplicar y borrar step */\r\n\r\n .botones-acciones-steps{\r\n\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 70px;\r\n left: 240px;\r\n\r\n }\r\n\r\n .botones-acciones-steps .btn{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n .botones-acciones-steps .boton-add{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .botones-acciones-steps .boton-add:hover,\r\n .botones-acciones-steps .boton-add:focus,\r\n .botones-acciones-steps .boton-add:active{\r\n \r\n background: #118c53;\r\n \r\n }\r\n\r\n .botones-acciones-steps .boton-remove{\r\n\r\n background: #c40000;\r\n\r\n }\r\n\r\n .botones-acciones-steps .boton-remove:hover,\r\n .botones-acciones-steps .boton-remove:focus,\r\n .botones-acciones-steps .boton-remove:active{\r\n \r\n background: #a30101;\r\n \r\n }\r\n\r\n /* botones de duplicar y borrar step */\r\n\r\n /* FIN STEPS */\r\n\r\n /* EJERCICIO 12 */\r\n\r\n .exercise12n .wrappertest .content > section .inner{\r\n\r\n grid-gap: 0 15px;\r\n\r\n }\r\n\r\n .exercise12n .wrappertest .content > section .inner .form-row{\r\n\r\n margin-bottom: 15px;\r\n \r\n }\r\n\r\n .exercise12n .wrappertest .content > section .inner .form-row.ex12n_photo{\r\n\r\n grid-column: 1 / 3;\r\n \r\n }\r\n\r\n .exercise12n .wrappertest .content > section .inner .form-row.ex12n_photo .elfinder_button{\r\n\r\n align-self: flex-start;\r\n \r\n }\r\n\r\n .exercise12n #stage_tab{\r\n\r\n border: none;\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content{\r\n\r\n border: 1px solid #ddd;\r\n padding: 15px;\r\n background: #fff;\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active .form-row{\r\n\r\n margin-bottom: 0;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper{\r\n\r\n grid-column: 1 / 3;\r\n display: flex;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .btn{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-add{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-add:hover,\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-add:focus,\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-add:active{\r\n \r\n background: #118c53;\r\n \r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-remove{\r\n\r\n background: #c40000;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-remove:hover,\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-remove:focus,\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-remove:active{\r\n \r\n background: #a30101;\r\n \r\n }\r\n\r\n .exercise12n .ex12n_customers{\r\n display: none;\r\n }\r\n\r\n .exercise12n .informe-12-btn{\r\n\r\n margin-bottom: 15px;\r\n grid-column: 1 / 3;\r\n display: flex;\r\n justify-content: flex-end;\r\n\r\n }\r\n\r\n .exercise12n .informe-12-btn button{\r\n\r\n background: #00a65a;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n\r\n }\r\n\r\n .exercise12n .informe-12-btn button:hover,\r\n .exercise12n .informe-12-btn button:focus,\r\n .exercise12n .informe-12-btn button:active{\r\n\r\n background: #118c53;\r\n\r\n }\r\n\r\n /* FIN EJERCICIO 12 */\r\n\r\n /* EJERCICIO 10B */\r\n\r\n .ex10bpreg10label{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n \r\n /* FIN EJERCICIO 10B */\r\n\r\n /* FIN ELEMENTOS DE PLANTILLA */\r\n\r\n/* FIN ELEMENTOS DE PLANTILLA */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fmelfinder/js/elfinder.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fosckeditor/ckeditor.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/jquery.steps.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/datepicker.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/datepicker.en.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/slider/bootstrap-slider.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/select3.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/parsley/parsley.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/parsley/i18n/\'~app.request.locale~\'.js\') }}\"></script>\r\n\r\n<script type=\"text/javascript\" >\r\n {% if tarea[0].alias==\'exercise12n\'%} \r\n function addstage(thisis){\r\n console.log(thisis);\r\n $section=\"#\"+thisis;\r\n $href=$($section+\" #stage_tab li\").first().find(\"a\").attr(\"href\")+$($section+\" #stage_tab li\").length;\r\n $id=$($section+\" #stage_tab_content>div\").first().attr(\"id\")+$($section+\" #stage_tab li\").length;\r\n console.log(\"Stage_tab li\\n\");\r\n console.log($($section+\" #stage_tab li\").first()[0].outerHTML);\r\n $($section+\" #stage_tab\").append($($section+\" #stage_tab li\").first()[0].outerHTML);\r\n $($section+\" #stage_tab li\").removeClass(\"active\").last().addClass(\"active\");\r\n console.log(\"Stage_tab_content > div\\n\");\r\n console.log($($section+\" #stage_tab_content>div\").first()[0].outerHTML);\r\n $($section+\" #stage_tab_content\").append($($section+\" #stage_tab_content>div\").first()[0].outerHTML);\r\n $($section+\" #stage_tab_content>div\").removeClass(\"active in\").last().addClass(\"active in\");\r\n\r\n $($section+\" #stage_tab li\").last().find(\"a\").attr(\"href\",$href);\r\n $($section+\" #stage_tab_content>div\").last().attr(\"id\",$id);\r\n \r\n $(\"[name^=\'ex12n_emotions\']\").each(function(index){ \r\n var ex12n_emotionsselect=\'\';\r\n console.log($(this));\r\n {% for pregunta in preguntas %} \r\n {% if pregunta.alias==\'ex12n_emotions\' and pregunta.TipoPregunta.nombre==\'select\' %}\r\n var ex12n_emotionsselect={{ pregunta.TipoPreguntaOptions|raw }};\r\n {% endif %}\r\n {% endfor %}\r\n var id=$(this).attr(\'id\');\r\n idsplit=id.split(\'-\');\r\n idsplit[1]=index;\r\n var id=$(this).attr(\'id\', idsplit.join(\'-\'));\r\n $(this).select3({ data: ex12n_emotionsselect ,\r\n formatResult: format,\r\n formatSelection: format,\r\n escapeMarkup: function(m) { return m; }});\r\n /* $(this).select3(\"destroy\");\r\n $(this).select3({ data: ex12n_emotionsselect ,\r\n formatResult: format,\r\n formatSelection: format,\r\n escapeMarkup: function(m) { return m; }});*/\r\n setTimeout(function(){ $(this).next().next().remove();}, 2000);\r\n });\r\n }\r\nfunction format(state) {\r\n if (!state.id) return state.text; // optgroup\r\n return \"<p >&#\" + state.id + \";</p>\";\r\n}\r\n {% endif %}\r\n $(document).ready(function () {\r\n $(\'#wizard\').parsley();\r\n $(\'#wizard\').on(\'submit\', function (event){\r\n $(this).parsley(\'validate\');\r\n if($(this).attr(\'action\')==\'/en/admin/search\')\r\n return false;\r\n });\r\n function duplicate_stage(){ $first_li = $(\"#stage_tab\").first(); $(\"#stage_tab\").append($first_li.html()); }\r\n\r\n $(\"#wizard\").steps({\r\n headerTag: \"h4\",\r\n bodyTag: \"section\",\r\n transitionEffect: \"fade\",\r\n enableAllSteps: true,\r\n transitionEffectSpeed: 300,\r\n labels: {\r\n next: \"Next Step\",\r\n previous: \"Previous Step\"\r\n },\r\n onFinished: function (event, currentIndex) {\r\n\r\n if ($(\'.content-wrapper .content .container\').hasClass(\"exercise12n\")){\r\n\r\n $(\".tab-content>div\").each(function() { \r\n $(this).find(\".ex12n_customers textarea\").text($(this)[0].closest(\"section.body\").id);\r\n });\r\n\r\n }\r\n\r\n $(\"#wizard\").submit();\r\n },\r\n onStepChanging: function (event, currentIndex, newIndex) {\r\n\r\n if ($(\'.content-wrapper .content .container\').hasClass(\"exercise12n\")){\r\n\r\n $(\".tab-content>div\").each(function() { \r\n $(this).find(\".ex12n_customers textarea\").text($(this)[0].closest(\"section.body\").id);\r\n });\r\n\r\n }\r\n\r\n {% set index = 0 %}\r\n {% if respuestasarray is not empty %}\r\n {% set preguntaIndexInitial=0 %}\r\n {% for preguntaIndexInitialcnt in 0..preguntas|length-1 %}\r\n {% if preguntaIndexInitial==0 and preguntas[preguntaIndexInitialcnt].TipoPregunta.nombre==\"label\"%}\r\n {% set preguntaIndexInitial=preguntaIndexInitial+1 %}\r\n {% endif %}\r\n {% if preguntas[preguntaIndexInitialcnt].TipoPregunta.nombre==\"string\" or preguntas[preguntaIndexInitialcnt].TipoPregunta.nombre==\"text\" or preguntas[preguntaIndexInitialcnt].TipoPregunta.nombre==\"checkbox\" %}\r\n {%if respuestasarray[preguntas[preguntaIndexInitialcnt].id] is defined %}\r\n {% set preguntaIndexInitial=preguntaIndexInitialcnt %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% for index in 0..respuestasarray[preguntas[preguntaIndexInitial].id]|length-1 %}\r\n\r\n if ( newIndex === {{index}} ) {\r\n $(\'.steps\').addClass(\'step-{{index + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{index + 1}}\');\r\n }\r\n {% endfor %}\r\n {% else %}\r\n if ( newIndex === 0) {\r\n $(\'.steps\').addClass(\'step-{{index + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{index + 1}}\');\r\n }\r\n {% endif %}\r\n return true;\r\n }\r\n });\r\n\r\n // Custom Jquery Steps\r\n $(\'.forward\').click(function(){\r\n $(\"#wizard\").steps(\'next\');\r\n })\r\n $(\'.backward\').click(function(){\r\n $(\"#wizard\").steps(\'previous\');\r\n })\r\n // Select\r\n $(\'html\').click(function() {\r\n $(\'.select .dropdown\').hide();\r\n });\r\n $(\'.select\').click(function(event){\r\n event.stopPropagation();\r\n });\r\n $(\'.select .select-control\').click(function(){\r\n $(this).parent().next().toggle().toggleClass(\'active\');\r\n })\r\n $(\'.select .dropdown li\').click(function(){\r\n $(this).parent().toggle();\r\n var text = $(this).attr(\'rel\');\r\n $(this).parent().prev().find(\'div\').text(text);\r\n })\r\n // Payment\r\n $(\'.payment-block .payment-item\').click(function(){\r\n $(\'.payment-block .payment-item\').removeClass(\'active\');\r\n $(this).addClass(\'active\');\r\n })\r\n // Custom Jquery Steps\r\n $(\'.forward\').click(function(){\r\n $(\"#wizard\").steps(\'next\');\r\n })\r\n $(\'.backward\').click(function(){\r\n $(\"#wizard\").steps(\'previous\');\r\n })\r\n // Select\r\n $(\'html\').click(function() {\r\n $(\'.select .dropdown\').hide();\r\n });\r\n $(\'.select\').click(function(event){\r\n event.stopPropagation();\r\n });\r\n $(\'.select .select-control\').click(function(){\r\n $(this).parent().next().toggle().toggleClass(\'active\');\r\n })\r\n $(\'.select .dropdown li\').click(function(){\r\n $(this).parent().toggle();\r\n var text = $(this).attr(\'rel\');\r\n $(this).parent().prev().find(\'div\').text(text);\r\n })\r\n // Payment\r\n $(\'.payment-block .payment-item\').click(function(){\r\n $(\'.payment-block .payment-item\').removeClass(\'active\');\r\n $(this).addClass(\'active\');\r\n })\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n $(\'input.icheckbox_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n {% endif %}\r\n $(\'input.iradio_minimal\').iCheck({\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\"input.slider\").bootstrapSlider();\r\n $(\'.slider-tick-label\').css(\'width\', \'105px\');\r\n $(\'.slider-horizontal\').css(\'margin-bottom\', \'24px\'); \r\n $(\'.slider-tick-label-container\').css(\'margin-left\', \'-52.5px\');\r\n {% if tarea[0].alias==\'exercise12n\'%} \r\n $(\"[name^=\'ex12n_emotions\'\").each(function(index){ \r\n var ex12n_emotionsselect=\'\';\r\n console.log($(this));\r\n {% for pregunta in preguntas %} \r\n {% if pregunta.alias==\'ex12n_emotions\' and pregunta.TipoPregunta.nombre==\'select\' %}\r\n var ex12n_emotionsselect={{ pregunta.TipoPreguntaOptions|raw }};\r\n {% endif %}\r\n {% endfor %}\r\n var id=$(this).attr(\'id\');\r\n idsplit=id.split(\'-\');\r\n idsplit[1]=index;\r\n var id=$(this).attr(\'id\', idsplit.join(\'-\'));\r\n $(this).select3({ data: ex12n_emotionsselect ,\r\n formatResult: format,\r\n formatSelection: format,\r\n escapeMarkup: function(m) { return m; }});\r\n /* $(this).select3(\"destroy\");\r\n $(this).select3({ data: ex12n_emotionsselect ,\r\n formatResult: format,\r\n formatSelection: format,\r\n escapeMarkup: function(m) { return m; }});*/\r\n setTimeout(function(){ $(this).next().next().remove();}, 2000);\r\n });\r\n {% endif %}\r\n $(\'.elfinder_button\').on(\'click\',function(event) {\r\n $(\'#current\').val($(this).prev(\'input\').attr(\'id\'));\r\n\r\n event.preventDefault();\r\n $(\'<div id=\"editor\" />\').dialogelfinder({\r\n url: \'{{ path(\'ef_connect\', { \'instance\': \'default\', \'homeFolder\': app.user.id } ) }}\',\r\n lang: \'{{ app.request.attributes.get(\'_locale\') }}\',\r\n commandsOptions: {\r\n quicklook: {\r\n googleDocsMimes: [\'image/png\', \'image/tiff\', \'image/jpg\']\r\n }\r\n },\r\n getFileCallback: function(file) {\r\n $(\'#editor\').dialogelfinder(\'close\');\r\n $(\'#editor\').closest(\'.elfinder\').val(file.path);\r\n console.log(file.url);\r\n var x=$(\'#current\').val()\r\n $(\'#\'+x).val(file.url);\r\n }\r\n }).elfinder(\'instance\');\r\n });\r\n \r\n $(\'.btn-up\').click(function(){\r\n $(\'body, html\').animate({\r\n scrollTop: \'0px\'\r\n }, 300)\r\n });\r\n\r\n {% if tarea[0].alias==\'exercise12n\' and respuestas is not empty %}\r\n {{ include(\'gbc/exercise_12n_js.html.twig\') }}\r\n {% endif %}\r\n\r\n });\r\n\r\n</script>\r\n<![endif]-->', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(3, 'exercise12', 'admin/realizar_tarea_doce_view.html.twig', '<div class=\"{{ (\'container\' ~ \' \' ~ tarea[0].class) ~ \' \' ~ tarea[0].alias }}\">\r\n{# {% set respuestacat=[] %}#}\r\n{# {% for respuestafor in casoestudio %}#}\r\n{# {% set respuestacat= respuestacat|merge({(respuestafor.preguntas.alias) : respuestafor.valor[0] }) %}#}\r\n{# {% endfor %}#}\r\n <input id=\"current\" type=\"hidden\" value=\"0\">\r\n <p style=\"font-size:100px\">&#128540;</p>\r\n <ul class=\"exercises_links\">\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% for tarea in tareas %}\r\n {% set encontrada=false %}\r\n {% if not tarea.invisible %}\r\n {% for tusuario in tarea.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% set encontrada=true %}\r\n {% if tusuario.completada==true %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"completada\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':tarea.id}) }}\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% else %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"no-completada\" href=\"#\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% if encontrada==false %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"no-completada\" href=\"#\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n </ul>\r\n\r\n <a href=\"#\" class=\"avartar\">\r\n <img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\">\r\n </a>\r\n\r\n {# <ul>\r\n {% set tareas=tarea[0].getProcesosId.getTarea %}\r\n {% for tarea in tareas %}\r\n\r\n {% for tusuario in tarea.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur==app.user %}\r\n {% if tusuario.completada %}\r\n <li><a id=\"link-{{ tarea.alias }}\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':tarea.id}) }}\">{{ tarea.nombre}}</a></li>\r\n {% else %}\r\n <li><a id=\"link-{{ tarea.alias }}\" href=\"#\">{{tarea.nombre}}</a></li>\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n </ul> #}\r\n\r\n <h4><strong>{{ tarea[0].nombre }}</strong></h4>\r\n {{ tarea[0].descripcion|raw }}\r\n <div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n\r\n </div>\r\n <div class=\"wrappertest\" id=\"formulario\" >\r\n\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n <input type=\"hidden\" id=\"exercise12serial\" name=\"exercise12serial\" value=\'{% if respuestas is not empty %}{{ respuestasarray[preguntas[0].id] }}{% endif %}\'>\r\n {% if respuestasarray is not empty %}\r\n {% set encontrada = false %}\r\n {% set limit=0 %}\r\n {% set precondition = true %}\r\n {% for i in 0..10000 if precondition %}\r\n {%if attribute(respuestasarray[preguntas[0].id]|json_decode, i) is defined %}\r\n {% set limit = i %}\r\n {% else %}\r\n {% set precondition = false %}\r\n {% endif %}\r\n {% endfor %}\r\n {% for index in 0..limit %}\r\n {% set respuesta=attribute(respuestasarray[preguntas[0].id]|json_decode,index) %}\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% if attribute(casoestudio[0].valor|json_decode|json_decode,index) is defined %}\r\n {% set cestudio=attribute(casoestudio[0].valor|json_decode|json_decode,index) %}\r\n {% else %}\r\n {% set cestudio=attribute(casoestudio[0].valor|json_decode|json_decode,0) %}\r\n {% endif %}\r\n {% endif %}\r\n <h4></h4>\r\n <section id=\"initial{{ index }}\" name=\"{{ index }}\">\r\n <div class=\"inner\">\r\n <div class=\"form-row photo \">\r\n <div class=\"form-holder sonata-ba-field sonata-ba-field-standard-natural\">\r\n\r\n <label for=\"photo{{ index }}\">{{ \'Photo\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiophoto{{ index }}\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiophoto{{ index }}\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.photo }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"photo{{ index }}\" name=\"photo[]\" placeholder=\"{{ \'Photo\'|trans({}) }}\" value=\"{{respuesta.photo }}\">\r\n </div>\r\n </div>\r\n <div class=\"form-row who \">\r\n <div class=\"form-holder sonata-ba-field sonata-ba-field-standard-natural\">\r\n <label for=\"who{{ index }}\">{{ \'Who?\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiowho{{ index }}\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiowho{{ index }}\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.who }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"who{{ index }}\" name=\"who[]\" placeholder=\"{{ \'Who?\'|trans({}) }}\" value=\"{{ respuesta.who }}\">\r\n </div>\r\n </div>\r\n <div class=\"form-row segment \">\r\n <div class=\"form-holder sonata-ba-field sonata-ba-field-standard-natural\">\r\n <label for=\"segment{{ index }}\">{{ \'Segment\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiosegment{{ index }}\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiosegment{{ index }}\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.segment }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"segment{{ index }}\" name=\"segment[]\" placeholder=\"{{ \'Segment\'|trans({}) }}\" value=\"{{ respuesta.segment }}\">\r\n </div>\r\n </div>\r\n {# Inicio repetible#}\r\n <div class=\"repetible\" id=\"formulariorepetible\">\r\n <div class=\"form-row order-of-stages\">\r\n <div class=\"form-holder\">\r\n <label for=\"order-of-stages{{ index }}\">{{ \'Order Stages\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioorder-of-stages{{ index }}\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioorder-of-stages{{ index }}\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ attribute(cestudio,\'order-of-stages\') }}</pre>\r\n </div>\r\n {% endif %}\r\n <select id=\"order-of-stages{{ index }}\" name=\"order-of-stages[]\" >\r\n <option value=\"1pre\"{% if attribute(respuesta,\'order-of-stages\')==\'1pre\' %} selected {% endif %}>{{ \'Pre\'|trans({}) }}</option>\r\n <option value=\"2during\"{% if attribute(respuesta,\'order-of-stages\')==\'2during\' %} selected {% endif %}>{{ \'During\'|trans({}) }}</option>\r\n <option value=\"3post\" {% if attribute(respuesta,\'order-of-stages\')==\'3post\' %} selected {% endif %}>{{ \'Post\'|trans({}) }}</option>\r\n </select>\r\n\r\n </div>\r\n </div>\r\n <div class=\"form-row stage \">\r\n <p>{{ \'Stages\'|trans({}) }}</p>\r\n <p>{{ \'What stages does your customer transit?\'|trans({}) }}</p>\r\n <div class=\"form-holder sonata-ba-field sonata-ba-field-standard-natural\">\r\n <label for=\"stage{{ index }}\">{{ \'Stage\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiostage{{ index }}\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiostage{{ index }}\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.stage }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"stage{{ index }}\" name=\"stage[]\" placeholder=\"{{ \'Stage\'|trans({}) }}\" value=\"{{ respuesta.stage }}\">\r\n </div>\r\n </div>\r\n <div class=\"form-row emotions \">\r\n <p>{{ \'Emotions\'|trans({}) }}</p>\r\n <p>{{ \'What emotions does your customer feel in each stage of the journey?\'|trans({}) }}</p>\r\n <div class=\"form-holder sonata-ba-field sonata-ba-field-standard-natural\">\r\n <label for=\"emotions{{ index }}\">{{ \'emotions\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioemotions{{ index }}\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioemotions{{ index }}\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.emotions }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"emotions{{ index }}\" name=\"emotions[]\" placeholder=\"{{ \'Emotions\'|trans({}) }}\" value=\"{{ respuesta.emotions }}\">\r\n </div>\r\n </div>\r\n <div class=\"form-row needs \">\r\n <p>{{ \'Needs & Thoughts\'|trans({}) }}</p>\r\n <p>{{ \'Which are the needs in each stage? Which thoughts arise in the process?\'|trans({}) }}</p>\r\n <div class=\"form-holder \">\r\n <label for=\"needs{{ index }}\">{{ \'Needs & Thoughts\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioneeds{{ index }}\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioneeds{{ index }}\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.needs }}</pre>\r\n </div>\r\n {% endif %}\r\n <textarea class=\"form-control\" id=\"needs{{ index }}\" name=\"needs[]\" rows=\"10\" placeholder=\"{{ \'Needs & Thoughts\'|trans({}) }}\">{{respuesta.needs }}</textarea>\r\n </div>\r\n </div>\r\n <div class=\"form-row points \">\r\n <p>{{ \'Touch Points & Channels\'|trans({}) }}</p>\r\n <p>{{ \'When do you interact with your customers? What channels do you use?\'|trans({}) }}</p>\r\n <div class=\"form-holder sonata-ba-field sonata-ba-field-standard-natural\">\r\n <label for=\"points{{ index }}\">{{ \'Touch Points & Channels\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiopoints{{ index }}\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiopoints{{ index }}\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.points }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"points{{ index }}\" name=\"points[]\" placeholder=\"{{ \'Touch Points & Channels\'|trans({}) }}\" value=\"{{ respuesta.points }}\">\r\n </div>\r\n </div>\r\n <div class=\"form-row experience \">\r\n <p>{{ \'How to provide a unique experience?\'|trans({}) }}</p>\r\n <p>{{ \'What actions could improve the customer\\\'s experiende in each of the stages?\'|trans({}) }}</p>\r\n <div class=\"form-holder\">\r\n <label for=\"experience{{ index }}\">{{ \'How to provide a unique experience?\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioexperience{{ index }}\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioexperience{{ index }}\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.experience }}</pre>\r\n </div>\r\n {% endif %}\r\n <textarea class=\"form-control\" id=\"experience{{ index }}\" name=\"experience[]\" rows=\"10\" placeholder=\"{{ \'How to provide a unique experience?\'|trans({}) }}\">{{ respuesta.experience }}</textarea>\r\n </div>\r\n </div>\r\n <div class=\"form-row provide \">\r\n <p>{{ \'What do we needs to provide?\'|trans({}) }}</p>\r\n <p>{{ \'What resources, knowledge and systems do you need to provide this experience?\'|trans({}) }}</p>\r\n <div class=\"form-holder\">\r\n <label for=\"provide{{ index }}\">{{ \'What do we needs to provide?\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioprovide{{ index }}\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioprovide{{ index }}\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.provide }}</pre>\r\n </div>\r\n {% endif %}\r\n <textarea class=\"form-control\" id=\"provide{{ index }}\" name=\"provide[]\" rows=\"10\" placeholder=\"{{ \'What do we needs to provide?\'|trans({}) }}\">{{ respuesta.provide }}</textarea>\r\n </div>\r\n </div>\r\n </div>\r\n <button type=\"button\" class=\"btn btn-info\" onclick=\"duplicate(parseInt($(\'section\').last().attr(\'id\').match(/\\d+/)))\">{{ \'Add +\'|trans({}) }}</button>\r\n <button type=\"button\" class=\"btn btn-warning\" onclick=\"remove()\">Remove -</button>\r\n </section>\r\n {% endfor %}\r\n {% else %}\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% set cestudio=attribute(casoestudio[0].valor|json_decode|json_decode,0) %}\r\n {% endif %}\r\n <h4></h4>\r\n <section id=\"initial0\">\r\n\r\n <div class=\"inner\">\r\n <div class=\"form-row photo \">\r\n <div class=\"form-holder sonata-ba-field sonata-ba-field-standard-natural\">\r\n <label for=\"photo0\">{{ \'Photo\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiophoto0\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiophoto0\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.photo }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"photo0\" name=\"photo[]\" placeholder=\"{{ \'Photo\'|trans({}) }}\">\r\n </div>\r\n </div>\r\n <div class=\"form-row who \">\r\n <div class=\"form-holder sonata-ba-field sonata-ba-field-standard-natural\">\r\n <label for=\"who0\">{{ \'Who?\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiowho0\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiowho0\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.who }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"who0\" name=\"who[]\" placeholder=\"{{ \'Who?\'|trans({}) }}\" >\r\n </div>\r\n </div>\r\n <div class=\"form-row segment \">\r\n <div class=\"form-holder sonata-ba-field sonata-ba-field-standard-natural\">\r\n <label for=\"segment0\">{{ \'Segment\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiosegment0\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiosegment0\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.segment }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"segment0\" name=\"segment[]\" placeholder=\"{{ \'Segment\'|trans({}) }}\">\r\n </div>\r\n </div>\r\n {# Inicio repetible#}\r\n <div class=\"repetible\" id=\"formulariorepetible\">\r\n <div class=\"form-row order-of-stages\">\r\n <div class=\"form-holder\">\r\n <label for=\"order-of-stages0\">{{ \'Order Stages\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioorder-of-stages0\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioorder-of-stages0\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ attribute(cestudio,\'order-of-stages\') }}</pre>\r\n </div>\r\n {% endif %}\r\n <select id=\"order-of-stages0\" name=\"order-of-stages[]\" >\r\n <option value=\"1pre\">{{ \'Pre\'|trans({}) }}</option>\r\n <option value=\"2during\">{{ \'During\'|trans({}) }}</option>\r\n <option value=\"3post\">{{ \'Post\'|trans({}) }}</option>\r\n </select>\r\n\r\n </div>\r\n </div>\r\n <div class=\"form-row stage \">\r\n <p>{{ \'Stages\'|trans({}) }}</p>\r\n <p>{{ \'What stages does your customer transit?\'|trans({}) }}</p>\r\n <div class=\"form-holder sonata-ba-field sonata-ba-field-standard-natural\">\r\n <label for=\"stage0\">{{ \'Stage\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiostage0\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiostage0\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.stage }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"stage0\" name=\"stage[]\" placeholder=\"{{ \'Stage\'|trans({}) }}\">\r\n </div>\r\n </div>\r\n <div class=\"form-row emotions \">\r\n <p>{{ \'Emotions\'|trans({}) }}</p>\r\n <p>{{ \'What emotions does your customer feel in each stage of the journey?\'|trans({}) }}</p>\r\n <div class=\"form-holder sonata-ba-field sonata-ba-field-standard-natural\">\r\n <label for=\"emotions0\">{{ \'emotions\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioemotions0\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioemotions0\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.emotions }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"emotions0\" name=\"emotions[]\" placeholder=\"{{ \'Emotions\'|trans({}) }}\">\r\n </div>\r\n </div>\r\n <div class=\"form-row needs \">\r\n <p>{{ \'Needs & Thoughts\'|trans({}) }}</p>\r\n <p>{{ \'Which are the needs in each stage? Which thoughts arise in the process?\'|trans({}) }}</p>\r\n <div class=\"form-holder \">\r\n <label for=\"needs0\">{{ \'Needs & Thoughts\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioneeds0\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioneeds0\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.needs }}</pre>\r\n </div>\r\n {% endif %}\r\n <textarea class=\"form-control\" id=\"needs0\" name=\"needs[]\" rows=\"10\" placeholder=\"{{ \'Needs & Thoughts\'|trans({}) }}\"></textarea>\r\n </div>\r\n </div>\r\n <div class=\"form-row points \">\r\n <p>{{ \'Touch Points & Channels\'|trans({}) }}</p>\r\n <p>{{ \'When do you interact with your customers? What channels do you use?\'|trans({}) }}</p>\r\n <div class=\"form-holder sonata-ba-field sonata-ba-field-standard-natural\">\r\n <label for=\"points0\">{{ \'Touch Points & Channels\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiopoints0\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiopoints0\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.points }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"points0\" name=\"points[]\" placeholder=\"{{ \'Touch Points & Channels\'|trans({}) }}\">\r\n </div>\r\n </div>\r\n <div class=\"form-row experience \">\r\n <p>{{ \'How to provide a unique experience?\'|trans({}) }}</p>\r\n <p>{{ \'What actions could improve the customer\\\'s experiende in each of the stages?\'|trans({}) }}</p>\r\n <div class=\"form-holder\">\r\n <label for=\"experience0\">{{ \'How to provide a unique experience?\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioexperience0\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioexperience0\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.experience }}</pre>\r\n </div>\r\n {% endif %}\r\n <textarea class=\"form-control\" id=\"experience0\" name=\"experience[]\" rows=\"10\" placeholder=\"{{ \'How to provide a unique experience?\'|trans({}) }}\"></textarea>\r\n </div>\r\n </div>\r\n <div class=\"form-row provide \">\r\n <p>{{ \'What do we needs to provide?\'|trans({}) }}</p>\r\n <p>{{ \'What resources, knowledge and systems do you need to provide this experience?\'|trans({}) }}</p>\r\n <div class=\"form-holder\">\r\n <label for=\"provide0\">{{ \'What do we needs to provide?\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioprovide0\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioprovide0\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.provide }}</pre>\r\n </div>\r\n {% endif %}\r\n <textarea class=\"form-control\" id=\"provide0\" name=\"provide[]\" rows=\"10\" placeholder=\"{{ \'What do we needs to provide?\'|trans({}) }}\"></textarea>\r\n </div>\r\n </div>\r\n\r\n </div>\r\n\r\n </div>\r\n <button type=\"button\" class=\"btn btn-info\" onclick=\"duplicate(parseInt($(\'section\').last().attr(\'id\').match(/\\d+/)))\">{{ \'Add +\'|trans({}) }}</button>\r\n <button type=\"button\" class=\"btn btn-warning\" onclick=\"remove()\">Remove -</button>\r\n </section>\r\n {% endif %}\r\n </form>\r\n <script>\r\n function remove(){\r\n var name= $(\'section.current\').attr(\'name\');\r\n if(name==0){\r\n alert(\'does not remove first section.\')\r\n }else{\r\n $(\"#wizard\").steps(\"previous\");\r\n $(\'#wizard\').steps(\'remove\', name);\r\n updateWizard();\r\n $(\"#wizard\").steps(\"previous\");\r\n $(\"#wizard\").steps(\"next\");\r\n }\r\n\r\n // $(\'section.current\').remove();\r\n\r\n\r\n }\r\n function duplicate(i){\r\n i++;\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% set cestudio=attribute(casoestudio[0].valor|json_decode|json_decode,0) %}\r\n {% endif %}\r\n var data= String.raw`<h4></h4>\r\n <section id=\"initial`+i+`\">\r\n <div class=\"inner\">\r\n <div class=\"form-row photo \">\r\n <div class=\"form-holder\">\r\n <label for=\"photo`+i+`\">{{ \'Photo\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiophoto`+i+`\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiophoto`+i+`\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.photo }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"photo`+i+`\" name=\"photo[]\" placeholder=\"{{ \'Photo\'|trans({}) }}\">\r\n </div>\r\n </div>\r\n <div class=\"form-row who \">\r\n <div class=\"form-holder sonata-ba-field sonata-ba-field-standard-natural\">\r\n <label for=\"who`+i+`\">{{ \'Who?\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiowho`+i+`\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiowho`+i+`\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.who }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"who`+i+`\" name=\"who[]\" placeholder=\"{{ \'Who?\'|trans({}) }}\" >\r\n </div>\r\n </div>\r\n <div class=\"form-row segment \">\r\n <div class=\"form-holder\">\r\n <label for=\"segment`+i+`\">{{ \'Segment\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiosegment`+i+`\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiosegment`+i+`\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.segment }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"segment`+i+`\" name=\"segment[]\" placeholder=\"{{ \'Segment\'|trans({}) }}\">\r\n </div>\r\n </div>\r\n {# Inicio repetible#}\r\n <div class=\"repetible\" id=\"formulariorepetible\">\r\n <div class=\"form-row order-of-stages\">\r\n <div class=\"form-holder\">\r\n <label for=\"order-of-stages`+i+`\">{{ \'Order Stages\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioorder-of-stages`+i+`\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioorder-of-stages`+i+`\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ attribute(cestudio,\'order-of-stages\') }}</pre>\r\n </div>\r\n {% endif %}\r\n <select id=\"order-of-stages`+i+`\" name=\"order-of-stages[]\" >\r\n <option value=\"1pre\">{{ \'Pre\'|trans({}) }}</option>\r\n <option value=\"2during\">{{ \'During\'|trans({}) }}</option>\r\n <option value=\"3post\">{{ \'Post\'|trans({}) }}</option>\r\n </select>\r\n </div>\r\n </div>\r\n <div class=\"form-row stage \">\r\n <p>{{ \'Stages\'|trans({}) }}</p>\r\n <p>{{ \'What stages does your customer transit?\'|trans({}) }}</p>\r\n <div class=\"form-holder\">\r\n <label for=\"stage`+i+`\">{{ \'Stage\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiostage`+i+`\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiostage`+i+`\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.stage }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"stage`+i+`\" name=\"stage[]\" placeholder=\"{{ \'Stage\'|trans({}) }}\">\r\n </div>\r\n </div>\r\n <div class=\"form-row emotions \">\r\n <p>{{ \'Emotions\'|trans({}) }}</p>\r\n <p>{{ \'What emotions does your customer feel in each stage of the journey?\'|trans({}) }}</p>\r\n <div class=\"form-holder\">\r\n <label for=\"emotions`+i+`\">{{ \'emotions\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioemotions`+i+`\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioemotions`+i+`\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.emotions }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"emotions`+i+`\" name=\"emotions[]\" placeholder=\"{{ \'Emotions\'|trans({}) }}\">\r\n </div>\r\n </div>\r\n <div class=\"form-row needs \">\r\n <p>{{ \'Needs & Thoughts\'|trans({}) }}</p>\r\n <p>{{ \'Which are the needs in each stage? Which thoughts arise in the process?\'|trans({}) }}</p>\r\n <div class=\"form-holder\">\r\n <label for=\"needs`+i+`\">{{ \'Needs & Thoughts\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioneeds`+i+`\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioneeds`+i+`\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.needs }}</pre>\r\n </div>\r\n {% endif %}\r\n <textarea class=\"form-control\" id=\"needs`+i+`\" name=\"needs[]\" rows=\"10\" placeholder=\"{{ \'Needs & Thoughts\'|trans({}) }}\"></textarea>\r\n </div>\r\n </div>\r\n <div class=\"form-row points \">\r\n <p>{{ \'Touch Points & Channels\'|trans({}) }}</p>\r\n <p>{{ \'When do you interact with your customers? What channels do you use?\'|trans({}) }}</p>\r\n <div class=\"form-holder\">\r\n <label for=\"points`+i+`\">{{ \'Touch Points & Channels\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudiopoints`+i+`\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudiopoints`+i+`\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.points }}</pre>\r\n </div>\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"points`+i+`\" name=\"points[]\" placeholder=\"{{ \'Touch Points & Channels\'|trans({}) }}\">\r\n </div>\r\n </div>\r\n <div class=\"form-row experience \">\r\n <p>{{ \'How to provide a unique experience?\'|trans({}) }}</p>\r\n <p>{{ \'What actions could improve the customer\\\'s experiende in each of the stages?\'|trans({}) }}</p>\r\n <div class=\"form-holder\">\r\n <label for=\"experience`+i+`\">{{ \'How to provide a unique experience?\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioexperience`+i+`\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioexperience`+i+`\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.experience }}</pre>\r\n </div>\r\n {% endif %}\r\n <textarea class=\"form-control\" id=\"experience`+i+`\" name=\"experience[]\" rows=\"10\" placeholder=\"{{ \'How to provide a unique experience?\'|trans({}) }}\"></textarea>\r\n </div>\r\n </div>\r\n <div class=\"form-row provide \">\r\n <p>{{ \'What do we needs to provide?\'|trans({}) }}</p>\r\n <p>{{ \'What resources, knowledge and systems do you need to provide this experience?\'|trans({}) }}</p>\r\n <div class=\"form-holder\">\r\n <label for=\"provide`+i+`\">{{ \'What do we needs to provide?\'|trans({}) }}</label>\r\n {% if cestudio is defined and cestudio is not empty %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudioprovide`+i+`\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudioprovide`+i+`\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ cestudio.provide }}</pre>\r\n </div>\r\n {% endif %}\r\n <textarea class=\"form-control\" id=\"provide`+i+`\" name=\"provide[]\" rows=\"10\" placeholder=\"{{ \'What do we needs to provide?\'|trans({}) }}\"></textarea>\r\n </div>\r\n </div>\r\n\r\n </div>\r\n\r\n </div>\r\n <button type=\"button\" class=\"btn btn-info\" onclick=\"duplicate(parseInt($(\'section\').last().attr(\'id\').match(/\\d+/)))\">{{ \'Add +\'|trans({}) }}</button>\r\n <button type=\"button\" class=\"btn btn-warning\" onclick=\"remove()\">Remove -</button>\r\n </section>`;\r\n updateWizard(data,i);\r\n }\r\n function updateWizard(data,i) {\r\n if (data !== undefined) {\r\n $(\'#wizard\').steps(\"add\", { title: \"\", content: data});\r\n }\r\n var steps=$(\'#wizard\').steps(\'getTotalSteps\');\r\n var styles=\'\';\r\n\r\n // for(var j=0;j<steps;j++){\r\n // if(j==0){\r\n // styles+=\".steps { height: 2px; position: absolute; width: calc(100% /\"+steps+\"); background: #b7b2ab; display: -webkit-inline-box; top: 30px; left: 50%; transform: translateX(-50%); } .steps ul { height: 2px; position: absolute; background: #333; width: calc(100% /\"+steps+\"); bottom: 0; left: 0; transition: all 0.3s ease; } .steps:before { content: \'1\'; color: #333; position: absolute; left: 0; bottom: 3px; font-size: 13px; font-family: \'Poppins-Regular\'; transition: all 0.3s ease; } .steps:after { content: \'\"+steps+\"\'; color: #333; position: absolute; right: 0; bottom: 3px; font-size: 13px; font-family: \'Poppins-Regular\'; }\";\r\n\r\n // }else if(j==(steps-1)){\r\n // styles+=\" .steps.step-\"+j+\" ul { width: 100%; transition: all 0.3s ease; } .steps.step-\"+j+\":before { content: \'\'; left: 100%; transition: all 0.1s ease; }\";\r\n // }else {\r\n // styles+=\".steps.step-\"+j+\" ul { width: calc(\"+j+\"*(100% /\"+steps+\")); transition: all 0.3s ease; } .steps.step-\"+j+\":before { content: \"+j+\"; left: calc(\"+j+\"*(100% /\"+steps+\")); transition: all 0.3s ease; }\";\r\n // }\r\n // }\r\n\r\n for(var j=0;j<steps;j++){\r\n if(j==0){\r\n\r\n styles+=\".steps { } .steps ul { } .steps:before { } .steps:after { }\";\r\n\r\n }else if(j==(steps-1)){\r\n\r\n styles+=\" .steps.step-\"+j+\" ul {width: 100%; transition: all 0.3s ease; } .steps.step-\"+j+\":before { content: \'\';left: 100%; transition: all 0.1s ease; }\";\r\n\r\n }else {\r\n\r\n styles+=\".steps.step-\"+j+\" ul { }.steps.step-\"+j+\":before { content: \"+j+\";left: calc(\"+j+\"*(100% /\"+steps+\"));transition: all 0.3s ease; }\";\r\n\r\n }\r\n }\r\n\r\n $( \"<style>\"+ styles+\"</style>\" ).appendTo( \"head\" );\r\n\r\n $(\"input.slider\").bootstrapSlider();\r\n $(\'select\').select2({\r\n allowClear: true,\r\n width: \'100%\'\r\n });\r\n if(i!==undefined) {\r\n $(\'#photo\' + i).val($(\'#photo\' + (i - 1)).val());\r\n $(\'<span id=\"elfinder_button\" class=\"btn btn-primary elfinder_button\" >{{ \'Search\'|trans({}) }}</span>\').insertAfter(\'#photo\' + i);\r\n $(\'#segment\' + i).val($(\'#segment\' + (i - 1)).val());\r\n $(\'#who\' + i).val($(\'#who\' + (i - 1)).val());\r\n }\r\n $(\'.elfinder_button\').on(\'click\',function(event) {\r\n $(\'#current\').val($(this).prev(\'input\').attr(\'id\'));\r\n\r\n event.preventDefault();\r\n $(\'<div id=\"editor\" />\').dialogelfinder({\r\n url: \'{{ path(\'ef_connect\', { \'instance\': \'default\', \'homeFolder\': app.user.id } ) }}\',\r\n lang: \'{{ app.request.attributes.get(\'_locale\') }}\',\r\n commandsOptions: {\r\n quicklook: {\r\n googleDocsMimes: [\'image/png\', \'image/tiff\', \'image/jpg\']\r\n }\r\n },\r\n getFileCallback: function(file) {\r\n $(\'#editor\').dialogelfinder(\'close\');\r\n $(\'#editor\').closest(\'.elfinder\').val(file.path);\r\n console.log(file.url);\r\n var x=$(\'#current\').val()\r\n $(\'#\'+x).val(file.url);\r\n }\r\n }).elfinder(\'instance\');\r\n });\r\n var name= $(\'section.current\').attr(\'name\');\r\n $(\"#wizard\").steps(\"next\");\r\n }\r\n </script>\r\n\r\n <button type=\"button\" class=\"btn btn-info\" onclick=\"duplicate(parseInt($(\'section\').last().attr(\'id\').match(/\\d+/)))\">{{ \'Add +\'|trans({}) }}</button>\r\n <button type=\"button\" class=\"btn btn-warning\" onclick=\"remove()\">Remove -</button>\r\n\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-18 09:44:08', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fmelfinder/css/elfinder.full.css\')}}\"></script>\r\n\r\n\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n body {\r\n padding-top: 60px;\r\n }\r\n .btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n }\r\n\r\n .btn-violet:hover,\r\n .btn-violet:focus,\r\n .btn-violet:active,\r\n .btn-violet.active,\r\n .open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n }\r\n\r\n .btn-violet:active,\r\n .btn-violet.active,\r\n .open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n }\r\n\r\n .btn-violet.disabled,\r\n .btn-violet[disabled],\r\n fieldset[disabled] .btn-violet,\r\n .btn-violet.disabled:hover,\r\n .btn-violet[disabled]:hover,\r\n fieldset[disabled] .btn-violet:hover,\r\n .btn-violet.disabled:focus,\r\n .btn-violet[disabled]:focus,\r\n fieldset[disabled] .btn-violet:focus,\r\n .btn-violet.disabled:active,\r\n .btn-violet[disabled]:active,\r\n fieldset[disabled] .btn-violet:active,\r\n .btn-violet.disabled.active,\r\n .btn-violet[disabled].active,\r\n fieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n }\r\n\r\n .btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n }\r\n .alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n }\r\n\r\n .alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n }\r\n\r\n .alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n }\r\n\r\n .alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n }\r\n\r\n\r\n .alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n }\r\n .alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n }\r\n .alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n }\r\n /*============ colors ========*/\r\n .alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n }\r\n\r\n .alert-white.alert-success .icon,\r\n .alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n }\r\n\r\n .alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n }\r\n\r\n .alert-white.alert-info .icon,\r\n .alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n }\r\n\r\n\r\n .alert-white.alert-warning .icon,\r\n .alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n }\r\n\r\n .alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n }\r\n\r\n .alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n }\r\n\r\n .alert-white.alert-danger .icon,\r\n .alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n }\r\n ul {\r\n padding: 0;\r\n margin: 0;\r\n list-style: none; }\r\n\r\n a {\r\n text-decoration: none; }\r\n\r\n textarea {\r\n resize: none; }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n /* ACTIONS */\r\n {% include \'gbc/stepactionscss.html.twig\' %}\r\n /* FIN ACTIONS */\r\n .steps .tablist .a .current-info{\r\n\r\n }\r\n .steps .tablist .a .number{\r\n\r\n }\r\n input[type=text]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n }\r\n .steps .tablist .a .current-info{\r\n \r\n }\r\n .steps .tablist .a .number{\r\n\r\n }\r\n .steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n }\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n /* display: none; */\r\n }\r\n .steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n }\r\n .steps > ul > li > a:hover{\r\n color: #007c44;\r\n }\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n {% if seccion.posicion == 1 %}\r\n .steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n }\r\n .steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n }\r\n .steps > ul > li{\r\n /* width: calc(100% /{{ loop.length }}); */\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n }\r\n .steps > ul > li.current{\r\n background: #00a65a;\r\n }\r\n .steps > ul > li:hover{\r\n background: #00a65a;\r\n }\r\n /* .steps:before {\r\n content: \"1\";\r\n color: #333;\r\n position: absolute;\r\n left: 0;\r\n bottom: 3px;\r\n font-size: 13px;\r\n font-family: \"Poppins-Regular\";\r\n transition: all 0.3s ease; }\r\n .steps:after {\r\n content: \"{{loop.length}}\";\r\n color: #333;\r\n position: absolute;\r\n right: 0;\r\n bottom: 3px;\r\n font-size: 13px;\r\n font-family: \"Poppins-Regular\"; } */\r\n\r\n .content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n \r\n }\r\n\r\n {% elseif seccion.posicion == loop.length %}\r\n\r\n .steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n .steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n {% else %}\r\n .steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n .steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n {% endif %}\r\n {% endfor %}\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n }\r\n\r\n .content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n }\r\n\r\n \r\n /* {% if tarea[0].SeccionesTareaId|length == 1 %}\r\n .steps{\r\n display: none;\r\n }\r\n {% endif %} */\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane{\r\n\r\n /* ESTILOS POPUP */\r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 80%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n /* FIN ESTILOS POPUP */\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n\r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n\r\n width: auto;\r\n height: 100%;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n {% include \'gbc/exerciseslinkcss.html.twig\' %}\r\n \r\n .casoestudiodiv{\r\n\r\n \r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fmelfinder/js/elfinder.min.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/jquery.steps.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/datepicker.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/datepicker.en.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/slider/bootstrap-slider.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n Element.prototype.getElementsByName = function (arg) {\r\n var returnList = [];\r\n (function BuildReturn(startPoint) {\r\n for (var child in startPoint) {\r\n if (startPoint[child].nodeType != 1) continue; //not an element\r\n if (startPoint[child].getAttribute(\"name\") == arg) returnList.push(startPoint[child]);\r\n if (startPoint[child].childNodes.length > 0) {\r\n BuildReturn(startPoint[child].childNodes);\r\n }\r\n }\r\n })(this.childNodes);\r\n return returnList;\r\n };\r\n $(\'select\').select2({\r\n allowClear: true,\r\n width: \'100%\'\r\n });\r\n {% set index = 0 %}\r\n {% if respuestasarray is not empty %}\r\n {% for index in 0..respuestasarray[preguntas[0].id]|length-1 %}\r\n $(\'<span id=\"elfinder_button\" class=\"btn btn-primary elfinder_button\" >{{ \'Search\'|trans({}) }}</span>\').insertAfter( \'#photo{{index}}\' );\r\n {% endfor %}\r\n {% else %}\r\n $(\'<span id=\"elfinder_button\" class=\"btn btn-primary elfinder_button\" >{{ \'Search\'|trans({}) }}</span>\').insertAfter( \'#photo0\' );\r\n\r\n{% endif %}\r\n\r\n //CREACIÓN PESTAÑAS GENERALES\r\n $(\"#wizard\").steps({\r\n headerTag: \"h4\",\r\n bodyTag: \"section\",\r\n transitionEffect: \"fade\",\r\n enableAllSteps: true,\r\n transitionEffectSpeed: 300,\r\n labels: {\r\n next: \"Next\",\r\n previous: \"Back\"\r\n },\r\n onFinished: function (event, currentIndex) {\r\n $(\"#wizard\").submit();\r\n },\r\n onStepChanging: function (event, currentIndex, newIndex) {\r\n {% set index = 0 %}\r\n {% if respuestasarray is not empty %}\r\n {% for index in 0..respuestasarray[preguntas[0].id]|length-1 %}\r\n $(\'#s2id_order-of-stages{{index}}\').remove();\r\n $(\'#order-of-stages{{index}}\').css(\'display\',\'block\');\r\n $(\'#order-of-stages{{index}}\').select2({\r\n allowClear: true,\r\n width: \'100%\'\r\n });\r\n if ( newIndex === {{index}} ) {\r\n $(\'.steps\').addClass(\'step-{{index + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{index + 1}}\');\r\n }\r\n {% endfor %}\r\n {% else %}\r\n if ( newIndex === 0) {\r\n $(\'.steps\').addClass(\'step-{{index + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{index + 1}}\');\r\n }\r\n {% endif %}\r\n return true;\r\n }\r\n });\r\n // Custom Jquery Steps\r\n $(\'.forward\').click(function(){\r\n $(\"#wizard\").steps(\'next\');\r\n });\r\n $(\'.backward\').click(function(){\r\n $(\"#wizard\").steps(\'previous\');\r\n });\r\n\r\n //FIN PESTAÑAS GENERALES\r\n\r\n //PESTAÑAS INTERNAS\r\n\r\n $(\"#formulariorepetible\").steps({\r\n headerTag: \"h4\",\r\n bodyTag: \"section\",\r\n transitionEffect: \"fade\",\r\n enableAllSteps: true,\r\n transitionEffectSpeed: 300,\r\n labels: {\r\n next: \"Next\",\r\n previous: \"Back\"\r\n },\r\n onFinished: function (event, currentIndex) {\r\n $(\"#formulariorepetible\").submit();\r\n },\r\n onStepChanging: function (event, currentIndex, newIndex) {\r\n {% set index = 0 %}\r\n {% if respuestasarray is not empty %}\r\n {% for index in 0..respuestasarray[preguntas[0].id]|length-1 %}\r\n $(\'#s2id_order-of-stages{{index}}\').remove();\r\n $(\'#order-of-stages{{index}}\').css(\'display\',\'block\');\r\n $(\'#order-of-stages{{index}}\').select2({\r\n allowClear: true,\r\n width: \'100%\'\r\n });\r\n\r\n if ( newIndex === {{index}} ) {\r\n $(\'.steps\').addClass(\'step-{{index + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{index + 1}}\');\r\n }\r\n {% endfor %}\r\n {% else %}\r\n if ( newIndex === 0) {\r\n $(\'.steps\').addClass(\'step-{{index + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{index + 1}}\');\r\n }\r\n {% endif %}\r\n return true;\r\n }\r\n });\r\n // Custom Jquery Steps\r\n $(\'.forward\').click(function(){\r\n $(\"#formulariorepetible\").steps(\'next\');\r\n });\r\n $(\'.backward\').click(function(){\r\n $(\"#formulariorepetible\").steps(\'previous\');\r\n });\r\n\r\n //FIN PESTAÑAS INTERNAS\r\n\r\n $(\'#s2id_order-of-stages0\').remove();\r\n $(\'#order-of-stages0\').css(\'display\',\'block\');\r\n $(\'#order-of-stages0\').select2({\r\n allowClear: true,\r\n width: \'100%\'\r\n });\r\n $(\'.elfinder_button\').on(\'click\',function(event) {\r\n $(\'#current\').val($(this).prev(\'input\').attr(\'id\'));\r\n\r\n event.preventDefault();\r\n $(\'<div id=\"editor\" />\').dialogelfinder({\r\n url: \'{{ path(\'ef_connect\', { \'instance\': \'default\', \'homeFolder\': app.user.id } ) }}\',\r\n lang: \'{{ app.request.attributes.get(\'_locale\') }}\',\r\n commandsOptions: {\r\n quicklook: {\r\n googleDocsMimes: [\'image/png\', \'image/tiff\', \'image/jpg\']\r\n }\r\n },\r\n getFileCallback: function(file) {\r\n $(\'#editor\').dialogelfinder(\'close\');\r\n $(\'#editor\').closest(\'.elfinder\').val(file.path);\r\n var x=$(\'#current\').val();\r\n $(\'#\'+x).val(file.url);\r\n }\r\n }).elfinder(\'instance\');\r\n });\r\n $( \'form\' ).submit(function( event ) {\r\n event.preventDefault();\r\n console.log(\"submit\");\r\n var exercise= document.getElementById(\'formulario\');\r\n var photo = exercise.getElementsByName(\'photo[]\');\r\n var who = exercise.getElementsByName(\'who[]\');\r\n var segment = exercise.getElementsByName(\'segment[]\');\r\n var order_of_stages = exercise.getElementsByName(\'order-of-stages[]\');\r\n var stage = exercise.getElementsByName(\'stage[]\');\r\n var emotions = exercise.getElementsByName(\'emotions[]\');\r\n var needs = exercise.getElementsByName(\'needs[]\');\r\n var points = exercise.getElementsByName(\'points[]\');\r\n var experience = exercise.getElementsByName(\'experience[]\');\r\n var provide = exercise.getElementsByName(\'provide[]\');\r\n\r\n var array= {};\r\n for (var i = 0; i <photo.length; i++) {\r\n var narray={};\r\n narray[\"photo\"]=photo[i].value;\r\n narray[\"who\"]=who[i].value;\r\n narray[\"segment\"]=segment[i].value;\r\n narray[\"order-of-stages\"]=order_of_stages[i].value;\r\n narray[\"stage\"]=stage[i].value;\r\n narray[\"emotions\"]=emotions[i].value;\r\n narray[\"needs\"]=needs[i].value;\r\n narray[\"points\"]=points[i].value;\r\n narray[\"experience\"]=experience[i].value;\r\n narray[\"provide\"]=provide[i].value;\r\n\r\n array[i]=narray;\r\n }\r\n if (array.length === 0) {\r\n $(\"#exercise12serial\").val(\'{}\');\r\n }else{\r\n $(\"#exercise12serial\").val(JSON.stringify(array));\r\n }\r\n this.submit();\r\n });\r\n });\r\n\r\n</script>\r\n<![endif]-->', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(4, 'Informe Step 2', 'admin/informe-step2.html.twig', '<div class=\"container\">\r\n {% set respuesta=[] %}\r\n {% set tareaanterior=0 %}\r\n {% set tareaanteriort=tarea[0] %}\r\n {% set tareacurrent=tarea[0] %}\r\n {% set array=[] %}\r\n\r\n {% for respuesta in respuestas %}\r\n {% set array= array|merge({(respuesta.preguntas.alias) : respuesta.valor }) %}\r\n {% endfor %}\r\n {% block exerciseslinks %}\r\n {% include \'gbc/exerciseslink.html.twig\' %}\r\n {% endblock exerciseslinks %}\r\n\r\n\r\n<div class=\"header-tarea\">\r\n\r\n <div class=\"avatar__container\">\r\n\r\n <a href=\"#\" class=\"avartar\"><img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\"></a>\r\n\r\n </div>\r\n\r\n <div class=\"titulo-tarea__container\">\r\n\r\n <h2>{{ tarea[0].nombre|trans({}) }}</h2>\r\n\r\n </div>\r\n\r\n <div class=\"desc-tarea__container\">\r\n\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n\r\n </div>\r\n\r\n <a class=\"btn btn-success btn-pdf\" href=\"{{ \'/uploads/\'~app.user.id~\'/\'~tarea[0].nombre ~\'.pdf\' }}\">{{\'Download PDF\'|trans({})}}</a>\r\n\r\n</div>\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% block nextprevsave %}\r\n {% include \'gbc/nextprevsave.html.twig\' %}\r\n {% endblock nextprevsave %}\r\n <section>\r\n\r\n\r\n <div class=\"informe__container informe-canvas\">\r\n\r\n <div class=\"informe__section section-1\">\r\n <h2>KEY STAKEHOLDERS</h2>\r\n <pre>\r\n <ul>\r\n {% if array is not empty and array[\'informeStep2KeyStakeholders\'] is defined %}\r\n {% for index in array[\'informeStep2KeyStakeholders\']|json_decode %}\r\n <li>{{index}}</li> \r\n {% endfor %}\r\n{% endif %}\r\n </ul>\r\n </pre>\r\n </div>\r\n\r\n <div class=\"informe__section section-2\">\r\n <h2>KEY ACTIVITIES & RESOURCES</h2>\r\n <h3>Activities</h3>\r\n{%if array[\'informeStep2KeyActivities\'] is defined %}\r\n <pre> {{ array[\'informeStep2KeyActivities\'] }} </pre>\r\n{% endif %}\r\n <h3>Resources</h3>\r\n{%if array[\'informeStep2KeyResources\'] is defined %}\r\n <pre> {{ array[\'informeStep2KeyResources\'] }} </pre>\r\n{% endif %}\r\n </div>\r\n\r\n <div class=\"informe__section section-3\">\r\n <h2>VALUE PROPOSITION</h2>\r\n{% if array[\'informeStep2ValueProposition\'] is defined %}\r\n \r\n {% for i in 0..array[\'informeStep2ValueProposition\']|json_decode|length %}\r\n <h3>\r\n \r\n {% if array[\'informeStep2ValuePropositionCustomerSegment\'] is defined and array[\'informeStep2ValuePropositionCustomerSegment\']|json_decode[loop.index-1] is defined %}\r\n {{ array[\'informeStep2ValuePropositionCustomerSegment\']|json_decode[loop.index-1]|join(\', \')}}\r\n {% endif %}\r\n </h3>\r\n {% if array[\'informeStep2ValueProposition\']|json_decode[loop.index-1] is defined %}\r\n <pre> {{ array[\'informeStep2ValueProposition\']|json_decode[loop.index-1] }} </pre>\r\n {% endif %}\r\n {% endfor %}\r\n \r\n{% endif %}\r\n </div>\r\n\r\n <div class=\"informe__section section-4\">\r\n <h2>CUSTOMER RELATIONSHIPS & CHANNELS</h2>\r\n <h3>Relationships</h3>\r\n{%if array[\'informeStep2CustomerRelationships\'] is defined %}\r\n <pre> {{ array[\'informeStep2CustomerRelationships\'] }}</pre>\r\n{% endif %}\r\n <h3>Channels</h3>\r\n{%if array[\'informeStep2CustomerChannels\'] is defined %}\r\n <pre> {{ array[\'informeStep2CustomerChannels\'] }}</pre>\r\n{% endif %}\r\n </div>\r\n\r\n <div class=\"informe__section section-5\">\r\n <h2>CUSTOMER SEGMENTS</h2>\r\n{%if array[\'informeStep2CustomerSegments\'] is defined %}\r\n <pre> {{ array[\'informeStep2CustomerSegments\'] }}</pre>\r\n{% endif %}\r\n </div>\r\n\r\n <div class=\"informe__section section-6\">\r\n <h2>COST STRUCTURE</h2>\r\n <h3>Fixed costs:</h3>\r\n{%if array[\'informeStep2CostStructureFixedCosts\'] is defined %}\r\n <pre> {{ array[\'informeStep2CostStructureFixedCosts\'] }}</pre>\r\n{% endif %}\r\n <h3>Variable costs:</h3>\r\n{%if array[\'informeStep2CostStructureVariableCosts\'] is defined %}\r\n <pre> {{ array[\'informeStep2CostStructureVariableCosts\'] }}</pre>\r\n{% endif %}\r\n <h3>Financing:</h3>\r\n{%if array[\'informeStep2CostStructureFinancing\'] is defined %}\r\n <pre> {{ array[\'informeStep2CostStructureFinancing\'] }}</pre>\r\n{% endif %}\r\n\r\n </div>\r\n\r\n <div class=\"informe__section section-7\">\r\n <h2>REVENUE STREAMS</h2>\r\n{%if array[\'informeStep2RevenueStreams\'] is defined %}\r\n <pre> {{ array[\'informeStep2RevenueStreams\'] }}</pre>\r\n{% endif %}\r\n </div>\r\n\r\n {# <div class=\"actions clearfix\">\r\n <ul role=\"menu\" aria-label=\"Pagination\">\r\n <li class=\"disabled\" aria-disabled=\"true\">\r\n <a href=\"#previous\" role=\"menuitem\">Back</a>\r\n </li>\r\n <li aria-hidden=\"true\" class=\"disabled\" aria-disabled=\"true\" style=\"display: none;\">\r\n <a href=\"#next\" role=\"menuitem\">Next</a>\r\n </li>\r\n <li aria-hidden=\"false\">\r\n <a href=\"#finish\" role=\"menuitem\">Finish</a>\r\n </li>\r\n </ul>\r\n </div> #}\r\n\r\n <div class=\"informe-actions actions clearfix\">\r\n <ul role=\"menu\" aria-label=\"Pagination\">\r\n <li aria-hidden=\"false\">\r\n <input type=\"submit\" value=\"Finish\">\r\n </li>\r\n </ul>\r\n </div>\r\n\r\n </div>\r\n\r\n </section>\r\n\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-20 12:02:55', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'bootstrap-datepicker/css/bootstrap-datepicker.min.css\') }}\" rel=\"stylesheet\"> \r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3-bootstrap4.css\')}}\" rel=\"stylesheet\">\r\n\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n\r\n/* ELEMENTOS COMUNES */\r\n\r\n /* ESTRUCTURA */\r\n\r\n body {\r\n padding-top: 50px;\r\n }\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n padding: 0;\r\n }\r\n\r\n .content-wrapper .content .container{\r\n\r\n padding: 0;\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n }\r\n\r\n /* FIN ESTRUCTURA */\r\n\r\n /* BASICOS */\r\n\r\n a {\r\n\r\n text-decoration: none;\r\n\r\n }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle; \r\n }\r\n\r\n ul {\r\n\r\n padding: 0;\r\n margin: 0;\r\n list-style: none;\r\n\r\n }\r\n\r\n input[type=text]{\r\n\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n\r\n }\r\n\r\n textarea {\r\n\r\n resize: none;\r\n\r\n }\r\n\r\n /* FIN BASICOS */\r\n\r\n {{ include(\'gbc/exerciseslinkcss.html.twig\')}}\r\n {{include(\'gbc/nextprevsavecss.html.twig\')}}\r\n\r\n /* HEADER TAREA */\r\n\r\n .header-tarea{\r\n\r\n /* background: azure; */\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container{\r\n\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container a{\r\n\r\n display: block;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container{\r\n\r\n margin-bottom: 7.5px;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container h2{\r\n\r\n margin: 0;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container{\r\n\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container h2{\r\n \r\n font-size: 25px;\r\n line-height: 30px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .header-tarea .desc-tarea__container h3{\r\n\r\n font-size: 20px;\r\n line-height: 25px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container p{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n\r\n /* FIN HEADER TAREA */\r\n\r\n /* RECURSOS */\r\n\r\n .recursos__container{\r\n\r\n margin-bottom: 45px;\r\n\r\n }\r\n\r\n /* BOTONES */\r\n\r\n .recursos__container > .nav{\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a:hover,\r\n .recursos__container > .nav > li > a:focus,\r\n .recursos__container > .nav > li > a:active,\r\n .recursos__container > .nav > li.active > a{\r\n\r\n font-weight: 500;\r\n\r\n }\r\n\r\n /* read-before */\r\n\r\n .recursos__container > .nav > li > a.btn-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-read-before:hover,\r\n .recursos__container > .nav > li > a.btn-read-before:focus,\r\n .recursos__container > .nav > li > a.btn-read-before:active,\r\n .recursos__container > .nav > li.active > a.btn-read-before{\r\n\r\n background: #118c53;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-read-before.disabled, .btn-read-before[disabled], fieldset[disabled] .btn-read-before, .btn-read-before.disabled:hover,\r\n .btn-read-before[disabled]:hover, fieldset[disabled] .btn-read-before:hover, .btn-read-before.disabled:focus, .btn-read-before[disabled]:focus,\r\n fieldset[disabled] .btn-read-before:focus, .btn-read-before.disabled:active, .btn-read-before[disabled]:active, fieldset[disabled] .btn-read-before:active,\r\n .btn-read-before.disabled.active, .btn-read-before[disabled].active, fieldset[disabled] .btn-read-before.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin read-before */\r\n\r\n /* tips */\r\n\r\n .recursos__container > .nav > li > a.btn-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-tips:hover,\r\n .recursos__container > .nav > li > a.btn-tips:focus,\r\n .recursos__container > .nav > li > a.btn-tips:active,\r\n .recursos__container > .nav > li.active > a.btn-tips{\r\n\r\n background: #3d0b7d;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-tips.disabled, .btn-tips[disabled], fieldset[disabled] .btn-tips, .btn-tips.disabled:hover,\r\n .btn-tips[disabled]:hover, fieldset[disabled] .btn-tips:hover, .btn-tips.disabled:focus, .btn-tips[disabled]:focus,\r\n fieldset[disabled] .btn-tips:focus, .btn-tips.disabled:active, .btn-tips[disabled]:active, fieldset[disabled] .btn-tips:active,\r\n .btn-tips.disabled.active, .btn-tips[disabled].active, fieldset[disabled] .btn-tips.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin tips */\r\n\r\n /* caso-estudio */\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n \r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio:hover,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:focus,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:active,\r\n .recursos__container > .nav > li.active > a.btn-caso-estudio{\r\n\r\n background: #287daf;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-caso-estudio.disabled, .btn-caso-estudio[disabled], fieldset[disabled] .btn-caso-estudio, .btn-caso-estudio.disabled:hover,\r\n .btn-caso-estudio[disabled]:hover, fieldset[disabled] .btn-caso-estudio:hover, .btn-caso-estudio.disabled:focus, .btn-caso-estudio[disabled]:focus,\r\n fieldset[disabled] .btn-caso-estudio:focus, .btn-caso-estudio.disabled:active, .btn-caso-estudio[disabled]:active, fieldset[disabled] .btn-caso-estudio:active,\r\n .btn-caso-estudio.disabled.active, .btn-caso-estudio[disabled].active, fieldset[disabled] .btn-caso-estudio.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin caso-estudio */\r\n\r\n /* FIN BOTONES */\r\n\r\n /* VENTANAS */\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane{\r\n \r\n background: #505050;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n \r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 75%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n \r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n \r\n display: none;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n \r\n width: auto;\r\n height: 100%;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > button{\r\n \r\n color: #fff;\r\n opacity: 1;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > h2{\r\n \r\n color: #fff;\r\n font-size: 2.7rem;\r\n line-height: 2.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > div > h3{\r\n \r\n color: #fff;\r\n font-size: 2rem;\r\n line-height: 2.4rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > p{\r\n \r\n color: #fff;\r\n font-size: 1.4rem;\r\n line-height: 2.2rem;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul{\r\n \r\n color: #fff;\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul > li{\r\n \r\n margin-bottom: 3px;\r\n \r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n\r\n }\r\n\r\n /* FIN VENTANAS */\r\n\r\n /* FIN RECURSOS */\r\n\r\n /* ACTIONS */\r\n\r\n .actions ul {\r\n\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n\r\n }\r\n\r\n .actions li a {\r\n\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333;\r\n\r\n }\r\n\r\n .actions li a:before {\r\n\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px;\r\n\r\n }\r\n\r\n .actions li a:hover {\r\n\r\n background: #4d4d4d; \r\n\r\n }\r\n\r\n .actions li:first-child a {\r\n\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; \r\n\r\n }\r\n\r\n .actions li:first-child a:before {\r\n\r\n content: \"\\f2ea\";\r\n right: 77px; \r\n\r\n }\r\n\r\n .actions li:first-child a:hover {\r\n\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff;\r\n\r\n }\r\n\r\n .actions li:last-child a {\r\n\r\n padding-left: 28px; \r\n\r\n }\r\n\r\n .actions li:last-child a:before {\r\n\r\n right: 27px;\r\n\r\n }\r\n\r\n .actions li[aria-disabled=\"true\"] a {\r\n\r\n opacity: 0;\r\n transition: all 1s; \r\n\r\n }\r\n\r\n /* FIN ACTIONS */\r\n\r\n /* PREGUNTAS */\r\n\r\n /* form-row */\r\n\r\n .wrappertest .content > section .inner{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row{\r\n\r\n \r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .form-holder{\r\n\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-preg100{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* fin form-row */\r\n\r\n /* inputs */\r\n\r\n .wrappertest .content > section .inner .form-row textarea{\r\n\r\n align-self: flex-end;\r\n margin: 0;\r\n flex: 1;\r\n\r\n }\r\n\r\n /* radio */\r\n \r\n .wrappertest .content > section .inner .form-row.gbc-radio .form-holder{\r\n\r\n display: block;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiodiv{\r\n\r\n display: none;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio label{\r\n\r\n display: inline-block;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n /* fin radio */\r\n\r\n .wrappertest .content > section .inner .form-row .select3-container{\r\n\r\n width: 100% !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .switch{\r\n\r\n margin: 0;\r\n margin-bottom: 25px;\r\n \r\n }\r\n\r\n /* fin inputs */\r\n\r\n /* titulos */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo{\r\n \r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_nombre{\r\n\r\n display: block;\r\n font-size: 1.6rem;\r\n line-height: 2rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .GBC-Step1 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #F2932E;}\r\n .GBC-Step2 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #94BD53;}\r\n .GBC-Step3 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #E4312B;}\r\n .GBC-Step4 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #B6866D;}\r\n .GBC-Step5 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #EE8367;}\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin titulos */\r\n\r\n /* casos estudio */\r\n\r\n .casoestudiobtn{\r\n\r\n background: #3c8dbc;\r\n color: #fff;\r\n font-size: 1.2rem;\r\n line-height: 1.2rem;\r\n border: none;\r\n padding: 10px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-bottom: 7.5px;\r\n align-self: flex-start;\r\n\r\n }\r\n\r\n .casoestudiodiv{\r\n\r\n \r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n /* fin casos estudio */\r\n\r\n /* ocultar elementos sin contenido */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiobtn.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiodiv.no-contenido{\r\n \r\n width: 0;\r\n height: 0;\r\n padding: 0;\r\n margin: 0;\r\n \r\n }\r\n \r\n /* fin ocultar elementos sin contenido */\r\n\r\n /* grupos de preguntas */\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group{\r\n\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n background: #fff;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group.gbc-preg100{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group .title{\r\n\r\n margin: 0;\r\n padding: 0;\r\n grid-column: 1 / 3;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n line-height: 2.5rem;\r\n color: #2d2d2d;\r\n border-bottom: solid 1px #2d2d2d;\r\n padding-bottom: 7.5px;\r\n\r\n }\r\n\r\n /* fin grupos de preguntas */\r\n\r\n /* FIN PREGUNTAS */\r\n\r\n/* FIN ELEMENTOS COMUNES */\r\n\r\n/* ELEMENTOS DE PLANTILLA */\r\n\r\n /* STEPS */\r\n\r\n .steps .tablist .a .current-info{\r\n \r\n }\r\n\r\n .steps .tablist .a .number{\r\n\r\n }\r\n\r\n .steps > ul > li.current > a > span.current-info{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a {\r\n\r\n color: #5d5d5d;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n }\r\n .steps > ul > li > a:hover{\r\n\r\n color: #464545;\r\n\r\n }\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n\r\n {% if seccion.posicion == 1 %}\r\n\r\n .steps {\r\n\r\n height: 2px;\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n /* margin-top: 30px; */\r\n margin-bottom: 75px;\r\n\r\n }\r\n\r\n .steps ul {\r\n\r\n height: 2px;\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n\r\n }\r\n\r\n .steps > ul > li{\r\n\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3.tab-activada{\r\n\r\n display: flex;\r\n\r\n }\r\n\r\n .steps > ul > li.current{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n .steps > ul > li:hover{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n\r\n {% elseif seccion.posicion == loop.length %}\r\n\r\n .steps.step-{{seccion.posicion }} ul {\r\n\r\n width: 100%;\r\n transition: all 0.3s ease;\r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; \r\n\r\n }\r\n\r\n {% else %}\r\n\r\n .steps.step-{{seccion.posicion}} ul {\r\n\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n \r\n }\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% if tarea[0].SeccionesTareaId|length == 1 %}\r\n\r\n .steps{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n {% endif %}\r\n\r\n .content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n }\r\n\r\n /* FIN STEPS */\r\n\r\n /* INFORME CANVAS */\r\n\r\n .informe__container{\r\n\r\n \r\n\r\n }\r\n \r\n .informe__section{\r\n \r\n /* background: #f5f5f5; */\r\n background: #fff;\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n margin-bottom: 15px;\r\n \r\n }\r\n \r\n .informe__section h2{\r\n \r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 7.5px;\r\n font-size: 1.5rem;\r\n font-weight: 700;\r\n border-bottom: solid 1px #505050;\r\n padding-bottom: 5px;\r\n color: #505050;\r\n \r\n }\r\n \r\n .informe__section h3{\r\n \r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 7.5px;\r\n font-size: 1.5rem;\r\n line-height: 1.8rem;\r\n font-weight: 700;\r\n color: #e64f00;\r\n \r\n }\r\n \r\n .informe__section pre{\r\n \r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 7.5px;\r\n background: none;\r\n border: none;\r\n border-radius: 0;\r\n white-space: pre-line;\r\n font-family: \'Source Sans Pro\',sans-serif;\r\n font-size: 1.4rem;\r\n line-height: 1.9rem;\r\n \r\n }\r\n \r\n .informe__section pre:last-child{\r\n \r\n margin: 0;\r\n \r\n }\r\n \r\n .informe-actions.actions{\r\n \r\n margin-top: 150px;\r\n display: none;\r\n \r\n }\r\n \r\n .informe-actions.actions input[type=\"submit\"]{\r\n \r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333;\r\n \r\n }\r\n\r\n @media (min-width: 768px) {\r\n\r\n .informe-canvas{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n grid-gap: 15px;\r\n \r\n }\r\n\r\n .informe-canvas .informe__section{\r\n\r\n margin: 0;\r\n\r\n display: flex;\r\n flex-direction: column;\r\n\r\n }\r\n\r\n /* .informe-canvas .informe__section h2{\r\n\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 7.5px;\r\n font-size: 1.5rem;\r\n font-weight: 700;\r\n border-bottom: solid 1px #505050;\r\n padding-bottom: 5px;\r\n color: #505050;\r\n\r\n } */\r\n\r\n /* .informe-canvas .informe__section pre{\r\n\r\n flex: 1;\r\n padding: 0;\r\n margin: 0;\r\n border: none;\r\n background: none;\r\n\r\n } */\r\n \r\n .informe-canvas .informe__section.section-1{\r\n \r\n grid-column: 1 / 3;\r\n \r\n }\r\n \r\n .informe-canvas .informe__section.section-2{\r\n \r\n grid-column: 3 / 5;\r\n \r\n }\r\n \r\n .informe-canvas .informe__section.section-3{\r\n \r\n grid-column: 5 / 7;\r\n \r\n }\r\n \r\n .informe-canvas .informe__section.section-4{\r\n \r\n grid-column: 7 / 9;\r\n \r\n }\r\n \r\n .informe-canvas .informe__section.section-5{\r\n \r\n grid-column: 9 / 11;\r\n \r\n }\r\n \r\n .informe-canvas .informe__section.section-6{\r\n \r\n grid-column: 1 / 6;\r\n \r\n }\r\n \r\n .informe-canvas .informe__section.section-7{\r\n \r\n grid-column: 6 / 11;\r\n \r\n }\r\n\r\n .btn-pdf{\r\n\r\n display: inline-flex;\r\n align-items: center;\r\n cursor: pointer;\r\n background: #333;\r\n height: auto;\r\n width: auto;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin: 0;\r\n\r\n }\r\n\r\n }\r\n\r\n /* FIN INFORME CANVAS */\r\n\r\n/* FIN ELEMENTOS DE PLANTILLA */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>', 'pdf/admin/informe-step2.html.twig', '{% set array=[] %}\r\n<style>\r\n h2 {\r\n text-align: center;\r\n font-size: 15px;\r\n font-weight: 700;\r\n /*border-bottom: solid 1px #505050;*/\r\n color: #505050;\"\r\n }\r\n h3{\r\n margin-top: 15px;\r\n padding-top: 15px;\r\n margin-bottom: 7.5px;\r\n font-size: 13px;\r\n line-height: 13px;\r\n font-weight: 700;\r\n color: #e64f00;\r\n }\r\n</style>\r\n{% for respuesta in respuestas %}\r\n {% set array= array|merge({(respuesta.preguntas.alias) : respuesta.valor }) %}\r\n{% endfor %}\r\n{#<h4><strong>{{ tarea.nombre|trans({}) }}</strong></h4>\r\n{{ tarea.descripcion|trans({})|raw }}#}\r\n\r\n<table cellspacing=\"0\" cellpadding=\"8\" border=\"1\">\r\n <tbody>\r\n <tr style=\"border-bottom: solid 1px #505050;\">\r\n <td colspan=\"2\"><h2>KEY STAKEHOLDERS</h2></td>\r\n <td colspan=\"2\"><h2>KEY ACTIVITIES & RESOURCES</h2></td>\r\n <td colspan=\"2\"><h2>VALUE PROPOSITION</h2></td>\r\n <td colspan=\"2\"><h2>CUSTOMER RELATIONSHIPS & CHANNELS</h2></td>\r\n <td colspan=\"2\"><h2>CUSTOMER SEGMENTS</h2></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"2\">\r\n <ul>\r\n {% if array is not empty and array[\'informeStep2KeyStakeholders\'] is defined %}\r\n {%for index in array[\'informeStep2KeyStakeholders\']|json_decode%}\r\n <li style=\"line-height: 15px;\">{{index}}</li> \r\n {%endfor%}\r\n {% endif %}\r\n </ul>\r\n </td>\r\n \r\n <td colspan=\"2\"><h3>\r\n Activities</h3>\r\n {%if array[\'informeStep2KeyActivities\'] is defined %}\r\n <pre> {{ array[\'informeStep2KeyActivities\'] }} </pre>\r\n {% endif %}\r\n <h3 >\r\n Resources</h3>\r\n {% if array[\'informeStep2KeyResources\'] is defined %}\r\n <pre> {{ array[\'informeStep2KeyResources\'] }} </pre>\r\n {% endif %}\r\n </td>\r\n <td colspan=\"2\">{% if array[\'informeStep2ValueProposition\'] is defined %}{% for i in 0..array[\'informeStep2ValueProposition\']|json_decode|length %}<h3>{% if array[\'informeStep2ValuePropositionCustomerSegment\'] is defined and array[\'informeStep2ValuePropositionCustomerSegment\']|json_decode[loop.index-1] is defined %}{{ array[\'informeStep2ValuePropositionCustomerSegment\']|json_decode[loop.index-1]|join(\', \')}}{% endif %} </h3>\r\n {% if array[\'informeStep2ValueProposition\']|json_decode[loop.index-1] is defined %}\r\n <pre> {{ array[\'informeStep2ValueProposition\']|json_decode[loop.index-1] }} </pre>\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n </td>\r\n <td colspan=\"2\"><h3>\r\n Relationships</h3>\r\n {%if array[\'informeStep2CustomerRelationships\'] is defined %}\r\n <pre> {{ array[\'informeStep2CustomerRelationships\'] }}</pre>\r\n {% endif %}\r\n <h3 >\r\n Channels</h3>\r\n {%if array[\'informeStep2CustomerChannels\'] is defined %}\r\n <pre> {{ array[\'informeStep2CustomerChannels\'] }}</pre>\r\n {% endif %}\r\n </td>\r\n <td colspan=\"2\">{% if array[\'informeStep2CustomerSegments\'] is defined %}<pre> {{ array[\'informeStep2CustomerSegments\'] }}</pre>{% endif %}</td>\r\n </tr>\r\n <tr>\r\n <td colspan=\"5\"><h2>COST STRUCTURE</h2></td>\r\n <td colspan=\"5\"><h2>REVENUE STREAMS</h2></td>\r\n </tr>\r\n <tr >\r\n <td colspan=\"5\"><h3 >Fixed costs:</h3>\r\n{%if array[\'informeStep2CostStructureFixedCosts\'] is defined %}\r\n <pre> {{ array[\'informeStep2CostStructureFixedCosts\'] }}</pre>\r\n{% endif %}\r\n <h3 >Variable costs:</h3>\r\n{%if array[\'informeStep2CostStructureVariableCosts\'] is defined %}\r\n <pre> {{ array[\'informeStep2CostStructureVariableCosts\'] }}</pre>\r\n{% endif %}\r\n <h3 >Financing:</h3>\r\n{%if array[\'informeStep2CostStructureFinancing\'] is defined %}\r\n <pre> {{ array[\'informeStep2CostStructureFinancing\'] }}</pre>\r\n{% endif %}</td>\r\n <td colspan=\"5\">{% if array[\'informeStep2RevenueStreams\'] is defined %}<pre> {{ array[\'informeStep2RevenueStreams\'] }}</pre>{% endif %}\r\n </td>\r\n </tr>\r\n </tbody>\r\n</table>', NULL, 'template', 'L', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(5, 'Eco-Design', 'admin/eco-design.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% endif %}\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 08:07:35', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n });\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL),
(6, 'informeEjercicio14', 'informeEjercicio14.html.twig', '<div class=\"container\">\r\n <ul class=\"exercises_links\">\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% for tarea in tareas %}\r\n {% set encontrada=false %}\r\n {% if not tarea.invisible %}\r\n {% for tusuario in tarea.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% set encontrada=true %}\r\n {% if tusuario.completada==true %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"completada\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':tarea.id}) }}\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% else %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"no-completada\" href=\"#\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% if encontrada==false %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"no-completada\" href=\"#\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n</ul>\r\n\r\n <a href=\"#\" class=\"avartar\">\r\n <img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\">\r\n </a>\r\n <h4><strong>{{ tarea[0].nombre|trans({}) }}</strong></h4>\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n\r\n {% block nextprevsave %}\r\n {% include \'gbc/nextprevsave.html.twig\' %}\r\n {% endblock nextprevsave %}\r\n\r\n <section>\r\n\r\n <div class=\"informeEx14__container\">\r\n\r\n {% set cards = [] %}\r\n\r\n {% for i in 1..8 %}\r\n\r\n {% set preguntas = [] %}\r\n\r\n {% for tarea in tareas %}\r\n\r\n {% if tarea.alias == \'exercise14-card\'~i %}\r\n\r\n {% for atributo in tarea.atributos %}\r\n\r\n {% for j in 1..5 %}\r\n\r\n {% if atributo.alias == \'ex14card\'~i~\'section3-3preg\'~j~\'0-10\' %}\r\n\r\n {% if atributo.respuestas is defined and atributo.respuestas is not null %}\r\n\r\n {% for respuesta in atributo.respuestas %}\r\n\r\n {% if respuesta.greenEntrepreneur.id==app.user.id and respuesta.valor is defined%}\r\n\r\n {% set preguntas = preguntas | merge ({(\'pregunta\'~j~\'0-initialscore\') : respuesta.valor | raw}) %}\r\n \r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% endif %}\r\n\r\n {% endif %}\r\n\r\n {% if atributo.alias == \'ex14card\'~i~\'section3-3preg\'~j~\'0-20\' %}\r\n\r\n {% if atributo.respuestas is defined and atributo.respuestas is not null %}\r\n\r\n {% for respuesta in atributo.respuestas %}\r\n\r\n {% if respuesta.greenEntrepreneur.id==app.user.id and respuesta.valor is defined%}\r\n\r\n {% set preguntas = preguntas | merge ({(\'pregunta\'~j~\'0-newscore\') : respuesta.valor | raw}) %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% endif %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% endfor %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% set cards = cards | merge ([preguntas]) %}\r\n\r\n {% endfor %}\r\n\r\n {% set informeTotalScore = 0 %}\r\n\r\n {% for i in 1..8 %}\r\n\r\n {% for tarea in tareas %}\r\n\r\n {% if tarea.alias == \'exercise14-card\'~i %}\r\n\r\n <div class=\"tarea\">\r\n\r\n <h2 style=\"min-height: 20vh;\">\r\n <a id=\"link-{{ tarea.alias }}\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':tarea.id, \'ejercicio14informe\':\'si\'}) }}\" style=\"width: 5vw;vertical-align:bottom;\"><img src=\"/images/card{{i}}.png\">\r\n <!--{{tarea.descripcion | raw}}-->\r\n </a>\r\n </h2>\r\n\r\n {% for atributo in tarea.atributos %}\r\n\r\n {% for j in 1..5 %}\r\n\r\n {% if atributo.alias == \'ex14card\'~i~\'section3-3preg\'~j~\'0-label\' %}\r\n {% if atributo.respuestas is defined and atributo.respuestas is not null %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id and respuesta.preguntas.nombre is defined%}\r\n <div class=\"pregunta\">\r\n <p class=\"pregunta-nombre\">{{respuesta.preguntas.nombre | striptags}}</p>\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endif %}\r\n\r\n {% if atributo.alias == \'ex14card\'~i~\'section3-3preg\'~j~\'0-10\' %}\r\n\r\n {% set initialScore = (cards[(i-1)][(\'pregunta\'~j~\'0-initialscore\')]) %}\r\n {% set newScore = (cards[(i-1)][(\'pregunta\'~j~\'0-newscore\')]) %}\r\n\r\n {% if newScore is empty %}\r\n\r\n <p class=\"pregunta-valor initial score\"> {{ initialScore|number_format }}</p>\r\n </div>\r\n\r\n {% set informeTotalScore = informeTotalScore + initialScore | number_format %}\r\n\r\n {% else %}\r\n\r\n <p class=\"pregunta-valor new score\">{{ newScore }}</p>\r\n </div>\r\n\r\n {% set informeTotalScore = informeTotalScore + newScore | number_format %}\r\n\r\n {% endif %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n <div class=\"informeEx14__total-score\">\r\n <p class=\"total-score-label\">YOUR TOTAL SCORE:</p>\r\n <p class=\"total-score-score\"> {{informeTotalScore}}</p>\r\n </div>\r\n\r\n <div class=\"informe-actions actions clearfix\">\r\n <ul role=\"menu\" aria-label=\"Pagination\">\r\n <li aria-hidden=\"false\">\r\n {# <input type=\"submit\" value=\"Finish\"> #}\r\n </li>\r\n </ul>\r\n </div>\r\n \r\n </section>\r\n\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 13:55:13', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n body {\r\n padding-top: 60px;\r\n }\r\n .btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n }\r\n input[type=text]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n }\r\n .btn-violet:hover,\r\n .btn-violet:focus,\r\n .btn-violet:active,\r\n .btn-violet.active,\r\n .open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n }\r\n\r\n .btn-violet:active,\r\n .btn-violet.active,\r\n .open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n }\r\n\r\n .btn-violet.disabled,\r\n .btn-violet[disabled],\r\n fieldset[disabled] .btn-violet,\r\n .btn-violet.disabled:hover,\r\n .btn-violet[disabled]:hover,\r\n fieldset[disabled] .btn-violet:hover,\r\n .btn-violet.disabled:focus,\r\n .btn-violet[disabled]:focus,\r\n fieldset[disabled] .btn-violet:focus,\r\n .btn-violet.disabled:active,\r\n .btn-violet[disabled]:active,\r\n fieldset[disabled] .btn-violet:active,\r\n .btn-violet.disabled.active,\r\n .btn-violet[disabled].active,\r\n fieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n }\r\n\r\n .btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n }\r\n .alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n }\r\n\r\n .alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n }\r\n\r\n .alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n }\r\n\r\n .alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n }\r\n\r\n\r\n .alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n }\r\n .alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n }\r\n .alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n }\r\n /*============ colors ========*/\r\n .alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n }\r\n\r\n .alert-white.alert-success .icon,\r\n .alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n }\r\n\r\n .alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n }\r\n\r\n .alert-white.alert-info .icon,\r\n .alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n }\r\n\r\n\r\n .alert-white.alert-warning .icon,\r\n .alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n }\r\n\r\n .alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n }\r\n\r\n .alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n }\r\n\r\n .alert-white.alert-danger .icon,\r\n .alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n }\r\n ul {\r\n padding: 0;\r\n margin: 0;\r\n list-style: none; }\r\n\r\n a {\r\n text-decoration: none; }\r\n\r\n textarea {\r\n resize: none; }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n .actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n }\r\n .actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n .actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n .actions li a:hover {\r\n background: #4d4d4d; }\r\n .actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n .actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n .actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n .actions li:last-child a {\r\n padding-left: 28px; }\r\n .actions li:last-child a:before {\r\n right: 27px; }\r\n .actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n .steps .tablist .a .current-info{\r\n \r\n }\r\n .steps .tablist .a .number{\r\n\r\n }\r\n .steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n }\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n color: #00a65a;\r\n font-size: 20px;\r\n }\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n {% if seccion.posicion == 1 %}\r\n .steps {\r\n height: 2px;\r\n position: absolute;\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n }\r\n .steps ul {\r\n height: 2px;\r\n position: absolute;\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n }\r\n .steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n }\r\n .steps > ul > li.current{\r\n background: #00a65a;\r\n }\r\n /* .steps:before {\r\n content: \"1\";\r\n color: #333;\r\n position: absolute;\r\n left: 0;\r\n bottom: 3px;\r\n font-size: 13px;\r\n font-family: \"Poppins-Regular\";\r\n transition: all 0.3s ease; }\r\n .steps:after {\r\n content: \"{{loop.length}}\";\r\n color: #333;\r\n position: absolute;\r\n right: 0;\r\n bottom: 3px;\r\n font-size: 13px;\r\n font-family: \"Poppins-Regular\"; } */\r\n {% elseif seccion.posicion == loop.length %}\r\n\r\n .steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n .steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n {% else %}\r\n .steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n .steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n {% endif %}\r\n {% endfor %}\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n }\r\n\r\n /* ESTILOS DE INFORMES */\r\n\r\n .informe__container{\r\n\r\n /* display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n grid-gap: 5px;\r\n background: #424242;\r\n padding: 5px; */\r\n\r\n }\r\n\r\n .informe__section{\r\n\r\n background: #f5f5f5;\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .informe__section h2{\r\n\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 7.5px;\r\n font-size: 2rem;\r\n\r\n }\r\n\r\n .informe__section h3{\r\n\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 7.5px;\r\n font-size: 1.8rem;\r\n\r\n }\r\n\r\n .informe__section pre{\r\n\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 7.5px;\r\n background: none;\r\n border: none;\r\n border-radius: 0;\r\n white-space: pre-line;\r\n background: #eaeaea;\r\n padding: 15px;\r\n border: solid 1px #b9b9b9;\r\n font-family: \'Source Sans Pro\',sans-serif;\r\n\r\n }\r\n\r\n .informe__section pre:last-child{\r\n\r\n margin: 0;\r\n\r\n }\r\n\r\n /* .informe__section.section-1{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n .informe__section.section-2{\r\n\r\n grid-column: 3 / 5;\r\n\r\n }\r\n\r\n .informe__section.section-3{\r\n\r\n grid-column: 5 / 7;\r\n\r\n }\r\n\r\n .informe__section.section-4{\r\n\r\n grid-column: 7 / 9;\r\n\r\n }\r\n\r\n .informe__section.section-5{\r\n\r\n grid-column: 9 / 11;\r\n\r\n }\r\n\r\n .informe__section.section-6{\r\n\r\n grid-column: 1 / 6;\r\n\r\n }\r\n\r\n .informe__section.section-7{\r\n\r\n grid-column: 6 / 11;\r\n\r\n } */\r\n\r\n .informe-actions.actions{\r\n\r\n margin-top: 150px;\r\n\r\n }\r\n\r\n .informe-actions.actions input[type=\"submit\"]{\r\n\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333;\r\n\r\n }\r\n\r\n /* FIN ESTILO INFORMES */\r\n\r\n .content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane{\r\n\r\n /* ESTILOS POPUP */\r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 80%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n /* FIN ESTILOS POPUP */\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n\r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n\r\n width: auto;\r\n height: 100%;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n\r\n .exercises_links{\r\n\r\n display: flex;\r\n flex-wrap: wrap;\r\n /* border: solid 1px #e74e00; */\r\n /* background: #FFF; */\r\n /* padding: 5px; */\r\n /* justify-content: center;\r\n align-items: center; */\r\n\r\n margin-bottom: 30px;\r\n\r\n position: absolute;\r\n top: -160px;\r\n\r\n }\r\n\r\n .exercises_links > li{\r\n\r\n\r\n\r\n }\r\n\r\n .exercises_links > li > a{\r\n\r\n font-size: 13px;\r\n font-weight: 700;\r\n display: block;\r\n /* width: 50px; */\r\n /* height: 40px; */\r\n min-width: 50px;\r\n min-height: 40px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n\r\n /* border: solid 2px #e74e00; */\r\n border: solid 2px #888888;\r\n border-bottom: solid 5px #888888;\r\n\r\n /* background: #f9f9f9;\r\n color: #e74e00; */\r\n \r\n background: #FFF;\r\n /* background: #ea7031; */\r\n color: #505050;\r\n /* color: #f9f9f9; */\r\n padding: 0 15px;\r\n\r\n }\r\n\r\n .exercises_links > li > a.no-completada{\r\n\r\n background: #d8d8d8;\r\n color: #989898;\r\n border: none;\r\n cursor: default;\r\n\r\n }\r\n\r\n .exercises_links > li > a:not(.no-completada):hover{\r\n\r\n background: #505050;\r\n color: #fff;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a{\r\n\r\n border-color: #F2932E;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a:not(.no-completada):hover{\r\n\r\n background: #F2932E;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a{\r\n\r\n border-color: #94BD53;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a:not(.no-completada):hover{\r\n\r\n background: #94BD53;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a{\r\n\r\n border-color: #E4312B;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a:not(.no-completada):hover{\r\n\r\n background: #E4312B;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a{\r\n\r\n border-color: #B6866D;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a:not(.no-completada):hover{\r\n\r\n background: #B6866D;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a{\r\n\r\n border-color: #EE8367;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a:not(.no-completada):hover{\r\n\r\n background: #EE8367;\r\n\r\n }\r\n\r\n /* .exercises_links > li:hover{\r\n\r\n background: #e74e00;\r\n\r\n }\r\n\r\n .exercises_links > li:hover > a{\r\n\r\n color: #FFF;\r\n\r\n } */\r\n\r\n .casoestudiodiv{\r\n\r\n \r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n /* INFORME 14 */\r\n\r\n .informeEx14__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(8, 1fr);\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .informeEx14__container .tarea{\r\n\r\n background: white;\r\n padding: 7.5px;\r\n\r\n }\r\n\r\n .informeEx14__container .tarea h2{\r\n\r\n /* background: red; */\r\n padding: 0;\r\n margin: 0;\r\n height: 60px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n }\r\n\r\n .informeEx14__container .tarea h2 p{\r\n\r\n font-size: 1.2rem;\r\n padding: 0;\r\n margin: 0;\r\n text-align: center;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n .informeEx14__container .tarea .pregunta{\r\n\r\n background: #f3f3f3;\r\n display: grid;\r\n margin: 7.5px 0;\r\n height: 60px;\r\n padding: 5px;\r\n\r\n }\r\n\r\n .informeEx14__container .tarea .pregunta:last-child{\r\n\r\n margin-bottom: 0;\r\n\r\n }\r\n\r\n .informeEx14__container .tarea .pregunta .pregunta-nombre{\r\n\r\n font-size: 1rem;\r\n padding: 0;\r\n margin: 0;\r\n grid-area: 1 / 1 / 2 / 2;\r\n opacity: 0.5;\r\n text-align: center;\r\n justify-self: center;\r\n align-self: center;\r\n\r\n }\r\n\r\n .informeEx14__container .tarea .pregunta .pregunta-valor{\r\n\r\n font-size: 1rem;\r\n padding: 0;\r\n margin: 0;\r\n grid-area: 1 / 1 / 2 / 2;\r\n justify-self: flex-end;\r\n align-self: flex-start;\r\n background: rgba(0,0,0,0.75);\r\n color: white;\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n border-radius: 50%;\r\n\r\n }\r\n\r\n .informeEx14__total-score{\r\n\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n padding: 15px;\r\n margin: 15px 0;\r\n background: white;\r\n flex-direction: column;\r\n\r\n }\r\n\r\n .informeEx14__total-score p{\r\n\r\n padding: 0;\r\n margin: 0;\r\n font-size: 2rem;\r\n font-weight: 700;\r\n \r\n\r\n }\r\n\r\n .informeEx14__total-score .total-score-label{\r\n\r\n\r\n }\r\n\r\n .informeEx14__total-score .total-score-score{\r\n\r\n font-size: 3rem;\r\n color: #ff5e0c;\r\n }\r\n\r\n /* FIN INFORME 14 */\r\n\r\n /* EXERCISE-BTN-MOVES-GROUP */\r\n\r\n {% include \'gbc/nextprevsavecss.html.twig\' %}\r\n\r\n /* FIN EXERCISE-BTN-MOVES-GROUP */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{parent() }}', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(7, 'informeEjercicio12', 'informeEjercicio12.html.twig', '{% set tareaanterior=0 %}\r\n{% set tareacurrent=tarea[0] %}\r\n{% set respuestasjson=[] %}\r\n{% set respuestasinternal=[] %}\r\n{% set tarea12 = \"\" %}\r\n<div class=\"container\">\r\n<ul class=\"exercises_links\">\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% for tarea in tareas %}\r\n {% set encontrada=false %}\r\n {% if not tarea.invisible %}\r\n {% for tusuario in tarea.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% set encontrada=true %}\r\n {% if tusuario.completada==true %}\r\n {% if tarea.position< tareacurrent.position %}\r\n {% set tareaanterior=tarea %}\r\n {% endif %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"completada\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':tarea.id}) }}\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% else %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"no-completada\" href=\"#\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% endif %}\r\n \r\n {#coger respuestas de tarea12nueva #}\r\n {% if tarea.alias==\'exercise12n\' %}\r\n {% set tarea12=tarea.id%}\r\n {% set temp=[] %}\r\n {% for atributo in tarea.atributos%}\r\n {% set count=0 %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id%}\r\n {# imitar serializado del anterior #}\r\n {% set count=0 %}\r\n {% set respuestasinternal=respuestasinternal|merge({(atributo.alias): respuesta.valor|json_decode }) %}\r\n\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {# set respuestasjson=respuestasjson|merge({ (loop.index) : temp}) #}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% if encontrada==false %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"no-completada\" href=\"#\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n </ul>\r\n\r\n\r\n\r\n<div class=\"header-tarea\">\r\n\r\n <div class=\"avatar__container\">\r\n\r\n <a href=\"#\" class=\"avartar\"><img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\"></a>\r\n\r\n </div>\r\n\r\n <div class=\"titulo-tarea__container\">\r\n\r\n <h2>{{ tarea[0].nombre|trans({}) }}</h2>\r\n\r\n </div>\r\n\r\n <div class=\"desc-tarea__container\">\r\n\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n\r\n </div>\r\n\r\n</div>\r\n \r\n\r\n \r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n <input type=\"hidden\" id=\"exercise12resumenserial\" name=\"exercise12resumenserial\" value=\'{% if respuestas is not empty %}{{ respuestasarray[preguntas[0].id] }}{% endif %}\'>\r\n \r\n {% block nextprevsave %}\r\n {% include \'gbc/nextprevsave.html.twig\' %}\r\n {% endblock nextprevsave %}\r\n \r\n {% if respuestasarray is not empty %}\r\n {% set sectioncheck=[] %}\r\n {% set respuestasjson=respuestasarray[preguntas[0].id]|json_decode %}\r\n{# {{ dump(respuestasjson) }}#}\r\n {% set contador=[]%}\r\n {% if respuestasinternal[\'ex12n_customers\'] is defined %}\r\n {% for temp in respuestasinternal[\'ex12n_customers\'] %}\r\n {% set idcustomer=temp|split(\'-\')|last %}\r\n {% set respuesta={\'photo\': respuestasinternal[\'ex12n_photo\'][idcustomer], \r\n \'who\': respuestasinternal[\'ex12n_who\'][idcustomer],\r\n \'segment\': respuestasinternal[\'ex12n_segment\'][idcustomer],\r\n \'needs\': respuestasinternal[\'ex12n_needs\'][loop.index-1],\r\n \'points\': respuestasinternal[\'ex12n_touch_points\'][loop.index-1],\r\n \'provide\': respuestasinternal[\'ex12n_needs_provide\'][loop.index-1],\r\n \'emotions\': \'&#\'~respuestasinternal[\'ex12n_emotions\'][loop.index-1]~\';\',\r\n \'order-of-stages\': respuestasinternal[\'ex12n_order_stages\'][loop.index-1],\r\n \'stage\': respuestasinternal[\'ex12n_stage\'][loop.index-1],\r\n \'experience\': respuestasinternal[\'ex12n_how_provide\'][loop.index-1] \r\n } %}\r\n \r\n {% set hash=respuesta.who~respuesta.segment %}\r\n {% set hash=hash|md5 %}\r\n {% if hash not in sectioncheck %}\r\n {% set contador=contador|merge({ (hash) : 2}) %}\r\n\r\n <h4>{{ respuesta[\'who\'] }} - {{ respuesta[\'segment\'] }}</h4>\r\n <section>\r\n\r\n <div class=\"ex-12-informe-boton-atras__container\">\r\n <a href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':tarea12}) }}\">Volver al ejercicio 12</a>\r\n </div>\r\n\r\n <div class=\"informeEx12__datos\">\r\n\r\n {% if respuesta[\'photo\'] is defined and respuesta[\'photo\'] is not empty %}\r\n <img src=\"{{respuesta[\'photo\'] }}\">\r\n {% endif %}\r\n <p class=\"titulo\">{{ \'Who?\'|trans({}) }}</p>\r\n <p class=\"respuesta\">{{ respuesta[\'who\'] }}</p>\r\n <p class=\"titulo\">{{ \'Segment?\'|trans({}) }}</p>\r\n <p class=\"respuesta\">{{ respuesta[\'segment\'] }}</p>\r\n </div>\r\n {% set sectioncheck=sectioncheck|merge({(loop.index) : hash}) %}\r\n <div class=\"informeEx12__container\">\r\n <div class=\"{{ hash }} fila emotions\">\r\n <div class=\"columna head emotions\">\r\n <p class=\"titulo\">{{ \'Emotion\'|trans({}) }}</p>\r\n <p class=\"descripcion\">{{ \'What emotion does your customer feel in each stage of the journey?\'|trans({})}}</p>\r\n </div>\r\n\r\n <div class=\"columna respuesta\">\r\n <p style=\"font-size:50px\">{{respuesta.emotions|raw}}</p>\r\n </div>\r\n </div>\r\n <div class=\"{{ hash }} fila needs\">\r\n <div class=\"columna head needs\">\r\n <p class=\"titulo\">{{ \'Needs and thoughts\'|trans({}) }}</p>\r\n <p class=\"descripcion\">{{ \'Which are the needs in each stage? Which thoughts arise in the process?\'|trans({}) }}</p>\r\n </div>\r\n <div class=\"columna respuesta\">\r\n <p>{{respuesta.needs}}</p>\r\n </div>\r\n </div>\r\n <div class=\"{{ hash }} fila points\">\r\n <div class=\"columna head points\">\r\n <p class=\"titulo\">{{ \'Touch points and channels\'|trans({}) }}</p>\r\n <p class=\"descripcion\">{{ \'When do you interact with your customers? What channels do you use?\'|trans({}) }}</p>\r\n </div>\r\n <div class=\"columna respuesta\">\r\n <p>{{respuesta.points}}</p>\r\n </div>\r\n </div>\r\n <div class=\"{{ hash }} fila stage\">\r\n <div class=\"columna head stage\">\r\n <p class=\"titulo\">{{ \'Stages\'|trans({}) }}</p>\r\n <p class=\"descripcion\">{{ \'What stages does your customer transits?\'|trans({}) }}</p>\r\n </div>\r\n <div class=\"columna respuesta\">\r\n <p>{{respuesta.stage}}</p>\r\n </div>\r\n </div>\r\n <div class=\"{{ hash }} fila experience\">\r\n <div class=\"columna head experience\">\r\n <p class=\"titulo\">{{ \'How to provide a unique experience\'|trans({}) }}</p>\r\n <p class=\"descripcion\">{{ \'What actions could improve the customer’s experience in each of the stages?\'|trans({}) }}</p>\r\n </div>\r\n <div class=\"columna respuesta\">\r\n <p>{{respuesta.experience}}</p>\r\n </div>\r\n </div>\r\n <div class=\"{{ hash }} fila provide\">\r\n <div class=\"columna head provide\">\r\n <p class=\"titulo\">{{ \'What do we need to provide it?\'|trans({}) }}</p>\r\n <p class=\"descripcion\">{{ \'What resources, knowledge and systems do you need to provide this experience?\'|trans({}) }}</p>\r\n </div>\r\n <div class=\"columna respuesta\"><p>{{respuesta.provide}}</p></div>\r\n </div>\r\n <div class=\"{{ hash }} fila etapas order-of-stages\">\r\n <div class=\"columna head order-of-stages\"></div>\r\n <div class=\"columna respuesta\">\r\n <p>{{attribute(respuesta,\'order-of-stages\')}}{# if attribute(respuesta,\'order-of-stages\')==\'1pre\' %}PRE{% elseif attribute(respuesta,\'order-of-stages\')==\'2during\' %}DURING{% else %}POST{% endif #}</p>\r\n </div>\r\n </div>\r\n </div>\r\n </section>\r\n {% else %}\r\n {% set cont=contador[hash]+1 %}\r\n {% set contador=contador|merge({ (hash) : cont}) %}\r\n <script>\r\n if($(\".{{ hash }}.fila.emotions > div\").length < {{ contador[hash] }}){\r\n console.log(\'{{ respuesta.who~respuesta.segment }}\');\r\n $(\"<div class=\\\"columna respuesta\\\"><p style=\\\"font-size:50px\\\">{{ respuesta.emotions|raw }}</p></div>\").appendTo(\".{{ hash }}.fila.emotions\");\r\n $(\"<div class=\\\"columna respuesta\\\"><p>{{ respuesta.needs }}</p></div>\").appendTo(\".{{ hash }}.fila.needs\");\r\n $(\"<div class=\\\"columna respuesta\\\"><p>{{ respuesta.points }}</p></div>\").appendTo(\".{{ hash }}.fila.points\");\r\n $(\"<div class=\\\"columna respuesta\\\"><p>{{ respuesta.stage }}</p></div>\").appendTo(\".{{ hash }}.fila.stage\");\r\n $(\"<div class=\\\"columna respuesta\\\"><p>{{ respuesta.experience }}</p></div>\").appendTo(\".{{ hash }}.fila.experience\");\r\n $(\"<div class=\\\"columna respuesta\\\"><p>{{ respuesta.provide }}</p></div>\").appendTo(\".{{ hash }}.fila.provide\");\r\n $(\"<div class=\\\"columna respuesta\\\"><p>{{attribute(respuesta,\'order-of-stages\')}}{# if attribute(respuesta,\'order-of-stages\')==\'1pre\' %}PRE{% elseif attribute(respuesta,\'order-of-stages\')==\'2during\' %}DURING{% else %}POST{% endif #}</p></div>\").appendTo(\".{{ hash }}.fila.order-of-stages\");\r\n }\r\n </script>\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n <div class=\"informe-actions actions clearfix\">\r\n <ul role=\"menu\" aria-label=\"Pagination\">\r\n <li aria-hidden=\"false\">\r\n <input type=\"submit\" value=\"Finish\">\r\n </li>\r\n </ul>\r\n </div>\r\n {% endif %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-07 06:07:05', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'bootstrap-datepicker/css/bootstrap-datepicker.min.css\') }}\" rel=\"stylesheet\"> \r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3-bootstrap4.css\')}}\" rel=\"stylesheet\">\r\n\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n\r\n/* ELEMENTOS COMUNES */\r\n\r\n /* ESTRUCTURA */\r\n\r\n body {\r\n padding-top: 50px;\r\n }\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n padding: 0;\r\n }\r\n\r\n .content-wrapper .content .container{\r\n\r\n padding: 0;\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n }\r\n\r\n /* FIN ESTRUCTURA */\r\n\r\n /* BASICOS */\r\n\r\n a {\r\n\r\n text-decoration: none;\r\n\r\n }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle; \r\n }\r\n\r\n ul {\r\n\r\n padding: 0;\r\n margin: 0;\r\n list-style: none;\r\n\r\n }\r\n\r\n input[type=text]{\r\n\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n\r\n }\r\n\r\n textarea {\r\n\r\n resize: none;\r\n\r\n }\r\n\r\n /* FIN BASICOS */\r\n\r\n /* EXERCISES LINK */\r\n\r\n .exercises_links{\r\n\r\n display: flex;\r\n flex-wrap: wrap;\r\n margin-bottom: 30px;\r\n position: absolute;\r\n top: -160px;\r\n\r\n }\r\n\r\n .exercises_links > li > a{\r\n\r\n font-size: 13px;\r\n font-weight: 700;\r\n display: block;\r\n min-width: 50px;\r\n min-height: 40px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px #505050;\r\n border-bottom: solid 5px #505050;\r\n background: #FFF;\r\n color: #505050;\r\n padding: 0 15px;\r\n\r\n }\r\n\r\n .exercises_links > li > a.no-completada{\r\n\r\n background: #d8d8d8;\r\n color: #989898;\r\n border: none;\r\n cursor: default;\r\n\r\n }\r\n\r\n .exercises_links > li > a:not(.no-completada):hover{\r\n\r\n background: #505050;\r\n color: #fff;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a{\r\n\r\n border-color: #F2932E;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a:not(.no-completada):hover{\r\n\r\n background: #F2932E;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a{\r\n\r\n border-color: #94BD53;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a:not(.no-completada):hover{\r\n\r\n background: #94BD53;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a{\r\n\r\n border-color: #E4312B;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a:not(.no-completada):hover{\r\n\r\n background: #E4312B;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a{\r\n\r\n border-color: #B6866D;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a:not(.no-completada):hover{\r\n\r\n background: #B6866D;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a{\r\n\r\n border-color: #EE8367;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a:not(.no-completada):hover{\r\n\r\n background: #EE8367;\r\n\r\n }\r\n\r\n /* FIN EXERCISES LINK */\r\n\r\n /* HEADER TAREA */\r\n\r\n .header-tarea{\r\n\r\n /* background: azure; */\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container{\r\n\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container a{\r\n\r\n display: block;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container{\r\n\r\n margin-bottom: 7.5px;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container h2{\r\n\r\n margin: 0;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container{\r\n\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container h2{\r\n \r\n font-size: 25px;\r\n line-height: 30px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .header-tarea .desc-tarea__container h3{\r\n\r\n font-size: 20px;\r\n line-height: 25px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container p{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n\r\n /* FIN HEADER TAREA */\r\n\r\n /* RECURSOS */\r\n\r\n .recursos__container{\r\n\r\n margin-bottom: 45px;\r\n\r\n }\r\n\r\n /* BOTONES */\r\n\r\n .recursos__container > .nav{\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a:hover,\r\n .recursos__container > .nav > li > a:focus,\r\n .recursos__container > .nav > li > a:active,\r\n .recursos__container > .nav > li.active > a{\r\n\r\n font-weight: 500;\r\n\r\n }\r\n\r\n /* read-before */\r\n\r\n .recursos__container > .nav > li > a.btn-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-read-before:hover,\r\n .recursos__container > .nav > li > a.btn-read-before:focus,\r\n .recursos__container > .nav > li > a.btn-read-before:active,\r\n .recursos__container > .nav > li.active > a.btn-read-before{\r\n\r\n background: #118c53;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-read-before.disabled, .btn-read-before[disabled], fieldset[disabled] .btn-read-before, .btn-read-before.disabled:hover,\r\n .btn-read-before[disabled]:hover, fieldset[disabled] .btn-read-before:hover, .btn-read-before.disabled:focus, .btn-read-before[disabled]:focus,\r\n fieldset[disabled] .btn-read-before:focus, .btn-read-before.disabled:active, .btn-read-before[disabled]:active, fieldset[disabled] .btn-read-before:active,\r\n .btn-read-before.disabled.active, .btn-read-before[disabled].active, fieldset[disabled] .btn-read-before.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin read-before */\r\n\r\n /* tips */\r\n\r\n .recursos__container > .nav > li > a.btn-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-tips:hover,\r\n .recursos__container > .nav > li > a.btn-tips:focus,\r\n .recursos__container > .nav > li > a.btn-tips:active,\r\n .recursos__container > .nav > li.active > a.btn-tips{\r\n\r\n background: #3d0b7d;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-tips.disabled, .btn-tips[disabled], fieldset[disabled] .btn-tips, .btn-tips.disabled:hover,\r\n .btn-tips[disabled]:hover, fieldset[disabled] .btn-tips:hover, .btn-tips.disabled:focus, .btn-tips[disabled]:focus,\r\n fieldset[disabled] .btn-tips:focus, .btn-tips.disabled:active, .btn-tips[disabled]:active, fieldset[disabled] .btn-tips:active,\r\n .btn-tips.disabled.active, .btn-tips[disabled].active, fieldset[disabled] .btn-tips.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin tips */\r\n\r\n /* caso-estudio */\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n \r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio:hover,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:focus,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:active,\r\n .recursos__container > .nav > li.active > a.btn-caso-estudio{\r\n\r\n background: #287daf;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-caso-estudio.disabled, .btn-caso-estudio[disabled], fieldset[disabled] .btn-caso-estudio, .btn-caso-estudio.disabled:hover,\r\n .btn-caso-estudio[disabled]:hover, fieldset[disabled] .btn-caso-estudio:hover, .btn-caso-estudio.disabled:focus, .btn-caso-estudio[disabled]:focus,\r\n fieldset[disabled] .btn-caso-estudio:focus, .btn-caso-estudio.disabled:active, .btn-caso-estudio[disabled]:active, fieldset[disabled] .btn-caso-estudio:active,\r\n .btn-caso-estudio.disabled.active, .btn-caso-estudio[disabled].active, fieldset[disabled] .btn-caso-estudio.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin caso-estudio */\r\n\r\n /* FIN BOTONES */\r\n\r\n /* VENTANAS */\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane{\r\n \r\n background: #505050;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n \r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 75%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n \r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n \r\n display: none;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n \r\n width: auto;\r\n height: 100%;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > button{\r\n \r\n color: #fff;\r\n opacity: 1;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > h2{\r\n \r\n color: #fff;\r\n font-size: 2.7rem;\r\n line-height: 2.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > div > h3{\r\n \r\n color: #fff;\r\n font-size: 2rem;\r\n line-height: 2.4rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > p{\r\n \r\n color: #fff;\r\n font-size: 1.4rem;\r\n line-height: 2.2rem;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul{\r\n \r\n color: #fff;\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul > li{\r\n \r\n margin-bottom: 3px;\r\n \r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n\r\n }\r\n\r\n /* FIN VENTANAS */\r\n\r\n /* FIN RECURSOS */\r\n\r\n /* ACTIONS */\r\n\r\n .actions ul {\r\n\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n\r\n }\r\n\r\n .actions li a {\r\n\r\n border: none;\r\n display: inline-flex;\r\n align-items: center;\r\n cursor: pointer;\r\n font-size: 15px;\r\n background: #333;\r\n \r\n position: fixed;\r\n bottom: 70px;\r\n height: auto;\r\n width: auto;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin: 0;\r\n\r\n }\r\n\r\n .actions li a[href=\"#previous\"]{\r\n \r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n right: 130px;\r\n width: 136px;\r\n\r\n }\r\n\r\n .actions li a[href=\"#next\"]{\r\n \r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n right: 10px;\r\n width: 110px;\r\n\r\n }\r\n\r\n .actions li a[href=\"#finish\"]{\r\n \r\n display: none;\r\n\r\n }\r\n\r\n .actions li a:before {\r\n\r\n /* content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; */\r\n\r\n }\r\n\r\n .actions li a:hover {\r\n\r\n background: #4d4d4d; \r\n\r\n }\r\n\r\n .actions li:first-child a {\r\n\r\n /* background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; */\r\n\r\n }\r\n\r\n .actions li:first-child a:before {\r\n\r\n /* content: \"\\f2ea\";\r\n right: 77px; */\r\n\r\n }\r\n\r\n .actions li:first-child a:hover {\r\n\r\n /* background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; */\r\n\r\n }\r\n\r\n .actions li:last-child a {\r\n\r\n /* padding-left: 28px; */\r\n\r\n }\r\n\r\n .actions li:last-child a:before {\r\n\r\n /* right: 27px; */\r\n\r\n }\r\n\r\n .actions li[aria-disabled=\"true\"] a {\r\n\r\n opacity: 0;\r\n transition: all 1s; \r\n\r\n }\r\n\r\n /* FIN ACTIONS */\r\n\r\n /* INFORME */\r\n\r\n .informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n }\r\n\r\n .informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* FIN INFORME */\r\n\r\n /* PREGUNTAS */\r\n\r\n /* form-row */\r\n\r\n .wrappertest .content > section .inner{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row{\r\n\r\n \r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .form-holder{\r\n\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-preg100{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* fin form-row */\r\n\r\n /* inputs */\r\n\r\n .wrappertest .content > section .inner .form-row textarea{\r\n\r\n align-self: flex-end;\r\n margin: 0;\r\n flex: 1;\r\n\r\n }\r\n\r\n /* radio */\r\n \r\n .wrappertest .content > section .inner .form-row.gbc-radio .form-holder{\r\n\r\n display: block;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiodiv{\r\n\r\n display: none;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio label{\r\n\r\n display: inline-block;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n /* fin radio */\r\n\r\n .wrappertest .content > section .inner .form-row .select3-container{\r\n\r\n width: 100% !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .switch{\r\n\r\n margin: 0;\r\n margin-bottom: 25px;\r\n \r\n }\r\n\r\n /* fin inputs */\r\n\r\n /* titulos */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo{\r\n \r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_nombre{\r\n\r\n display: block;\r\n font-size: 1.6rem;\r\n line-height: 2rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .GBC-Step1 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #F2932E;}\r\n .GBC-Step2 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #94BD53;}\r\n .GBC-Step3 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #E4312B;}\r\n .GBC-Step4 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #B6866D;}\r\n .GBC-Step5 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #EE8367;}\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin titulos */\r\n\r\n /* casos estudio */\r\n\r\n .casoestudiobtn{\r\n\r\n background: #3c8dbc;\r\n color: #fff;\r\n font-size: 1.2rem;\r\n line-height: 1.2rem;\r\n border: none;\r\n padding: 10px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-bottom: 7.5px;\r\n align-self: flex-start;\r\n\r\n }\r\n\r\n .casoestudiodiv{\r\n\r\n \r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n /* fin casos estudio */\r\n\r\n /* ocultar elementos sin contenido */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiobtn.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiodiv.no-contenido{\r\n \r\n width: 0;\r\n height: 0;\r\n padding: 0;\r\n margin: 0;\r\n \r\n }\r\n \r\n /* fin ocultar elementos sin contenido */\r\n\r\n /* grupos de preguntas */\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group{\r\n\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n background: #fff;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group.gbc-preg100{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group .title{\r\n\r\n margin: 0;\r\n padding: 0;\r\n grid-column: 1 / 3;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n line-height: 2.5rem;\r\n color: #2d2d2d;\r\n border-bottom: solid 1px #2d2d2d;\r\n padding-bottom: 7.5px;\r\n\r\n }\r\n\r\n /* fin grupos de preguntas */\r\n\r\n /* FIN PREGUNTAS */\r\n\r\n /* EXERCISE-BTN-MOVES-GROUP */\r\n\r\n {% include \'gbc/nextprevsavecss.html.twig\' %}\r\n\r\n /* FIN EXERCISE-BTN-MOVES-GROUP */\r\n\r\n/* FIN ELEMENTOS COMUNES */\r\n\r\n/* ELEMENTOS DE PLANTILLA */\r\n\r\n /* STEPS */\r\n\r\n .steps .tablist .a .current-info{\r\n \r\n }\r\n .steps .tablist .a .number{\r\n \r\n }\r\n .steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n }\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n /* display: none; */\r\n }\r\n .steps > ul > li > a {\r\n color: #5d5d5d;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n }\r\n .steps > ul > li > a:hover{\r\n color: #464545;\r\n }\r\n {% set index = 0 %}\r\n {% if respuestasarray is not empty %}\r\n {% set limit=0 %}\r\n {% set precondition = true %}\r\n {% for i in 0..10000 if precondition %}\r\n {%if attribute(respuestasarray[preguntas[0].id]|json_decode, i) is defined %}\r\n {% set limit = i %}\r\n {% else %}\r\n {% set precondition = false %}\r\n {% endif %}\r\n {% endfor %}\r\n {% for index in 0..limit %}\r\n \r\n {% if index == 1 %}\r\n \r\n .steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n }\r\n .steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n }\r\n .steps > ul > li{\r\n /* width: calc(100% /{{ loop.length }}); */\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n }\r\n .steps > ul > li.current{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n .steps > ul > li:hover{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n /* .steps:before {\r\n content: \"1\";\r\n color: #333;\r\n position: absolute;\r\n left: 0;\r\n bottom: 3px;\r\n font-size: 13px;\r\n font-family: \"Poppins-Regular\";\r\n transition: all 0.3s ease; }\r\n .steps:after {\r\n content: \"{{loop.length}}\";\r\n color: #333;\r\n position: absolute;\r\n right: 0;\r\n bottom: 3px;\r\n font-size: 13px;\r\n font-family: \"Poppins-Regular\"; } */\r\n \r\n .content-wrapper .content .container{\r\n \r\n position: relative;\r\n margin-top: 100px;\r\n \r\n }\r\n \r\n {% elseif index == loop.length %}\r\n \r\n .steps.step-{{ index }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n .steps.step-{{ index }}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n \r\n {% else %}\r\n \r\n .steps.step-{{index}} ul {\r\n /* width: calc({{index}}*(100% /{{ loop.length }})); */\r\n transition: all 0.3s ease; }\r\n .steps.step-{{index}}:before {\r\n /* content: \'{{index}}\'; */\r\n /* left: calc({{index}}*(100% /{{ loop.length }})); */\r\n transition: all 0.3s ease; }\r\n \r\n {% endif %}\r\n \r\n {% endfor %}\r\n {% endif %}\r\n\r\n /* FIN STEPS */\r\n\r\n /* EJERCICIO 12 INFORME */\r\n\r\n .wrappertest .content{\r\n\r\n margin-bottom: 100px;\r\n \r\n }\r\n \r\n .wrappertest .content .title{\r\n \r\n display: none;\r\n \r\n }\r\n \r\n \r\n .informe__container{\r\n \r\n \r\n \r\n }\r\n \r\n .informe__section{\r\n \r\n background: #f5f5f5;\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n margin-bottom: 15px;\r\n \r\n }\r\n \r\n .informe__section h2{\r\n \r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 7.5px;\r\n font-size: 2rem;\r\n \r\n }\r\n \r\n .informe__section h3{\r\n \r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 7.5px;\r\n font-size: 1.8rem;\r\n \r\n }\r\n \r\n .informe__section pre{\r\n \r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 7.5px;\r\n background: none;\r\n border: none;\r\n border-radius: 0;\r\n white-space: pre-line;\r\n background: #eaeaea;\r\n padding: 15px;\r\n border: solid 1px #b9b9b9;\r\n font-family: \'Source Sans Pro\',sans-serif;\r\n \r\n }\r\n \r\n .informe__section pre:last-child{\r\n \r\n margin: 0;\r\n \r\n }\r\n \r\n .informe-actions.actions{\r\n \r\n margin-top: 150px;\r\n \r\n }\r\n \r\n .informe-actions.actions input[type=\"submit\"]{\r\n \r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333;\r\n\r\n display: none;\r\n \r\n }\r\n \r\n /* INFORME 12 */\r\n \r\n .informeEx12__datos{\r\n \r\n background: #fbfbfb;\r\n padding: 7.5px;\r\n margin-bottom: 15px;\r\n display: grid;\r\n grid-template-rows: repeat(4, auto);\r\n gap: 7.5px;\r\n justify-content: flex-start;\r\n align-items: flex-start;\r\n \r\n }\r\n \r\n .informeEx12__datos > img{\r\n \r\n height: 180px;\r\n width: auto;\r\n grid-row: 1 / end;\r\n grid-column: 1 / 2;\r\n \r\n }\r\n \r\n .informeEx12__datos .titulo{\r\n \r\n font-size: 1.8rem;\r\n font-weight: 700;\r\n grid-column: 2 / 3;\r\n \r\n }\r\n \r\n .informeEx12__datos .respuesta{\r\n \r\n font-size: 1.3rem;\r\n font-weight: 700;\r\n grid-column: 2 / 3;\r\n \r\n }\r\n \r\n .informeEx12__container{\r\n \r\n overflow-x: scroll;\r\n background: #fbfbfb;\r\n padding: 7.5px;\r\n \r\n }\r\n \r\n .informeEx12__container .fila{\r\n \r\n display: grid;\r\n justify-content: flex-start;\r\n grid-auto-flow: column;\r\n \r\n }\r\n \r\n .informeEx12__container .columna{\r\n \r\n width: 200px;\r\n padding: 7.5px;\r\n border: solid 1px #000;\r\n \r\n }\r\n \r\n .informeEx12__container .columna.head{\r\n \r\n background: #e8e8e8;\r\n width: 300px;\r\n \r\n }\r\n \r\n .informeEx12__container .columna.head .titulo{\r\n \r\n font-size: 1.6rem;\r\n color: #ff5e0c;\r\n font-weight: 700;\r\n \r\n }\r\n \r\n .informeEx12__container .columna.head .descripcion{\r\n \r\n font-size: 1.3rem;\r\n font-weight: 700;\r\n \r\n }\r\n \r\n .informeEx12__container .columna.respuesta{\r\n \r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n \r\n }\r\n \r\n .informeEx12__container .columna.respuesta p{\r\n \r\n text-align: center;\r\n \r\n }\r\n \r\n .informeEx12__container .fila.etapas .columna.head{\r\n \r\n background: none;\r\n border: none;\r\n \r\n }\r\n \r\n .informeEx12__container .fila.etapas .columna.respuesta{\r\n \r\n background: #e8e8e8;\r\n \r\n }\r\n \r\n .informeEx12__container .fila.etapas .columna.respuesta p{\r\n \r\n font-size: 1.6rem;\r\n color: #ff5e0c;\r\n font-weight: 700;\r\n \r\n }\r\n\r\n .ex-12-informe-boton-atras__container{\r\n\r\n display: flex;\r\n justify-content: flex-end;\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .ex-12-informe-boton-atras__container a{\r\n\r\n background: #00a65a;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n\r\n }\r\n\r\n .ex-12-informe-boton-atras__container a:hover, .ex-12-informe-boton-atras__container a:focus{\r\n\r\n background: #118c53;\r\n\r\n }\r\n\r\n /* FIN EJERCICIO 12 INFORME */\r\n\r\n/* FIN ELEMENTOS DE PLANTILLA */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/jquery.steps.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/datepicker.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/datepicker.en.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/slider/bootstrap-slider.min.js\')}}\"></script>\r\n<script>\r\n $(document).ready(function () {\r\n$(\"#wizard\").steps({\r\n headerTag: \"h4\",\r\n bodyTag: \"section\",\r\n transitionEffect: \"fade\",\r\n enableAllSteps: true,\r\n transitionEffectSpeed: 300,\r\n labels: {\r\n next: \"Next Step\",\r\n previous: \"Previous Step\"\r\n },\r\n onFinished: function (event, currentIndex) {\r\n $(\"#wizard\").submit();\r\n },\r\n onStepChanging: function (event, currentIndex, newIndex) {\r\n {% set index = 0 %}\r\n {% if respuestasarray is not empty %}\r\n {% set limit=0 %}\r\n {% set precondition = true %}\r\n {% for i in 0..10000 if precondition %}\r\n {%if attribute(respuestasarray[preguntas[0].id]|json_decode, i) is defined %}\r\n {% set limit = i %}\r\n {% else %}\r\n {% set precondition = false %}\r\n {% endif %}\r\n {% endfor %}\r\n {% for index in 0..limit %}\r\n if ( newIndex === {{index}} ) {\r\n $(\'.steps\').addClass(\'step-{{index + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{index + 1}}\');\r\n }\r\n {% endfor %}\r\n {% else %}\r\n if ( newIndex === 0) {\r\n $(\'.steps\').addClass(\'step-{{index + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{index + 1}}\');\r\n }\r\n {% endif %}\r\n return true;\r\n }\r\n });\r\n // Custom Jquery Steps\r\n $(\'.forward\').click(function(){\r\n $(\"#wizard\").steps(\'next\');\r\n });\r\n $(\'.backward\').click(function(){\r\n $(\"#wizard\").steps(\'previous\');\r\n });\r\n $(\'#s2id_order-of-stages0\').remove();\r\n $(\'#order-of-stages0\').css(\'display\',\'block\');\r\n $(\'#order-of-stages0\').select2({\r\n allowClear: true,\r\n width: \'100%\'\r\n });\r\n\r\n $(\'.btn-up\').click(function(){\r\n $(\'body, html\').animate({\r\n scrollTop: \'0px\'\r\n }, 300)\r\n });\r\n});\r\n</script>', 'pdfinformeEjercicio12.html.twig', NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(8, 'Informe Ejercicio 7', 'admin/7cmap_view.html.twig', '<div class=\"container\">\r\n {% set xposition=[-100,0,100,200,300,400,500,600,700,800,900] %}\r\n {% set yposition=[1130,1030,930,830,730,630,530,430,330,230,130] %}\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n\r\n {% set respuestapregunta=[] %}\r\n {% set respuestaca=[] %}\r\n {% set tareaanterior=0 %}\r\n {% set tareacurrent=tarea[0] %}\r\n {% for respuestafor in respuestas %}\r\n {% set respuestapregunta= respuestapregunta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% for respuestafor in casoestudio %}\r\n {% set respuestaca= respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% endif %}\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n {{ include(\'gbc/exerciseslinktrainer.html.twig\')}}\r\n {% else %}\r\n {{ include(\'gbc/exerciseslink.html.twig\')}}\r\n {% endif %}\r\n <a href=\"#\" class=\"avartar\">\r\n <img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\">\r\n </a>\r\n <h4><strong>{{ tarea[0].nombre|trans({}) }}</strong></h4>\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n <div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n\r\n </div>\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n <input type=\"hidden\" name=\"ge\" id=\"ge\" value=\"{{ ge.id }}\">\r\n {% endif %}\r\n {% block nextprevsave %}\r\n {% include \'gbc/nextprevsave.html.twig\' %}\r\n {% endblock nextprevsave %}\r\n {% set totalStakeholders=0 %}\r\n {% for tarea in tareas %}\r\n {% if tarea.alias==\'exercise7a\' %}\r\n <input type=\"hidden\" id=\"coordinates\" name=\"coordinates\">\r\n <div id=\"fondo\">\r\n {% set inputs=\'\' %}\r\n {% set respuestajson=[] %}\r\n {% for atributo in tarea.atributos %} {#886#}\r\n {% if atributo.alias == \'ex7apreg20\' or atributo.alias == \'ex7apreg22\' or atributo.alias == \'ex7apreg21\' or atributo.alias == \'ex7apreg23\'%}\r\n {% if atributo.alias == \'ex7apreg22\'%}\r\n {% set indexAxis=\'0\'%}\r\n {% endif %}\r\n {% if atributo.alias == \'ex7apreg20\'%}\r\n {% set indexAxis=\'1\'%}\r\n {% endif %}\r\n {% if atributo.alias == \'ex7apreg23\'%}\r\n {% set indexAxis=\'2\'%}\r\n {% endif %}\r\n {% if atributo.alias == \'ex7apreg21\'%}\r\n {% set indexAxis=\'3\'%}\r\n {% endif %}\r\n \r\n {% if respuestapregunta[\'xaxis7c\'~indexAxis] is defined %}\r\n {% set xaxis7cjson=respuestapregunta[\'xaxis7c\'~indexAxis]|json_decode %}\r\n {% if respuestapregunta[\'yaxis7c\'~indexAxis] is defined %}\r\n {% set yaxis7cjson=respuestapregunta[\'yaxis7c\'~indexAxis]|json_decode %}\r\n {% for coord in yaxis7cjson %}\r\n {% set xaxis=xposition[5+(xaxis7cjson[(loop.index-1)]|number_format(2, \'.\', \',\'))] %}\r\n {% set inputs=inputs~\'<input id=\"xaxis-\'~indexAxis~\'-\'~(loop.index-1)~\'\" name=\"xaxis-\'~indexAxis~\'[]\" type=\"hidden\" value=\"\'~xaxis7cjson[(loop.index-1)]~\'\">\'%}\r\n {% set yaxis=yposition[5+yaxis7cjson[(loop.index-1)]|number_format(2, \'.\', \',\')] %}\r\n {% set inputs=inputs~\'<input id=\"yaxis-\'~indexAxis~\'-\'~(loop.index-1)~\'\" name=\"yaxis-\'~indexAxis~\'[]\" type=\"hidden\" value=\"\'~yaxis7cjson[(loop.index-1)]~\'\">\'%} \r\n {% if respuestapregunta[\'ex7clabel\'~indexAxis] is defined %}\r\n {% set valor=respuestapregunta[\'ex7clabel\'~indexAxis]|json_decode %}\r\n <div id=\"draggable\" class=\"draggable environment\" style=\"position: absolute; width: 200px; right: auto; height: 38px; bottom: auto; left: {{xaxis}}px; top: {{yaxis}}px;\"> <a href=\"{{ path(\'realizar_tarea_edit\',{ \'id\': 8 }) }}?id={{ valor[(loop.index-1)]|md5 }}\" data-toggle=\"tooltip\" data-placement=\"top\" title=\"{{valor[(loop.index-1)]}}\">{{valor[(loop.index-1)]}}</a> </div>\r\n {% set totalStakeholders=totalStakeholders+1 %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endif %}\r\n \r\n {% endif %}\r\n {% endfor %}\r\n {{ inputs|raw }}\r\n </div>\r\n {% endif %}\r\n {% endfor %}\r\n <script> \r\n \r\n // $(\'.draggable>a\').attr(\'href\',$(\'.draggable>a\').attr(\'href\')+\'&total={{totalStakeholders}}\')\r\n $(\'.draggable\').draggable();</script>\r\n <!-- <div class=\"informe-actions actions clearfix\">\r\n <ul role=\"menu\" aria-label=\"Pagination\">\r\n <li aria-hidden=\"false\">\r\n <input type=\"submit\" value=\"Finish\">\r\n </li>\r\n </ul>\r\n </div>-->\r\n \r\n </form>\r\n </div>\r\n<div style=\"height:100px\"></div>\r\n</div><!-- /container -->', 'N;', '2020-05-28 12:45:28', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n\r\n<style type=\"text/css\">\r\n\r\n body {\r\n padding-top: 60px;\r\n }\r\n\r\n .btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n }\r\n \r\n .draggable{width: 200px; background-color:#44c756; font-family:Verdana;\r\n margin: 4px; text-align: center; border:5px solid #ccc; padding: 4px;\r\n box-shadow:5px -5px 5px #999;\r\n }\r\n .personal{\r\n background-color: green;\r\n }\r\n .social{\r\n background-color: pink;\r\n }\r\n .customer{\r\n background-color: blue;\r\n }\r\n .environment{\r\n background-color: blue;\r\n }\r\n \r\n #fondo{\r\n\r\n width:1000px;\r\n height:1000px;\r\n background-image: url(\"{{ asset(\'images/xybackground.png\')}}\");\r\n background-size: 1000px 1000px;\r\n background-repeat: no-repeat;\r\n\r\n }\r\n\r\n input[type=text]{\r\n\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n\r\n }\r\n\r\n .btn-violet:hover,\r\n .btn-violet:focus,\r\n .btn-violet:active,\r\n .btn-violet.active,\r\n .open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n }\r\n\r\n .btn-violet:active,\r\n .btn-violet.active,\r\n .open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n }\r\n\r\n .btn-violet.disabled,\r\n .btn-violet[disabled],\r\n fieldset[disabled] .btn-violet,\r\n .btn-violet.disabled:hover,\r\n .btn-violet[disabled]:hover,\r\n fieldset[disabled] .btn-violet:hover,\r\n .btn-violet.disabled:focus,\r\n .btn-violet[disabled]:focus,\r\n fieldset[disabled] .btn-violet:focus,\r\n .btn-violet.disabled:active,\r\n .btn-violet[disabled]:active,\r\n fieldset[disabled] .btn-violet:active,\r\n .btn-violet.disabled.active,\r\n .btn-violet[disabled].active,\r\n fieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n }\r\n\r\n .btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n }\r\n .alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n }\r\n\r\n .alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n }\r\n .alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n }\r\n\r\n .alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n }\r\n\r\n .alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n }\r\n\r\n\r\n .alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n }\r\n .alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n }\r\n .alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n }\r\n /*============ colors ========*/\r\n .alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n }\r\n\r\n .alert-white.alert-success .icon,\r\n .alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n }\r\n\r\n .alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n }\r\n\r\n .alert-white.alert-info .icon,\r\n .alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n }\r\n\r\n\r\n .alert-white.alert-warning .icon,\r\n .alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n }\r\n\r\n .alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n }\r\n\r\n .alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n }\r\n\r\n .alert-white.alert-danger .icon,\r\n .alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n }\r\n ul {\r\n padding: 0;\r\n margin: 0;\r\n list-style: none; }\r\n\r\n a {\r\n text-decoration: none; }\r\n\r\n textarea {\r\n resize: none; }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n .actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n }\r\n .actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n .actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n .actions li a:hover {\r\n background: #4d4d4d; }\r\n .actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n .actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n .actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n .actions li:last-child a {\r\n padding-left: 28px; }\r\n .actions li:last-child a:before {\r\n right: 27px; }\r\n .actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n .steps .tablist .a .current-info{\r\n \r\n }\r\n .steps .tablist .a .number{\r\n\r\n }\r\n .steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n }\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n }\r\n .steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n }\r\n .steps > ul > li > a:hover{\r\n color: #007c44;\r\n }\r\n .content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n }\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n {% if seccion.posicion == 1 %}\r\n .steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n }\r\n .steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n }\r\n .steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n }\r\n .steps > ul > li.current{\r\n background: #00a65a;\r\n }\r\n .steps > ul > li:hover{\r\n background: #00a65a;\r\n }\r\n /* .steps:before {\r\n content: \"1\";\r\n color: #333;\r\n position: absolute;\r\n left: 0;\r\n bottom: 3px;\r\n font-size: 13px;\r\n font-family: \"Poppins-Regular\";\r\n transition: all 0.3s ease; }\r\n .steps:after {\r\n content: \"{{loop.length}}\";\r\n color: #333;\r\n position: absolute;\r\n right: 0;\r\n bottom: 3px;\r\n font-size: 13px;\r\n font-family: \"Poppins-Regular\"; } */\r\n \r\n \r\n \r\n {% elseif seccion.posicion == loop.length %}\r\n\r\n .steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n .steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n {% else %}\r\n .steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n .steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n {% endif %}\r\n {% endfor %}\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n }\r\n\r\n .informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n }\r\n\r\n .informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n {% if tarea[0].SeccionesTareaId|length == 1 %}\r\n .steps{\r\n display: none;\r\n }\r\n {% endif %}\r\n\r\n .content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane{\r\n\r\n /* ESTILOS POPUP */\r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 80%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n /* FIN ESTILOS POPUP */\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n\r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n\r\n width: auto;\r\n height: 100%;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n /* EXERCISES LINK */\r\n\r\n .exercises_links{\r\n\r\n display: flex;\r\n flex-wrap: wrap;\r\n margin-bottom: 30px;\r\n position: absolute;\r\n top: -160px;\r\n\r\n }\r\n\r\n .exercises_links > li > a{\r\n\r\n font-size: 13px;\r\n font-weight: 700;\r\n display: block;\r\n min-width: 50px;\r\n min-height: 40px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px #505050;\r\n border-bottom: solid 5px #505050;\r\n background: #FFF;\r\n color: #505050;\r\n padding: 0 15px;\r\n\r\n }\r\n\r\n .exercises_links > li > a.no-completada{\r\n\r\n background: #d8d8d8;\r\n color: #989898;\r\n border: none;\r\n cursor: default;\r\n\r\n }\r\n\r\n .exercises_links > li > a:not(.no-completada):hover{\r\n\r\n background: #505050;\r\n color: #fff;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a{\r\n\r\n border-color: #F2932E;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a:not(.no-completada):hover{\r\n\r\n background: #F2932E;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a{\r\n\r\n border-color: #94BD53;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a:not(.no-completada):hover{\r\n\r\n background: #94BD53;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a{\r\n\r\n border-color: #E4312B;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a:not(.no-completada):hover{\r\n\r\n background: #E4312B;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a{\r\n\r\n border-color: #B6866D;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a:not(.no-completada):hover{\r\n\r\n background: #B6866D;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a{\r\n\r\n border-color: #EE8367;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a:not(.no-completada):hover{\r\n\r\n background: #EE8367;\r\n\r\n }\r\n\r\n /* FIN EXERCISES LINK */\r\n\r\n .casoestudiodiv{\r\n\r\n\r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n .informe-actions.actions{\r\n\r\n margin-top: 150px;\r\n\r\n }\r\n\r\n .informe-actions.actions input[type=\"submit\"]{\r\n\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333;\r\n\r\n }\r\n/* EXERCISE-BTN-MOVES-GROUP */\r\n /* ACTIONS */\r\n {% include \'gbc/stepactionscss.html.twig\' %}\r\n /* FIN ACTIONS */\r\n {% include \'gbc/nextprevsavecss.html.twig\' %}\r\n\r\n /* FIN EXERCISE-BTN-MOVES-GROUP */\r\n {% include \'gbc/exerciseslinkcss.html.twig\' %}\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script src=\"http://code.jquery.com/ui/1.11.2/jquery-ui.js\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/jquery.steps.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/datepicker.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/datepicker.en.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/slider/bootstrap-slider.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n Element.prototype.getElementsByName = function (arg) {\r\n var returnList = [];\r\n (function BuildReturn(startPoint) {\r\n for (var child in startPoint) {\r\n if (startPoint[child].nodeType != 1) continue; //not an element\r\n if (startPoint[child].getAttribute(\"name\") == arg) returnList.push(startPoint[child]);\r\n if (startPoint[child].childNodes.length > 0) {\r\n BuildReturn(startPoint[child].childNodes);\r\n }\r\n }\r\n })(this.childNodes);\r\n return returnList;\r\n };\r\n $(\'.draggable\').draggable();\r\n $(\'[data-toggle=\"tooltip\"]\').tooltip()\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\"input.slider\").bootstrapSlider();\r\n\r\n $( \'form\' ).submit(function( event ) {\r\n event.preventDefault();\r\n console.log(\"submit\");\r\n var test=$(\"[id^=draggable]\").size();\r\n var arrayresult=[];\r\n for(i=0;i<test;i++){\r\n arrayresult[i]=$(\"#draggable\"+i).attr(\'style\');\r\n }\r\n console.log(arrayresult);\r\n\r\n\r\n if (arrayresult.length === 0) {\r\n $(\"#coordinates\").val(\'{}\');\r\n }else{\r\n $(\"#coordinates\").val(JSON.stringify(arrayresult));\r\n }\r\n this.submit();\r\n });\r\n });\r\n\r\n\r\n\r\n</script>\r\n<![endif]-->', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(9, 'Eco-Design-Teams', 'admin/eco-design-teams.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n <div class=\"row teams-container\">\r\n <div class=\"col-sm-6\">\r\n <h2>Team members</h2>\r\n <div class=\"row\">\r\n <div class=\"col-sm-3\">Name</div>\r\n\r\n <div class=\"col-sm-9\"><input class=\"input-teams\" id=\"name-input\" type=\"text\" /></div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-sm-3\">Surname</div>\r\n\r\n <div class=\"col-sm-9\"><input class=\"input-teams\" id=\"surname-input\" type=\"text\" /></div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-sm-3\">Email</div>\r\n\r\n <div class=\"col-sm-9\"><input class=\"input-teams\" id=\"email-input\" type=\"email\" /></div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-sm-3\">Background</div>\r\n\r\n <div class=\"col-sm-9\"><textarea class=\"input-teams\" id=\"background-input\" rows=\"2\"></textarea></div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-sm-3\">Responsibilities</div>\r\n\r\n <div class=\"col-sm-9\"><textarea class=\"input-teams\" id=\"responsibilities-input\" rows=\"3\"></textarea></div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-sm-2 buttons-container\"><button class=\"button-teams\" id=\"add-team-member\" disabled>Add</button><button class=\"button-teams\" id=\"remove-team-member\">Remove</button></div>\r\n\r\n <div class=\"col-sm-4\">\r\n <h2>Current team</h2>\r\n <select data-sonata-select2=\"false\" id=\"list-of-team-members\" multiple=\"multiple\"></select>\r\n </div>\r\n </div>\r\n\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"TEAM_DATA_E1S1\" value=\"{{ responseString }}\" />\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-06-04 07:16:43', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n{% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n.teams-container h2 {\r\n margin-bottom: 20px;\r\n}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.teams-container textarea {\r\n background: white;\r\n}\r\n.teams-container {\r\n display: flex;\r\n}\r\n.teams-container .buttons-container {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n.teams-container select {\r\n width: 100%;\r\n height: calc(100% - 64px);\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(\r\n function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\"#add-team-member\").on( \"click\", function() {\r\n name = $(\"#name-input\").val();\r\n surname = $(\"#surname-input\").val();\r\n email = $(\"#email-input\").val();\r\n background = $(\"#background-input\").val();\r\n responsibilities = $(\"#responsibilities-input\").val();\r\n if($(\"#list-of-team-members option\").length >= 8 ) {\r\n alert(\"Has alcanzado el máximo número de miembros\");\r\n } else if(empty(name, surname, email, background, responsibilities) == true) {\r\n alert(\"Debes de rellenar todos los campos para guardar un miembro\");\r\n } else {\r\n createElement(name, surname, email, background, responsibilities)\r\n clear();\r\n }\r\n createArray();\r\n });\r\n $(\"#remove-team-member\").on( \"click\", function() {\r\n $(\'#list-of-team-members > option:selected\').remove();\r\n createArray();\r\n });\r\n $(\".input-teams\").on(\"change paste keyup\", function() {\r\n checkFields();\r\n });\r\n fillFields();\r\n });\r\n\r\nfunction checkFields() {\r\n $filled = true;\r\n $(\".input-teams\").each(function() {\r\n if($(this).val() == \"\") {\r\n $filled = false;\r\n }\r\n });\r\n if($filled != true) {\r\n $(\"#add-team-member\").attr(\"disabled\", true);\r\n } else {\r\n $(\"#add-team-member\").removeAttr(\"disabled\")\r\n }\r\n}\r\n\r\nfunction fillFields() {\r\n $respuesta = $(\"#hidden_form_item\").val();\r\n if($respuesta.length > 0) {\r\n $respuestaObjeto = JSON.parse($respuesta);\r\n for(i = 0; i < $respuestaObjeto.length; i++) {\r\n createElement($respuestaObjeto[i].name, $respuestaObjeto[i].surname, $respuestaObjeto[i].email, $respuestaObjeto[i].background, $respuestaObjeto[i].responsibilities)\r\n }\r\n }\r\n}\r\n\r\nfunction createElement(name, surname, email, background, responsibilities) {\r\n json = \"{\\\"name\\\":\\\"\"+name+\"\\\",\\\"surname\\\":\\\"\"+surname+\"\\\",\\\"email\\\":\\\"\"+email+\"\\\",\\\"background\\\":\\\"\"+background+\"\\\",\\\"responsibilities\\\":\\\"\"+responsibilities+\"\\\"}\";\r\n $(\"#list-of-team-members\").append(new Option(name + \" \" + surname , json));\r\n}\r\n\r\nfunction empty(name, surname, email, background, responsibilities) {\r\n return name.length == 0 ||\r\n surname.length == 0 ||\r\n email.length == 0 || \r\n background.length == 0 || \r\n responsibilities.length == 0;\r\n}\r\n\r\nfunction clear() {\r\n $(\"#name-input\").val(\"\");\r\n $(\"#surname-input\").val(\"\");\r\n $(\"#email-input\").val(\"\");\r\n $(\"#background-input\").val(\"\");\r\n $(\"#responsibilities-input\").val(\"\");\r\n}\r\n\r\nfunction createArray() {\r\n $response = \"[\";\r\n $longitud = $(\"#list-of-team-members option\").length\r\n $items = $(\"#list-of-team-members option\");\r\n if($longitud > 0) {\r\n for(i = 0; i < $longitud; i++) {\r\n if(i > 0) {\r\n $response += \",\";\r\n }\r\n $response += $items[i].value;\r\n }\r\n }\r\n $response += \"]\";\r\n\r\n $(\"#hidden_form_item\").val($response);\r\n}\r\n</script>', NULL, '{# a #}', NULL, 'template', 'P', 'A4', NULL, NULL),
(10, 'Eco-Design-logo', 'admin/eco-design-logo.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"file\" %}\r\n <div class=\"form-row {{ pregunta.alias }} {{ pregunta.class }}\">\r\n <div class=\"form-holder\">\r\n <label for=\"{{ pregunta.alias }}\" class=\"{{ tarea[0].getProcesosId.alias }}_nombre\">{{ pregunta.nombre|trans({})|raw }}</label>\r\n {% if respuestas is empty %}\r\n <div class=\"image-preview\"><img src=\"\"></div>\r\n <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}\" name=\"{{ pregunta.alias }}\" placeholder=\"{{ pregunta.placeholder|trans({}) }} {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}\"><span id=\"elfinder_button\" class=\"btn btn-primary elfinder_button\" >{{ \'Search\'|trans({}) }}</span>\r\n {% else %}\r\n {% set encontrada = false %}\r\n {% if respuesta[pregunta.alias] is defined %}\r\n {% set encontrada=true %}\r\n <div class=\"image-preview\"><img src=\"{{ respuesta[pregunta.alias] }}\"></div>\r\n <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}\" name=\"{{ pregunta.alias }}\" placeholder=\"{{ pregunta.placeholder|trans({}) }}\" value=\"{{ respuesta[pregunta.alias] }}\" \r\n {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}><span id=\"elfinder_button\" class=\"btn btn-primary elfinder_button\" >{{ \'Search\'|trans({}) }}</span>\r\n {% endif %}\r\n {% if not encontrada %}\r\n <div class=\"image-preview\"><img src=\"\"></div>\r\n <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}\" name=\"{{ pregunta.alias }}\" placeholder=\"{{ pregunta.placeholder|trans({}) }} {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}\"><span id=\"elfinder_button\" class=\"btn btn-primary elfinder_button\" >{{ \'Search\'|trans({}) }}</span>\r\n {% endif %}\r\n {% endif %}\r\n </div>\r\n </div>\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% endif %}\r\n {% endfor %}\r\n <div class=\"instructions-box\">\r\n <img src=\"/uploads/3/people.png\">\r\n <h4>FOR TEAM SET A 2h WORK SESSION :<br />THE PROJECT (30 min)</h4>\r\n <p>make sure all members reach a common understanding.</p>\r\n </div>\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->\r\n<input id=\"current\" type=\"hidden\" value=\"0\">', 'N;', '2020-05-25 08:10:33', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n.form-row.eco_e1_s2_preg30 input {\r\n display: none;\r\n}\r\n.form-holder > .image-preview {\r\n background: white;\r\n margin-bottom: 10px;\r\n width: 50%;\r\n}\r\n#wizard .inner {\r\n display: grid;\r\n grid-template-areas: \"t i\" \"d i\" \"d ins\";\r\n grid-gap: 25px;\r\n grid-auto-columns: 1fr;\r\n}\r\n#wizard .inner .eco_e1_s2_preg10 {\r\n grid-area: t;\r\n}\r\n#wizard .inner .eco_e1_s2_preg20 {\r\n grid-area: d;\r\n}\r\n#wizard .inner .eco_e1_s2_preg30 {\r\n grid-area: i;\r\n}\r\n#wizard .inner .instructions-box {\r\n grid-area: ins;\r\n text-align: center;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fmelfinder/js/elfinder.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\'.elfinder_button\').on(\'click\',function(event) {\r\n $(\'#current\').val($(this).prev(\'input\').attr(\'id\'));\r\n\r\n event.preventDefault();\r\n $(\'<div id=\"editor\" />\').dialogelfinder({\r\n url: \'{{ path(\'ef_connect\', { \'instance\': \'default\', \'homeFolder\': app.user.id } ) }}\',\r\n lang: \'{{ app.request.attributes.get(\'_locale\') }}\',\r\n commandsOptions: {\r\n quicklook: {\r\n googleDocsMimes: [\'image/png\', \'image/tiff\', \'image/jpg\']\r\n }\r\n },\r\n getFileCallback: function(file) {\r\n $(\'#editor\').dialogelfinder(\'close\');\r\n $(\'#editor\').closest(\'.elfinder\').val(file.path);\r\n console.log(file.url);\r\n $(\".image-preview img\").attr(\"src\", file.url);\r\n var x=$(\'#current\').val()\r\n $(\'#\'+x).val(file.url);\r\n }\r\n }).elfinder(\'instance\');\r\n });\r\n });\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(11, 'Eco-Design-final-etapa-1', 'admin/eco-design-final-etapa-1.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% set tareaDos = \"\" %}\r\n {% set tareaTres = \"\" %}\r\n {% set tareaCuatro = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"ETAPA1_STEP1\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% elseif \"ETAPA1_STEP2\" == tareaselement.alias %}\r\n {% set tareaDos = tareaselement %}\r\n {% elseif \"ETAPA1_STEP3\" == tareaselement.alias %}\r\n {% set tareaTres = tareaselement %}\r\n {% elseif \"ETAPA1_STEP4\" == tareaselement.alias %}\r\n {% set tareaCuatro = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString1 = \"\" %}\r\n {% set responseString2 = \"\" %}\r\n {% set responseString3 = \"\" %}\r\n {% set responseString4 = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseTemp = respuesta.valor | json_decode %}\r\n {% for item in responseTemp %}\r\n {% set responseString1 = responseString1 ~ item.name ~ \" \" ~ item.surname ~ \" - \" ~ item.responsibilities ~ \"\\n\" %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% for atributo in tareaDos.atributos %}\r\n {% if atributo.alias != \'eco_e1_s2_preg30\' %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString2= responseString2 ~ respuesta.valor ~ \"\\n\\n\" %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor%}\r\n {% set titles = [\"POLITICAL\", \"SOCIAL\", \"ENVIRONMENTAL\", \"ECONOMIC\", \"TECHNOLOGICAL\", \"LEGAL\"] %}\r\n {% for num, atributo in tareaTres.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString3= responseString3 ~ titles[num] ~ \"\\n\" ~ respuesta.valor ~ \"\\n\\n\" %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% set titles = [\"OBJECTIVES\", \"SUSTAINABLE VISION\"] %}\r\n {% for num, atributo in tareaCuatro.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString4= responseString4 ~ titles[num] ~ \"\\n\" ~ respuesta.valor ~ \"\\n\\n\" %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n <section>\r\n <div class=\"inner\">\r\n <div class=\"form-row eco_e1_s5_preg10 \">\r\n <div class=\"form-holder\">\r\n <p></p>\r\n <label for=\"eco_e1_s5_preg10\"><img src=\"{{ asset(\'/uploads/3/teams-ic.png\') }}\" class=\"icon\"/></label>\r\n <p></p>\r\n <textarea class=\"form-control\" id=\"eco_e1_s5_preg10\" name=\"eco_e1_s5_preg10\" placeholder=\"\" rows=\"10\">{{ responseString1 }}</textarea>\r\n </div>\r\n </div>\r\n\r\n <div class=\"form-row eco_e1_s5_preg20 \">\r\n <div class=\"form-holder\">\r\n <p></p>\r\n <label for=\"eco_e1_s5_preg20\"><img src=\"{{ asset(\'/uploads/3/project-ic.png\') }}\" class=\"icon\"/></label>\r\n <p></p>\r\n <textarea class=\"form-control\" id=\"eco_e1_s5_preg20\" name=\"eco_e1_s5_preg20\" placeholder=\"\" rows=\"10\">{{ responseString2 }}</textarea>\r\n </div>\r\n </div>\r\n\r\n <div class=\"form-row eco_e1_s5_preg30 \">\r\n <div class=\"form-holder\">\r\n <p></p>\r\n <label for=\"eco_e1_s5_preg30\"><img src=\"{{ asset(\'/uploads/3/context-ic.png\') }}\" class=\"icon\"/></label>\r\n <p></p>\r\n <textarea class=\"form-control\" id=\"eco_e1_s5_preg30\" name=\"eco_e1_s5_preg30\" placeholder=\"\" rows=\"10\">{{ responseString3 }}</textarea>\r\n </div>\r\n </div>\r\n\r\n <div class=\"form-row eco_e1_s5_preg40 \">\r\n <div class=\"form-holder\">\r\n <p></p>\r\n <label for=\"eco_e1_s5_preg40\"><img src=\"{{ asset(\'/uploads/3/vision-ic.png\') }}\" class=\"icon\"/></label>\r\n <p></p>\r\n <textarea class=\"form-control\" id=\"eco_e1_s5_preg40\" name=\"eco_e1_s5_preg40\" placeholder=\"\" rows=\"10\">{{ responseString4 }}</textarea>\r\n </div>\r\n </div>\r\n </div>\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 13:48:31', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n{% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n.wrappertest .inner {\r\n display: grid;\r\n grid-template-columns: repeat(2, 1fr);\r\n grid-gap: 20px;\r\n}\r\n.form-holder .icon {\r\n height: 50px;\r\n width: auto;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n });\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(12, 'Eco-Design-life-cycle', 'admin/eco-design-life-cycle.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set urlLogo = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif tareaselement.alias == \'ETAPA1_STEP2\' %}\r\n {% for atributo in tareaselement.atributos %}\r\n {% if atributo.alias == \'eco_e1_s2_preg30\' %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set urlLogo = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n <div class=\"row\">\r\n <div class=\"col-md-8 image-container-life-cycle\">\r\n <img class=\"image-life-cycle\" src=\"{{ asset(\'/uploads/3/lifeCycle.png\')}}\"/>\r\n {% if urlLogo is not empty %}\r\n <img class=\"image-selected-logo\" src=\"{{ urlLogo }}\"/>\r\n {% endif %}\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#rawMaterialsModal\" id=\"raw-materials\"></button>\r\n <p class=\"label-life-cycle\" id=\"raw-materials-title\">{{ \"RAW MATERIALS\" }}</p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#productionModal\" id=\"production\"></button>\r\n <p class=\"label-life-cycle\" id=\"production-title\">{{ \"PRODUCTION\" }}</p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#packagingModal\" id=\"packaging\"></button>\r\n <p class=\"label-life-cycle\" id=\"packaging-title\">{{ \"PACKAGING\" }}</p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#distributionModal\" id=\"distribution\"></button>\r\n <p class=\"label-life-cycle\" id=\"distribution-title\">{{ \"DISTRIBUTION\" }}</p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#useMaintenanceModal\" id=\"use-maintenance\"></button>\r\n <p class=\"label-life-cycle\" id=\"use-maintenance-title\">{{ \"USE & MAINTENANCE\" }}</p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#endOfCycleModal\" id=\"end-of-cycle\"></button>\r\n <p class=\"label-life-cycle\" id=\"end-of-life-title\">{{ \"END OF LIFE\" }}</p>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"instructions-box\">\r\n <img src=\"/uploads/3/people.png\">\r\n <h4>FOR TEAMS:<br />SET A 1h WORK SESSION :<br />UNDERSTANDING THE LIFE CYCLE</h4>\r\n <p>make sure all members agree with the life cycle and are clear about each stage.</p>\r\n </div>\r\n </div>\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n <section>\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {% if pregunta.alias == \'eco_e2_s1_preg10_data\' %}\r\n <div class=\"modal fade\" id=\"rawMaterialsModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"rawMaterialsModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/raw-materials-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n {% elseif pregunta.alias == \'eco_e2_s1_preg20_data\' %}\r\n <div class=\"modal fade\" id=\"productionModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"productionModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/production-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n {% elseif pregunta.alias == \'eco_e2_s1_preg30_data\' %}\r\n <div class=\"modal fade\" id=\"packagingModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"packagingModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/packaging-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n {% elseif pregunta.alias == \'eco_e2_s1_preg40_data\' %}\r\n <div class=\"modal fade\" id=\"distributionModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"distributionModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/transport-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n\r\n {% elseif pregunta.alias == \'eco_e2_s1_preg50_data\' %}\r\n\r\n <div class=\"modal fade\" id=\"useMaintenanceModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"useMaintenanceModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/maintenance-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n {% else %}\r\n <div class=\"modal fade\" id=\"endOfCycleModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"endOfCycleModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/end-of-life-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n {% endif %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% endif %}\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n </div><!-- /container -->', 'N;', '2020-05-28 10:48:03', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\"> #}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n .filled-button {\r\n background: rgba(0, 150, 0, 0.4) !important;\r\n }\r\n .instructions-box {\r\n text-align: center;\r\n }\r\n .visited-button {\r\n background: rgba(0,150,0, 0.5); \r\n }\r\n#raw-materials-title {\r\n top: 0;\r\n}\r\n#production-title {\r\n top: 20%;\r\n left: 85%;\r\n}\r\n#packaging-title {\r\n left: 85%;\r\n top: 84%;\r\n}\r\n#distribution-title {\r\n top: 95%;\r\n left: 62%;\r\n}\r\n#use-maintenance-title {\r\n top: 81%;\r\n left: 0;\r\n}\r\n#end-of-life-title {\r\n left: 0;\r\n top: 20%;\r\n}\r\n.modal > .modal-dialog > .modal-content > .modal-header {\r\n background: none;\r\n}\r\n.modal-header {\r\n border: none;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.image-container-life-cycle {\r\n position: relative;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.image-container-life-cycle > img {\r\n margin-top: 5%;\r\n}\r\n.image-container-life-cycle > img.image-selected-logo {\r\n position: absolute;\r\n max-width: 45%;\r\n max-height: 35%;\r\n}\r\n.image-container-life-cycle > img.image-life-cycle {\r\n width: 100%;\r\n}\r\n.image-container-life-cycle > .label-life-cycle, .image-container-life-cycle > .button-life-cycle {\r\n position: absolute;\r\n}\r\n.image-container-life-cycle > .button-life-cycle {\r\n background: transparent;\r\n border: none;\r\n width: 18%;\r\n border-radius: 100%;\r\n height: 20%;\r\n}\r\n.image-container-life-cycle > #raw-materials {\r\n top: 5.6%;\r\n left: 41.7%;\r\n}\r\n.image-container-life-cycle > #production {\r\n left: 75%;\r\n top: 25%;\r\n}\r\n.image-container-life-cycle > #packaging {\r\n top: 61.4%;\r\n left: 75.2%;\r\n}\r\n.image-container-life-cycle > #distribution {\r\n top: 79.4%;\r\n left: 41.5%;\r\n}\r\n.image-container-life-cycle > #use-maintenance {\r\n top: 59.8%;\r\n left: 7.1%;\r\n}\r\n.image-container-life-cycle > #end-of-cycle {\r\n top: 23%;\r\n left: 7%;\r\n}\r\n\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\'#wizard textarea.form-control\').each(function() {\r\n checkButtons(this);\r\n });\r\n $(\'#wizard textarea.form-control\').on(\'input propertychange\', function() {\r\n checkButtons(this);\r\n });\r\n $(\"form\").on(\"submit\", function(event) {\r\n if($(\'.filled-button\').length != 6) {\r\n event.preventDefault();\r\n }\r\n });\r\n });\r\n \r\n function checkButtons($item) {\r\n switch($($item).parent().parent().parent().parent().parent().parent().attr(\"id\")) {\r\n case \"rawMaterialsModal\":\r\n paintButtons($(\"#raw-materials\"), $($item).val() != \"\");\r\n break;\r\n case \"productionModal\":\r\n paintButtons($(\"#production\"), $($item).val() != \"\");\r\n break;\r\n case \"packagingModal\":\r\n paintButtons($(\"#packaging\"), $($item).val() != \"\");\r\n break;\r\n case \"distributionModal\":\r\n paintButtons($(\"#distribution\"), $($item).val() != \"\");\r\n break;\r\n case \"useMaintenanceModal\":\r\n paintButtons($(\"#use-maintenance\"), $($item).val() != \"\");\r\n break;\r\n case \"endOfCycleModal\":\r\n paintButtons($(\"#end-of-cycle\"), $($item).val() != \"\");\r\n };\r\n }\r\n \r\n function paintButtons($button, $bool) {\r\n if($bool == true) {\r\n $button[0].classList.add(\"filled-button\");\r\n } else {\r\n $button[0].classList.remove(\"filled-button\");\r\n }\r\n }\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(13, 'Eco-Design-inquiri-group', 'admin/eco-design-inquiri-group.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n <div class=\"row inquiri-group-container\">\r\n <div class=\"col-sm-6\">\r\n <div class=\"row\">\r\n <div class=\"col-sm-3\">Email</div>\r\n\r\n <div class=\"col-sm-9\"><input class=\"input-inquiri-group\" id=\"email-input\" type=\"email\" /></div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-sm-3\">Text</div>\r\n\r\n <div class=\"col-sm-9\"><textarea class=\"input-inquiri-group\" id=\"texto-input\" rows=\"6\">\r\n Dear,\\nPlease find attached the Qualitative assessment to fulfil.\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\nMany thanks,\\nThe Coordinator\r\n </textarea>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-sm-2 buttons-container\"><button class=\"button-inquiri-group\" id=\"add-inquiri-member\">Add</button></div>\r\n\r\n <div class=\"col-sm-4\"><select data-sonata-select2=\"false\" id=\"list-of-inquiri-members\" multiple=\"multiple\"></select></div>\r\n </div>\r\n\r\n <div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n\r\n </div>\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% set responseString2 = \"\" %}\r\n {% set allResponded = false %}\r\n {% for pregunta in preguntas %}\r\n {% if \"eco_prod_e3_s1_preg10_data\" == pregunta.alias%}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% elseif \"eco_prod_e3_s1_preg20_email_data\" == pregunta.alias %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString2 = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% if responseString2 != \"\" and responseString2 != null and responseString != \"\" and responseString != null %}\r\n {% set responsesEmail = responseString2 | json_decode %}\r\n {% set responsesEmailArray = responsesEmail | cast_to_array %}\r\n {% set emailList = responseString | json_decode %}\r\n {% set counter = 0 %}\r\n {% for email in emailList.emails %}\r\n {% set isResponded = false%}\r\n {% if responsesEmailArray[email] is defined %}\r\n {% set isResponded = true %}\r\n {% endif %}\r\n {% if isResponded == true %}\r\n {% set counter = counter + 1 %}\r\n {% endif %}\r\n {% endfor %}\r\n {% if counter == emailList.emails | length %}\r\n <p class=\"completed\">{{\'All emails responded\'|trans({})}}</p>\r\n {% set allResponded = true %}\r\n {% else %}\r\n <p class=\"not-completed\">{{\'Responded \'|trans({})}}{{ counter }}{{\' of \'|trans({})}}{{ emailList.emails | length }}</p>\r\n {% endif %}\r\n {% endif %}\r\n <section>\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_prod_e3_s1_preg10_data\" value=\"{{ responseString }}\" />\r\n <input type=\"text\" id=\"hidden_form_item_aux\" name=\"eco_prod_e3_s1_preg20_email_data\" value=\"{{ responseString2 }}\" />\r\n </div>\r\n </section>\r\n\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n <script>\r\n function send_mail() {\r\n createArray();\r\n $.ajax({ type: \'POST\', url: \'{{ path(\'api_app_api_guardartareaapi_savetask\', {\'id\': tarea[0].id})}}\', data: $(\'#wizard\').serialize(), cache: false,}).done(function() {$.ajax({ type: \'POST\', url: \'{{ path(\'api_app_api_guardartareaapi_sendmail\', {\'id\': preguntas[0].id})}}\', data: $(\'form\').serialize(), cache: false,}).done(function() {alert(\'Saved\')}).fail(function() {alert(\'Error sending mail\');});}).fail(function() {alert(\'Error saving changes\');});\r\n }\r\n </script>\r\n <a href=\"#\" onclick=\"send_mail()\" id=\"send_mail_button\" class=\'btn btn-success\'>Enviar Mails</a>\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-06-03 13:09:14', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n{% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n #hidden_form_item {\r\ndisplay: none;\r\n}\r\ninput[type=text], textarea {\r\n height: auto;\r\n}\r\n #hidden_form_item_aux {\r\n display: none; \r\n }\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-inquiri-group {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.inquiri-group-container textarea {\r\n background: white;\r\n}\r\n.inquiri-group-container {\r\n display: flex;\r\n}\r\n.inquiri-group-container .buttons-container {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n.inquiri-group-container select {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.0/showdown.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(\r\n function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\"#add-inquiri-member\").on( \"click\", function() {\r\n email = $(\"#email-input\").val();\r\n if(validateEmail(email)) {\r\n texto = $(\"#texto-input\").val();\r\n if(empty(email) == true) {\r\n alert(\"Debes de rellenar todos los campos para guardar un miembro\");\r\n } else {\r\n createElement(email, texto)\r\n clear();\r\n }\r\n } else {\r\n alert(\"Debes introducir un email valido\");\r\n }\r\n });\r\n $(\"#wizard\").on(\'submit\', function(e) {\r\n createArray();\r\n if($(\"#wizard > p.completed\").length < 1) {\r\n e.preventDefault();\r\n }\r\n });\r\n fillFields();\r\n });\r\n\r\nfunction fillFields() {\r\n $respuesta = $(\"#hidden_form_item\").val();\r\n if($respuesta.length > 0) {\r\n $respuestaObjeto = JSON.parse($respuesta);\r\n if($respuestaObjeto.text != \"\") {\r\n $(\"#texto-input\").val($respuestaObjeto.text);\r\n } else {\r\n fillDefaultText();\r\n }\r\n for(i = 0; i < $respuestaObjeto.emails.length; i++) {\r\n createElement($respuestaObjeto.emails[i], $respuestaObjeto.emails[i])\r\n }\r\n } else {\r\n fillDefaultText();\r\n }\r\n}\r\n\r\nfunction fillDefaultText() {\r\n $(\"#texto-input\").val(\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\")\r\n}\r\n\r\nfunction createElement(email, texto) {\r\n $(\"#list-of-inquiri-members\").append(new Option(email , email));\r\n}\r\n\r\nfunction empty(email) {\r\n return email.length == 0;\r\n}\r\n\r\nfunction clear() {\r\n $(\"#email-input\").val(\"\");\r\n var converter = new showdown.Converter(),\r\n text = $(\"#texto-input\").val(),\r\n html = converter.makeHtml(text);\r\n console.log(html.replace(/[ ]*(?<!<\\/p>)\\n/g, \"<br />\\n\"));\r\n}\r\n\r\nfunction createArray() {\r\n $response = {};\r\n $response.text = $(\"#texto-input\").val();\r\n var converter = new showdown.Converter(),\r\n text = $(\"#texto-input\").val(),\r\n html = converter.makeHtml(text);\r\n $response.textProcessed = html.replace(/[ ]*(?<!<\\/p>)\\n/g, \"<br />\\n\");\r\n $response.emails = [];\r\n $longitud = $(\"#list-of-inquiri-members option\").length\r\n $items = $(\"#list-of-inquiri-members option\");\r\n if($longitud > 0) {\r\n for(i = 0; i < $longitud; i++) {\r\n $response.emails.push($items[i].value);\r\n }\r\n }\r\n\r\n $(\"#hidden_form_item\").val(JSON.stringify($response));\r\n}\r\n\r\nfunction validateEmail(email) {\r\n var re = /^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;\r\n return re.test(String(email).toLowerCase());\r\n}\r\n</script>', NULL, '{# a #}', NULL, 'template', 'P', 'A4', 'ecodesign/mailproduct.html.twig', '<h1>Eco-Design automated mail</h1>\r\n{% set response = respuestas[\'eco_prod_e3_s1_preg10_data\'] | json_decode %}\r\n{{ response.textProcessed | raw }}\r\n{% set hash = null %}\r\n{% for tusuario in tarea.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==user.id %}\r\n {% set hash=tusuario.hash %}\r\n {% endif %}\r\n{% endfor %}\r\n<a href=\"{{ app.request.getSchemeAndHttpHost() }}{{ path(\'external\')}}?hash={{ hash }}&email={{ email | base64_encode }}\">Link Aqui</a>');
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(14, 'Eco-Design-Service-Etapa2-Step1', 'admin/eco-design-service-etapa2-step1.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n <div class=\"row\">\r\n <div class=\"col-md-9\">\r\n <div class=\"grid-container\">\r\n <div class=\"timeline-container\">\r\n <p>Timeline: Phases</p>\r\n </div>\r\n <div class=\"stages-container\">\r\n <p>Stages</p>\r\n </div>\r\n <div class=\"inside-grid-container\">\r\n <div class=\"grid-row only-header\">\r\n <div></div>\r\n <div class=\"grid-element-header\">PRE</div>\r\n <div class=\"grid-element-header\">DURING</div>\r\n <div class=\"grid-element-header\">POST</div>\r\n </div>\r\n <div class=\"grid-row\">\r\n <div class=\"header\" data-toggle=\"modal\" data-target=\"#customerActionsModal\"><p>Customer Actions</p></div>\r\n <div class=\"grid-element category-pre\">\r\n <div class=\"grid-item no-selectable\">+</div>\r\n </div>\r\n <div class=\"grid-element category-during\">\r\n <div class=\"grid-item no-selectable\">+</div>\r\n </div>\r\n <div class=\"grid-element category-post\">\r\n <div class=\"grid-item no-selectable\">+</div>\r\n </div>\r\n </div>\r\n <div class=\"grid-row\">\r\n <div class=\"header\" data-toggle=\"modal\" data-target=\"#serviceActionsModal\"><p>Service Actions</p></div>\r\n <div class=\"grid-element category-pre\">\r\n <div class=\"grid-item no-selectable\">+</div>\r\n </div>\r\n <div class=\"grid-element category-during\">\r\n <div class=\"grid-item no-selectable\">+</div>\r\n </div>\r\n <div class=\"grid-element category-post\">\r\n <div class=\"grid-item no-selectable\">+</div>\r\n </div>\r\n </div>\r\n <div class=\"grid-row\">\r\n <div class=\"header\" data-toggle=\"modal\" data-target=\"#keyResourcesModal\"><p>Key Resources</p></div>\r\n <div class=\"grid-element category-pre\">\r\n <div class=\"grid-item no-selectable\">+</div>\r\n </div>\r\n <div class=\"grid-element category-during\">\r\n <div class=\"grid-item no-selectable\">+</div>\r\n </div>\r\n <div class=\"grid-element category-post\">\r\n <div class=\"grid-item no-selectable\">+</div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"col-md-3\"> \r\n <div class=\"instructions-box\">\r\n <img src=\"/uploads/3/people.png\">\r\n <h4>FOR TEAMS:<br />SET A 1h WORK SESSION :<br />UNDERSTANDING THE SERVICE DELIVERY PLAN THROUGH THE BLUEPRINT</h4>\r\n <p>make sure all members agree with the blueprint and are clear about each stage and phase.</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade lgx\" id=\"customerActionsModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"customerActionsModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h3 class=\"modal-title\">CUSTOMERS ACTIONS</h3>\r\n <p>Customer actions are the activities that your customers must do to receive your service. So,  think about how your customers receive your service… What do they do? What actions do they perform?</p>\r\n <p>Also important is: In what point do they perform these actions? We will classify them into three phases:</p>\r\n <p>PRE: What do they do before receiving your service? How do your customers access to your service?</p>\r\n <p>PRE: What do they do before receiving your service? How do your customers access to your service?</p>\r\n <p>POST: What will they do after receiving your service that can impact your business?</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade lgx\" id=\"serviceActionsModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"serviceActionsModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h3 class=\"modal-title\">SERVICE ACTIONS</h3>\r\n <p>Key activities are the activities that you need to do to deliver your service to the customer. What kind of actions do you need to perform to run your service?</p>\r\n <p>Also important is: In what point do they perform these actions? We will classify them into three phases:</p>\r\n <p>PRE: What kind of actions are performed before your customer enjoys your service?</p>\r\n <p>DURING: What kind of actions do you need to perform while your customer is receiving your service?</p>\r\n <p>POST: What kind of actions do you need to perform once your service is delivered and your customer is already gone?</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade lgx\" id=\"keyResourcesModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"keyResourcesModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h3 class=\"modal-title\">KEY RESOURCES</h3>\r\n <p>Key resources are those physical goods needed to run your key activities and are a MUST HAVE to allow your customer to do his/her actions to receive its experience.</p>\r\n <p>Once you have defined the customer actions and key activities, it’s time to list all the physical resources that you need to have / expend to perform those actions.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_serv_e2_s1_preg10\" value=\"{{ responseString }}\" />\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 13:51:46', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\n.grid-element > .value {\r\n background: rgb(73, 126,194);\r\n color: white;\r\n padding: 5px;\r\n}\r\n.grid-row > .header {\r\n color: white;\r\n background: black;\r\n writing-mode: vertical-lr;\r\n transform: rotate(180deg);\r\n cursor: pointer;\r\n padding: 10px;\r\n}\r\n.grid-row {\r\n display: grid;\r\n grid-gap: 5px;\r\n margin-top: 5px;\r\n grid-template-columns: auto 1fr 1fr 1fr;\r\n}\r\n.grid-element {\r\n display: grid;\r\n grid-template-columns: 1fr 1fr 1fr;\r\n grid-gap: 5px;\r\n grid-auto-rows: 75px;\r\n}\r\n.grid-item.no-selectable {\r\n border: 2px solid rgb(73, 126,194);\r\n color: rgb(73, 126,194);\r\n text-align: center;\r\n font-size: 30px;\r\n line-height: 40px;\r\n cursor: pointer;\r\n}\r\n.grid-item {\r\n border-radius: 9%;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.teams-container textarea {\r\n background: white;\r\n}\r\n.teams-container {\r\n display: flex;\r\n}\r\n.teams-container .buttons-container {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n.teams-container select {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\".grid-item.no-selectable\").on(\"click\", function() {\r\n createCell(this);\r\n });\r\n if($(\"#hidden_form_item\").val() != \"\") {\r\n fillData();\r\n }\r\n});\r\n\r\nfunction fillData() {\r\n $json = $(\"#hidden_form_item\").val();\r\n if($json != null && $json != \"\") {\r\n $parsedJson = JSON.parse($json);\r\n $rows = $(\".inside-grid-container .grid-row:not(\\\".only-header\\\")\");\r\n fillRow($rows[0], $parsedJson.customerActions);\r\n fillRow($rows[1], $parsedJson.serviceActions);\r\n fillRow($rows[2], $parsedJson.keyResources);\r\n }\r\n}\r\n\r\nfunction fillRow($row, $data) {\r\n $cells = $($row).find(\".grid-element\");\r\n fillCell($cells[0], $data.pre);\r\n fillCell($cells[1], $data.during);\r\n fillCell($cells[2], $data.post);\r\n \r\n \r\n createCell($($cells[1]).find(\".grid-item.no-selectable\")[0]);\r\n createCell($($cells[2]).find(\".grid-item.no-selectable\")[0]);\r\n}\r\n\r\nfunction fillCell($cell, $data) {\r\n $($data).each(function() {\r\n createCell($($cell).find(\".grid-item.no-selectable\")[0]);\r\n $($cell).find(\".value\").last().append(this);\r\n });\r\n}\r\n\r\nfunction createCell($button) {\r\n $(\"<div class=\\\"value\\\" contenteditable=\\\"true\\\"></div>\").insertBefore($($button));\r\n $($button).parent().find(\".value\").last().on(\"change paste keyup\", function() {\r\n updateData();\r\n });\r\n}\r\n\r\nfunction updateData() {\r\n $items = {};\r\n $(\".inside-grid-container .grid-row:not(\\\".only-header\\\")\").each(function(index) {\r\n $item = {};\r\n $item.pre = [];\r\n $item.during = [];\r\n $item.post = [];\r\n $row = $(this).find(\".grid-element\");\r\n $($row[0]).find(\".value\").each(function() {\r\n if(this.innerText != \"\") {\r\n $item.pre.push(this.innerText);\r\n }\r\n });\r\n $lista = [];\r\n $($row[1]).find(\".value\").each(function() {\r\n if(this.innerText != \"\") {\r\n $item.during.push(this.innerText);\r\n }\r\n });\r\n $($row[2]).find(\".value\").each(function() {\r\n if(this.innerText != \"\") {\r\n $item.post.push(this.innerText);\r\n }\r\n });\r\n switch(index) {\r\n case 0:\r\n $items.customerActions = $item;\r\n break;\r\n case 1:\r\n $items.serviceActions = $item;\r\n break;\r\n case 2:\r\n $items.keyResources = $item;\r\n }\r\n });\r\n $(\"#hidden_form_item\").val(JSON.stringify($items));\r\n}\r\n</script>', NULL, '{# a #}', NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(15, 'Eco-Design-product-etapa2-step2', 'admin/eco-design-product-etapa2-step2.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set urlLogo = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif tareaselement.alias == \'ETAPA1_STEP2\' %}\r\n {% for atributo in tareaselement.atributos %}\r\n {% if atributo.alias == \'eco_e1_s2_preg30\' %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set urlLogo = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n <div class=\"row\">\r\n <div class=\"col-md-8 image-container-life-cycle\">\r\n <img class=\"image-life-cycle\" src=\"{{ asset(\'/uploads/3/lifeCycle.png\')}}\"/>\r\n {% if urlLogo is not empty %}\r\n <img class=\"image-selected-logo\" src=\"{{ urlLogo }}\"/>\r\n {% endif %}\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#rawMaterialsModal\" id=\"raw-materials\"></button>\r\n <p class=\"label-life-cycle\" id=\"raw-materials-title\">{{ \"RAW MATERIALS\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"raw-materials-title-value\"></p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#productionModal\" id=\"production\"></button>\r\n <p class=\"label-life-cycle\" id=\"production-title\">{{ \"PRODUCTION\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"production-title-value\"></p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#packagingModal\" id=\"packaging\"></button>\r\n <p class=\"label-life-cycle\" id=\"packaging-title\">{{ \"PACKAGING\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"packaging-title-value\"></p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#distributionModal\" id=\"distribution\"></button>\r\n <p class=\"label-life-cycle\" id=\"distribution-title\">{{ \"DISTRIBUTION\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"distribution-title-value\"></p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#useMaintenanceModal\" id=\"use-maintenance\"></button>\r\n <p class=\"label-life-cycle\" id=\"use-maintenance-title\">{{ \"USE & MAINTENANCE\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"use-maintenance-title-value\"></p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#endOfCycleModal\" id=\"end-of-cycle\"></button>\r\n <p class=\"label-life-cycle\" id=\"end-of-life-title\">{{ \"END OF LIFE\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"end-of-life-title-value\"></p>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"instructions-box\">\r\n <img src=\"/uploads/3/people.png\">\r\n <h4>FOR TEAMS:<br />SET A 2H WORK SESSION:<br />ATTRIBUTES SELECTION</h4>\r\n <p>Make sure you all understand the meaning of each life cycle attribute and that you all agree on the attributes that should be discarded.</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n\r\n </div>\r\n <div class=\"modal fade\" id=\"rawMaterialsModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"rawMaterialsModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/raw-materials-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row rawMaterials\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"productionModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"productionModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/production-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row production\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"packagingModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"packagingModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/packaging-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row packaging\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"modal fade\" id=\"distributionModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"distributionModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/transport-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row distribution\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"modal fade\" id=\"useMaintenanceModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"useMaintenanceModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/maintenance-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row maintenance\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"modal fade\" id=\"endOfCycleModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"endOfCycleModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/end-of-life-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\"> \r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row endOfCycle\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n <section>\r\n\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_prod_e2_s2_preg10\" value=\"{{ responseString }}\" />\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-06-03 14:37:36', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\"> #}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n .instructions-box {\r\n text-align: center;\r\n }\r\n.table-modal tr.table-header {\r\n background: black;\r\n color: white;\r\n}\r\n.table-modal tr {\r\n border: 1px solid black;\r\n}\r\n.table-modal td {\r\n padding: 10px;\r\n}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\n#raw-materials-title {\r\n top: 0;\r\n}\r\n#raw-materials-title-value {\r\n top: 26%;\r\n}\r\n#production-title {\r\n top: 20%;\r\n left: 85%;\r\n}\r\n#production-title-value {\r\n top: 41%;\r\n left: 93%;\r\n}\r\n#packaging-title {\r\n left: 85%;\r\n top: 84%;\r\n}\r\n#packaging-title-value {\r\n top: 64%;\r\n left: 93%;\r\n}\r\n#distribution-title {\r\n top: 95%;\r\n left: 62%;\r\n}\r\n#distribution-title-value {\r\n top: 75%;\r\n}\r\n#use-maintenance-title {\r\n top: 81%;\r\n left: 0;\r\n}\r\n#use-maintenance-title-value {\r\n top: 62%;\r\n right: 93%;\r\n}\r\n#end-of-life-title {\r\n left: 0;\r\n top: 20%;\r\n}\r\n#end-of-life-title-value {\r\n top: 45%;\r\n right: 86%;\r\n}\r\n.modal > .modal-dialog > .modal-content > .modal-header {\r\n background: none;\r\n}\r\n.modal-header {\r\n border: none;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.image-container-life-cycle {\r\n position: relative;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.image-container-life-cycle > img {\r\n margin-top: 5%;\r\n}\r\n.image-container-life-cycle > img.image-selected-logo {\r\n position: absolute;\r\n max-width: 45%;\r\n max-height: 35%;\r\n}\r\n.image-container-life-cycle > img.image-life-cycle {\r\n width: 100%;\r\n}\r\n.image-container-life-cycle > .label-life-cycle, .image-container-life-cycle > .button-life-cycle {\r\n position: absolute;\r\n}\r\n.image-container-life-cycle > .button-life-cycle {\r\n background: transparent;\r\n border: none;\r\n width: 19%;\r\n border-radius: 100%;\r\n height: 22%;\r\n}\r\n.image-container-life-cycle > #raw-materials {\r\n top: 5%;\r\n left: 41%;\r\n}\r\n.image-container-life-cycle > #production {\r\n left: 74.5%;\r\n top: 25%;\r\n}\r\n.image-container-life-cycle > #packaging {\r\n top: 60%;\r\n left: 74.4%;\r\n}\r\n.image-container-life-cycle > #distribution {\r\n top: 78%;\r\n left: 41%;\r\n}\r\n.image-container-life-cycle > #use-maintenance {\r\n top: 58%;\r\n left: 6%;\r\n}\r\n.image-container-life-cycle > #end-of-cycle {\r\n top: 22%;\r\n left: 6%;\r\n}\r\n\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n.modal-xlg {\r\n width: 90%;\r\n}\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n{% include \'eco-design/producttable.html.twig\' %}\r\n <script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\'\r\n });\r\n fillQuestions();\r\n $(\'.image-container-life-cycle button\').on(\"click\", function() {\r\n if($(this).attr(\'id\') == \"raw-materials\") {\r\n activateIfNeeded($(\"#raw-materials-title-value\"))\r\n } else if($(this).attr(\'id\') == \"production\") {\r\n activateIfNeeded($(\"#production-title-value\"))\r\n } else if($(this).attr(\'id\') == \"packaging\") {\r\n activateIfNeeded($(\"#packaging-title-value\"))\r\n } else if($(this).attr(\'id\') == \"distribution\") {\r\n activateIfNeeded($(\"#distribution-title-value\"))\r\n } else if($(this).attr(\'id\') == \"use-maintenance\") {\r\n activateIfNeeded($(\"#use-maintenance-title-value\"))\r\n } else {\r\n activateIfNeeded($(\"#end-of-life-title-value\"))\r\n }\r\n });\r\n $(\'img.add-row\').on(\"click\", function() {\r\n $table = \"\";\r\n if(this.classList.contains(\"rawMaterials\")) {\r\n $table = $(\"#rawMaterialsModal .table-modal\");\r\n } else if(this.classList.contains(\"production\")) {\r\n $table = $(\"#productionModal .table-modal\");\r\n } else if(this.classList.contains(\"packaging\")) {\r\n $table = $(\"#packagingModal .table-modal\");\r\n } else if(this.classList.contains(\"distribution\")) {\r\n $table = $(\"#distributionModal .table-modal\");\r\n } else if(this.classList.contains(\"maintenance\")) {\r\n $table = $(\"#useMaintenanceModal .table-modal\");\r\n } else {\r\n $table = $(\"#endOfCycleModal .table-modal\");\r\n }\r\n createNewRowInTable($table);\r\n });\r\n $(\'button.close\').on( \"click\", function() {\r\n $allItems = {};\r\n $allItems.raw = parseTable($(\"#rawMaterialsModal .table-modal tr:not(.table-header)\"), $(\"#raw-materials-title-value\"));\r\n $allItems.prod = parseTable($(\"#productionModal .table-modal tr:not(.table-header)\"), $(\"#production-title-value\"));\r\n $allItems.pack = parseTable($(\"#packagingModal .table-modal tr:not(.table-header)\"), $(\"#packaging-title-value\"));\r\n $allItems.dist = parseTable($(\"#distributionModal .table-modal tr:not(.table-header)\"), $(\"#distribution-title-value\"));\r\n $allItems.main = parseTable($(\"#useMaintenanceModal .table-modal tr:not(.table-header)\"), $(\"#use-maintenance-title-value\"));\r\n $allItems.end = parseTable($(\"#endOfCycleModal .table-modal tr:not(.table-header)\"), $(\"#end-of-life-title-value\"));\r\n\r\n $(\"#hidden_form_item\").val(JSON.stringify($allItems));\r\n $(\'#wizard button\').removeAttr(\'disabled\');\r\n\r\n });\r\n $(\'form#wizard\').on(\"submit\", function(event) {\r\n if(validateMyForm() == false) {\r\n event.preventDefault;\r\n alert(\"Debes recorrer todo\");\r\n return false;\r\n }\r\n });\r\n fillFields();\r\n });\r\n\r\n function fillQuestions() {\r\n $data = getLifeCycleData();\r\n questionManager($(\"#rawMaterialsModal .table-modal\"), $data.raw);\r\n questionManager($(\"#productionModal .table-modal\"), $data.prod);\r\n questionManager($(\"#packagingModal .table-modal\"), $data.pack);\r\n questionManager($(\"#distributionModal .table-modal\"), $data.dist);\r\n questionManager($(\"#useMaintenanceModal .table-modal\"), $data.main);\r\n questionManager($(\"#endOfCycleModal .table-modal\"), $data.end);\r\n }\r\n \r\n function questionManager($table, $array) {\r\n $($array).each(function() {\r\n createDefaultRowInTable($table, this);\r\n });\r\n }\r\n\r\n function createDefaultRowInTable($table, $item) {\r\n $text2add = \'<tr data-question=\"\' + $item.id + \'\"><td>\' + $item.title + \'</td><td>\' + $item.description + \'</td><td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td></tr>\';\r\n $table.append($text2add);\r\n $(\'input.check-item\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\'\r\n });\r\n }\r\n\r\n function createNewRowInTable($table) {\r\n $text2add = \'<tr><td contenteditable=\"true\"></td><td contenteditable=\"true\"></td><td><input type=\"checkbox\" class=\"new-check\"></td></tr>\';\r\n $table.append($text2add);\r\n $(\'input.new-check\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\'\r\n });\r\n }\r\n\r\n function activateIfNeeded($label) {\r\n if($label.text().length == 0) {\r\n $label.text(\"0\");\r\n }\r\n }\r\n\r\n function parseTable($tableRows, $label) {\r\n $items = {};\r\n $news = [];\r\n $default = [];\r\n $count = 0;\r\n $tableRows.each(function(index) {\r\n if($(this).find(\'.checked\').length > 0) {\r\n $count++;\r\n $checkedItem = {};\r\n if($(this).find(\'.new-check\').length > 0) {\r\n $news.push(createCheckedItem(this));\r\n } else {\r\n $default.push(createCheckedItem(this));\r\n }\r\n }\r\n });\r\n if($label.text().length > 0) {\r\n $label.text($count);\r\n }\r\n $items.new = $news;\r\n $items.default = $default;\r\n $items.total = $count;\r\n return $items;\r\n }\r\n\r\n function createCheckedItem(fila) {\r\n $typeObject = {};\r\n if($(fila).attr(\"data-question\") != null) {\r\n $typeObject.id = $(fila).attr(\"data-question\");\r\n }\r\n $typeObject.title = $(fila).children()[0].innerHTML;\r\n $typeObject.descripcion = $(fila).children()[1].innerHTML;\r\n return $typeObject;\r\n }\r\n\r\n function fillFields() {\r\n $json = $(\"#hidden_form_item\").val();\r\n if($json != null & $json != \"\") {\r\n $parsedJson = JSON.parse($json);\r\n fillTables($(\"#rawMaterialsModal .table-modal\"), $parsedJson.raw, $(\"#raw-materials-title-value\"));\r\n fillTables($(\"#productionModal .table-modal\"), $parsedJson.prod, $(\"#production-title-value\"));\r\n fillTables($(\"#packagingModal .table-modal\"), $parsedJson.pack, $(\"#packaging-title-value\"));\r\n fillTables($(\"#distributionModal .table-modal\"), $parsedJson.dist, $(\"#distribution-title-value\"));\r\n fillTables($(\"#useMaintenanceModal .table-modal\"), $parsedJson.main, $(\"#use-maintenance-title-value\"));\r\n fillTables($(\"#endOfCycleModal .table-modal\"), $parsedJson.end, $(\"#end-of-life-title-value\"));\r\n }\r\n }\r\n\r\n function fillTables($table, $values, $counter) {\r\n $rows = $table.find(\'tr:not(.table-header)\');\r\n $default = $values.default;\r\n $news = $values.new;\r\n $rows.each(function(index) {\r\n $($default).each(function(innerIndex) {\r\n if($($rows[index]).attr(\"data-question\") == $default[innerIndex].id) {\r\n $($rows[index]).find(\'.iCheck-helper\').trigger(\'click\');\r\n }\r\n });\r\n });\r\n $($news).each(function(index) {\r\n createNewRowInTable($table);\r\n $lastRow = $table.find(\'tr:last-child td\');\r\n $lastRow[0].innerHTML = $news[index].title;\r\n $lastRow[1].innerHTML = $news[index].descripcion;\r\n $($lastRow[2]).find(\".iCheck-helper\").trigger(\'click\');\r\n });\r\n $counter[0].innerText = $values.total;\r\n }\r\n\r\n function validateMyForm() {\r\n if($(\"#raw-materials-title-value\").text().length > 0 &&\r\n $(\"#production-title-value\").text().length > 0 &&\r\n $(\"#packaging-title-value\").text().length > 0 &&\r\n $(\"#distribution-title-value\").text().length > 0 &&\r\n $(\"#use-maintenance-title-value\").text().length > 0 &&\r\n $(\"#end-of-life-title-value\").text().length > 0) \r\n {\r\n return true;\r\n } else {\r\n return false;\r\n }\r\n }\r\n </script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(16, 'Eco-Design-product-etapa2-resultado', 'admin/eco-design-product-etapa2-resultado.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% set tareaDos = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA2_STEP1\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA2_STEP2\" == tareaselement.alias %}\r\n {% set tareaDos = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString1_raw = \"\" %}\r\n {% set responseString1_prod = \"\" %}\r\n {% set responseString1_pack = \"\" %}\r\n {% set responseString1_dist = \"\" %}\r\n {% set responseString1_maint = \"\" %}\r\n {% set responseString1_end = \"\" %}\r\n {% set responseString2 = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_e2_s1_preg10_data\' %}\r\n {% set responseString1_raw = respuesta.valor %}\r\n {% elseif atributo.alias == \'eco_e2_s1_preg20_data\' %}\r\n {% set responseString1_prod = respuesta.valor %}\r\n {% elseif atributo.alias == \'eco_e2_s1_preg30_data\' %}\r\n {% set responseString1_pack = respuesta.valor %}\r\n {% elseif atributo.alias == \'eco_e2_s1_preg40_data\' %}\r\n {% set responseString1_dist = respuesta.valor %}\r\n {% elseif atributo.alias == \'eco_e2_s1_preg50_data\' %}\r\n {% set responseString1_maint = respuesta.valor %}\r\n {% elseif atributo.alias == \'eco_e2_s1_preg60_data\' %}\r\n {% set responseString1_end = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% for atributo in tareaDos.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString2 = respuesta.valor %}\r\n <script>launchData(\"{{ responseString2 }}\");</script>\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n <div class=\"container-2\">\r\n <ul class=\"nav nav-pills mb-3\" id=\"pills-tab\" role=\"tablist\">\r\n <li class=\"nav-item active\">\r\n <a class=\"nav-link active\" id=\"pills-detail-tab\" data-toggle=\"pill\" href=\"#pills-detail\" role=\"tab\" aria-controls=\"pills-detail\" aria-selected=\"true\"><img src=\"{{ asset(\'/uploads/3/graph-ic.png\')}}\"></a>\r\n </li>\r\n <li class=\"nav-item\">\r\n <a class=\"nav-link\" id=\"pills-graph-tab\" data-toggle=\"pill\" href=\"#pills-graph\" role=\"tab\" aria-controls=\"pills-graph\" aria-selected=\"false\"><img src=\"{{ asset(\'/uploads/3/table-ic.png\')}}\"></a>\r\n </li>\r\n </ul>\r\n <div class=\"tab-content\" id=\"pills-tabContent\">\r\n <div class=\"tab-pane fade active in\" id=\"pills-detail\" role=\"tabpanel\" aria-labelledby=\"pills-detail-tab\">\r\n <div class=\"grid_3_rows\">\r\n <div class=\"grid_element\">\r\n <img src=\"{{ asset(\'/uploads/3/raw-materials-ic.png\')}}\">\r\n <p>RAW MATERIALS:</p>\r\n <div class=\"detail\">\r\n {{ responseString1_raw }}\r\n </div>\r\n </div>\r\n <div class=\"grid_element\">\r\n <img src=\"{{ asset(\'/uploads/3/production-ic.png\')}}\">\r\n <p>PRODUCTION:</p>\r\n <div class=\"detail\">\r\n {{ responseString1_prod }}\r\n </div>\r\n </div>\r\n <div class=\"grid_element\">\r\n <img src=\"{{ asset(\'/uploads/3/packaging-ic.png\')}}\">\r\n <p>PACKAGING</p>\r\n <div class=\"detail\">\r\n {{ responseString1_pack }}\r\n </div>\r\n </div>\r\n <div class=\"grid_element\">\r\n <img src=\"{{ asset(\'/uploads/3/transport-ic.png\')}}\">\r\n <p>DISTRIBUTION:</p>\r\n <div class=\"detail\">\r\n {{ responseString1_dist }}\r\n </div>\r\n </div>\r\n <div class=\"grid_element\">\r\n <img src=\"{{ asset(\'/uploads/3/maintenance-ic.png\')}}\">\r\n <p>USE AND MAINTENANCE:</p>\r\n <div class=\"detail\">\r\n {{ responseString1_maint }}\r\n </div>\r\n </div>\r\n <div class=\"grid_element\">\r\n <img src=\"{{ asset(\'/uploads/3/end-of-life-ic.png\')}}\">\r\n <p>END OF LIFE:</p>\r\n <div class=\"detail\">\r\n {{ responseString1_end }}\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"tab-pane fade\" id=\"pills-graph\" role=\"tabpanel\" aria-labelledby=\"pills-graph-tab\">\r\n <div class=\"graph-tab-container\">\r\n <div class=\"graph-container col-sm-3\">\r\n <div class=\"absolute-container\">\r\n <span class=\"cycle-span\" id=\"raw-span\">0</span>\r\n <span class=\"cycle-span\" id=\"prod-span\">0</span>\r\n <span class=\"cycle-span\" id=\"pack-span\">0</span>\r\n <span class=\"cycle-span\" id=\"dist-span\">0</span>\r\n <span class=\"cycle-span\" id=\"main-span\">0</span>\r\n <span class=\"cycle-span\" id=\"end-span\">0</span>\r\n <p class=\"cycle-total\">0<br />Attributes selected</p>\r\n </div>\r\n </div>\r\n <div class=\"table-container col-sm-9\">\r\n <table class=\"table-cycle\">\r\n <tr class=\"table-header\">\r\n <td><img class=\"logo-table\" src=\"{{ asset(\'/uploads/3/raw-materials-ic.png\')}}\"></td>\r\n <td><img class=\"logo-table\" src=\"{{ asset(\'/uploads/3/production-ic.png\')}}\"></td>\r\n <td><img class=\"logo-table\" src=\"{{ asset(\'/uploads/3/packaging-ic.png\')}}\"></td>\r\n <td><img class=\"logo-table\" src=\"{{ asset(\'/uploads/3/transport-ic.png\')}}\"></td>\r\n <td><img class=\"logo-table\" src=\"{{ asset(\'/uploads/3/maintenance-ic.png\')}}\"></td>\r\n <td><img class=\"logo-table\" src=\"{{ asset(\'/uploads/3/end-of-life-ic.png\')}}\"></td>\r\n </tr>\r\n <tr class=\"table-header\">\r\n <td>Raw materials</td>\r\n <td>Production</td>\r\n <td>Packaging</td>\r\n <td>Transport</td>\r\n <td>Use and Maintenance</td>\r\n <td>End of life</td>\r\n </tr>\r\n </table>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n <section>\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% endif %}\r\n {% endfor %}\r\n </div>\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-26 06:13:22', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n.table-cycle td {\r\n padding: 5px;\r\n}\r\n.table-cycle tr:not(.table-header):nth-child(odd) {\r\n background: #c5c5c5;\r\n}\r\n\r\ntr.table-header {\r\n border-bottom: 2px solid;\r\n}\r\n.table-cycle td {\r\n width: calc(100% / 6);\r\n}\r\n.cycle-span {\r\n border: 1px solid black;\r\n border-radius: 25px;\r\n width: 20px;\r\n height: 20px;\r\n position: absolute;\r\n text-align: center;\r\n}\r\n#raw-span {\r\n top: 0;\r\n left: calc(50% - 10px);\r\n}\r\n#prod-span {\r\n top: 30%;\r\n right: 10%;\r\n}\r\n#pack-span {\r\n top: 60%;\r\n right: 10%;\r\n}\r\n#dist-span {\r\n top: 90%;\r\n right: calc(50% - 10px);\r\n}\r\n#main-span {\r\n top: 60%;\r\n left: 10%;\r\n}\r\n#end-span {\r\n top: 30%;\r\n left: 10%;\r\n}\r\n.cycle-total {\r\n top: 35%;\r\n position: absolute;\r\n left: 0;\r\n width: 100%;\r\n text-align: center;\r\n}\r\n.graph-tab-container {\r\n display: inline-block;\r\n width: 100%;\r\n}\r\n.graph-container {\r\n margin-top: 15px;\r\n}\r\n.graph-container > .absolute-container {\r\n min-height: 150px;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.grid_3_rows {\r\n display: grid;\r\n grid-template-columns: 1fr 1fr 1fr;\r\n}\r\n.grid_3_rows > .grid_element {\r\n border: 1px black solid;\r\n padding: 5px;\r\n margin: 5px;\r\n}\r\n.grid_3_rows > .grid_element .detail {\r\n background: white;\r\n padding: 5px;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n\r\n});\r\nfunction launchData(jsonData) {\r\n $(document).ready(function() {\r\n $jsonParsed = {};\r\n $jsonParsed = JSON.parse(jsonData.replace(/&quot;/g,\'\"\'));\r\n $max = Math.max($jsonParsed.raw.total, $jsonParsed.prod.total, $jsonParsed.pack.total, $jsonParsed.dist.total, $jsonParsed.main.total, $jsonParsed.end.total);\r\n $table = $(\".table-cycle\");\r\n $newRow = \'<tr><td></td><td></td><td></td><td></td><td></td><td></td></tr>\'\r\n for(i = 0; i < $max; i++) {\r\n $table.append($newRow);\r\n $cells = $table.find(\'tr:last-child td\');\r\n fillCell($cells[0], $jsonParsed.raw, i);\r\n fillCell($cells[1], $jsonParsed.prod, i);\r\n fillCell($cells[2], $jsonParsed.pack, i);\r\n fillCell($cells[3], $jsonParsed.dist, i);\r\n fillCell($cells[4], $jsonParsed.main, i);\r\n fillCell($cells[5], $jsonParsed.end, i);\r\n }\r\n fillCycleSpans($jsonParsed);\r\n });\r\n}\r\n\r\nfunction fillCycleSpans($jsonParsed) {\r\n $(\".absolute-container > #raw-span\").text($jsonParsed.raw.total);\r\n $(\".absolute-container > #prod-span\").text($jsonParsed.prod.total);\r\n $(\".absolute-container > #pack-span\").text($jsonParsed.pack.total);\r\n $(\".absolute-container > #dist-span\").text($jsonParsed.dist.total);\r\n $(\".absolute-container > #main-span\").text($jsonParsed.main.total);\r\n $(\".absolute-container > #end-span\").text($jsonParsed.end.total);\r\n $(\".absolute-container > .cycle-total\").html(getTotal($jsonParsed) + \"<br />Attributes selected\");\r\n}\r\n\r\nfunction getTotal($jsonParsed) {\r\n return $jsonParsed.raw.total + $jsonParsed.prod.total + $jsonParsed.pack.total + $jsonParsed.dist.total + $jsonParsed.main.total + $jsonParsed.end.total;\r\n}\r\n\r\nfunction fillCell($cell, $category, position) {\r\n if(position < $category.default.length) {\r\n $cell.innerHTML = $category.default[position].title;\r\n } else if((position - $category.default.length) < $category.new.length) {\r\n $cell.innerHTML = $category.new[position - $category.default.length].title;\r\n }\r\n}\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(17, 'Eco-Design-product-etapa4-step1', 'admin/eco-design-product-etapa4-step1.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% set tareaDos = \"\" %}\r\n {% set urlLogo = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA3_RESULTADO\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA3_STEP1\" == tareaselement.alias %}\r\n {% set tareaDos = tareaselement %}\r\n {% elseif tareaselement.alias == \'ETAPA1_STEP2\' %}\r\n {% for atributo in tareaselement.atributos %}\r\n {% if atributo.alias == \'eco_e1_s2_preg30\' %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set urlLogo = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString = \"\" %}\r\n {% for atributo in tareaDos.atributos %}\r\n {% if atributo.alias == \'eco_prod_e3_s1_preg20_email_data\' %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id == app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set responseAux = responseString | json_decode %}\r\n {{ dump(responseAux) }}\r\n {% set response = {raw: {default: [{title: \"Uno\", score: 1},{title: \"Dos\", score: 2}], average: 1.5}, prod: {default: [{title: \"Tres\", score: 3},{title: \"Cuatro\", score: 4}], average: 3.5}, pack: {default: [{title: \"Cinco\", score: 5},{title: \"Uno\", score: 1}], average: 3}, dist: {default: [{title: \"Cuatro\", score: 4},{title: \"Dos\", score: 2}], average: 3}, main: {default: [{title: \"Uno\", score: 1},{title: \"Tres\", score: 3}], average: 2}, end: {default: [{title: \"Cinco\", score: 5},{title: \"Cinco\", score: 5}], average: 5}} %}\r\n <div class=\"row\">\r\n <div class=\"col-md-8 image-container-life-cycle\">\r\n <img class=\"image-life-cycle\" src=\"{{ asset(\'/uploads/3/lifeCycle.png\')}}\"/>\r\n {% if urlLogo is not empty %}\r\n <img class=\"image-selected-logo\" src=\"{{ urlLogo }}\"/>\r\n {% endif %}\r\n {% set classToAdd = \"\" %}\r\n {% if response.raw.average < 1 %}\r\n {% set classToAdd = \" status-green\" %}\r\n {% elseif response.raw.average < 2 %}\r\n {% set classToAdd = \" status-light-green\" %}\r\n {% elseif response.raw.average < 3 %}\r\n {% set classToAdd = \" status-yellow\" %}\r\n {% elseif response.raw.average < 4 %}\r\n {% set classToAdd = \" status-orange\" %}\r\n {% else %}\r\n {% set classToAdd = \" status-red\" %}\r\n {% endif %}\r\n <button class=\"button-life-cycle btn btn-primary{{ classToAdd }}\" data-toggle=\"modal\" data-target=\"#rawMaterialsModal\" id=\"raw-materials\"></button>\r\n <p class=\"label-life-cycle{{ classToAdd }}\" id=\"raw-materials-title\">{{ \"RAW MATERIALS\" }}</p>\r\n <p class=\"label-life-cycle{{ classToAdd }}\" id=\"raw-materials-title-value\">{{ response.raw.average }}</p>\r\n <div class=\"check-category\" id=\"raw-check\"><input type=\"checkbox\"></div>\r\n {% if response.prod.average < 1 %}\r\n {% set classToAdd = \" status-green\" %}\r\n {% elseif response.prod.average < 2 %}\r\n {% set classToAdd = \" status-light-green\" %}\r\n {% elseif response.prod.average < 3 %}\r\n {% set classToAdd = \" status-yellow\" %}\r\n {% elseif response.prod.average < 4 %}\r\n {% set classToAdd = \" status-orange\" %}\r\n {% else %}\r\n {% set classToAdd = \" status-red\" %}\r\n {% endif %}\r\n <button class=\"button-life-cycle btn btn-primary{{ classToAdd }}\" data-toggle=\"modal\" data-target=\"#productionModal\" id=\"production\"></button>\r\n <p class=\"label-life-cycle{{ classToAdd }}\" id=\"production-title\">{{ \"PRODUCTION\" }}</p>\r\n <p class=\"label-life-cycle{{ classToAdd }}\" id=\"production-title-value\">{{ response.prod.average }}</p>\r\n <div class=\"check-category\" id=\"prod-check\"><input type=\"checkbox\"></div>\r\n {% if response.pack.average < 1 %}\r\n {% set classToAdd = \" status-green\" %}\r\n {% elseif response.pack.average < 2 %}\r\n {% set classToAdd = \" status-light-green\" %}\r\n {% elseif response.pack.average < 3 %}\r\n {% set classToAdd = \" status-yellow\" %}\r\n {% elseif response.pack.average < 4 %}\r\n {% set classToAdd = \" status-orange\" %}\r\n {% else %}\r\n {% set classToAdd = \" status-red\" %}\r\n {% endif %}\r\n <button class=\"button-life-cycle btn btn-primary{{ classToAdd }}\" data-toggle=\"modal\" data-target=\"#packagingModal\" id=\"packaging\"></button>\r\n <p class=\"label-life-cycle{{ classToAdd }}\" id=\"packaging-title\">{{ \"PACKAGING\" }}</p>\r\n <p class=\"label-life-cycle{{ classToAdd }}\" id=\"packaging-title-value\">{{ response.pack.average }}</p>\r\n <div class=\"check-category\" id=\"pack-check\"><input type=\"checkbox\"></div>\r\n {% if response.dist.average < 1 %}\r\n {% set classToAdd = \" status-green\" %}\r\n {% elseif response.dist.average < 2 %}\r\n {% set classToAdd = \" status-light-green\" %}\r\n {% elseif response.dist.average < 3 %}\r\n {% set classToAdd = \" status-yellow\" %}\r\n {% elseif response.dist.average < 4 %}\r\n {% set classToAdd = \" status-orange\" %}\r\n {% else %}\r\n {% set classToAdd = \" status-red\" %}\r\n {% endif %}\r\n <button class=\"button-life-cycle btn btn-primary{{ classToAdd }}\" data-toggle=\"modal\" data-target=\"#distributionModal\" id=\"distribution\"></button>\r\n <p class=\"label-life-cycle{{ classToAdd }}\" id=\"distribution-title\">{{ \"DISTRIBUTION\" }}</p>\r\n <p class=\"label-life-cycle{{ classToAdd }}\" id=\"distribution-title-value\">{{ response.dist.average }}</p>\r\n <div class=\"check-category\" id=\"dist-check\"><input type=\"checkbox\"></div>\r\n {% if response.main.average < 1 %}\r\n {% set classToAdd = \" status-green\" %}\r\n {% elseif response.main.average < 2 %}\r\n {% set classToAdd = \" status-light-green\" %}\r\n {% elseif response.main.average < 3 %}\r\n {% set classToAdd = \" status-yellow\" %}\r\n {% elseif response.main.average < 4 %}\r\n {% set classToAdd = \" status-orange\" %}\r\n {% else %}\r\n {% set classToAdd = \" status-red\" %}\r\n {% endif %}\r\n <button class=\"button-life-cycle btn btn-primary{{ classToAdd }}\" data-toggle=\"modal\" data-target=\"#useMaintenanceModal\" id=\"use-maintenance\"></button>\r\n <p class=\"label-life-cycle{{ classToAdd }}\" id=\"use-maintenance-title\">{{ \"USE & MAINTENANCE\" }}</p>\r\n <p class=\"label-life-cycle{{ classToAdd }}\" id=\"use-maintenance-title-value\">{{ response.main.average }}</p>\r\n <div class=\"check-category\" id=\"main-check\"><input type=\"checkbox\"></div>\r\n {% if response.end.average < 1 %}\r\n {% set classToAdd = \" status-green\" %}\r\n {% elseif response.end.average < 2 %}\r\n {% set classToAdd = \" status-light-green\" %}\r\n {% elseif response.end.average < 3 %}\r\n {% set classToAdd = \" status-yellow\" %}\r\n {% elseif response.end.average < 4 %}\r\n {% set classToAdd = \" status-orange\" %}\r\n {% else %}\r\n {% set classToAdd = \" status-red\" %}\r\n {% endif %}\r\n <button class=\"button-life-cycle btn btn-primary{{ classToAdd }}\" data-toggle=\"modal\" data-target=\"#endOfCycleModal\" id=\"end-of-cycle\"></button>\r\n <p class=\"label-life-cycle{{ classToAdd }}\" id=\"end-of-life-title\">{{ \"END OF LIFE\" }}</p>\r\n <p class=\"label-life-cycle{{ classToAdd }}\" id=\"end-of-life-title-value\">{{ response.end.average }}</p>\r\n <div class=\"check-category\" id=\"end-check\"><input type=\"checkbox\"></div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"instructions-box\">\r\n <img src=\"/uploads/3/people.png\">\r\n <h4>SET A 1H WORK SESSIONENVIRONMENTAL RESULTS PRESENTATION & DISCUSSION</h4>\r\n <p>Meet with your group, discuss the results and choose what stages of the life cycle do you want to work on.</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"rawMaterialsModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"rawMaterialsModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/raw-materials-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Reduce the number of different types of material used to produce your product. Does your product uses different types of materials? Can you think on how to reduce such number?\", description: \"In general, a reduced number of different types of materials is desirable, since it simplifies all life cycle stages (e.g. procurement of materials, production processes, management of wastes, etc.). However, this strategy may be difficult to achieve for reasons of function, strength, etc.\", link_title: \"Diversity of materials\"}, {title: \"Reduce material imput designing your product different<br />Can you redesign your product so it uses less materials or lasts longer?\", description: \"This strategy aims to reduce the use of materials by redesigning the product. There are various ways to do it:<ol><li>improving its durability. Look for materials that last longer and avoid planned obsolescence. A long life product does not need to be replaced, thus neither produced. Always consider the requirements of the product (strength, durability, service life, etc.).</li><li>making the product simpler and more functional. It may result in the reduction of non structural parts and of connecting parts that will help reducing both the consumption of resources and the time for assembly and disassembly.</li><li>including different functions into one product. It reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions).</li></ul>\", link_title: \"Amount and type of materials\"}, {title: \"Reduce material input by means of dematerialization\", description: \"Dematerialization is the replacement of a physical product with a non-physical product or service, thereby reducing the production, demand and use of physical products; and reducing the end-user\'s dependence on physical products. In implementing this strategy, several benefits may be achieved: cost-savings in materials, energy, transportation, consumables and the need to manage the eventual disposal and/or recycling of a physical product. An example of dematerialization could be a digital document instead of a printed one.\", link_title: \"Amount and type of materials\"}, {title: \"Use materials and components with lower ecological rucksack\", description: \"The materials and compoments of your product have an environmental impact. You could select those products and suppliers that have lower ecological rucksacks (e.g. they need less energy or materials to be produced, they have less life cycle emissions, etc.). For example, if you are a food producer, you may choose organic, local and sustainable ingredients.\", link_title: \"Ecological rucksack of materials\"}, {title: \"Select suppliers and products under ecolabelling systems or providing environmental information\", description: \"Certified and ecolabelled materials are preferable. Check whether you can use these materials or components to produce your product.\", link_title: \"Ecological rucksack of materials\"}, {title: \"Prioritize renewable raw materials<br />Can you switch from non-renewable to renewable material sources?\", description: \"Renewable raw materials are not of fossil origin but are made, in most cases, from plants. Their use presents benefits, since other limited resources are not used and, in addition, it provides for adequate disposal.\", link_title: \"Renewability\"}, {title: \"Prioritize recyclable materials<br />Can you improve the reciclability of your product?\", description: \"Make sure that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials.\", link_title: \"Recyclability\"}, {title: \"Select materials without toxic, nocive and harmful substances<br />Can you use non-toxic substances or materials ?\", description: \"Toxic and/or harmful substances (e.g. heavy metals, dioxins, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. They impair product recyclability.\", link_title: \"Recyclability\"}, {title: \"Prioritize materials with a high recycled content<br />Can you use materials that come from recycled sources?\", description: \"The prioritization of materials with high recycled content promotes a circular economy in which materials are recycled and converted into new products. An example of products thay one may find with high recycled content is paper, glass or aluminum, for which there are options produced from secondary materials.\", link_title: \"Recycled content & Recovered components\"}, {title: \"Use of recovered components<br />Can you re-use any component to produce your product?\", description: \"Using recovered components avoid the need to produce new components and, thus, all associated impacts. This may result in an environmental benefit but also an economic one.\", link_title: \"\"}, {title: \"Select biodegradable materials<br />Can you switch from non-biodegradable to biodegradable materials?\", description: \"When selecting biodgradable materials, it is important not to forget the product use expectatives and, therefore, select materials that satisfy the technical and durability requirements for the product.\", link_title: \"Biodegradability\"}, {title: \"Select local materials to reduce transportation demand<br />Can you get your materials or components nearby?\", description: \"Using regionally available raw materials reduces the requirement for transportation and thus environmental damage caused by increasing traffic. Thus, one has to take into account the environmental impact through emissions such as CO2, NOx, dust, and noise. The necessary input for transportation depends on factors such as mass and volume of the cargo, hauling distance, choice of the means of transportation, and number of hauling operations required.\", link_title: \"Material\'s availability\"}, {title: \"Prioritize materials that are abundant in the environment and avoid scarce materials<br />Are the materials that you use scarce? Can you find substitutes?\", description: \"The use of materials that are abundant provides for greater opportunities to obtain them and avoids the depletion of other resources that are scarcer. It also reduces price volatility.\", link_title: \"Material\'s availability\"}] %}\r\n {% set datosTratados = [] %}\r\n {% for dato in datos %}\r\n {% set scoreValue = 0%}\r\n {% for item in response.raw.default %}\r\n {% if dato.link_title == item.title %}\r\n {% set scoreValue = item.score %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set newItem = [{title: dato.title, description: dato.description, score: scoreValue}] %}\r\n {% set datosTratados = datosTratados|merge(newItem) %}\r\n {% endfor %}\r\n {% for dato in datosTratados|sort((a, b) => b.score <=> a.score) %}\r\n {% set labelImportant = \"\" %}\r\n {% if dato.score >= 4.5 %}\r\n <tr class=\"important\" data-score=\"{{ dato.score }}\">\r\n {% set labelImportant = \"<span>Highly recommended strategy</span>\" %}\r\n {% else %}\r\n <tr data-score=\"{{ dato.score }}\">\r\n {% endif %}\r\n\r\n <td>{{ dato.title | raw }}{{ labelImportant | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row rawMaterials\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"productionModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"productionModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/production-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Minimize and simplify the production processes<br />Can you redesign your production process?\", description: \"A simplification of the production process may result in (1) a reduction of materials and energy use, (2) reduction of wastes and (3) reduction of processing time. Obviously, this strategy should be studied in detail for each production process, in order to assess the different alternatives.\", link_title: \"Process complexity\"}, {title: \"Use parts of identical design for different products<br />Can you redesign your production process?\", description: \"Using parts of identical design for different products reduces the number of different parts in production, which simplifies assembly and facilitates the supply of spare parts as well as refurbishing and re-use of structural parts and components.\", link_title: \"Process complexity\"}, {title: \"Use efficient technologies in the production process<br />Can you improve the efficiency of your technologies?\", description: \"The type of production technology may have a decisive influence on the consumption of energy, water or raw materials during the manufacture of a product. Selecting adapted production technologies contributes to the minimization of these demands.<br />The objective is to analyze the consumption flows (water, energy and materials) at the each stage of production and, on the basis of this knowledge, improve the efficiency of the manufacturing process of your product.<br />You may need to use adequate technologies that reduce energy use, or water consumption or the demand of raw materials. This, in turn, reduces the environmental damage through waste reduction, on the one hand, and reduces the quantity of raw materials extracted from the environment, on the other. Low emission production technologies reduce the need for downstream purification and filter plants. There are many examples of efficient technologies: printers that reduce emissions to aire, dying processes that reduce the use of ink and water, etc..\", link_title: \"Overall efficiency of production\"}, {title: \"Monitor and optimize energy and water use<br />Can you monitor production flows?\", description: \"In addition to using energy efficient technologies an optimized process design also contributes to a reduction of energy and water consumption, which, in turn, reduces the environmental impact caused by the generation of energy provided for the production process or the sourcing of water. Savings can be realized through constant monitoring and optimization of the process parameters (e.g. temperature, quantity of auxiliary material used, etc.).\", link_title: \"Overall efficiency of production\"}, {title: \"Preferably use renewable energy sources along the production process<br />Can you use renewable energy sources?\", description: \"The use of renewable energy sources such as solar energy, biomass, hydroelectric power, wind energy, and geothermal energy can be done by means of renewable technologies and/or contracting renewable electricity suppliers.\", link_title: \"Renewability of energy\"}, {title: \"Preferably use regionally available energy resources<br />Can you get your energy locally?\", description: \"The utilization of local renewable energy sources, such as biomass, solar panels, etc. reduces transport distances. In consequence, it lowers both the consumption of fossil energy sources for transportation and the dispel of energy at distribution.\", link_title: \"Origin of energy\"}, {title: \"Use techniques and technologies that reduce the generation of waste, rejects and emissions in the production process<br />Is it possible to reuse the waste generated? Or to to reduce the rejects generated?\", description: \"The goal of each production process consists in the transformation of raw materials into products. Thus, process waste may be considered an indicator for inefficient use of materials. Apart from the environmental impact caused by the disposal of waste the consumption of raw materials extracted from the environment has to be taken into account.<br />Rejects could be defined as product without any direct benefit attributable to the input of resources used up in the manufacture of the product. It is als. o an indicator of inefficiency. Thus, minimizing the reject rate is an important goal that also contributes to cost reduction, quality management and quality assurance.\", link_title: \"Waste generation and treatment\"}, {title: \"Recycle and reuse process materials whenever possible<br />Can you recover and reuse wasted materials of your production process?\", description: \"Recovering production waste materials and returning them into the production process reduces consumption of primary raw materials while lowering the cost of waste disposal. In addition, transportation needs are reduced (compared to external recycling or disposal). One of the prerequisites consists in the use of recyclable materials and in collecting and sorting of process waste.<br />In some sectors, the recycling of some materials is already considered best practice (e.g. recycling of water in closed cycles, in combination with heat recovery).\", link_title: \"Waste generation and treatment\"}, {title: \"Search for synergies and interactions with neighbouring companies and organizations to close energy and material flows (Industrial symbiosis). Can you exchange materials, water and energy flows with other companies nearby?\", description: \"Interactions among organizations may bring opportunities to increase efficiencies and reduce costs (e.g. sharing common services, reusing waste flows...).<br />Synergies and symbioses with other organizations is a pillar of industrial ecology, which is a discipline that conceptualises industry as a man-made ecosystem that operates in a similar way to natural ecosystems, where the waste or by product of one process is used as an input into another process. Industrial ecology interacts with natural ecosystems and attempts to move from a linear to cyclical or closed loop system.<br />Symbiosis often happens in industrial clusters, where the proximity between industrial facilities enables these interactions (e.g. recycling of water in closed cycles, in combination with heat recovery). These strategies may not only reduce environmental impacts but also costs. \", link_title: \"Closed/Open production cycle\"}, {title: \"Close material cycles in the production process<br />Can you design your material so at the end of its life it can enter the production cycle again? It can either be your own production cycle or those of other companies (waste is used as a resource).\", description: \"Recycling waste materials and returning them into the production process reduces consumption of primary raw materials as well as the cost of waste disposal, promoting a closed material cycle. In addition, transportation needs are reduce (compared to external recycling or disposal). One of the prerequisites consists in the use of recyclable materials and in collecting and sorting of process waste.\", link_title: \"Closed/Open production cycle\"}, {title: \"Recycle and reuse waste for new products/materials\", description: \"In many cases it will not be possible to avoid process waste altogether or to return these materials in the production process. It should be considered to re-use/recycle them for the manufacture of new products both inside and outside of your activity sector. \", link_title: \"Closed/Open production cycle\"}, {title: \"Locate the production plant as close as possible to the market<br />Is it possible to relocate your production plant? Or to build new plants in strategic locations?\", description: \"Local economies are those that concentrate in a given area most life cycle stages of a product (e.g. raw material extraction, production, distribution, use, end-of-life management). This approach presents a major benefit in terms of reduced transportation distances. Since the market for a product can not be located in a given place at our will we can try to locate the production plant as close as possible to the market.\", link_title: \"Production - market location\"}] %}\r\n {% set datosTratados = [] %}\r\n {% for dato in datos %}\r\n {% set scoreValue = 0%}\r\n {% for item in response.prod.default %}\r\n {% if dato.link_title == item.title %}\r\n {% set scoreValue = item.score %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set newItem = [{title: dato.title, description: dato.description, score: scoreValue}] %}\r\n {% set datosTratados = datosTratados|merge(newItem) %}\r\n {% endfor %}\r\n {% for dato in datosTratados|sort((a, b) => b.score <=> a.score) %}\r\n {% set labelImportant = \"\" %}\r\n {% if dato.score >= 4.5 %}\r\n <tr class=\"important\" data-score=\"{{ dato.score }}\">\r\n {% set labelImportant = \"<span>Highly recommended strategy</span>\" %}\r\n {% else %}\r\n <tr data-score=\"{{ dato.score }}\">\r\n {% endif %}\r\n\r\n <td>{{ dato.title | raw }}{{ labelImportant | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row production\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"packagingModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"packagingModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/packaging-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Dimension the packaging according to standard transportation measures<br />Are you using a standard packaging? if not, could you adjunst your packaging to standard?\", description: \"The use of packaging dimensioned to logistics and retailers optimizes the room in trucks and warehouses better than non standard packaging.\", link_title: \"Standardization of packaging sizes\"}, {title: \"Reduce the packaging to the minimum<br />Can you use less packaging material (e.g. Making it lighter)?\", description: \"Reducing the material input in packaging can be done by optimization of packaging or by appropriate product design (e.g. casings that endure transportation without or with only a minimum of packaging)\", link_title: \"Amount and type of packaging materials\"}, {title: \"Use monomaterial (only one material) packaging<br />Can you produce your product so it uses a single type of material?\", description: \"A packaging made of only one material enables easy handling for proper waste management. In contrast, when packaging is made of different materials, these need to be separated and managed in different ways.\", link_title: \"Amount and type of packaging materials\"}, {title: \"Optimize the relationship between the volume and the weigh of the packaging and the product<br />Could you reduce the packaging volume? Could you make your packaging lighter without loosing properties and strength?\", description: \"The packaging used in products should be adapted to them, using just the necessary amount of packaging and avoiding oversized solutions (don\'t carry products in boxes that are twice the size of the products!).\", link_title: \"Packaging to Product ratio\"}, {title: \"Use renewable raw materials for packaging<br />Can your packaging be made of renewable materials?\", description: \"The use of renewable raw materials (e.g. non fossil materials) is preferable since it does not contribute to the depletion of resources and, in addition, it constitutes an adequate solution for the disposal of packaging material. Typical renewable packaging materials include paper, cardboard or wood, but you may find many other local renewable materials.\", link_title: \"Renewability\"}, {title: \"Use recyclable materials in the packaging<br />Can your packaging be recycled?\", description: \"Using recyclable materials reduces the consumption of virgin materials, and it allows to recirculate waste materials into the economy. Materials for which there are already well established recycling channels facilitate the recycling of packaging materials.\", link_title: \"Packaging recyclability, reuse or recovery rate\"}, {title: \"Use a reusable / returnable packaging<br />Can you imagine any means to recover and reuse your own packaging?\", description: \"Packaging designed for multiple use reduces the overall environmental impact of packaging. In this sense, returnable packaging is particularly advantageous when deposit and return schemes are in place (which facilitate the return of packaging and its reuse). This strategy is being implemented with success in the food and beverages sector.\", link_title: \"Packaging recyclability, reuse or recovery rate\"}, {title: \"Use recycled materials in the packaging<br />Can your packaging include recycled material without compromising its quality, properties and strength?\", description: \"The prioritization of materials with high recycled content promotes a circular economy in which materials are recycled and converted into new products.\", link_title: \"Recycled content\"}, {title: \"Reduce amount of waste from packaging<br />Are the number of packaging layers used for your products reduced to the essential? \", description: \"The consumption of resources can be considerably reduced by a minimization of waste. Returnable packaging should be considered. Other options are to use less packaging materials.\", link_title: \"Waste from packaging\"}, {title: \"Prevent shipping damage<br />Could you improve the packaging in order to reduce transport damage?\", description: \"The product can be prepared (e.g. fastening certain parts) to reduce the risk of damage and avoid freight transport damages.\", link_title: \"Freight transport damage\"}, {title: \"Label packaging materials (including instructions for disposal)<br />Could your packaging be properly labelled?\", description: \"A clear labelling of packaging material is necessary to foster its recycling or reuse. Packaging usually has only a very short life, therefore labelling is particularly important in order to ensure appropriate recycling (value added), reuse or environmentally acceptable disposal.\", link_title: \"Labelling\"}] %}\r\n {% set datosTratados = [] %}\r\n {% for dato in datos %}\r\n {% set scoreValue = 0%}\r\n {% for item in response.pack.default %}\r\n {% if dato.link_title == item.title %}\r\n {% set scoreValue = item.score %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set newItem = [{title: dato.title, description: dato.description, score: scoreValue}] %}\r\n {% set datosTratados = datosTratados|merge(newItem) %}\r\n {% endfor %}\r\n {% for dato in datosTratados|sort((a, b) => b.score <=> a.score) %}\r\n {% set labelImportant = \"\" %}\r\n {% if dato.score >= 4.5 %}\r\n <tr class=\"important\" data-score=\"{{ dato.score }}\">\r\n {% set labelImportant = \"<span>Highly recommended strategy</span>\" %}\r\n {% else %}\r\n <tr data-score=\"{{ dato.score }}\">\r\n {% endif %}\r\n\r\n <td>{{ dato.title | raw }}{{ labelImportant | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row packaging\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"modal fade\" id=\"distributionModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"distributionModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/transport-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Implement a logistics broker system at the industrial park level<br />Are the logistics optimised? Could you optimize the travelled miles or improve the system?\", description: \"A sustainable logistics management would introduce operational improvements that can produce profits: re-evaluating a company’s supply chain from purchasing and planning, and managing the use of materials to shipping and distributing finished products. The Logistics Broker service answers to the need of improving the sustainability and efficiency of logistics processes. The service consists in interjecting a logistics broker between the companies and the carriers. Using modern ICT-Tools (software) the broker supports the customers and the carriers in their daily transport planning. Firms often do the planning of transports internally rarely using specific optimizing systems. They manage the whole amount of data management on their own. The interposition of a broker, between these two stakeholders introduces essential changes in the proceeding of the transport planning. The broker takes over the entire transport planning acting as a mediator between customers and carriers and reducing their effort to find the best and cheapest transport solutions\", link_title: \"Environmental sustainability of logistics\"}, {title: \"Optimize weight and volume transported in the vehicle<br />Can you design your product so it occupays less volume and the capacity at transport can be increased?\", description: \"An optimization of the load transported in the vehicle can be achieved by reducing either the product\'s weight (products are lighter) or its volume. doing so, the transported weight is as close as possible to the maximum allowed, and/or the transported volume is as close as possible to the volumetric capacity of the vehicle.<br />This optimization allows to reduce the consumption of fuel and emissions per ton of load and per volume of transported good.\", link_title: \"Efficiency of transported load\"}, {title: \"Use stackable product packaging<br />Can you design your product so it is stackable thus it occupays less volume? \", description: \"Stackable product packaging reduces the volume of the cargo to be transported. This measure helps to minimize the overall input required for transportation of the product.\", link_title: \"Efficiency of transported load\"}, {title: \"Optimize transportation routes and minimize distribution distances<br />Can transport routes be optimised? \", description: \"Transportation routes may be optimized by an adequate planification of the points to be covered. It includes distances, an optimization of loads in vehicles, and the hauling operations to be done in each point.<br />A reduction of distribution distances is possible by means of an adequate planning of the transportation routes looking for overall shorter distances between delivery points through the route. The shorter distances, the better.\", link_title: \"Transportation routes and distances\"}, {title: \"Foster ecofriendly driving patterns<br />Can you train your drivers so they apply an ecofriendly driving?\", description: \"There are several tips for an eco-friendly driving, such as (1) keeping tires properly inflated, (2) using the recommended grade of motor oil, (3) checking and replacing aire filters regularly, (4) not speeding, (5) avoid agressive driving, (6) taking advantage of cruise control, (7) using overdrive gears to lower engine speed, save gase and reduce engine wear and (8) avoiding peak rush hours if possible.\", link_title: \"Ecofriendly driving\"}, {title: \"Choose environmentally acceptable means of transportation for distribution of product<br />Have you selected the adequate transportation system?\", description: \"The choice of appropriate means of transportation reduces the environmental impact caused by the distribution of the product. Among the locally available systems choose the one that is environmentally most acceptable. Switching from transportation by truck to railroad or ship can drastically reduce damage to the environment.\", link_title: \"Transportation system\"}, {title: \"Use vehicles with the most efficient technology available (less energy consumption)<br />Could you use eco-friendly (EURO 4, EURO 5,...) vehicles?\", description: \"Environmentally friendly vehicles produce less harmful impacts to the environment than comparable conventional vehicles (e.g. internal combustion engine vehicles running on gasoline or diesel). Within each technology of vehicle, there may be different levels of efficiency, with effects on energy consumption and vehicle emissions.\", link_title: \"Technology of the vehicle\"}, {title: \"Use vehicles with less emissions<br />Could you use vehicles with fewer exhaust gases?\", description: \"A low-emission vehicle is a motor vehicle that emits relatively low levels of motor vehicle emissions. In general, the less energy consumption of the vehicle, the less emissions (this is particularly true for combustion engine vehicles running on fossil fuels). Also better vehicle technology in the combustion of the engine, filters, etc., can help.\", link_title: \"Technology of the vehicle\"}, {title: \"Use fuels from renewable origin<br />Can you switch to renewable resources for your vehicles?\", description: \"The use of fuels from renewable origin constitutes an alternative to the use of fossil fuels, that are scarce. If possible, it is suggested to opt for local renewable energy sources, such as biodiesel from Used Cooking Oils, or solar energy.\", link_title: \"Renewability of fuels\"}] %}\r\n {% set datosTratados = [] %}\r\n {% for dato in datos %}\r\n {% set scoreValue = 0%}\r\n {% for item in response.dist.default %}\r\n {% if dato.link_title == item.title %}\r\n {% set scoreValue = item.score %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set newItem = [{title: dato.title, description: dato.description, score: scoreValue}] %}\r\n {% set datosTratados = datosTratados|merge(newItem) %}\r\n {% endfor %}\r\n {% for dato in datosTratados|sort((a, b) => b.score <=> a.score) %}\r\n {% set labelImportant = \"\" %}\r\n {% if dato.score >= 4.5 %}\r\n <tr class=\"important\" data-score=\"{{ dato.score }}\">\r\n {% set labelImportant = \"<span>Highly recommended strategy</span>\" %}\r\n {% else %}\r\n <tr data-score=\"{{ dato.score }}\">\r\n {% endif %}\r\n\r\n <td>{{ dato.title | raw }}{{ labelImportant | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row distribution\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"modal fade\" id=\"useMaintenanceModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"useMaintenanceModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/maintenance-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Ensure high reliability of the product\", description: \"The concept of reliability refers to the probability of the product fulfilling its functions under given service conditions for a predetermined period of time without becoming defective.\", link_title: \"Reliability\"}, {title: \"Introduce environmental communication in order to foster a responsible use of the product/service<br />In the labelling or the instructions manual, are you promoting environmentally-friendly use of your product?\", description: \"The planned and strategic use of environmental communication to support a responsible use of the product and service is an important strategy, particularly for those products that have a relevant environmental impact during the use stage. As an example, an important part of the impact of textiles is during the use stage (washing, drying, ironing), therefore it is of interest to provide instructions to the user on how to maintain the textiles in an environmentally-friendly manner. For this, information can be provided in the label of the piece of textile.\", link_title: \"Environmental communication for the use\"}, {title: \"Promote an efficient use of materials during use<br />Does your product generate any waste at use cables, paper,...)? Can you reduce or eliminate it?\", description: \"The design of products and services can be done in such a way that allows to use the fewest resources during use , without having a negative impact on their functionality or appearance. This can be achieved by introducing more efficient devices and technologies and by a smart design contributing to reduce the demand of such materials.\", link_title: \"Efficiency at use\"}, {title: \"Promote an efficient use of energy during use<br />Does your product need any source of energy at use? Can the amount of energy required to function be reduced? Does it generate any waste from energy use (battery, transformer,...)? can it be prevented or designed to last longer?\", description: \"The design of products and services can be done in such a way that allows to consume the fewest energy during use, without having a negative impact on their functionality or appearance. This can be achieved by introducing more efficient devices and technologies and by a smart design contributing to reduce the demand of energy.\", link_title: \"Efficiency at use\"}, {title: \"Use renewables energies during use<br />Can your product use renewable energy during use?\", description: \"The use of renewable energy resources such as solar energy, biomass, hydroelectric power, wind energy, and geothermal energy can be done by means of renewable technologies and/or contracting renewable electricity suppliers. However, in this context one has to keep in mind that these natural resources must not be over-used as they are renewable only within the scope of their natural regenerative ability. Therefore, the issue of energy efficiency is an important factor in the context of renewables. Similarly, the environmental impact caused by the utilization of renewable energy sources must not be neglected.\", link_title: \"Energy use renewability\"}, {title: \"Allow the user to personalize the product and tailor it<br />Have you thought about customising your product? How it would look like?\", description: \"User customization allows for the customer to create a personalized variation of the initial design, which may create an attachment between the product and the user.\", link_title: \"Potential to customize the product\"}, {title: \"Allow the product to adapt/adjust to different users and/or to the evolution of their needs\", description: \"Products are produced for different users and conditions of use. For this reason, the adaptability of the product to different users and needs constitutes an relevant attribute. This adaptability fosters a longer service life of the product.\", link_title: \"Product\'s life span\"}, {title: \"Ensure high appreciation of the product\", description: \"A high appreciation of the product on the part of the user is an important prerequisite for long use. Products that work well and that are appreciated will rather be repaired than exchanged for new products.\", link_title: \"Product\'s life span\"}, {title: \"Realize a timeless product design (atemporary design)<br />Can you introduce this aspect when designing your product?\", description: \"A timeless product design is essential for achieving a reasonable lifespan of the product and avoid a premature transformation into waste because it has become old-fashioned. If it is not feasible to realize a timeless design for a certain range of products, another possible approach would be to make the external \\\"shell\\\" (characteristic look) of the product exchangeable so it can be adapted to prevailing fashions.\", link_title: \"Product\'s life span\"}, {title: \"Design product for long service life<br />Can you design a product that lasts for long?\", description: \"Long-lived products create maximum benefit for a long time with minimum input of raw materials and energy. It can be done in different ways. For instance, ensuring that surfaces are corrosion resistant, or harmonising its service life.<br />The external shell and surfaces of a product have to be incorporated in an overall concept aiming at durability. The surfaces should be resistant to impacts and scratches and tolerate traces of use. In addition, they should prevent corrosion.<br />Harmonizing the service life of individual components will prevent the product from becoming wasted after a short time and being discarded on account of minor defects. All parts and components of the product should be about equally durable.\", link_title: \"Product\'s life span\"}, {title: \"Realize user-oriented product aiming at a high frequency of use\", description: \"Products that, once produced are not used afterwards, are not environmentally sound, even if manufacture was based on environmentally acceptable criteria; resources and energy have already been used up for manufacture and transportation. Product-service systems are oriented towards an efficient use of resources.\", link_title: \"Product\'s life span\"}, {title: \"Use standardized elements, parts, and components to use again a product for the same function as it was initially designed. Can your product be reused?\", description: \"Reuse of components is preferable to recycling, which is easier when using standardized elements.\", link_title: \"Product\'s life span\"}, {title: \"Design product for multifunctional use<br />Can you introduce this aspect when designing your product?\", description: \"The integration of several functions into one product may allow to reduce the consumption of resources involved in satisfying the functions. However, this may not be the cause of a premature obsolence of the product because one of the parts/functions has a shorter service life. In addition, functional quality should not be impaired because of multifunctionality.\", link_title: \"Multifunctionality\"}, {title: \"Design product for easy handling and ergonomics<br />Can you design your product in a way that reduces the negative side health effects on its users?\", description: \"The overall environmental performance of a product depends on the actual use during its service life. Thus, simple handling of the product and an ergonomic interface man-product is essential in order to assure a proper use. For this purpose, the use of the product should be self-explanatory, and the product should clearly show its potential functions and the way it works.\", link_title: \"Handling of the product / Ergonomics\"}, {title: \"\", description: \"\", link_title: \"\"}, {title: \"Minimize space requirement for storage of product when not in use<br />Can you introduce this aspect when designing your product?\", description: \"Many products are needed and used on rare occasions or in special situations. When they are not in use, however, it is important that their space requirement for storing is as small as possible. Approaches to space saving consist in solutions using stackable or collapsible elements or collaborative consumption schemes.\", link_title: \"Storage potential\"}, {title: \"Minimize time requirement for preparation and follow-up of product use<br />Can you improve the efficiency in terms of material use of your product during functioning ?\", description: \"The time needed to be able to use the product (before, during and after use) is an important factor that may determine whether or not the product is actually used. This also includes the time and efforts needed to set-up the product, store it, etc. Another factor, in addition of time, is the resources involved in such preparation and follow-up.\", link_title: \"Need of process materials\"}, {title: \"Avoid and/or minimize waste at use stage<br />Can you reduce the amount of waste generated?\", description: \"The prevention of waste at use stage/functioning is important for those products that are intensive in the consumption of resources (energy and materials) during use. In some cases, the impact of such waste may be one of the greatest environmental threats of the products. Some examples of waste generated during use are coffee machines that use capsules.\", link_title: \"Waste generation during use or functioning\"}, {title: \"Provide for incentives for collecting waste from use stage\", description: \"Collecting waste from use stage is of interest in order to allow a re-use or recycling parts, components and materials, or if this not possible, to provide an adequate management of waste (in particular for hazardous waste). Some incentives (such a discount in the new product when offering the old one) have proved to be successful.\", link_title: \"Waste generation during use or functioning\"}, {title: \"Reduce maintenance needs to minimum<br />Do you communicate how to maintain the product? \", description: \"Products that imply high levels of maintenance are prone to become waste after a very short time. On the contrary, those products that have reduced maintenance requirements will have longer service life (reducing the environmental impacts on the whole life cycle).\", link_title: \"Maintenance needs\"}, {title: \"Design product and components for easy cleaning\", description: \"Products that are difficult to clean are prone to become waste after a very short time. They will be replaced for bad looks, not for malfunction. In this context, surface design is of great importance. Surfaces should be easy to clean and inaccessible corners or edges should be avoided.\", link_title: \"Maintenance needs\"}, {title: \"Ensure maintenance with standard tools<br />Can it be fixed by the user or does it need technical assistance?\", description: \"The use of standard tools for maintenance is preferred in order to make it easier and ensure that maintenance work can be done at any time.\", link_title: \"Maintenance needs\"}, {title: \"Design for possible upgrading<br />Have you ever thought on this possibility for your product? do you design it to be upgraded?\", description: \"Design for possible upgrading is particularly important in areas where technological progress is fast and the product would become outdated soon (e.g. computer industry). In general, only certain parts become outdated, thus, it is recommended to design the product in a modular way, so these parts can be upgraded.\", link_title: \"Upgrading possibilities\"}, {title: \"Concentrate wear on replaceable components of product<br />Can your product be repairable?\", description: \"If a certain degree of wear and tear is unavoidable it should be directed to those parts in the product that can easily be exchanged and replaced. This measure aims at prolonged product life through adequate maintenance and repair.\", link_title: \"Repairability\"}, {title: \"Provide for instruction for repair and servicing intervals<br />Do you communicate how to maintain the product?\", description: \"An adequate maintenance according to prescribed servicing intervals contributes to prolonging product life considerably and avoid potential troubles.<br />Ease of repair is one prerequisite to ensure a long service life. For this purpose, if necessary, instructions providing information on the sequence of repairing would be helpful.\", link_title: \"Repairability\"}, {title: \"Standardize components\", description: \"The use of standardized components and that of identical structural components for different variants of products allows to simplify the repairing process and fosters their reuse.\", link_title: \"Availability of spare parts\"}, {title: \"Ensure availability and accessibility of spare parts and components por repair and replacement<br />Can you make spare parts available?\", description: \"Successful repair work presupposes that spare parts are readily available. Special parts that are difficult to procure make basically simple repair work impossible.<br />Easy access to components for repair and replacement ensures a longer service life. In many cases, designers concentrate on simple assembly but forget how to disassembly and repair products.\", link_title: \"Availability of spare parts\"}, {title: \"Preferably use refurbished components as spare parts\", description: \"Reuse of parts in a product either as spare parts needed for of repair work or as refurbished parts in the manufacture of new products is an important measure with a view to closing cycles and optimizing the efficiency of resources. The consumption of resources for refurbishing parts and components is usually much lower than is the case in the manufacture of new components. Structural parts designed for a long service life can survive two or three product life cycles and contribute to a reduction of the overall environmental impact of a product.\", link_title: \"Availability of spare parts\"}] %}\r\n {% set datosTratados = [] %}\r\n {% for dato in datos %}\r\n {% set scoreValue = 0%}\r\n {% for item in response.main.default %}\r\n {% if dato.link_title == item.title %}\r\n {% set scoreValue = item.score %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set newItem = [{title: dato.title, description: dato.description, score: scoreValue}] %}\r\n {% set datosTratados = datosTratados|merge(newItem) %}\r\n {% endfor %}\r\n {% for dato in datosTratados|sort((a, b) => b.score <=> a.score) %}\r\n {% set labelImportant = \"\" %}\r\n {% if dato.score >= 4.5 %}\r\n <tr class=\"important\" data-score=\"{{ dato.score }}\">\r\n {% set labelImportant = \"<span>Highly recommended strategy</span>\" %}\r\n {% else %}\r\n <tr data-score=\"{{ dato.score }}\">\r\n {% endif %}\r\n\r\n <td>{{ dato.title | raw }}{{ labelImportant | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row maintenance\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"endOfCycleModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"endOfCycleModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/end-of-life-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\"> \r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Design product structure for easy disassembly<br />Are the components of your product easily separable so it can be comfortably disaggregated at the end of life? Can you introduce this aspect when designing your product?\", description: \"A clear and easily understandable structure ensures easy disassembly, which is important in case of manufacturing defects, to repair the product during use and, particularly, for disassembly after end of life.<br />The disassembly process should be simple and easy and it should require the minimum time, ensuring greater possibilities for the recovery of parts and components. It implies using easily detachable connections, thus avoiding a destructive disassembly which would impair the reuse of parts and components.\", link_title: \"Separability of components and/or materials\"}, {title: \"Reduce the number of parts to simplify assembly and disassembly\", description: \"Reducing the diversity of components makes assembly and disassembly simpler and minimizes work input, and it also improves reparability of the product at use stage.\", link_title: \"Separability of components and/or materials\"}, {title: \"Ensure easily visible access to connections for disassembly\", description: \"Easy access to connecting parts is important for simple assembly and disassembly. Thus, connections can be detached only if they can be easily found and accessed.\", link_title: \"Separability of components and/or materials\"}, {title: \"Make possible separation of materials for recycling and avoid inseparable composite materials\", description: \"Design should ensure easy separation of different materials, since the recycling of materials requires the use of uniform or at least recyclable materials. The potential for recycling is reduced when using composite materials or when gluing materials together for strength reasons.\", link_title: \"Separability of components and/or materials\"}, {title: \"Ensure simple extraction of harmful and valuable substances\", description: \"Harmful substances should be identifiable and be able to be extracted in order to avoid impairing recycling. In the case of valuable substances, which retain their high value only when treated separately, it should be possible to separate them. This requires an adequate labelling of components.\", link_title: \"Separability of components and/or materials\"}, {title: \"Take into account end-user’s opportunities for disposal and provide for instructions<br />Can you introduce an explanation on how to manage the product at the end of its life?\", description: \"The disposal of products should be simple. For this, it is helpful to provide the user with information concerning adequate disposal and to encourage correct user behaviour.\", link_title: \"Communication about end-of-life\"}, {title: \"Allow an easy identification of materials<br />Could you list all the materials that compound your product?\", description: \"Materials should be easily identified by means of an adequate labelling system in order to allow for their recycling or proper disposal.\", link_title: \"Identifiability of materials\"}, {title: \"Create new or use existing collection system<br />Can you design your product in a way that it could be reused easily?\", description: \"Take back systems allow the producer to collect used products and components and disassemble them, refurbish and reuse parts, recycle materials, and dispose of waste in an environmentally-friendly manner. This system should be easy to understand for the end-user and provide incentives for him/her to participate in. This product take back could be realized within the framework of existing or newly established collecting systems.\", link_title: \"Reusability\"}, {title: \"Ensure high return rate<br />Can you establish a system to recuperate your product or its components?\", description: \"High return rates are essential in order to make the take back system economically feasible. The highest the return rate, the greatest closing of the materials cycle and consequent benefit for the environment. Therefore, both the environment and the manufacturer benefit from high return rates (for which incentives are necessary).\", link_title: \"Reusability\"}, {title: \"Waste sorting/separation whenever possible\", description: \"Sorting and separating waste is necessary for, both, in-house or external recycling and re-using of materials as well as for specific treatment of different types of waste.\", link_title: \"Environmentally-sound waste management\"}, {title: \"Dispose of unavoidable waste in an environmentally acceptable manner\", description: \"The unavoidable waste has to be disposed of in such a way as to ensure that the environmental impact is kept to a minimum.\", link_title: \"Environmentally-sound waste management\"}, {title: \"Allow the energy valorization of waste, once material valorization options are not possible\", description: \"The waste management hierarchy places material valorization as preferable to energy valorization. This is because a product can be materially recycled several times (depending on the material) but it can only be energetically valorised once (which makes it to be considered a finalist treatment option). However, if the product can not be recycled, an energy valorization will allow to obtain energy from it (which will avoid the obtention of energy from other sources).\", link_title: \"Energy valorization potential\"}] %}\r\n {% set datosTratados = [] %}\r\n {% for dato in datos %}\r\n {% set scoreValue = 0%}\r\n {% for item in response.end.default %}\r\n {% if dato.link_title == item.title %}\r\n {% set scoreValue = item.score %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set newItem = [{title: dato.title, description: dato.description, score: scoreValue}] %}\r\n {% set datosTratados = datosTratados|merge(newItem) %}\r\n {% endfor %}\r\n {% for dato in datosTratados|sort((a, b) => b.score <=> a.score) %}\r\n {% set labelImportant = \"\" %}\r\n {% if dato.score >= 4.5 %}\r\n <tr class=\"important\" data-score=\"{{ dato.score }}\">\r\n {% set labelImportant = \"<span>Highly recommended strategy</span>\" %}\r\n {% else %}\r\n <tr data-score=\"{{ dato.score }}\">\r\n {% endif %}\r\n\r\n <td>{{ dato.title | raw }}{{ labelImportant | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row endOfCycle\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n <section>\r\n\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_prod_e4_s1_preg10\" value=\"{{ responseString }}\" />\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-06-04 21:33:00', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\"> #}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n .instructions-box {\r\n text-align: center;\r\n }\r\n.table-modal tr.table-header {\r\n background: black;\r\n color: white;\r\n}\r\n.table-modal tr {\r\n border: 1px solid black;\r\n}\r\n.table-modal td {\r\n padding: 10px;\r\n}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\n.status-green {\r\n color: green;\r\n}\r\n.status-light-green {\r\n color: greenyellow\r\n}\r\n.status-yellow {\r\n color: yellow;\r\n}\r\n.status-orange {\r\n color: orange;\r\n}\r\n.status-red {\r\n color: red;\r\n}\r\n#raw-materials-title {\r\n top: 0;\r\n}\r\n#raw-materials-title-value {\r\n top: 26%;\r\n left: 52%;\r\n}\r\n#production-title {\r\n top: 20%;\r\n left: 85%;\r\n}\r\n#production-title-value {\r\n top: 41%;\r\n left: 93%;\r\n}\r\n#packaging-title {\r\n left: 85%;\r\n top: 84%;\r\n}\r\n#packaging-title-value {\r\n top: 64%;\r\n left: 93%;\r\n}\r\n#distribution-title {\r\n top: 95%;\r\n left: 62%;\r\n}\r\n#distribution-title-value {\r\n bottom: 21%;\r\n left: 52%;\r\n}\r\n#use-maintenance-title {\r\n top: 81%;\r\n left: 0;\r\n}\r\n#use-maintenance-title-value {\r\n top: 62%;\r\n right: 93%;\r\n}\r\n#end-of-life-title {\r\n left: 0;\r\n top: 20%;\r\n}\r\n#end-of-life-title-value {\r\n top: 45%;\r\n right: 86%;\r\n}\r\n.modal > .modal-dialog > .modal-content > .modal-header {\r\n background: none;\r\n}\r\n.modal-header {\r\n border: none;\r\n}\r\ndiv.check-category {\r\n position: absolute;\r\n}\r\ndiv.check-category#raw-check {\r\n top: 26%;\r\n left: 44%;\r\n}\r\ndiv.check-category#prod-check {\r\n top: 47%;\r\n right: 14%;\r\n}\r\ndiv.check-category#pack-check {\r\n bottom: 21%;\r\n right: 27%;\r\n}\r\ndiv.check-category#dist-check {\r\n bottom:22%;\r\n left: 44%;\r\n}\r\ndiv.check-category#main-check {\r\n bottom: 21%;\r\n left: 26%;\r\n}\r\ndiv.check-category#end-check {\r\n top: 38%;\r\n left: 4%;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.image-container-life-cycle {\r\n position: relative;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.image-container-life-cycle > img {\r\n margin-top: 5%;\r\n}\r\n.image-container-life-cycle > img.image-selected-logo {\r\n position: absolute;\r\n max-width: 45%;\r\n max-height: 35%;\r\n}\r\n.image-container-life-cycle > img.image-life-cycle {\r\n width: 100%;\r\n}\r\n.image-container-life-cycle > .label-life-cycle, .image-container-life-cycle > .button-life-cycle {\r\n position: absolute;\r\n}\r\n.image-container-life-cycle > .button-life-cycle {\r\n background: transparent;\r\n border: none;\r\n width: 19%;\r\n border-radius: 100%;\r\n height: 22%;\r\n}\r\n.image-container-life-cycle > #raw-materials {\r\n top: 5%;\r\n left: 41%;\r\n}\r\n.image-container-life-cycle > #production {\r\n left: 74.5%;\r\n top: 25%;\r\n}\r\n.image-container-life-cycle > #packaging {\r\n top: 60%;\r\n left: 74.4%;\r\n}\r\n.image-container-life-cycle > #distribution {\r\n top: 78%;\r\n left: 41%;\r\n}\r\n.image-container-life-cycle > #use-maintenance {\r\n top: 58%;\r\n left: 6%;\r\n}\r\n.image-container-life-cycle > #end-of-cycle {\r\n top: 22%;\r\n left: 6%;\r\n}\r\n\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n.modal-xlg {\r\n width: 90%;\r\n}\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\'\r\n });\r\n $(\'.image-container-life-cycle button\').on(\"click\", function() {\r\n if($(this).attr(\'id\') == \"raw-materials\") {\r\n activateIfNeeded($(\"#raw-materials-title-value\"))\r\n } else if($(this).attr(\'id\') == \"production\") {\r\n activateIfNeeded($(\"#production-title-value\"))\r\n } else if($(this).attr(\'id\') == \"packaging\") {\r\n activateIfNeeded($(\"#packaging-title-value\"))\r\n } else if($(this).attr(\'id\') == \"distribution\") {\r\n activateIfNeeded($(\"#distribution-title-value\"))\r\n } else if($(this).attr(\'id\') == \"use-maintenance\") {\r\n activateIfNeeded($(\"#use-maintenance-title-value\"))\r\n } else {\r\n activateIfNeeded($(\"#end-of-life-title-value\"))\r\n }\r\n });\r\n $(\'img.add-row\').on(\"click\", function() {\r\n $table = \"\";\r\n if(this.classList.contains(\"rawMaterials\")) {\r\n $table = $(\"#rawMaterialsModal .table-modal\");\r\n } else if(this.classList.contains(\"production\")) {\r\n $table = $(\"#productionModal .table-modal\");\r\n } else if(this.classList.contains(\"packaging\")) {\r\n $table = $(\"#packagingModal .table-modal\");\r\n } else if(this.classList.contains(\"distribution\")) {\r\n $table = $(\"#distributionModal .table-modal\");\r\n } else if(this.classList.contains(\"maintenance\")) {\r\n $table = $(\"#useMaintenanceModal .table-modal\");\r\n } else {\r\n $table = $(\"#endOfCycleModal .table-modal\");\r\n }\r\n createNewRowInTable($table);\r\n });\r\n $(\'button.close\').on( \"click\", function() {\r\n updateData();\r\n });\r\n $(\'.image-container-life-cycle .iCheck-helper\').on( \"click\", function() {\r\n updateData();\r\n });\r\n $(\'form#wizard\').on(\"submit\", function(event) {\r\n if(validateMyForm() == false) {\r\n event.preventDefault;\r\n alert(\"Debes recorrer todo\");\r\n return false;\r\n }\r\n });\r\n if($(\"#hidden_form_item\").val() == \"\" ) {\r\n checkImportantItems();\r\n } else {\r\n fillFields();\r\n }\r\n});\r\n\r\nfunction updateData() {\r\n $allItems = {};\r\n $allItems.raw = parseTable($(\"#rawMaterialsModal .table-modal tr:not(.table-header)\"), $(\"#raw-materials-title-value\"), $(\"div#raw-check .checked\").length);\r\n $allItems.prod = parseTable($(\"#productionModal .table-modal tr:not(.table-header)\"), $(\"#production-title-value\"), $(\"div#prod-check .checked\").length);\r\n $allItems.pack = parseTable($(\"#packagingModal .table-modal tr:not(.table-header)\"), $(\"#packaging-title-value\"), $(\"div#pack-check .checked\").length);\r\n $allItems.dist = parseTable($(\"#distributionModal .table-modal tr:not(.table-header)\"), $(\"#distribution-title-value\"), $(\"div#dist-check .checked\").length);\r\n $allItems.main = parseTable($(\"#useMaintenanceModal .table-modal tr:not(.table-header)\"), $(\"#use-maintenance-title-value\"), $(\"div#main-check .checked\").length);\r\n $allItems.end = parseTable($(\"#endOfCycleModal .table-modal tr:not(.table-header)\"), $(\"#end-of-life-title-value\"), $(\"div#end-check .checked\").length);\r\n $(\"#hidden_form_item\").val(JSON.stringify($allItems));\r\n $(\'#wizard button\').removeAttr(\'disabled\');\r\n}\r\n\r\nfunction checkImportantItems() {\r\n $(\".important .iCheck-helper\").trigger(\'click\');\r\n}\r\n\r\nfunction createNewRowInTable($table) {\r\n $text2add = \'<tr><td contenteditable=\"true\"></td><td contenteditable=\"true\"></td><td><input type=\"checkbox\" class=\"new-check\"></td></tr>\';\r\n $table.append($text2add);\r\n $(\'input.new-check\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\'\r\n });\r\n}\r\n\r\nfunction activateIfNeeded($label) {\r\n if($label.text().length == 0) {\r\n $label.text(\"0\");\r\n }\r\n}\r\n\r\nfunction parseTable($tableRows, $label, $isActive) {\r\n $items = {};\r\n $news = [];\r\n $default = [];\r\n $count = 0;\r\n $average = 0;\r\n $tableRows.each(function(index) {\r\n if($(this).find(\'.checked\').length > 0) {\r\n $count++;\r\n $checkedItem = {};\r\n if($(this).find(\'.new-check\').length > 0) {\r\n $news.push(createCheckedItem(this, true));\r\n } else {\r\n $default.push(createCheckedItem(this, false));\r\n }\r\n }\r\n });\r\n if($label.text().length >= 0) {\r\n $average = parseFloat($label.text());\r\n }\r\n $items.new = $news;\r\n $items.default = $default;\r\n $items.total = $count;\r\n $items.average = $average;\r\n $items.isActive = $isActive;\r\n return $items;\r\n}\r\n\r\nfunction createCheckedItem(fila, isNew) {\r\n $typeObject = {};\r\n $typeObject.title = $(fila).children()[0].innerHTML.replace(/<span>Highly recommended strategy<\\/span>/, \'\');\r\n $typeObject.descripcion = $(fila).children()[1].innerHTML;\r\n if(isNew) {\r\n $typeObject.score = 0;\r\n } else {\r\n $typeObject.score = parseFloat($(fila).attr(\"data-score\"));\r\n }\r\n return $typeObject;\r\n}\r\n\r\nfunction fillFields() {\r\n $json = $(\"#hidden_form_item\").val();\r\n if($json != null & $json != \"\") {\r\n $parsedJson = JSON.parse($json);\r\n fillTables($(\"#rawMaterialsModal .table-modal\"), $parsedJson.raw, $(\"#raw-check .iCheck-helper\"));\r\n fillTables($(\"#productionModal .table-modal\"), $parsedJson.prod, $(\"#prod-check .iCheck-helper\"));\r\n fillTables($(\"#packagingModal .table-modal\"), $parsedJson.pack, $(\"#pack-check .iCheck-helper\"));\r\n fillTables($(\"#distributionModal .table-modal\"), $parsedJson.dist, $(\"#dist-check .iCheck-helper\"));\r\n fillTables($(\"#useMaintenanceModal .table-modal\"), $parsedJson.main, $(\"#main-check .iCheck-helper\"));\r\n fillTables($(\"#endOfCycleModal .table-modal\"), $parsedJson.end, $(\"#end-check .iCheck-helper\"));\r\n }\r\n}\r\n\r\nfunction fillTables($table, $values, $checkActive) {\r\n $rows = $table.find(\'tr:not(.table-header)\');\r\n $default = $values.default;\r\n $news = $values.new;\r\n $rows.each(function(index) {\r\n $($default).each(function(innerIndex) {\r\n if($rows[index].children[0].innerHTML.replace(/<span>Highly recommended strategy<\\/span>/, \'\') == $default[innerIndex].title &&\r\n $rows[index].children[1].innerHTML == $default[innerIndex].descripcion) {\r\n $($rows[index]).find(\'.iCheck-helper\').trigger(\'click\');\r\n }\r\n });\r\n });\r\n $($news).each(function(index) {\r\n createNewRowInTable($table);\r\n $lastRow = $table.find(\'tr:last-child td\');\r\n $lastRow[0].innerHTML = $news[index].title;\r\n $lastRow[1].innerHTML = $news[index].descripcion;\r\n $($lastRow[2]).find(\".iCheck-helper\").trigger(\'click\');\r\n });\r\n if($values.isActive > 0) {\r\n $($checkActive).trigger(\'click\')\r\n }\r\n}\r\n\r\nfunction validateMyForm() {\r\n if($(\"#raw-materials-title-value\").text().length > 0 &&\r\n $(\"#production-title-value\").text().length > 0 &&\r\n $(\"#packaging-title-value\").text().length > 0 &&\r\n $(\"#distribution-title-value\").text().length > 0 &&\r\n $(\"#use-maintenance-title-value\").text().length > 0 &&\r\n $(\"#end-of-life-title-value\").text().length > 0) \r\n {\r\n return true;\r\n } else {\r\n return false;\r\n }\r\n}\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(18, 'Eco-Design-product-etapa3-resultado', 'admin/eco-design-product-etapa3-resultado.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% set tareaDos = \"\" %}\r\n {% set urlLogo = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA3_STEP1\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA2_STEP2\" == tareaselement.alias %}\r\n {% set tareaDos = tareaselement %}\r\n {% elseif tareaselement.alias == \'ETAPA1_STEP2\' %}\r\n {% for atributo in tareaselement.atributos %}\r\n {% if atributo.alias == \'eco_e1_s2_preg30\' %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set urlLogo = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString1 = \"\" %}\r\n {% set responseString2 = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_prod_e3_s1_preg20_email_data\' %}\r\n {% set responseString1 = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% for atributo in tareaDos.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString2 = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% set response2 = responseString2 | json_decode %}\r\n {% set max = max(response2.raw.default|length, response2.prod.default|length, response2.pack.default|length, response2.dist.default|length, response2.main.default|length, response2.end.default|length) %}\r\n <div class=\"container-2\">\r\n <ul class=\"nav nav-pills mb-3\" id=\"pills-tab\" role=\"tablist\">\r\n <li class=\"nav-item active\">\r\n <a class=\"nav-link active\" id=\"pills-detail-tab\" data-toggle=\"pill\" href=\"#pills-detail\" role=\"tab\" aria-controls=\"pills-detail\" aria-selected=\"true\"><img src=\"{{ asset(\'/uploads/3/table-ic.png\')}}\"></a>\r\n </li>\r\n <li class=\"nav-item\">\r\n <a class=\"nav-link\" id=\"pills-graph-tab\" data-toggle=\"pill\" href=\"#pills-graph\" role=\"tab\" aria-controls=\"pills-graph\" aria-selected=\"false\"><img src=\"{{ asset(\'/uploads/3/graph-ic.png\')}}\"></a>\r\n </li>\r\n </ul>\r\n <div class=\"tab-content\" id=\"pills-tabContent\">\r\n <div class=\"tab-pane fade active in\" id=\"pills-detail\" role=\"tabpanel\" aria-labelledby=\"pills-detail-tab\">\r\n <div class=\"grid_6_rows header header-logo\">\r\n <div class=\"grid_element\">\r\n <img src=\"{{ asset(\'/uploads/3/raw-materials-ic.png\')}}\">\r\n </div>\r\n <div class=\"grid_element\">\r\n <img src=\"{{ asset(\'/uploads/3/production-ic.png\')}}\">\r\n </div>\r\n <div class=\"grid_element\">\r\n <img src=\"{{ asset(\'/uploads/3/packaging-ic.png\')}}\">\r\n </div>\r\n <div class=\"grid_element\">\r\n <img src=\"{{ asset(\'/uploads/3/transport-ic.png\')}}\">\r\n </div>\r\n <div class=\"grid_element\">\r\n <img src=\"{{ asset(\'/uploads/3/maintenance-ic.png\')}}\">\r\n </div>\r\n <div class=\"grid_element\">\r\n <img src=\"{{ asset(\'/uploads/3/end-of-life-ic.png\')}}\">\r\n </div>\r\n </div>\r\n <div class=\"grid_6_rows header header-title\">\r\n <div class=\"grid_element\">\r\n <p>RAW MATERIALS:</p>\r\n </div>\r\n <div class=\"grid_element\">\r\n <p>PRODUCTION:</p>\r\n </div>\r\n <div class=\"grid_element\">\r\n <p>PACKAGING:</p>\r\n </div>\r\n <div class=\"grid_element\">\r\n <p>DISTRIBUTION:</p>\r\n </div>\r\n <div class=\"grid_element\">\r\n <p>USE AND MAINTENANCE:</p>\r\n </div>\r\n <div class=\"grid_element\">\r\n <p>END OF LIFE:</p>\r\n </div>\r\n </div>\r\n {% for i in 0..max - 1 %}\r\n <div class=\"grid_6_rows\">\r\n\r\n {% if i < response2.raw.total %}\r\n {% if response2.raw.default | length > i %}\r\n <div class=\"grid_element\" data-category=\"raw\" data-key=\"{{ response2.raw.default[i].id }}\">\r\n </div>\r\n\r\n {% else %}\r\n <div class=\"grid_element\" data-category=\"raw\" data-key=\"custom-raw-{{ i - response2.raw.default | length }}\">{{ response2.raw.new[i - response2.raw.default | length].title }}</div>\r\n {% endif %}\r\n {% else %}\r\n <div class=\"grid_element\" data-category=\"raw\">\r\n </div>\r\n {% endif %}\r\n\r\n {% if i < response2.prod.total %}\r\n {% if response2.prod.default | length > i %}\r\n <div class=\"grid_element\" data-category=\"prod\" data-key=\"{{ response2.prod.default[i].id }}\">\r\n </div>\r\n {% else %}\r\n <div class=\"grid_element\" data-category=\"prod\" data-key=\"custom-prod-{{ i - response2.prod.default | length }}\">{{ response2.prod.new[i - response2.prod.default | length].title }}</div>\r\n {% endif %}\r\n {% else %}\r\n <div class=\"grid_element\" data-category=\"prod\">\r\n </div>\r\n {% endif %}\r\n\r\n {% if i < response2.pack.total %}\r\n {% if response2.pack.default | length > i %}\r\n <div class=\"grid_element\" data-category=\"pack\" data-key=\"{{ response2.pack.default[i].id }}\">\r\n </div>\r\n {% else %}\r\n <div class=\"grid_element\" data-category=\"pack\" data-key=\"custom-pack-{{ i - response2.pack.default | length }}\">{{ response2.pack.new[i - response2.pack.default | length].title }}</div>\r\n {% endif %}\r\n {% else %}\r\n <div class=\"grid_element\" data-category=\"pack\">\r\n </div>\r\n {% endif %}\r\n\r\n {% if i < response2.dist.total %}\r\n {% if response2.dist.default | length > i %}\r\n <div class=\"grid_element\" data-category=\"dist\" data-key=\"{{ response2.dist.default[i].id }}\">\r\n </div>\r\n {% else %}\r\n <div class=\"grid_element\" data-category=\"dist\" data-key=\"custom-dist-{{ i - response2.dist.default | length }}\">{{ response2.dist.new[i - response2.dist.default | length].title }}</div>\r\n {% endif %}\r\n {% else %}\r\n <div class=\"grid_element\" data-category=\"dist\">\r\n </div>\r\n {% endif %}\r\n {% if i < response2.main.total %}\r\n {% set elementResult = [] %}\r\n {% if response2.main.default | length > i %}\r\n <div class=\"grid_element\" data-category=\"main\" data-key=\"{{ response2.main.default[i].id }}\">\r\n </div>\r\n {% else %}\r\n <div class=\"grid_element\" data-category=\"main\" data-key=\"custom-main-{{ i - response2.main.default | length }}\">{{ response2.main.new[i - response2.main.default | length].title }}</div>\r\n {% endif %}\r\n {% else %}\r\n <div class=\"grid_element\" data-category=\"main\">\r\n </div> \r\n {% endif %}\r\n {% if i < response2.end.total %}\r\n {% if response2.end.default | length > i %}\r\n <div class=\"grid_element\" data-category=\"end\" data-key=\"{{ response2.end.default[i].id }}\">\r\n </div>\r\n {% else %}\r\n <div class=\"grid_element\" data-category=\"end\" data-key=\"custom-end-{{ i - response2.end.default | length }}\">{{ response2.end.new[i - response2.end.default | length].title }}</div>\r\n {% endif %}\r\n </div>\r\n {% else %}\r\n <div class=\"grid_element\" data-category=\"end\">\r\n </div>\r\n {% endif %}\r\n </div>\r\n {% endfor %}\r\n <div class=\"grid_6_rows footer footer-data\">\r\n <div class=\"grid_element\">\r\n\r\n </div>\r\n <div class=\"grid_element\">\r\n\r\n </div>\r\n <div class=\"grid_element\">\r\n\r\n </div>\r\n <div class=\"grid_element\">\r\n\r\n </div>\r\n <div class=\"grid_element\">\r\n\r\n </div>\r\n <div class=\"grid_element\">\r\n\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"tab-pane fade\" id=\"pills-graph\" role=\"tabpanel\" aria-labelledby=\"pills-graph-tab\">\r\n <div class=\"row\">\r\n <div class=\"col-md-8 image-container-life-cycle\">\r\n <img class=\"image-life-cycle\" src=\"{{ asset(\'/uploads/3/lifeCycle.png\')}}\"/>\r\n {% if urlLogo is not empty %}\r\n <img class=\"image-selected-logo\" src=\"{{ urlLogo }}\"/>\r\n {% endif %}\r\n <div class=\"button-life-cycle\" id=\"raw-materials\"></div>\r\n <p class=\"label-life-cycle\" id=\"raw-materials-title\">{{ \"RAW MATERIALS\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"raw-materials-title-value\"></p>\r\n <div class=\"button-life-cycle\" id=\"production\"></div>\r\n <p class=\"label-life-cycle\" id=\"production-title\">{{ \"PRODUCTION\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"production-title-value\"></p>\r\n <div class=\"button-life-cycle\" id=\"packaging\"></div>\r\n <p class=\"label-life-cycle\" id=\"packaging-title\">{{ \"PACKAGING\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"packaging-title-value\"></p>\r\n <div class=\"button-life-cycle\" id=\"distribution\"></div>\r\n <p class=\"label-life-cycle\" id=\"distribution-title\">{{ \"DISTRIBUTION\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"distribution-title-value\"></p>\r\n <div class=\"button-life-cycle\" id=\"use-maintenance\"></div>\r\n <p class=\"label-life-cycle\" id=\"use-maintenance-title\">{{ \"USE & MAINTENANCE\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"use-maintenance-title-value\"></p>\r\n <div class=\"button-life-cycle\" id=\"end-of-cycle\"></div>\r\n <p class=\"label-life-cycle\" id=\"end-of-life-title\">{{ \"END OF LIFE\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"end-of-life-title-value\"></p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n <section>\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% endif %}\r\n {% endfor %}\r\n <input type=\"text\" id=\"hidden_form_item\" value=\"{{ responseString1 }}\" />\r\n </div>\r\n </section>\r\n <button type=\"submit\">{{ \'Enviar\'|trans({}) }}</button>\r\n {% else %}\r\n <button type=\"submit\">{{ \'Continuar\'|trans({}) }}</button>\r\n {% endif %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-06-04 16:04:57', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n.instructions-box {\r\n text-align: center;\r\n}\r\n.grid_element > span.score::before {\r\n content: \'\';\r\n display: inline-block;\r\n width: 15px;\r\n height: 15px;\r\n margin: 0 10px;\r\n -moz-border-radius: 7.5px;\r\n -webkit-border-radius: 7.5px;\r\n border-radius: 7.5px;\r\n}\r\n\r\n.grid_element > span.score.status-green::before {\r\n background-color: green;\r\n}\r\n\r\n.label-life-cycle.status-green, .button-life-cycle.status-green {\r\n color: green;\r\n border-color: green;\r\n}\r\n\r\n.grid_element > span.score.status-light-green::before {\r\n background-color: greenyellow;\r\n}\r\n\r\n.label-life-cycle.status-light-green, .button-life-cycle.status-light-green {\r\n color: greenyellow;\r\n border-color: greenyellow;\r\n}\r\n\r\n.grid_element > span.score.status-yellow::before {\r\n background-color: yellow;\r\n}\r\n\r\n.label-life-cycle.status-yellow, .button-life-cycle.status-yellow {\r\n color: yellow;\r\n border-color: yellow;\r\n}\r\n\r\n.grid_element > span.score.status-orange::before {\r\n background-color: orange;\r\n}\r\n\r\n.label-life-cycle.status-orange, .button-life-cycle.status-orange {\r\n color: orange;\r\n border-color: orange;\r\n}\r\n\r\n.grid_element > span.score.status-red::before {\r\n background-color: red;\r\n}\r\n\r\n.label-life-cycle.status-red, .button-life-cycle.status-red {\r\n color: red;\r\n border-color: red;\r\n}\r\n\r\n.table-modal tr.table-header {\r\n background: black;\r\n color: white;\r\n}\r\n.table-modal tr {\r\n border: 1px solid black;\r\n}\r\n.table-modal td {\r\n padding: 10px;\r\n}\r\n.grid_element > span {\r\n display: block;\r\n}\r\n.grid_element > .status-green {\r\n color: green; \r\n}\r\n.grid_element > .status-light-green {\r\n color: greenyellow; \r\n}\r\n.grid_element > .status-yellow {\r\n color: yellow; \r\n}\r\n.grid_element > .status-orange {\r\n color: orange; \r\n}\r\n.grid_element > .status-red {\r\n color: red; \r\n}\r\n.grid_6_rows {\r\n display: grid;\r\n grid-template-columns: repeat(6, 1fr);\r\n}\r\n\r\n#raw-materials-title {\r\n top: 0;\r\n}\r\n#raw-materials-title-value {\r\n top: 26%;\r\n left: 52%;\r\n}\r\n#production-title {\r\n top: 20%;\r\n left: 85%;\r\n}\r\n#production-title-value {\r\n top: 41%;\r\n left: 93%;\r\n}\r\n#packaging-title {\r\n left: 85%;\r\n top: 84%;\r\n}\r\n#packaging-title-value {\r\n top: 64%;\r\n left: 93%;\r\n}\r\n#distribution-title {\r\n top: 95%;\r\n left: 62%;\r\n}\r\n#distribution-title-value {\r\n bottom: 21%;\r\n left: 52%;\r\n}\r\n#use-maintenance-title {\r\n top: 81%;\r\n left: 0;\r\n}\r\n#use-maintenance-title-value {\r\n top: 62%;\r\n right: 93%;\r\n}\r\n#end-of-life-title {\r\n left: 0;\r\n top: 20%;\r\n}\r\n#end-of-life-title-value {\r\n top: 45%;\r\n right: 86%;\r\n}\r\n.image-container-life-cycle {\r\n position: relative;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.image-container-life-cycle > img {\r\n margin-top: 5%;\r\n}\r\n.image-container-life-cycle > img.image-selected-logo {\r\n position: absolute;\r\n max-width: 45%;\r\n max-height: 35%;\r\n}\r\n.image-container-life-cycle > img.image-life-cycle {\r\n width: 100%;\r\n}\r\n.image-container-life-cycle > .label-life-cycle, .image-container-life-cycle > .button-life-cycle {\r\n position: absolute;\r\n}\r\n.image-container-life-cycle > .button-life-cycle {\r\n background: transparent;\r\n border: none;\r\n border: 4px solid;\r\n width: 18%;\r\n border-radius: 100%;\r\n height: 20%;\r\n}\r\n.image-container-life-cycle > #raw-materials {\r\n top: 5.5%;\r\n left: 41.5%;\r\n}\r\n.image-container-life-cycle > #production {\r\n left: 75%;\r\n top: 25%;\r\n}\r\n.image-container-life-cycle > #packaging {\r\n top: 61.5%;\r\n left: 75.1%;\r\n}\r\n.image-container-life-cycle > #distribution {\r\n top: 79.4%;\r\n left: 41.6%;\r\n}\r\n.image-container-life-cycle > #use-maintenance {\r\n top: 59.8%;\r\n left: 6.9%;\r\n}\r\n.image-container-life-cycle > #end-of-cycle {\r\n top: 23%;\r\n left: 6.9%;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n{% include \'eco-design/producttable.html.twig\' %}\r\n <script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\'\r\n });\r\n fillData();\r\n fillValues();\r\n fillAverages();\r\n $values = {};\r\n $(\".grid_6_rows:not(.header):not(.footer) .grid_element\").each(function() {\r\n $category = $(this).attr(\'data-category\');\r\n $key = $(this).attr(\'data-key\');\r\n $data = $(\"#hidden_form_item\").val();\r\n $value = 0;\r\n $counter = 0;\r\n if($data != \"\") {\r\n $jsonParsed = JSON.parse($data);\r\n $(Object.keys($jsonParsed)).each(function(i, objectKey) {\r\n $(Object.keys($jsonParsed[objectKey])).each(function(j, innerObject) {\r\n if(innerObject == $key) {\r\n console.log(getLifeCycleData()[$category][$key]);\r\n\r\n }\r\n }); \r\n // if(this[index].author == $key) {\r\n // if(this.value != null && this.value != \"no-answer\") {\r\n // $value = $value + parseFloat(this.value);\r\n // $counter++;\r\n // }\r\n // }\r\n });\r\n }\r\n if($counter > 0) {\r\n $average = $value / $counter;\r\n $class = \"status-red\";\r\n if($average == 1) {\r\n $class = \"status-green\";\r\n } else if($average < 2) {\r\n $class = \"status-light-green\";\r\n } else if($average < 3) {\r\n $class = \"status-yellow\";\r\n } else if($average < 4) {\r\n $class = \"status-orange\";\r\n }\r\n $(this).append(\"<span class=\\\"\" + $class + \"\\\">\" + $value / $counter + \"</span>\");\r\n if($values[$category] == null) {\r\n $values[$category] = [];\r\n }\r\n $values[$category].push($value / $counter);\r\n }\r\n });\r\n calcAverage($values[\"raw\"], \"raw\", $(\"#raw-materials-title-value\")[0], $(\"#raw-materials\")[0]);\r\n calcAverage($values[\"prod\"], \"prod\", $(\"#production-title-value\")[0], $(\"#production\")[0]);\r\n calcAverage($values[\"pack\"], \"pack\", $(\"#packaging-title-value\")[0], $(\"#packaging\")[0]);\r\n calcAverage($values[\"dist\"], \"dist\", $(\"#distribution-title-value\")[0], $(\"#distribution\")[0]);\r\n calcAverage($values[\"main\"], \"main\", $(\"#use-maintenance-title-value\")[0], $(\"#use-maintenance\")[0]);\r\n calcAverage($values[\"end\"], \"end\", $(\"#end-of-life-title-value\")[0], $(\"#end-of-cycle\")[0]);\r\n });\r\n\r\n function fillAverages() {\r\n $values = [0,0,0,0,0,0];\r\n $counters = [0,0,0,0,0,0];\r\n $(\".grid_6_rows:not(.header):not(.footer)\").each(function($i, $row) {\r\n $cells = $($row).find(\".grid_element\");\r\n $($cells).each(function($j, $cell) {\r\n if($($cell).find(\".score\").length > 0) {\r\n $values[$j] = $values[$j] + parseFloat($($cell).find(\".score\")[0].textContent);\r\n $counters[$j]++;\r\n }\r\n }); \r\n });\r\n $(\".grid_6_rows.footer .grid_element\").each(function($i, $cell) {\r\n if($counters[$i] > 0) {\r\n $result = $values[$i] / $counters[$i]\r\n $result = Math.round($result * 10) / 10\r\n $text2add = \"<p>Average = \" + $result + \"</p>\";\r\n $($cell).append($text2add);\r\n switch($i) {\r\n case 0:\r\n fillAverageLabel($result, $(\"#raw-materials-title-value\")[0], $(\"#raw-materials\")[0]);\r\n break;\r\n case 1:\r\n fillAverageLabel($result, $(\"#production-title-value\")[0], $(\"#production\")[0]);\r\n break;\r\n case 2:\r\n fillAverageLabel($result, $(\"#packaging-title-value\")[0], $(\"#packaging\")[0]);\r\n break;\r\n case 3:\r\n fillAverageLabel($result, $(\"#distribution-title-value\")[0], $(\"#distribution\")[0]);\r\n break; \r\n case 4:\r\n fillAverageLabel($result, $(\"#use-maintenance-title-value\")[0], $(\"#use-maintenance\")[0]);\r\n break;\r\n case 5:\r\n fillAverageLabel($result, $(\"#end-of-life-title-value\")[0], $(\"#end-of-cycle\")[0]);\r\n }\r\n }\r\n });\r\n console.log($values);\r\n console.log($counters);\r\n }\r\n\r\n function fillAverageLabel($value, $valueLabel, $border) {\r\n $valueLabel.textContent = $value;\r\n $class = \"status-red\";\r\n if($value == 1) {\r\n $class = \"status-green\";\r\n } else if($value < 2) {\r\n $class = \"status-light-green\";\r\n } else if($value < 3) {\r\n $class = \"status-yellow\";\r\n } else if($value < 4) {\r\n $class = \"status-orange\";\r\n }\r\n $valueLabel.classList.add($class);\r\n $border.classList.add($class);\r\n }\r\n\r\n function fillData() {\r\n $(\".grid_6_rows:not(.header):not(.footer) .grid_element\").each(function($i, $row) {\r\n $category = $($row).attr(\'data-category\');\r\n $key = $($row).attr(\'data-key\');\r\n $data = $(\"#hidden_form_item\").val();\r\n $(getLifeCycleData()[$category]).each(function($j, $item) {\r\n if($item.id == $key) {\r\n $row.innerText = $item.title;\r\n }\r\n }); \r\n });\r\n }\r\n\r\n function fillValues() {\r\n $data = $(\"#hidden_form_item\").val();\r\n $jsonData = JSON.parse($data);\r\n $(\".grid_6_rows:not(.header):not(.footer) .grid_element\").each(function($i, $row) {\r\n $key = \"\";\r\n if($(this).attr(\"data-key\") != null) {\r\n $result = 0;\r\n $counter = 0;\r\n $key = $($row).attr(\"data-key\");\r\n $(Object.keys($jsonData)).each(function($j, $arrayKey) {\r\n if($jsonData[$arrayKey][$key] != null && $jsonData[$arrayKey][$key] != \"no-answer\") {\r\n $result = $result + parseFloat($jsonData[$arrayKey][$key]);\r\n $counter++;\r\n }\r\n }); \r\n $result = $result / $counter;\r\n $class = \" status-red\";\r\n if($result == 1) {\r\n $class = \" status-green\";\r\n } else if($result < 2) {\r\n $class = \" status-light-green\";\r\n } else if($result < 3) {\r\n $class = \" status-yellow\";\r\n } else if($result < 4) {\r\n $class = \" status-orange\";\r\n }\r\n $text2add = \"<span class=\\\"score\" + $class + \"\\\">\" + $result + \"</span>\";\r\n $($row).append($text2add);\r\n }\r\n });\r\n }\r\n\r\n function calcAverage($values, $label, $htmlItem, $border) {\r\n $sum = 0;\r\n if($values != null && $values.length > 0) {\r\n $($values).each(function() {\r\n $sum = $sum + this;\r\n });\r\n $average = $sum / $values.length;\r\n $htmlItem.innerText = $average;\r\n\r\n $class = \" status-red\";\r\n if($average == 1) {\r\n $class = \" status-green\";\r\n } else if($average < 2) {\r\n $class = \" status-light-green\";\r\n } else if($average < 3) {\r\n $class = \" status-yellow\";\r\n } else if($average < 4) {\r\n $class = \" status-orange\";\r\n }\r\n $htmlItem.classList.add($class);\r\n $border.classList.add($class);\r\n }\r\n }\r\n </script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(19, 'Eco-Design-product-etapa4-step2', 'admin/eco-design-product-etapa4-step2.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA4_STEP1\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n <div class=\"row\">\r\n <div class=\"col-md-8\">\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"instructions-box\">\r\n <img src=\"/uploads/3/people.png\">\r\n <h4>FOR TEAMS 2H WORK SESSION ECODESIGN STRATEGIES SELECTION</h4>\r\n <p>Together with the group carry out the assessment and select the strategies to include in the Action Plan.</p>\r\n </div>\r\n </div>\r\n </div>\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_prod_e4_s1_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n <table class=\"data-table\">\r\n <tr class=\"headers-titles\">\r\n <td>Description</td> \r\n <td>Social</td> \r\n <td>Economic</td> \r\n <td>Technical</td> \r\n <td>Average</td> \r\n <td>Select for<br />action plan</td> \r\n </tr>\r\n {% if response.raw.total > 0 or response.raw.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Life cycle stage: Raw Materials</td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n <td></td> \r\n <td></td>\r\n </tr>\r\n {% set rowItem = \'<td>\r\n <select class=\"social-select\">\r\n <option class=\"red-option\" value=\"1\">1 - low</option>\r\n <option class=\"orange-option\" value=\"2\">2</option>\r\n <option class=\"yellow-option\" value=\"3\">3</option>\r\n <option class=\"light-green-option\" value=\"4\">4</option>\r\n <option class=\"green-option\" value=\"5\">5 - high</option>\r\n </select>\r\n </td> \r\n <td>\r\n <select class=\"economic-select\">\r\n <option class=\"red-option\" value=\"1\">1 - low</option>\r\n <option class=\"orange-option\" value=\"2\">2</option>\r\n <option class=\"yellow-option\" value=\"3\">3</option>\r\n <option class=\"light-green-option\" value=\"4\">4</option>\r\n <option class=\"green-option\" value=\"5\">5 - high</option>\r\n </select>\r\n </td> \r\n <td>\r\n <select class=\"technical-select\">\r\n <option class=\"red-option\" value=\"1\">1 - low</option>\r\n <option class=\"orange-option\" value=\"2\">2</option>\r\n <option class=\"yellow-option\" value=\"3\">3</option>\r\n <option class=\"light-green-option\" value=\"4\">4</option>\r\n <option class=\"green-option\" value=\"5\">5 - high</option>\r\n </select>\r\n </td>\r\n <td class=\"average\"></td>\r\n <td>\r\n <input type=\"checkbox\">\r\n </td>\' %}\r\n {% for item in response.raw.default %}\r\n <tr class=\"raw-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.raw.new %}\r\n <tr class=\"raw-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% if response.prod.total > 0 or response.prod.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Life cycle stage: Production</td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n <td></td>\r\n </tr>\r\n {% for item in response.prod.default %}\r\n <tr class=\"prod-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.prod.new %}\r\n <tr class=\"prod-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% if response.pack.total > 0 or response.pack.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Life cycle stage: Packaging</td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n </tr>\r\n {% for item in response.pack.default %}\r\n <tr class=\"pack-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.pack.new %}\r\n <tr class=\"pack-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% if response.dist.total > 0 and response.dist.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Life cycle stage: Distribution</td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n </tr>\r\n {% for item in response.dist.default %}\r\n <tr class=\"dist-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.dist.new %}\r\n <tr class=\"dist-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% if response.main.total > 0 and response.main.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Life cycle stage: Use and Maintenance</td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n <td></td>\r\n </tr>\r\n {% for item in response.main.default %}\r\n <tr class=\"main-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.main.new %}\r\n <tr class=\"main-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% if response.end.total > 0 and response.end.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Life cycle stage: End of life cycle</td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n </tr>\r\n {% for item in response.end.default %}\r\n <tr>\r\n <td class=\"end-item\">{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.end.new %}\r\n <tr class=\"end-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n </table>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n <section>\r\n\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_prod_e4_s2_preg10\" value=\"{{ responseString }}\" />\r\n </div>\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n {% endfor %}\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-26 06:40:35', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n.data-table tr {\r\n border-bottom: 1px solid #00000044;\r\n}\r\n.data-table tr.headers-titles, .data-table tr.description-header {\r\n background: #888888;\r\n}\r\n.data-table tr.headers-titles > td:last-child {\r\n white-space: nowrap;\r\n}\r\n.data-table .headers-titles td, .data-table tr:not(.headers-titles) td:not(:first-child) {\r\n text-align: center;\r\n}\r\n.data-table td {\r\n padding: 5px;\r\n}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n.green-option {\r\n color: green !important;\r\n}\r\n.light-green-option {\r\n color: lightgreen !important;\r\n}\r\n.yellow-option {\r\n color: yellow !important;\r\n}\r\n\r\n.orange-option {\r\n color: orange !important;\r\n}\r\n.red-option {\r\n color: red !important;\r\n}\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n\r\n $(\"table.data-table\").on(\"change\", function () {\r\n setTimeout(getData, 100);\r\n });\r\n if($(\"#hidden_form_item\").val() == \"\") {\r\n getData();\r\n } else {\r\n fillData();\r\n }\r\n});\r\n\r\nfunction fillData() {\r\n $json = $(\"#hidden_form_item\").val();\r\n if($json != null && $json != \"\") {\r\n $rows = $(\"table.data-table tr:not(.headers-titles):not(.description-header)\");\r\n $parsedJson = JSON.parse($json);\r\n fillRowByCategory($(\"table.data-table tr.raw-item\"), $parsedJson.raw);\r\n fillRowByCategory($(\"table.data-table tr.prod-item\"), $parsedJson.prod);\r\n fillRowByCategory($(\"table.data-table tr.pack-item\"), $parsedJson.pack);\r\n fillRowByCategory($(\"table.data-table tr.dist-item\"), $parsedJson.dist);\r\n fillRowByCategory($(\"table.data-table tr.main-item\"), $parsedJson.main);\r\n fillRowByCategory($(\"table.data-table tr.end-item\"), $parsedJson.end);\r\n }\r\n}\r\n\r\nfunction fillRowByCategory($rows, $parsedJson) {\r\n $($rows).each(function(index) {\r\n $($parsedJson).each(function(innerIndex) {\r\n $row = $rows[index];\r\n $item = $parsedJson[innerIndex];\r\n if($($row.children[0])[0].textContent == $item.title) {\r\n $($row.children[0])[0].textContent = $item.title;\r\n $($row.children[1]).find(\".select2-chosen\")[0].textContent = $item.economic;\r\n $($row.children[2]).find(\".select2-chosen\")[0].textContent = $item.social;\r\n $($row.children[3]).find(\".select2-chosen\")[0].textContent = $item.technical;\r\n $($row.children[4])[0].textContent = $item.average;\r\n if($item.isSelected) {\r\n $($row.children[5]).find(\".iCheck-helper\").trigger(\"click\");\r\n }\r\n }\r\n });\r\n });\r\n}\r\n\r\nfunction getData() {\r\n $classes = [\"raw-item\", \"prod-item\", \"pack-item\", \"dist-item\", \"main-item\", \"end-item\"]\r\n $items = {};\r\n for(i = 0; i < 6; i++) {\r\n $rows = $(\"table.data-table tr.\" + $classes[i]);\r\n $itemsByCategory = [];\r\n $($rows).each(function(index) {\r\n $row = $rows[index];\r\n $isChecked = $($row).find(\".checked\").length;\r\n if($isChecked > 0) {\r\n $val1 = parseFloat($($row.children[1]).find(\".select2-chosen\")[0].textContent[0]);\r\n $val2 = parseFloat($($row.children[2]).find(\".select2-chosen\")[0].textContent[0]);\r\n $val3 = parseFloat($($row.children[3]).find(\".select2-chosen\")[0].textContent[0]);\r\n $valAvg = ($val1 + $val2 + $val3) / 3;\r\n $valAvg = Math.round($valAvg * 10) / 10;\r\n $row.children[4].innerHTML = $valAvg;\r\n $newClass = \"\";\r\n if($valAvg <= 1) {\r\n $newClass = \"red-option\";\r\n } else if($valAvg <= 2) {\r\n $newClass = \"orange-option\";\r\n } else if($valAvg <= 3) {\r\n $newClass = \"yellow-option\";\r\n } else if($valAvg <= 4) {\r\n $newClass = \"light-green-option\";\r\n } else if($valAvg <= 5) {\r\n $newClass = \"green-option\";\r\n }\r\n clearClass($row.children[4]);\r\n $row.children[4].classList.add($newClass);\r\n $itemsByCategory.push(createItem($row));\r\n } else {\r\n $row.children[4].innerHTML = \"\";\r\n }\r\n });\r\n switch(i) {\r\n case 0:\r\n $items.raw = $itemsByCategory;\r\n break;\r\n case 1:\r\n $items.prod = $itemsByCategory;\r\n break;\r\n case 2:\r\n $items.pack = $itemsByCategory;\r\n break;\r\n case 3:\r\n $items.dist = $itemsByCategory;\r\n break;\r\n case 4:\r\n $items.main = $itemsByCategory\r\n break;\r\n case 5:\r\n $items.end = $itemsByCategory\r\n }\r\n }\r\n $(\"#hidden_form_item\").val(JSON.stringify($items));\r\n}\r\n\r\nfunction createItem($row) {\r\n $newItem = {};\r\n $newItem.title = $($row.children[0])[0].textContent;\r\n $newItem.social = $($row.children[1]).find(\".select2-chosen\")[0].textContent;\r\n $newItem.economic = $($row.children[2]).find(\".select2-chosen\")[0].textContent;\r\n $newItem.technical = $($row.children[3]).find(\".select2-chosen\")[0].textContent;\r\n $newItem.average = $($row.children[4])[0].textContent;\r\n $newItem.isSelected = $($row.children[5]).find(\".checked, .active\").length;\r\n return $newItem;\r\n}\r\n\r\nfunction clearClass($cell) {\r\n $cell.classList.remove(\"red-option\");\r\n $cell.classList.remove(\"orange-option\");\r\n $cell.classList.remove(\"yellow-option\");\r\n $cell.classList.remove(\"light-green-option\");\r\n $cell.classList.remove(\"green-option\");\r\n}\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(20, 'Eco-Design-product-etapa4-resultado', 'admin/eco-design-product-etapa4-resultado.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA4_STEP1\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n <div class=\"row\">\r\n <div class=\"col-md-8\">\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"instructions-box\">\r\n <img src=\"/uploads/3/people.png\">\r\n <h4>FOR TEAMS 2H WORK SESSION ECODESIGN STRATEGIES SELECTION</h4>\r\n <p>Together with the group carry out the assessment and select the strategies to include in the Action Plan.</p>\r\n </div>\r\n </div>\r\n </div>\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_prod_e4_s1_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n <table class=\"data-table\">\r\n <tr class=\"headers-titles\">\r\n <td>Description</td> \r\n <td>Social</td> \r\n <td>Economic</td> \r\n <td>Technical</td> \r\n <td>Average</td> \r\n <td>Select for<br />action plan</td> \r\n </tr>\r\n {% if response.raw.total > 0 or response.raw.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Life cycle stage: Raw Materials</td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n <td></td> \r\n <td></td>\r\n </tr>\r\n {% set rowItem = \'<td>\r\n <select class=\"social-select\">\r\n <option class=\"red-option\" value=\"1\">1 - low</option>\r\n <option class=\"orange-option\" value=\"2\">2</option>\r\n <option class=\"yellow-option\" value=\"3\">3</option>\r\n <option class=\"light-green-option\" value=\"4\">4</option>\r\n <option class=\"green-option\" value=\"5\">5 - high</option>\r\n </select>\r\n </td> \r\n <td>\r\n <select class=\"economic-select\">\r\n <option class=\"red-option\" value=\"1\">1 - low</option>\r\n <option class=\"orange-option\" value=\"2\">2</option>\r\n <option class=\"yellow-option\" value=\"3\">3</option>\r\n <option class=\"light-green-option\" value=\"4\">4</option>\r\n <option class=\"green-option\" value=\"5\">5 - high</option>\r\n </select>\r\n </td> \r\n <td>\r\n <select class=\"technical-select\">\r\n <option class=\"red-option\" value=\"1\">1 - low</option>\r\n <option class=\"orange-option\" value=\"2\">2</option>\r\n <option class=\"yellow-option\" value=\"3\">3</option>\r\n <option class=\"light-green-option\" value=\"4\">4</option>\r\n <option class=\"green-option\" value=\"5\">5 - high</option>\r\n </select>\r\n </td>\r\n <td class=\"average\"></td>\r\n <td>\r\n <input type=\"checkbox\">\r\n </td>\' %}\r\n {% for item in response.raw.default %}\r\n <tr class=\"raw-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.raw.new %}\r\n <tr class=\"raw-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% if response.prod.total > 0 or response.prod.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Life cycle stage: Production</td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n <td></td>\r\n </tr>\r\n {% for item in response.prod.default %}\r\n <tr class=\"prod-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.prod.new %}\r\n <tr class=\"prod-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% if response.pack.total > 0 or response.pack.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Life cycle stage: Packaging</td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n </tr>\r\n {% for item in response.pack.default %}\r\n <tr class=\"pack-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.pack.new %}\r\n <tr class=\"pack-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% if response.dist.total > 0 and response.dist.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Life cycle stage: Distribution</td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n </tr>\r\n {% for item in response.dist.default %}\r\n <tr class=\"dist-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.dist.new %}\r\n <tr class=\"dist-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% if response.main.total > 0 and response.main.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Life cycle stage: Use and Maintenance</td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n <td></td>\r\n </tr>\r\n {% for item in response.main.default %}\r\n <tr class=\"main-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.main.new %}\r\n <tr class=\"main-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% if response.end.total > 0 and response.end.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Life cycle stage: End of life cycle</td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n </tr>\r\n {% for item in response.end.default %}\r\n <tr>\r\n <td class=\"end-item\">{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.end.new %}\r\n <tr class=\"end-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n </table>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n <section>\r\n\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_prod_e4_s2_preg10\" value=\"{{ responseString }}\" />\r\n </div>\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n {% endfor %}\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-26 06:43:41', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n.data-table tr:nth-child(even):not(.headers-titles) {\r\n background: #c5c5c5;\r\n}\r\ntable.data-table td {\r\n padding: 5px;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n });\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(21, 'Eco-Design-product-etapa5-step1', 'admin/eco-design-product-etapa5-step1.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA4_STEP2\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_prod_e4_s2_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n <table class=\"data-table\">\r\n {% for i, item in response.raw %}\r\n <tr data-score=\"{{ item.average }}\" class=\"raw-item-{{ i }} parent-item\">\r\n <td><strong>Life cycle stage:</strong><br />Raw materials</td>\r\n <td><strong>Strategy:</strong><br />{{ item.title }}</td>\r\n <td><img class=\"add-line\" src=\"{{ asset(\'/uploads/3/add-ic.png\')}}\"></td>\r\n <td><strong>Deadline</strong></td>\r\n <td><strong>Responsible</strong></td>\r\n </tr>\r\n {% endfor %}\r\n {% for i, item in response.prod %}\r\n <tr data-score=\"{{ item.average }}\" class=\"prod-item-{{ i }} parent-item\">\r\n <td><strong>Life cycle stage:</strong><br />Production</td>\r\n <td><strong>Strategy:</strong><br />{{ item.title }}</td>\r\n <td><img class=\"add-line\" src=\"{{ asset(\'/uploads/3/add-ic.png\')}}\"></td>\r\n <td><strong>Deadline</strong></td>\r\n <td><strong>Responsible</strong></td>\r\n </tr>\r\n {% endfor %}\r\n {% for i, item in response.pack %}\r\n <tr data-score=\"{{ item.average }}\" class=\"pack-item-{{ i }} parent-item\">\r\n <td><strong>Life cycle stage:</strong><br />Packaging</td>\r\n <td><strong>Strategy:</strong><br />{{ item.title }}</td>\r\n <td><img class=\"add-line\" src=\"{{ asset(\'/uploads/3/add-ic.png\')}}\"></td>\r\n <td><strong>Deadline</strong></td>\r\n <td><strong>Responsible</strong></td>\r\n </tr>\r\n {% endfor %}\r\n {% for i, item in response.dist %}\r\n <tr data-score=\"{{ item.average }}\" class=\"dist-item-{{ i }} parent-item\">\r\n <td><strong>Life cycle stage:</strong><br />Distribution</td>\r\n <td><strong>Strategy:</strong><br />{{ item.title }}</td>\r\n <td><img class=\"add-line\" src=\"{{ asset(\'/uploads/3/add-ic.png\')}}\"></td>\r\n <td><strong>Deadline</strong></td>\r\n <td><strong>Responsible</strong></td>\r\n </tr>\r\n {% endfor %}\r\n {% for i, item in response.main %}\r\n <tr data-score=\"{{ item.average }}\" class=\"main-item-{{ i }} parent-item\">\r\n <td><strong>Life cycle stage:</strong><br />Use and maintenance</td>\r\n <td><strong>Strategy:</strong><br />{{ item.title }}</td>\r\n <td><img class=\"add-line\" src=\"{{ asset(\'/uploads/3/add-ic.png\')}}\"></td>\r\n <td><strong>Deadline</strong></td>\r\n <td><strong>Responsible</strong></td>\r\n </tr>\r\n {% endfor %}\r\n {% for i, item in response.end %}\r\n <tr data-score=\"{{ item.average }}\" class=\"end-item-{{ i }} parent-item\">\r\n <td><strong>Life cycle stage:</strong><br />End of life cycle</td>\r\n <td><strong>Strategy:</strong><br />{{ item.title }}</td>\r\n <td><img class=\"add-line\" src=\"{{ asset(\'/uploads/3/add-ic.png\')}}\"></td>\r\n <td><strong>Deadline</strong></td>\r\n <td><strong>Responsible</strong></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_prod_e5_s1_preg10\" value=\"{{ responseString }}\" />\r\n </div>\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-26 06:45:43', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'bootstrap-datepicker/css/bootstrap-datepicker.min.css\') }}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n.data-table td {\r\n padding: 10px;\r\n}\r\n.data-table .add-line {\r\n max-height: 80%;\r\n}\r\n.data-table tr {\r\n border: 1px solid #00000033;\r\n}\r\n.data-table .parent-item {\r\n background: black;\r\n color: white;\r\n}\r\n.data-table tr td:first-child {\r\n width: 15%;\r\n}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\n.datepicker {\r\n opacity: 100;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bootstrap-datepicker/js/bootstrap-datepicker.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\".data-table .add-line\").on(\"click\", function() {\r\n $item = $(this).parent().parent()[0];\r\n $class = $item.classList[0];\r\n if($(\".\" + $class + \":not(.parent-item)\").length < 3) {\r\n createLine($class);\r\n }\r\n });\r\n if($(\"#hidden_form_item\").val() != \"\") {\r\n fillData();\r\n }\r\n addFirstLine();\r\n});\r\n\r\nfunction fillData() {\r\n $json = $(\"#hidden_form_item\").val();\r\n if($json != null && $json != \"\") {\r\n $parsedJson = JSON.parse($json);\r\n $(\"table.data-table tr.parent-item\").each(function() {\r\n checkCategory($parsedJson.raw, this);\r\n checkCategory($parsedJson.prod, this);\r\n checkCategory($parsedJson.pack, this);\r\n checkCategory($parsedJson.dist, this);\r\n checkCategory($parsedJson.main, this);\r\n checkCategory($parsedJson.end, this);\r\n });\r\n }\r\n}\r\n\r\nfunction checkCategory($category, $row, $class) {\r\n $title = $($row).children()[1].innerHTML.replace(/<strong>Strategy:<\\/strong><br>/, \'\');\r\n $class = $row.classList[0];\r\n $($category).each(function() {\r\n if(this.title == $title) {\r\n $(this.actions).each(function() {\r\n createLine($class);\r\n $newRow = $(\"table.data-table tr.\" + $class + \"\").last();\r\n $($newRow).find(\".action-input\").val(this.title); \r\n $date = new Date(this.startDate);\r\n $($newRow).find(\".start-date-picker\").val(getFormatedDate($date));\r\n $date = new Date(this.endDate);\r\n $($newRow).find(\".end-date-picker\").val(getFormatedDate($date));\r\n $($newRow).find(\".responsible-input\").val(this.responsible);\r\n });\r\n }\r\n });\r\n $category = $class;\r\n}\r\n\r\nfunction getFormatedDate($date) {\r\n $month = $date.getMonth() + 1;\r\n $year = $date.getFullYear();\r\n if($month < 10) {\r\n $month = \"0\" + $month;\r\n }\r\n return $month + \"/\" + $year;\r\n}\r\n\r\nfunction saveData() {\r\n $items = {};\r\n $items.raw = [];\r\n $items.prod = [];\r\n $items.pack = [];\r\n $items.dist = [];\r\n $items.main = [];\r\n $items.end = [];\r\n $(\".data-table tr.parent-item\").each(function() {\r\n $class = this.classList[0];\r\n $newItem = {};\r\n $newItem.title = $(this).children()[1].innerHTML.replace(/<strong>Strategy:<\\/strong><br>/, \'\');\r\n $newItem.score = $(this).attr(\"data-score\");\r\n $newItem.actions = getCycleActions($class);\r\n if($class.startsWith(\"raw\")) {\r\n $items.raw.push($newItem);\r\n } else if($class.startsWith(\"prod\")) {\r\n $items.prod.push($newItem);\r\n } else if($class.startsWith(\"pack\")) {\r\n $items.pack.push($newItem);\r\n } else if($class.startsWith(\"dist\")) {\r\n $items.dist.push($newItem);\r\n } else if($class.startsWith(\"main\")) {\r\n $items.main.push($newItem);\r\n } else if($class.startsWith(\"end\")) {\r\n $items.end.push($newItem);\r\n }\r\n });\r\n $(\"#hidden_form_item\").val(JSON.stringify($items));\r\n}\r\n\r\nfunction getCycleActions($class) {\r\n $actions = [];\r\n $(\".data-table tr.\" + $class + \":not(.parent-item)\").each(function() {\r\n $newAction = {};\r\n $newAction.title = $(this).find(\".action-input\").val();\r\n if($(this).find(\".start-date-picker\").val() != \"\") {\r\n $date = $(this).find(\".start-date-picker\").val().split(\"/\");\r\n $newAction.startDate = new Date($date[1], $date[0] - 1, 1).getTime();\r\n } else {\r\n $newAction.startDate = \"\";\r\n }\r\n if($(this).find(\".end-date-picker\").val() != \"\") {\r\n $date = $(this).find(\".end-date-picker\").val().split(\"/\");\r\n $newAction.endDate = new Date($date[1], $date[0] - 1, 1).getTime();\r\n } else {\r\n $newAction.endDate = \"\";\r\n }\r\n $newAction.responsible = $(this).find(\".responsible-input\").val();\r\n if(validateAction($newAction, this)) {\r\n $actions.push($newAction);\r\n }\r\n });\r\n return $actions;\r\n}\r\n\r\nfunction validateAction($action, $row) {\r\n if($action.endDate != \"\" && $action.startDate == \"\") {\r\n alert(\"The start date must filled before the end date\");\r\n $($row).find(\".end-date-picker\").val(\"\");\r\n } else if($action.endDate != \"\" && $action.startDate != \"\") {\r\n if($action.startDate >= $action.endDate) {\r\n alert(\"The start date must be less than the end date\");\r\n $($row).find(\".end-date-picker\").val(\"\");\r\n } else if($action.title != \"\" && $action.responsible != \"\") {\r\n return true;\r\n }\r\n }\r\n return false;\r\n}\r\n\r\nfunction addFirstLine() {\r\n $(\".data-table tr.parent-item\").each(function() {\r\n $class = this.classList[0];\r\n if($(\".\" + $class + \":not(.parent-item)\").length == 0) {\r\n createLine($class);\r\n }\r\n });\r\n}\r\n\r\nfunction createLine($class) {\r\n $element = $(\".\" + $class);\r\n $(\"<tr class=\\\"\" + $class + \"\\\"><td colspan=\\\"3\\\">Action:<br /><input type=\\\"text\\\" class=\\\"action-input\\\" /></td><td><label for=\\\"startDate\\\">Starts :</label><input onkeydown=\\\"return false\\\" name=\\\"startDate\\\" class=\\\"date-picker start-date-picker\\\" /><br /><label for=\\\"endDate\\\">Ends :</label><input onkeydown=\\\"return false\\\" name=\\\"endDate\\\" class=\\\"date-picker end-date-picker\\\" /></td><td><input type=\\\"text\\\" class=\\\"responsible-input\\\" /></td></tr>\").insertAfter($element.last());\r\n initAlterDatePicker();\r\n $(\"table.data-table tr.\" + $class + \"\").last().on(\"change paste keyup\", function() {\r\n saveData();\r\n });\r\n}\r\n\r\nfunction initAlterDatePicker() {\r\n $(\".data-table .date-picker\").datepicker( {\r\n format: \"mm/yyyy\",\r\n startView: \"months\", \r\n minViewMode: \"months\",\r\n ignoreReadonly: true\r\n });\r\n}\r\n\r\nfunction initDatePicker() {\r\n $(\'.date-picker\').datepicker(\r\n {\r\n dateFormat: \"mm/yy\",\r\n changeMonth: true,\r\n changeYear: true,\r\n showButtonPanel: true,\r\n onClose: function(dateText, inst) {\r\n\r\n\r\n function isDonePressed(){\r\n return ($(\'#ui-datepicker-div\').html().indexOf(\'ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all ui-state-hover\') > -1);\r\n }\r\n\r\n if (isDonePressed()){\r\n var month = $(\"#ui-datepicker-div .ui-datepicker-month :selected\").val();\r\n var year = $(\"#ui-datepicker-div .ui-datepicker-year :selected\").val();\r\n $(this).datepicker(\'setDate\', new Date(year, month, 1)).trigger(\'change\');\r\n\r\n $(\'.date-picker\').focusout();\r\n }\r\n },\r\n beforeShow : function(input, inst) {\r\n\r\n inst.dpDiv.addClass(\'month_year_datepicker\')\r\n\r\n if ((datestr = $(this).val()).length > 0) {\r\n year = datestr.substring(datestr.length-4, datestr.length);\r\n month = datestr.substring(0, 2);\r\n $(this).datepicker(\'option\', \'defaultDate\', new Date(year, month-1, 1));\r\n $(this).datepicker(\'setDate\', new Date(year, month-1, 1));\r\n $(\".ui-datepicker-calendar\").hide();\r\n }\r\n }\r\n });\r\n}\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(22, 'Eco-Design-product-etapa5-resultado', 'admin/eco-design-product-etapa5-resultado.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA5_STEP1\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_prod_e5_s1_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n {% set max = 0 %}\r\n {% set min = 0 %}\r\n {% for item in response.raw %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.prod %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.pack %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.dist %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.main %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.end %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% set diff = date((min / 1000), \"Europe/Paris\").diff(date((max / 1000), \"Europe/Paris\")) %}\r\n {% set colNumber = 0 %}\r\n {% if diff.d > 20 %}\r\n {% set colNumber = diff.m + 2 %}\r\n {% else %}\r\n {% set colNumber = diff.m + 1 %}\r\n {% endif %}\r\n <table class=\"data-table\">\r\n <tr>\r\n <td rowspan=\"2\" colspan=\"{{ colNumber / 2 }}\">STRATEGY</td>\r\n <td class=\"month-title\" colspan=\"{{ colNumber }}\">MONTHS</td>\r\n </tr>\r\n <tr>\r\n {% for i in 1..colNumber %}\r\n <td class=\"month-title\">{{ i }}</td>\r\n {% endfor %}\r\n </tr>\r\n {% for item in response.raw %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\"><div>{{ item.title }}</div></td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.prod %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\"><div>{{ item.title }}</div></td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.pack %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\"><div>{{ item.title }}</div></td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.dist %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\"><div>{{ item.title }}</div></td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.main %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\"><div>{{ item.title }}</div></td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.end %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\"><div>{{ item.title }}</div></td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n </table>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-26 06:46:52', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\ntd.month-title {\r\n text-align: center;\r\n}\r\n.data-table td > div {\r\n height: 40px;\r\n overflow: hidden;\r\n}\r\ntable.data-table td {\r\n border: 1px solid #00000044;\r\n padding: 5px;\r\n}\r\n.data-table {\r\n width: 100%;\r\n table-layout: fixed;\r\n}\r\n.data-table .active-option {\r\n background: white;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n });\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(23, 'Eco-Design-product-resultado', 'admin/eco-design-product-resultado.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA5_STEP1\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_prod_e5_s1_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n <p>Strategies and actions list</p>\r\n <div class=\"row\">\r\n <div class=\"col-md-8\">\r\n\r\n\r\n <div class=\"scrolled-div\">\r\n {% for item in response.raw %}\r\n {% for action in item.actions %}\r\n {% set class = \"\" %}\r\n {% if item.score > 4 %}\r\n {% set class = \" green-option\" %}\r\n {% elseif item.score > 3 %}\r\n {% set class = \" light-green-option\" %}\r\n {% elseif item.score > 2 %}\r\n {% set class = \" yellow-option\" %}\r\n {% elseif item.score > 1 %}\r\n {% set class = \" orange-option\" %}\r\n {% else %}\r\n {% set class = \" red-option\" %}\r\n {% endif %}\r\n <div class=\"group_container{{ class }}\">\r\n <h3>Life Cycle Stage / Raw Materials</h3>\r\n <p>{{ item.title }}</p>\r\n <div class=\"grid_container\">\r\n <div class=\"action-description\"><p class=\"value\">{{ action.title }}</p></div>\r\n <div class=\"action-start\"><p class=\"title\">STARTS:</p><p class=\"value\">{{ date(action.startDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-end\"><p class=\"title\">ENDS:</p><p class=\"value\">{{ date(action.endDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-responsible\"><p class=\"title\">Responsible:</p><p class=\"value\">{{ action.responsible }}</p></div>\r\n <div class=\"action-score\"><p class=\"title\">Score:</p><p class=\"value\">{{ item.score }}</p></div>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.prod %}\r\n {% for action in item.actions %}\r\n {% set class = \"\" %}\r\n {% if item.score > 4 %}\r\n {% set class = \" green-option\" %}\r\n {% elseif item.score > 3 %}\r\n {% set class = \" light-green-option\" %}\r\n {% elseif item.score > 2 %}\r\n {% set class = \" yellow-option\" %}\r\n {% elseif item.score > 1 %}\r\n {% set class = \" orange-option\" %}\r\n {% else %}\r\n {% set class = \" red-option\" %}\r\n {% endif %}\r\n <div class=\"group_container{{ class }}\">\r\n <h3>Life Cycle Stage / Production</h3>\r\n <p>{{ item.title }}</p>\r\n <div class=\"grid_container\">\r\n <div class=\"action-description\"><p class=\"value\">{{ action.title }}</p></div>\r\n <div class=\"action-start\"><p class=\"title\">STARTS:</p><p class=\"value\">{{ date(action.startDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-end\"><p class=\"title\">ENDS:</p><p class=\"value\">{{ date(action.endDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-responsible\"><p class=\"title\">Responsible:</p><p class=\"value\">{{ action.responsible }}</p></div>\r\n <div class=\"action-score\"><p class=\"title\">Score:</p><p class=\"value\">{{ item.score }}</p></div>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.pack %}\r\n {% for action in item.actions %}\r\n {% set class = \"\" %}\r\n {% if item.score > 4 %}\r\n {% set class = \" green-option\" %}\r\n {% elseif item.score > 3 %}\r\n {% set class = \" light-green-option\" %}\r\n {% elseif item.score > 2 %}\r\n {% set class = \" yellow-option\" %}\r\n {% elseif item.score > 1 %}\r\n {% set class = \" orange-option\" %}\r\n {% else %}\r\n {% set class = \" red-option\" %}\r\n {% endif %}\r\n <div class=\"group_container{{ class }}\">\r\n <h3>Life Cycle Stage / Packaging</h3>\r\n <p>{{ item.title }}</p>\r\n <div class=\"grid_container\">\r\n <div class=\"action-description\"><p class=\"value\">{{ action.title }}</p></div>\r\n <div class=\"action-start\"><p class=\"title\">STARTS:</p><p class=\"value\">{{ date(action.startDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-end\"><p class=\"title\">ENDS:</p><p class=\"value\">{{ date(action.endDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-responsible\"><p class=\"title\">Responsible:</p><p class=\"value\">{{ action.responsible }}</p></div>\r\n <div class=\"action-score\"><p class=\"title\">Score:</p><p class=\"value\">{{ item.score }}</p></div>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.dist %}\r\n {% for action in item.actions %}\r\n {% set class = \"\" %}\r\n {% if item.score > 4 %}\r\n {% set class = \" green-option\" %}\r\n {% elseif item.score > 3 %}\r\n {% set class = \" light-green-option\" %}\r\n {% elseif item.score > 2 %}\r\n {% set class = \" yellow-option\" %}\r\n {% elseif item.score > 1 %}\r\n {% set class = \" orange-option\" %}\r\n {% else %}\r\n {% set class = \" red-option\" %}\r\n {% endif %}\r\n <div class=\"group_container{{ class }}\">\r\n <h3>Life Cycle Stage / Distribution</h3>\r\n <p>{{ item.title }}</p>\r\n <div class=\"grid_container\">\r\n <div class=\"action-description\"><p class=\"value\">{{ action.title }}</p></div>\r\n <div class=\"action-start\"><p class=\"title\">STARTS:</p><p class=\"value\">{{ date(action.startDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-end\"><p class=\"title\">ENDS:</p><p class=\"value\">{{ date(action.endDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-responsible\"><p class=\"title\">Responsible:</p><p class=\"value\">{{ action.responsible }}</p></div>\r\n <div class=\"action-score\"><p class=\"title\">Score:</p><p class=\"value\">{{ item.score }}</p></div>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.main %}\r\n {% for action in item.actions %}\r\n {% set class = \"\" %}\r\n {% if item.score > 4 %}\r\n {% set class = \" green-option\" %}\r\n {% elseif item.score > 3 %}\r\n {% set class = \" light-green-option\" %}\r\n {% elseif item.score > 2 %}\r\n {% set class = \" yellow-option\" %}\r\n {% elseif item.score > 1 %}\r\n {% set class = \" orange-option\" %}\r\n {% else %}\r\n {% set class = \" red-option\" %}\r\n {% endif %}\r\n <div class=\"group_container{{ class }}\">\r\n <h3>Life Cycle Stage / Use and maintenance</h3>\r\n <p>{{ item.title }}</p>\r\n <div class=\"grid_container\">\r\n <div class=\"action-description\"><p class=\"value\">{{ action.title }}</p></div>\r\n <div class=\"action-start\"><p class=\"title\">STARTS:</p><p class=\"value\">{{ date(action.startDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-end\"><p class=\"title\">ENDS:</p><p class=\"value\">{{ date(action.endDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-responsible\"><p class=\"title\">Responsible:</p><p class=\"value\">{{ action.responsible }}</p></div>\r\n <div class=\"action-score\"><p class=\"title\">Score:</p><p class=\"value\">{{ item.score }}</p></div>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.end %}\r\n {% for action in item.actions %}\r\n {% set class = \"\" %}\r\n {% if item.score > 4 %}\r\n {% set class = \" green-option\" %}\r\n {% elseif item.score > 3 %}\r\n {% set class = \" light-green-option\" %}\r\n {% elseif item.score > 2 %}\r\n {% set class = \" yellow-option\" %}\r\n {% elseif item.score > 1 %}\r\n {% set class = \" orange-option\" %}\r\n {% else %}\r\n {% set class = \" red-option\" %}\r\n {% endif %}\r\n <div class=\"group_container{{ class }}\">\r\n <h3>Life Cycle Stage / End of life cycle</h3>\r\n <p>{{ item.title }}</p>\r\n <div class=\"grid_container\">\r\n <div class=\"action-description\"><p class=\"value\">{{ action.title }}</p></div>\r\n <div class=\"action-start\"><p class=\"title\">STARTS:</p><p class=\"value\">{{ date(action.startDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-end\"><p class=\"title\">ENDS:</p><p class=\"value\">{{ date(action.endDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-responsible\"><p class=\"title\">Responsible:</p><p class=\"value\">{{ action.responsible }}</p></div>\r\n <div class=\"action-score\"><p class=\"title\">Score:</p><p class=\"value\">{{ item.score }}</p></div>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n {% endfor %}\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"instructions-box\">\r\n <h4>FOR TEAMS 2H WORK SESSION ECODESIGN STRATEGIES SELECTION</h4>\r\n <p>Together with the group carry out the assessment and select the strategies to include in the Action Plan.</p>\r\n <div class=\"image-container\">\r\n <a href=\"/uploads/{{ app.user.id }}/Producto%20-%20resultado.pdf\"></a>\r\n <img src=\"/uploads/3/map-report.png\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-26 06:48:53', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n .image-container {\r\n position: relative;\r\n }\r\n .image-container > a {\r\n position: absolute;\r\n top: 44%;\r\n right: 21%;\r\n width: 12%;\r\n height: 10%;\r\n border-radius: 25px;\r\n }\r\n .image-container > img {\r\n width: 100%;\r\n }\r\n.group_container.red-option > h3, .group_container.red-option > p, .group_container.red-option .action-score > .value {\r\n color: red;\r\n}\r\n.group_container.orange-option > h3, .group_container.orange-option > p, .group_container.orange-option .action-score > .value {\r\n color: orange;\r\n}\r\n.group_container.yellow-option > h3, .group_container.yellow-option > p, .group_container.yellow-option .action-score > .value {\r\n color: yellow;\r\n}\r\n.group_container.light-green-option > h3, .group_container.light-green-option > p, .group_container.light-green-option .action-score > .value {\r\n color: greenyellow;\r\n}\r\n.group_container.green-option > h3, .group_container.green-option > p, .group_container.green-option .action-score > .value {\r\n color: green;\r\n}\r\n.group_container > .grid_container {\r\n display: grid;\r\n grid-template-columns: repeat(4, 1fr);\r\n grid-template-rows: repeat(3, auto);\r\n grid-template-areas:\r\n \"desc desc start end\"\r\n \"desc desc responsible responsible\"\r\n \"desc desc score score\";\r\n grid-gap: 20px;\r\n}\r\n.grid_container > .action-description {\r\n grid-area: desc;\r\n}\r\n.grid_container > .action-start {\r\n grid-area: start;\r\n}\r\n.grid_container > .action-end {\r\n grid-area: end;\r\n}\r\n.grid_container > .action-responsible {\r\n grid-area: responsible;\r\n}\r\n.grid_container > .action-score {\r\n grid-area: score;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n });\r\n</script>', 'admin/eco-design-product-resultado-pdf.html.twig', '<style type=\"text/css\">\r\n .data-table {\r\n width: 100%;\r\n }\r\n .data-table .active-option {\r\n background: #000000;\r\n }\r\n</style>\r\n\r\n<div class=\"container\">\r\n {% set tareas = tarea.getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaUno = \"\" %}\r\n {% set tareaDos = \"\" %}\r\n {% set tareaTres = \"\" %}\r\n {% set tareaCuatro = \"\" %}\r\n {% set tareaCinco = \"\" %}\r\n {% set tareaSeis = \"\" %}\r\n {% set tareaSiete = \"\" %}\r\n {% set tareaOcho = \"\" %}\r\n {% set tareaNueve = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if \"ETAPA1_STEP1\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% elseif \"ETAPA1_STEP2\" == tareaselement.alias %}\r\n {% set tareaDos = tareaselement %}\r\n {% elseif \"ETAPA1_STEP3\" == tareaselement.alias %}\r\n {% set tareaTres = tareaselement %}\r\n {% elseif \"ETAPA1_STEP4\" == tareaselement.alias %}\r\n {% set tareaCuatro = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA2_STEP1\" == tareaselement.alias %}\r\n {% set tareaCinco = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA2_STEP2\" == tareaselement.alias %}\r\n {% set tareaSeis = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA3_RESULTADO\" == tareaselement.alias %}\r\n {% set tareaSiete = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA4_STEP2\" == tareaselement.alias %}\r\n {% set tareaOcho = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA5_STEP1\" == tareaselement.alias %}\r\n {% set tareaNueve = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set title = \"\" %}\r\n {% set image = \"\" %}\r\n {% for atributo in tareaDos.atributos %}\r\n {% if atributo.alias == \'eco_e1_s2_preg10\' %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set title = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% elseif atributo.alias == \'eco_e1_s2_preg30\' %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set image = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor%}\r\n <h1>INTRODUCTION</h1>\r\n\r\n <h2>The Project</h2>\r\n <ul>\r\n <li>{{ title }}</li>\r\n <li><img src=\"{{ image }}\" alt=\"logo\"></li>\r\n </ul>\r\n\r\n <h2>TheTeam</h2>\r\n <ul>\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseTemp = respuesta.valor | json_decode %}\r\n {% for item in responseTemp %}\r\n <li>{{ item.name ~ \" \" ~ item.surname ~ \" - \" ~ item.responsibilities }}</li>\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n </ul>\r\n {% set political = \"\" %}\r\n {% set social = \"\" %}\r\n {% set enviromental = \"\" %}\r\n {% set economic = \"\" %}\r\n {% set technological = \"\" %}\r\n {% set legal = \"\" %}\r\n {% for num, atributo in tareaTres.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if num == 0 %}\r\n {% set political = respuesta.valor %}\r\n {% elseif num == 1 %}\r\n {% set social = respuesta.valor %}\r\n {% elseif num == 2 %}\r\n {% set enviromental = respuesta.valor %}\r\n {% elseif num == 3 %}\r\n {% set economic = respuesta.valor %}\r\n {% elseif num == 4 %}\r\n {% set technological = respuesta.valor %}\r\n {% elseif num == 5 %}\r\n {% set legal = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n\r\n <h2>The Context</h2>\r\n <table>\r\n <tr><td>Political</td><td>{{ political }}</td><td>Economic</td><td>{{ economic }}</td></tr>\r\n <tr><td>Social</td><td>{{ social }}</td><td>Tecnological</td><td>{{ technological }}</td></tr>\r\n <tr><td>Enviromental</td><td>{{ enviromental }}</td><td>Legal</td><td>{{ legal }}</td></tr>\r\n </table>\r\n\r\n {% set objectives = \"\" %}\r\n {% set vision = \"\" %}\r\n {% for num, atributo in tareaCuatro.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if num == 0 %}\r\n {% set objectives = respuesta.valor %}\r\n {% else %}\r\n {% set vision = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n <h2>The sustainable vision</h2>\r\n <ul>\r\n <li>{{ objectives }}</li>\r\n <li>{{ vision }}</li>\r\n </ul>\r\n\r\n <h1>STRATEGIES</h1>\r\n {% set responseString = \"\" %}\r\n <h2>Overview of eco-design strategies</h2>\r\n {% for atributo in tareaOcho.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_prod_e4_s2_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% set rowsNumber = max(response.raw | length, response.prod | length, response.dist | length, response.pack | length, response.main | length, response.end | length) %}\r\n {% endif%}\r\n <table class=\"data-table\">\r\n <tr class=\"headers-titles\">\r\n {% if response.raw | length > 0 %}\r\n <td>Raw Materials</td>\r\n <td>Average</td>\r\n {% endif %}\r\n {% if response.prod | length > 0 %}\r\n <td>Production</td>\r\n <td>Average</td>\r\n {% endif %}\r\n {% if response.pack | length > 0 %}\r\n <td>Packaging</td>\r\n <td>Average</td>\r\n {% endif %}\r\n {% if response.dist | length > 0 %}\r\n <td>Distribution</td>\r\n <td>Average</td>\r\n {% endif %}\r\n {% if response.main | length > 0 %}\r\n <td>Use and maintenance</td>\r\n <td>Average</td>\r\n {% endif %}\r\n {% if response.end | length > 0 %}\r\n <td>End on cycle</td>\r\n <td>Average</td>\r\n {% endif %}\r\n </tr>\r\n {% for i in 0..rowsNumber %}\r\n <tr>\r\n {% if response.raw | length > i %}\r\n <td>{{ response.raw[i].title }}</td>\r\n <td>{{ response.raw[i].average }}</td>\r\n {% elseif response.raw | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% if response.prod | length > i %}\r\n <td>{{ response.prod[i].title }}</td>\r\n <td>{{ response.prod[i].average }}</td>\r\n {% elseif response.prod | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% if response.pack | length > i %}\r\n <td>{{ response.pack[i].title }}</td>\r\n <td>{{ response.pack[i].average }}</td>\r\n {% elseif response.pack | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% if response.dist | length > i %}\r\n <td>{{ response.dist[i].title }}</td>\r\n <td>{{ response.dist[i].average }}</td>\r\n {% elseif response.dist | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% if response.main | length > i %}\r\n <td>{{ response.main[i].title }}</td>\r\n <td>{{ response.main[i].average }}</td>\r\n {% elseif response.main | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% if response.end | length > i %}\r\n <td>{{ response.end[i].title }}</td>\r\n <td>{{ response.end[i].average }}</td>\r\n {% elseif response.end | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n\r\n <h1>ACTION PLAN</h1>\r\n\r\n <h2>Overview of eco-design strategies</h2>\r\n\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaNueve.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_prod_e5_s1_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n {% set max = 0 %}\r\n {% set min = 0 %}\r\n {% for item in response.raw %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.prod %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.pack %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.dist %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.main %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.end %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% set diff = date((min / 1000), \"Europe/Paris\").diff(date((max / 1000), \"Europe/Paris\")) %}\r\n {% set colNumber = 0 %}\r\n {% if diff.d > 20 %}\r\n {% set colNumber = diff.m + 2 %}\r\n {% else %}\r\n {% set colNumber = diff.m + 1 %}\r\n {% endif %}\r\n <table class=\"data-table\">\r\n <tr>\r\n <td rowspan=\"2\" colspan=\"{{ colNumber / 2 }}\">STRATEGY</td>\r\n <td class=\"month-title\" colspan=\"{{ colNumber }}\">MONTHS</td>\r\n </tr>\r\n <tr>\r\n {% for i in 1..colNumber %}\r\n <td class=\"month-title\">{{ i }}</td>\r\n {% endfor %}\r\n </tr>\r\n {% for item in response.raw %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\"><div style=\"height: 40px;overflow: hidden;\">{{ item.title }}</div></td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.prod %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\"><div style=\"height: 40px;overflow: hidden;\">{{ item.title }}</div></td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.pack %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\"><div style=\"height: 40px;overflow: hidden;\">{{ item.title }}</div></td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.dist %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\"><div style=\"height: 40px;overflow: hidden;\">{{ item.title }}</div></td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.main %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\"><div height=\"40px\" style=\"height: 40px;overflow: hidden;\">{{ item.title }}</div></td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.end %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\"><div height=\"40px\" style=\"height: 40px;overflow: hidden;\">{{ item.title }}</div></td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n </table>\r\n</div>', NULL, 'template', 'L', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(25, 'gbcsteps', 'admin/gbcsteps.html.twig', '<div class=\"{{ (\'container gbc-steps\' ~ \' \' ~ tarea[0].class) ~ \' \' ~ tarea[0].alias }}\">\r\n\r\n <input id=\"current\" type=\"hidden\" value=\"0\">\r\n\r\n {% set respuesta=[] %}\r\n {% set tareaanterior=0 %}\r\n {% set tareacurrent=tarea[0] %}\r\n {% set respuestaca=[] %}\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n{% if casoestudio is defined and casoestudio is not empty %}\r\n {% for respuestafor in casoestudio %}\r\n {% set respuestaca= respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% endif %}\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n {{ include(\'gbc/exerciseslinktrainer.html.twig\')}}\r\n {% else %}\r\n {{ include(\'gbc/exerciseslink.html.twig\')}}\r\n {% endif %}\r\n <a href=\"#\" class=\"avartar\">\r\n <img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\">\r\n </a>\r\n <h2 class=\"tarea-titulo\"><strong>{{ tarea[0].nombre|trans({}) }}</strong></h2>\r\n <div class=\"tarea-desc\">{{ tarea[0].descripcion|trans({})|raw }}<div>\r\n<div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n\r\n</div>\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n <input type=\"hidden\" name=\"ge\" id=\"ge\" value=\"{{ ge.id }}\">\r\n {% endif %}\r\n {% block nextprevsave %}\r\n {% include \'gbc/nextprevsave.html.twig\' %}\r\n {% endblock nextprevsave %}\r\n \r\n {% set preguntasIndex=1%}\r\n \r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n \r\n <h4 {% if tarea[0].SeccionesTareaId|length == 1 %} class=\"seccion-unica\" {% else %} class=\"seccion-multiple\"{% endif %}>{{ seccion.nombre|trans({}) }}</h4>\r\n \r\n <section>\r\n \r\n <div class=\"inner\">\r\n {% for pregunta in seccion.PreguntasId %}\r\n \r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n{% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"file\" %}\r\n {% include \'formcomponents/file.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"ckeditor\" %}\r\n {% include \'formcomponents/ckeditor.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"datetime\" %}\r\n {% include \'formcomponents/datetime.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% endif %}\r\n {% endfor %}\r\n\r\n </div>\r\n \r\n </section>\r\n {% endfor %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-28 11:13:12', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'bootstrap-datepicker/css/bootstrap-datepicker.min.css\') }}\" rel=\"stylesheet\"> \r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3-bootstrap4.css\')}}\" rel=\"stylesheet\">\r\n\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n\r\n/* ELEMENTOS COMUNES */\r\n\r\n /* ESTRUCTURA */\r\n\r\n body {\r\n padding-top: 50px;\r\n }\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n padding: 0;\r\n }\r\n\r\n .content-wrapper .content .container{\r\n\r\n padding: 0;\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n }\r\n\r\n /* FIN ESTRUCTURA */\r\n\r\n /* BASICOS */\r\n\r\n a {\r\n\r\n text-decoration: none;\r\n\r\n }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle; \r\n }\r\n\r\n ul {\r\n\r\n padding: 0;\r\n margin: 0;\r\n list-style: none;\r\n\r\n }\r\n\r\n input[type=text]{\r\n\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n\r\n }\r\n\r\n textarea {\r\n\r\n resize: none;\r\n\r\n }\r\n\r\n /* FIN BASICOS */\r\n\r\n /* EXERCISES LINK */\r\n\r\n .exercises_links{\r\n\r\n display: flex;\r\n flex-wrap: wrap;\r\n margin-bottom: 30px;\r\n position: absolute;\r\n top: -160px;\r\n\r\n }\r\n\r\n .exercises_links > li > a{\r\n\r\n font-size: 13px;\r\n font-weight: 700;\r\n display: block;\r\n min-width: 50px;\r\n min-height: 40px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px #505050;\r\n border-bottom: solid 5px #505050;\r\n background: #FFF;\r\n color: #505050;\r\n padding: 0 15px;\r\n\r\n }\r\n\r\n .exercises_links > li > a.no-completada{\r\n\r\n background: #d8d8d8;\r\n color: #989898;\r\n border: none;\r\n cursor: default;\r\n\r\n }\r\n\r\n .exercises_links > li > a:not(.no-completada):hover{\r\n\r\n background: #505050;\r\n color: #fff;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a{\r\n\r\n border-color: #F2932E;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a:not(.no-completada):hover{\r\n\r\n background: #F2932E;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a{\r\n\r\n border-color: #94BD53;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a:not(.no-completada):hover{\r\n\r\n background: #94BD53;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a{\r\n\r\n border-color: #E4312B;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a:not(.no-completada):hover{\r\n\r\n background: #E4312B;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a{\r\n\r\n border-color: #B6866D;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a:not(.no-completada):hover{\r\n\r\n background: #B6866D;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a{\r\n\r\n border-color: #EE8367;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a:not(.no-completada):hover{\r\n\r\n background: #EE8367;\r\n\r\n }\r\n\r\n /* FIN EXERCISES LINK */\r\n\r\n /* HEADER TAREA */\r\n\r\n .header-tarea{\r\n\r\n /* background: azure; */\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container{\r\n\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container a{\r\n\r\n display: block;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container{\r\n\r\n margin-bottom: 7.5px;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container h2{\r\n\r\n margin: 0;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container{\r\n\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container h2{\r\n \r\n font-size: 25px;\r\n line-height: 30px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .header-tarea .desc-tarea__container h3{\r\n\r\n font-size: 20px;\r\n line-height: 25px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container p{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n\r\n /* FIN HEADER TAREA */\r\n\r\n /* RECURSOS */\r\n\r\n .recursos__container{\r\n\r\n margin-bottom: 45px;\r\n\r\n }\r\n\r\n /* BOTONES */\r\n\r\n .recursos__container > .nav{\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a:hover,\r\n .recursos__container > .nav > li > a:focus,\r\n .recursos__container > .nav > li > a:active,\r\n .recursos__container > .nav > li.active > a{\r\n\r\n font-weight: 500;\r\n\r\n }\r\n\r\n /* read-before */\r\n\r\n .recursos__container > .nav > li > a.btn-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-read-before:hover,\r\n .recursos__container > .nav > li > a.btn-read-before:focus,\r\n .recursos__container > .nav > li > a.btn-read-before:active,\r\n .recursos__container > .nav > li.active > a.btn-read-before{\r\n\r\n background: #118c53;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-read-before.disabled, .btn-read-before[disabled], fieldset[disabled] .btn-read-before, .btn-read-before.disabled:hover,\r\n .btn-read-before[disabled]:hover, fieldset[disabled] .btn-read-before:hover, .btn-read-before.disabled:focus, .btn-read-before[disabled]:focus,\r\n fieldset[disabled] .btn-read-before:focus, .btn-read-before.disabled:active, .btn-read-before[disabled]:active, fieldset[disabled] .btn-read-before:active,\r\n .btn-read-before.disabled.active, .btn-read-before[disabled].active, fieldset[disabled] .btn-read-before.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin read-before */\r\n\r\n /* tips */\r\n\r\n .recursos__container > .nav > li > a.btn-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-tips:hover,\r\n .recursos__container > .nav > li > a.btn-tips:focus,\r\n .recursos__container > .nav > li > a.btn-tips:active,\r\n .recursos__container > .nav > li.active > a.btn-tips{\r\n\r\n background: #3d0b7d;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-tips.disabled, .btn-tips[disabled], fieldset[disabled] .btn-tips, .btn-tips.disabled:hover,\r\n .btn-tips[disabled]:hover, fieldset[disabled] .btn-tips:hover, .btn-tips.disabled:focus, .btn-tips[disabled]:focus,\r\n fieldset[disabled] .btn-tips:focus, .btn-tips.disabled:active, .btn-tips[disabled]:active, fieldset[disabled] .btn-tips:active,\r\n .btn-tips.disabled.active, .btn-tips[disabled].active, fieldset[disabled] .btn-tips.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin tips */\r\n\r\n /* caso-estudio */\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n \r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio:hover,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:focus,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:active,\r\n .recursos__container > .nav > li.active > a.btn-caso-estudio{\r\n\r\n background: #287daf;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-caso-estudio.disabled, .btn-caso-estudio[disabled], fieldset[disabled] .btn-caso-estudio, .btn-caso-estudio.disabled:hover,\r\n .btn-caso-estudio[disabled]:hover, fieldset[disabled] .btn-caso-estudio:hover, .btn-caso-estudio.disabled:focus, .btn-caso-estudio[disabled]:focus,\r\n fieldset[disabled] .btn-caso-estudio:focus, .btn-caso-estudio.disabled:active, .btn-caso-estudio[disabled]:active, fieldset[disabled] .btn-caso-estudio:active,\r\n .btn-caso-estudio.disabled.active, .btn-caso-estudio[disabled].active, fieldset[disabled] .btn-caso-estudio.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin caso-estudio */\r\n\r\n /* FIN BOTONES */\r\n\r\n /* VENTANAS */\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane{\r\n \r\n background: #505050;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n \r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 75%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n \r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n \r\n display: none;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n \r\n width: auto;\r\n height: 100%;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > button{\r\n \r\n color: #fff;\r\n opacity: 1;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > h2{\r\n \r\n color: #fff;\r\n font-size: 2.7rem;\r\n line-height: 2.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > div > h3{\r\n \r\n color: #fff;\r\n font-size: 2rem;\r\n line-height: 2.4rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > p{\r\n \r\n color: #fff;\r\n font-size: 1.4rem;\r\n line-height: 2.2rem;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul{\r\n \r\n color: #fff;\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul > li{\r\n \r\n margin-bottom: 3px;\r\n \r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n\r\n }\r\n\r\n /* FIN VENTANAS */\r\n\r\n /* FIN RECURSOS */\r\n\r\n /* ACTIONS */\r\n\r\n .actions ul {\r\n\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n\r\n }\r\n\r\n .actions li a {\r\n\r\n border: none;\r\n display: inline-flex;\r\n align-items: center;\r\n cursor: pointer;\r\n font-size: 15px;\r\n background: #333;\r\n \r\n position: fixed;\r\n bottom: 70px;\r\n height: auto;\r\n width: auto;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin: 0;\r\n\r\n }\r\n\r\n .actions li a[href=\"#previous\"]{\r\n \r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n right: 130px;\r\n width: 136px;\r\n\r\n }\r\n\r\n .actions li a[href=\"#next\"]{\r\n \r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n right: 10px;\r\n width: 110px;\r\n\r\n }\r\n\r\n .actions li a[href=\"#finish\"]{\r\n \r\n display: none;\r\n\r\n }\r\n\r\n .actions li a:before {\r\n\r\n /* content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; */\r\n\r\n }\r\n\r\n .actions li a:hover {\r\n\r\n background: #4d4d4d; \r\n\r\n }\r\n\r\n .actions li:first-child a {\r\n\r\n /* background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; */\r\n\r\n }\r\n\r\n .actions li:first-child a:before {\r\n\r\n /* content: \"\\f2ea\";\r\n right: 77px; */\r\n\r\n }\r\n\r\n .actions li:first-child a:hover {\r\n\r\n /* background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; */\r\n\r\n }\r\n\r\n .actions li:last-child a {\r\n\r\n /* padding-left: 28px; */\r\n\r\n }\r\n\r\n .actions li:last-child a:before {\r\n\r\n /* right: 27px; */\r\n\r\n }\r\n\r\n .actions li[aria-disabled=\"true\"] a {\r\n\r\n opacity: 0;\r\n transition: all 1s; \r\n\r\n }\r\n\r\n /* FIN ACTIONS */\r\n\r\n /* INFORME */\r\n\r\n .informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n }\r\n\r\n .informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* FIN INFORME */\r\n\r\n /* PREGUNTAS */\r\n\r\n /* form-row */\r\n\r\n .wrappertest .content > section .inner{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row{\r\n\r\n \r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .form-holder{\r\n\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-preg100{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* fin form-row */\r\n\r\n /* inputs */\r\n\r\n .wrappertest .content > section .inner .form-row textarea{\r\n\r\n align-self: flex-end;\r\n margin: 0;\r\n flex: 1;\r\n\r\n }\r\n\r\n /* radio */\r\n \r\n .wrappertest .content > section .inner .form-row.gbc-radio .form-holder{\r\n\r\n display: block;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiodiv{\r\n\r\n display: none;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio label{\r\n\r\n display: inline-block;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n /* fin radio */\r\n\r\n .wrappertest .content > section .inner .form-row .select3-container{\r\n\r\n width: 100% !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .switch{\r\n\r\n margin: 0;\r\n margin-bottom: 25px;\r\n \r\n }\r\n\r\n /* fin inputs */\r\n\r\n /* titulos */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo{\r\n \r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_nombre{\r\n\r\n display: block;\r\n font-size: 1.6rem;\r\n line-height: 2rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .GBC-Step1 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #F2932E;}\r\n .GBC-Step2 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #94BD53;}\r\n .GBC-Step3 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #E4312B;}\r\n .GBC-Step4 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #B6866D;}\r\n .GBC-Step5 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #EE8367;}\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin titulos */\r\n\r\n /* casos estudio */\r\n\r\n .casoestudiobtn{\r\n\r\n background: #3c8dbc;\r\n color: #fff;\r\n font-size: 1.2rem;\r\n line-height: 1.2rem;\r\n border: none;\r\n padding: 10px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-bottom: 7.5px;\r\n align-self: flex-start;\r\n\r\n }\r\n\r\n .casoestudiodiv{\r\n\r\n \r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n /* fin casos estudio */\r\n\r\n /* ocultar elementos sin contenido */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiobtn.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiodiv.no-contenido{\r\n \r\n width: 0;\r\n height: 0;\r\n padding: 0;\r\n margin: 0;\r\n \r\n }\r\n \r\n /* fin ocultar elementos sin contenido */\r\n\r\n /* grupos de preguntas */\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group{\r\n\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n background: #fff;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group.gbc-preg100{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group .title{\r\n\r\n margin: 0;\r\n padding: 0;\r\n grid-column: 1 / 3;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n line-height: 2.5rem;\r\n color: #2d2d2d;\r\n border-bottom: solid 1px #2d2d2d;\r\n padding-bottom: 7.5px;\r\n\r\n }\r\n\r\n /* fin grupos de preguntas */\r\n\r\n /* FIN PREGUNTAS */\r\n\r\n /* EXERCISE-BTN-MOVES-GROUP */\r\n\r\n {% include \'gbc/nextprevsavecss.html.twig\' %}\r\n\r\n /* FIN EXERCISE-BTN-MOVES-GROUP */\r\n\r\n/* FIN ELEMENTOS COMUNES */\r\n\r\n/* ELEMENTOS DE PLANTILLA */\r\n\r\n /* STEPS */\r\n\r\n .steps .tablist .a .current-info{\r\n \r\n }\r\n\r\n .steps .tablist .a .number{\r\n\r\n }\r\n\r\n .steps > ul > li.current > a > span.current-info{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a {\r\n\r\n color: #5d5d5d;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n }\r\n .steps > ul > li > a:hover{\r\n\r\n color: #464545;\r\n\r\n }\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n\r\n {% if seccion.posicion == 1 %}\r\n\r\n .steps {\r\n\r\n height: 2px;\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n /* margin-top: 30px; */\r\n margin-bottom: 75px;\r\n\r\n }\r\n\r\n .steps ul {\r\n\r\n height: 2px;\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n\r\n }\r\n\r\n .steps > ul > li{\r\n\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3.tab-activada{\r\n\r\n display: flex;\r\n\r\n }\r\n\r\n .steps > ul > li.current{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n .steps > ul > li:hover{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n\r\n {% elseif seccion.posicion == loop.length %}\r\n\r\n .steps.step-{{seccion.posicion }} ul {\r\n\r\n width: 100%;\r\n transition: all 0.3s ease;\r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; \r\n\r\n }\r\n\r\n {% else %}\r\n\r\n .steps.step-{{seccion.posicion}} ul {\r\n\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n \r\n }\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% if tarea[0].SeccionesTareaId|length == 1 %}\r\n\r\n .steps{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n {% endif %}\r\n\r\n .content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n }\r\n\r\n /* FIN STEPS */\r\n\r\n /* TITULO STEPS */\r\n\r\n .gbc-steps .tarea-titulo{\r\n\r\n font-size: 10rem;\r\n line-height: 10rem;\r\n \r\n }\r\n \r\n .gbc-steps .tarea-desc{\r\n \r\n font-size: 5rem;\r\n line-height: 5rem;\r\n \r\n }\r\n \r\n .gbc-steps.gbc_step1 .tarea-titulo, .gbc-steps.gbc_step1 .tarea-desc{\r\n \r\n color: #F2932E;\r\n \r\n }\r\n \r\n .gbc-steps.gbc_step2 .tarea-titulo, .gbc-steps.gbc_step2 .tarea-desc{\r\n \r\n color: #94BD53;\r\n \r\n }\r\n \r\n .gbc-steps.gbc_step3 .tarea-titulo, .gbc-steps.gbc_step3 .tarea-desc{\r\n \r\n color: #E4312B;\r\n \r\n }\r\n \r\n .gbc-steps.gbc_step4 .tarea-titulo, .gbc-steps.gbc_step4 .tarea-desc{\r\n \r\n color: #B6866D;\r\n \r\n }\r\n \r\n .gbc-steps.gbc_step5 .tarea-titulo, .gbc-steps.gbc_step5 .tarea-desc{\r\n \r\n color: #EE8367;\r\n \r\n }\r\n\r\n /* FIN TITULO STEPS */\r\n\r\n/* FIN ELEMENTOS DE PLANTILLA */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fmelfinder/js/elfinder.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fosckeditor/ckeditor.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/jquery.steps.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/slider/bootstrap-slider.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bootstrap-datepicker/js/bootstrap-datepicker.min.js\') }}\"></script>\r\n\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n\r\n $(\"#wizard\").steps({\r\n headerTag: \"h4\",\r\n bodyTag: \"section\",\r\n transitionEffect: \"fade\",\r\n enableAllSteps: true,\r\n transitionEffectSpeed: 300,\r\n labels: {\r\n next: \"Next Step\",\r\n previous: \"Previous Step\"\r\n },\r\n onFinished: function (event, currentIndex) {\r\n $(\"#wizard\").submit();\r\n },\r\n onStepChanging: function (event, currentIndex, newIndex) {\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n if ( newIndex === {{seccion.posicion}} ) {\r\n $(\'.steps\').addClass(\'step-{{seccion.posicion + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{seccion.posicion + 1}}\');\r\n }\r\n {% endfor %}\r\n\r\n return true;\r\n }\r\n });\r\n // Custom Jquery Steps\r\n $(\'.forward\').click(function(){\r\n $(\"#wizard\").steps(\'next\');\r\n })\r\n $(\'.backward\').click(function(){\r\n $(\"#wizard\").steps(\'previous\');\r\n })\r\n // Select\r\n $(\'html\').click(function() {\r\n $(\'.select .dropdown\').hide();\r\n });\r\n $(\'.select\').click(function(event){\r\n event.stopPropagation();\r\n });\r\n $(\'.select .select-control\').click(function(){\r\n $(this).parent().next().toggle().toggleClass(\'active\');\r\n })\r\n $(\'.select .dropdown li\').click(function(){\r\n $(this).parent().toggle();\r\n var text = $(this).attr(\'rel\');\r\n $(this).parent().prev().find(\'div\').text(text);\r\n })\r\n // Payment\r\n $(\'.payment-block .payment-item\').click(function(){\r\n $(\'.payment-block .payment-item\').removeClass(\'active\');\r\n $(this).addClass(\'active\');\r\n })\r\n \r\n\r\n\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\"input.slider\").bootstrapSlider(); \r\n \r\n $(\'.btn-up\').click(function(){\r\n $(\'body, html\').animate({\r\n scrollTop: \'0px\'\r\n }, 300)\r\n });\r\n\r\n });\r\n\r\n</script>\r\n<![endif]-->', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(26, 'Ejercicio7a', 'admin/realizar_tarea_ejercicio7a_view.html.twig', '<div class=\"{{ (\'container\' ~ \' \' ~ tarea[0].class) ~ \' \' ~ tarea[0].alias }}\">\r\n\r\n <input id=\"current\" type=\"hidden\" value=\"0\">\r\n\r\n {% set respuesta=[] %}\r\n {% set tareaanterior=0 %}\r\n {% set tareacurrent=tarea[0] %}\r\n {% set respuestaca=[] %}\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% for respuestafor in casoestudio %}\r\n {% set respuestaca= respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% endif %}\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n {{ include(\'gbc/exerciseslinktrainer.html.twig\')}}\r\n {% else %}\r\n {{ include(\'gbc/exerciseslink.html.twig\')}}\r\n {% endif %}\r\n\r\n<div class=\"header-tarea\">\r\n\r\n <div class=\"avatar__container\">\r\n\r\n <a href=\"#\" class=\"avartar\"><img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\"></a>\r\n\r\n </div>\r\n\r\n <div class=\"titulo-tarea__container\">\r\n\r\n <h2>{{ tarea[0].nombre|trans({}) }}</h2>\r\n\r\n </div>\r\n\r\n <div class=\"desc-tarea__container\">\r\n\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n\r\n </div>\r\n\r\n</div>\r\n\r\n <div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n\r\n </div>\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n <input type=\"hidden\" name=\"ge\" id=\"ge\" value=\"{{ ge.id }}\">\r\n {% endif %}\r\n {% block nextprevsave %}\r\n {% include \'gbc/nextprevsave.html.twig\' %}\r\n {% endblock nextprevsave %}\r\n\r\n {% set preguntasIndex=1%}\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId|sort((a, b) => a.posicion <=> b.posicion) %}\r\n\r\n <h4 {% if tarea[0].SeccionesTareaId|length == 1 %} class=\"seccion-unica\" {% else %} class=\"seccion-multiple\"{% endif %}>{{ seccion.nombre|trans({}) }}</h4>\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in seccion.PreguntasId|sort((a, b) => a.position <=> b.position) %}\r\n {% set preguntasIndex=loop.index%}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"file\" %}\r\n\r\n {% include \'formcomponents/file.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" and pregunta.class==\'table\'%}\r\n <table id=\'table{{loop.index}}\'class=\"table\">\r\n <thead class=\"thead-dark\">\r\n <tr>\r\n <th scope=\"col\">Stakeholder</th>\r\n <th scope=\"col\">Effect of the Business on the Stakeholders</th>\r\n <th scope=\"col\">Effects of Stakeholders on the Business</th>\r\n <th scope=\"col\">Actions</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n {% if respuesta[pregunta.alias] is defined and respuesta[pregunta.alias] is not empty%}\r\n {% set respuestasarray=respuesta[pregunta.alias]|json_decode%}\r\n {% for indexArray in 0..respuestasarray|length-1 %}\r\n <tr>\r\n <td>\r\n {% if respuestas is empty %}\r\n <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}-{{ indexArray }}\" name=\"{{ pregunta.alias }}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }} {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}\">\r\n {% else %}\r\n {% set encontrada = false %}\r\n {% if respuesta[pregunta.alias] is defined and respuestasarray[indexArray] is defined%}\r\n {% set encontrada=true %}\r\n {%endif%}\r\n {% if encontrada %}\r\n <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}-{{ indexArray }}\" name=\"{{ pregunta.alias }}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }}\" value=\"{{ respuestasarray[indexArray] }}\" {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}>\r\n {% else %}\r\n <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}-{{ indexArray }}\" name=\"{{ pregunta.alias }}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }} {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}\">\r\n {% endif %}\r\n {% endif %}\r\n </td>\r\n {% set preguntasIndex= preguntasIndex+1%}\r\n {% set pregunta= seccion.PreguntasId[preguntasIndex-1] %}\r\n {% if respuesta[pregunta.alias] is defined%}\r\n {% set respuestasrange1=respuesta[pregunta.alias]|json_decode%}\r\n {% endif %}\r\n <td>\r\n {% if respuestas is empty %}\r\n <input id=\"{{ pregunta.alias }}-{{ indexArray }}\" name=\"{{ pregunta.alias }}[]\" type=\"text\" class=\"slider form-control\" {{ pregunta.TipoPreguntaOptions|raw }} style=\"display: none;\"/>\r\n {% else %}\r\n {% set encontrada = false %}\r\n {% if respuesta[pregunta.alias] is defined and respuestasrange1[indexArray] is defined%}\r\n {% set encontrada=true %}\r\n {%endif%}\r\n {% if encontrada is defined and encontrada %}\r\n <input id=\"{{ pregunta.alias }}-{{indexArray }}\" name=\"{{ pregunta.alias }}[]\" type=\"text\" class=\"slider form-control\" {{ pregunta.TipoPreguntaOptions|raw }} data-slider-value=\"{{respuestasrange1[indexArray]}}\" data-value=\"{{respuestasrange1[indexArray]}}\" value=\"{{respuestasrange1[indexArray]}}\" style=\"display: none;\"/>\r\n {% else %}\r\n <input id=\"{{ pregunta.alias }}-{{ indexArray }}\" name=\"{{ pregunta.alias }}[]\" type=\"text\" class=\"slider form-control\" {{ pregunta.TipoPreguntaOptions|raw }} style=\"display: none;\"/>\r\n {% endif %}\r\n {% endif %}</td>\r\n {% set preguntasIndex= preguntasIndex+1%}\r\n {% set pregunta= seccion.PreguntasId[preguntasIndex-1] %}\r\n {% if respuesta[pregunta.alias] is defined%}\r\n {% set respuestasrange2=respuesta[pregunta.alias]|json_decode%}\r\n {% endif %}\r\n <td> {% if respuestas is empty %}\r\n <input id=\"{{ pregunta.alias }}-{{indexArray }}\" name=\"{{ pregunta.alias }}[]\" type=\"text\" class=\"slider form-control\" {{ pregunta.TipoPreguntaOptions|raw }} style=\"display: none;\"/>\r\n {% else %}\r\n {% set encontrada = false %}\r\n {% if respuesta[pregunta.alias] is defined and respuestasrange2[indexArray] is defined%}\r\n {% set encontrada=true %}\r\n {%endif%}\r\n {% if encontrada is defined and encontrada %}\r\n <input id=\"{{ pregunta.alias }}-{{indexArray }}\" name=\"{{ pregunta.alias }}[]\" type=\"text\" class=\"slider form-control\" {{ pregunta.TipoPreguntaOptions|raw }} data-slider-value=\"{{respuestasrange2[indexArray]}}\" data-value=\"{{respuestasrange2[indexArray]}}\" value=\"{{respuestasrange2[indexArray]}}\" style=\"display: none;\"/>\r\n {% else %}\r\n <input id=\"{{ pregunta.alias }}-{{ indexArray }}\" name=\"{{ pregunta.alias }}[]\" type=\"text\" class=\"slider form-control\" {{ pregunta.TipoPreguntaOptions|raw }} style=\"display: none;\"/>\r\n {% endif %}\r\n {% endif %}</td>\r\n <td><button type=\"button\" class=\"btn btn-warning delete-row\" onclick=\"$(this).parents(\'tr\').remove();\">Delete Row</button></td>\r\n </tr>\r\n\r\n {% set preguntasIndex= preguntasIndex-2%}\r\n {% set pregunta= seccion.PreguntasId[preguntasIndex-1] %}\r\n {% endfor %}\r\n {% else %}\r\n <tr>\r\n <td>\r\n <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}-0\" name=\"{{ pregunta.alias }}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }} {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}\">\r\n \r\n </td>\r\n {% set preguntasIndex= preguntasIndex+1%}\r\n {% set pregunta= preguntas[preguntasIndex-1] %}\r\n {% if respuesta[pregunta.alias] is defined%}\r\n {% set respuestasrange1=respuesta[pregunta.alias]|json_decode%}\r\n {% endif %}\r\n <td>\r\n <input id=\"{{ pregunta.alias }}-0\" name=\"{{ pregunta.alias }}[]\" type=\"text\" class=\"slider form-control\" {{ pregunta.TipoPreguntaOptions|raw }} style=\"display: none;\"/>\r\n \r\n {% set preguntasIndex= preguntasIndex+1%}\r\n {% set pregunta= preguntas[preguntasIndex-1] %}\r\n {% if respuesta[pregunta.alias] is defined%}\r\n {% set respuestasrange2=respuesta[pregunta.alias]|json_decode%}\r\n {% endif %}\r\n <td> \r\n <input id=\"{{ pregunta.alias }}-0\" name=\"{{ pregunta.alias }}[]\" type=\"text\" class=\"slider form-control\" {{ pregunta.TipoPreguntaOptions|raw }} style=\"display: none;\"/>\r\n \r\n <td><button type=\"button\" class=\"btn btn-warning delete-row\" onclick=\"$(this).parents(\'tr\').remove();\">Delete Row</button></td>\r\n </tr>\r\n {% endif %}\r\n </tbody>\r\n </table>\r\n <button type=\"button\" class=\"btn btn-info add-row\" onclick=\"addRow($(this).prev())\">Add Row</button>\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" and pregunta.class!=\'table\' %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"ckeditor\" %}\r\n\r\n {% include \'formcomponents/ckeditor.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"datetime\" %}\r\n {% include \'formcomponents/datetime.html.twig\' %}\r\n {% endif %}\r\n\r\n\r\n\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endfor %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-28 13:53:40', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'bootstrap-datepicker/css/bootstrap-datepicker.min.css\') }}\" rel=\"stylesheet\"> \r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3-bootstrap4.css\')}}\" rel=\"stylesheet\">\r\n\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n\r\n/* ELEMENTOS COMUNES */\r\n\r\n /* ESTRUCTURA */\r\n\r\n body {\r\n padding-top: 50px;\r\n }\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n padding: 0;\r\n }\r\n\r\n .content-wrapper .content .container{\r\n\r\n padding: 0;\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n }\r\n\r\n /* FIN ESTRUCTURA */\r\n\r\n /* BASICOS */\r\n\r\n a {\r\n\r\n text-decoration: none;\r\n\r\n }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle; \r\n }\r\n\r\n ul {\r\n\r\n padding: 0;\r\n margin: 0;\r\n list-style: none;\r\n\r\n }\r\n\r\n input[type=text]{\r\n\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n\r\n }\r\n\r\n textarea {\r\n\r\n resize: none;\r\n\r\n /* border-radius: 215px 15px 215px 15px/15px 214px 15px 240px;\r\n border: solid 5px #505050;\r\n padding: 15px; */\r\n\r\n }\r\n\r\n /* FIN BASICOS */\r\n\r\n /* EXERCISES LINK */\r\n\r\n {% include \'gbc/exerciseslinkcss.html.twig\' %}\r\n\r\n /* FIN EXERCISES LINK */\r\n\r\n /* HEADER TAREA */\r\n\r\n .header-tarea{\r\n\r\n /* background: azure; */\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container{\r\n\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container a{\r\n\r\n display: block;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container{\r\n\r\n margin-bottom: 7.5px;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container h2{\r\n\r\n margin: 0;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container{\r\n\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container h2{\r\n \r\n font-size: 25px;\r\n line-height: 30px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .header-tarea .desc-tarea__container h3{\r\n\r\n font-size: 20px;\r\n line-height: 25px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container p{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n\r\n /* FIN HEADER TAREA */\r\n\r\n /* RECURSOS */\r\n\r\n .recursos__container{\r\n\r\n margin-bottom: 45px;\r\n\r\n }\r\n\r\n /* BOTONES */\r\n\r\n .recursos__container > .nav{\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a:hover,\r\n .recursos__container > .nav > li > a:focus,\r\n .recursos__container > .nav > li > a:active,\r\n .recursos__container > .nav > li.active > a{\r\n\r\n font-weight: 500;\r\n\r\n }\r\n\r\n /* read-before */\r\n\r\n .recursos__container > .nav > li > a.btn-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-read-before:hover,\r\n .recursos__container > .nav > li > a.btn-read-before:focus,\r\n .recursos__container > .nav > li > a.btn-read-before:active,\r\n .recursos__container > .nav > li.active > a.btn-read-before{\r\n\r\n background: #118c53;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-read-before.disabled, .btn-read-before[disabled], fieldset[disabled] .btn-read-before, .btn-read-before.disabled:hover,\r\n .btn-read-before[disabled]:hover, fieldset[disabled] .btn-read-before:hover, .btn-read-before.disabled:focus, .btn-read-before[disabled]:focus,\r\n fieldset[disabled] .btn-read-before:focus, .btn-read-before.disabled:active, .btn-read-before[disabled]:active, fieldset[disabled] .btn-read-before:active,\r\n .btn-read-before.disabled.active, .btn-read-before[disabled].active, fieldset[disabled] .btn-read-before.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin read-before */\r\n\r\n /* tips */\r\n\r\n .recursos__container > .nav > li > a.btn-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-tips:hover,\r\n .recursos__container > .nav > li > a.btn-tips:focus,\r\n .recursos__container > .nav > li > a.btn-tips:active,\r\n .recursos__container > .nav > li.active > a.btn-tips{\r\n\r\n background: #3d0b7d;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-tips.disabled, .btn-tips[disabled], fieldset[disabled] .btn-tips, .btn-tips.disabled:hover,\r\n .btn-tips[disabled]:hover, fieldset[disabled] .btn-tips:hover, .btn-tips.disabled:focus, .btn-tips[disabled]:focus,\r\n fieldset[disabled] .btn-tips:focus, .btn-tips.disabled:active, .btn-tips[disabled]:active, fieldset[disabled] .btn-tips:active,\r\n .btn-tips.disabled.active, .btn-tips[disabled].active, fieldset[disabled] .btn-tips.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin tips */\r\n\r\n /* caso-estudio */\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n \r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio:hover,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:focus,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:active,\r\n .recursos__container > .nav > li.active > a.btn-caso-estudio{\r\n\r\n background: #287daf;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-caso-estudio.disabled, .btn-caso-estudio[disabled], fieldset[disabled] .btn-caso-estudio, .btn-caso-estudio.disabled:hover,\r\n .btn-caso-estudio[disabled]:hover, fieldset[disabled] .btn-caso-estudio:hover, .btn-caso-estudio.disabled:focus, .btn-caso-estudio[disabled]:focus,\r\n fieldset[disabled] .btn-caso-estudio:focus, .btn-caso-estudio.disabled:active, .btn-caso-estudio[disabled]:active, fieldset[disabled] .btn-caso-estudio:active,\r\n .btn-caso-estudio.disabled.active, .btn-caso-estudio[disabled].active, fieldset[disabled] .btn-caso-estudio.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin caso-estudio */\r\n\r\n /* FIN BOTONES */\r\n\r\n /* VENTANAS */\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane{\r\n \r\n background: #505050;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n \r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 75%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n \r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n \r\n display: none;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n \r\n width: auto;\r\n height: 100%;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > button{\r\n \r\n color: #fff;\r\n opacity: 1;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > h2{\r\n \r\n color: #fff;\r\n font-size: 2.7rem;\r\n line-height: 2.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > div > h3{\r\n \r\n color: #fff;\r\n font-size: 2rem;\r\n line-height: 2.4rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > p{\r\n \r\n color: #fff;\r\n font-size: 1.4rem;\r\n line-height: 2.2rem;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul{\r\n \r\n color: #fff;\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul > li{\r\n \r\n margin-bottom: 3px;\r\n \r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n\r\n }\r\n\r\n /* FIN VENTANAS */\r\n\r\n /* FIN RECURSOS */\r\n\r\n /* ACTIONS */\r\n {% include \'gbc/stepactionscss.html.twig\' %}\r\n /* FIN ACTIONS */\r\n\r\n /* INFORME */\r\n\r\n .informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n }\r\n\r\n .informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* FIN INFORME */\r\n\r\n /* PREGUNTAS */\r\n\r\n /* form-row */\r\n\r\n .wrappertest .content > section .inner{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row{\r\n\r\n \r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .form-holder{\r\n\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-preg100{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* fin form-row */\r\n\r\n /* inputs */\r\n\r\n .wrappertest .content > section .inner .form-row textarea{\r\n\r\n align-self: flex-end;\r\n margin: 0;\r\n flex: 1;\r\n\r\n }\r\n\r\n /* radio */\r\n \r\n .wrappertest .content > section .inner .form-row.gbc-radio .form-holder{\r\n\r\n display: block;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiodiv{\r\n\r\n display: none;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio label{\r\n\r\n display: inline-block;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n /* fin radio */\r\n\r\n .wrappertest .content > section .inner .form-row .select3-container{\r\n\r\n width: 100% !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .switch{\r\n\r\n margin: 0;\r\n margin-bottom: 25px;\r\n \r\n }\r\n\r\n /* fin inputs */\r\n\r\n /* titulos */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo{\r\n \r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_nombre{\r\n\r\n display: block;\r\n font-size: 1.6rem;\r\n line-height: 2rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .GBC-Step1 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #F2932E;}\r\n .GBC-Step2 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #94BD53;}\r\n .GBC-Step3 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #E4312B;}\r\n .GBC-Step4 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #B6866D;}\r\n .GBC-Step5 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #EE8367;}\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin titulos */\r\n\r\n /* casos estudio */\r\n\r\n .casoestudiobtn{\r\n\r\n background: #3c8dbc;\r\n color: #fff;\r\n font-size: 1.2rem;\r\n line-height: 1.2rem;\r\n border: none;\r\n padding: 10px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-bottom: 7.5px;\r\n align-self: flex-start;\r\n\r\n }\r\n\r\n .casoestudiodiv{\r\n\r\n \r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n /* fin casos estudio */\r\n\r\n /* ocultar elementos sin contenido */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiobtn.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiodiv.no-contenido{\r\n \r\n width: 0;\r\n height: 0;\r\n padding: 0;\r\n margin: 0;\r\n \r\n }\r\n \r\n /* fin ocultar elementos sin contenido */\r\n\r\n /* grupos de preguntas */\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group{\r\n\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n background: #fff;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group.gbc-preg100{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group .title{\r\n\r\n margin: 0;\r\n padding: 0;\r\n grid-column: 1 / 3;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n line-height: 2.5rem;\r\n color: #2d2d2d;\r\n border-bottom: solid 1px #2d2d2d;\r\n padding-bottom: 7.5px;\r\n\r\n }\r\n\r\n /* fin grupos de preguntas */\r\n\r\n /* FIN PREGUNTAS */\r\n\r\n /* EXERCISE-BTN-MOVES-GROUP */\r\n\r\n {% include \'gbc/nextprevsavecss.html.twig\' %}\r\n\r\n /* FIN EXERCISE-BTN-MOVES-GROUP */\r\n\r\n/* FIN ELEMENTOS COMUNES */\r\n\r\n/* ELEMENTOS DE PLANTILLA */\r\n\r\n /* STEPS */\r\n\r\n .steps .tablist .a .current-info{\r\n \r\n }\r\n\r\n .steps .tablist .a .number{\r\n\r\n }\r\n\r\n .steps > ul > li.current > a > span.current-info{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a {\r\n\r\n color: #5d5d5d;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n }\r\n .steps > ul > li > a:hover{\r\n\r\n color: #464545;\r\n\r\n }\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n\r\n {% if seccion.posicion == 1 %}\r\n\r\n .steps {\r\n\r\n height: 2px;\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n /* margin-top: 30px; */\r\n margin-bottom: 75px;\r\n\r\n }\r\n\r\n .steps ul {\r\n\r\n height: 2px;\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n\r\n }\r\n\r\n .steps > ul > li{\r\n\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3.tab-activada{\r\n\r\n display: flex;\r\n\r\n }\r\n\r\n .steps > ul > li.current{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n .steps > ul > li:hover{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n\r\n {% elseif seccion.posicion == loop.length %}\r\n\r\n .steps.step-{{seccion.posicion }} ul {\r\n\r\n width: 100%;\r\n transition: all 0.3s ease;\r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; \r\n\r\n }\r\n\r\n {% else %}\r\n\r\n .steps.step-{{seccion.posicion}} ul {\r\n\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n \r\n }\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% if tarea[0].SeccionesTareaId|length == 1 %}\r\n\r\n .steps{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n {% endif %}\r\n\r\n .content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n }\r\n\r\n /* FIN STEPS */\r\n\r\n /* EJERCICIO 7A */\r\n\r\n .exercise7a .wrappertest .content > section .inner{\r\n\r\n /* grid-gap: 0 15px; */\r\n\r\n }\r\n\r\n .exercise7a .wrappertest .content > section .inner .form-row,\r\n .exercise7a .wrappertest .content > section .inner .table,\r\n .exercise7a .wrappertest .content > section .inner .add-row{\r\n\r\n /* margin-bottom: 15px; */\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n .exercise7a .wrappertest .content > section .inner .add-row{\r\n\r\n justify-self: flex-start;\r\n\r\n }\r\n\r\n .exercise7a .wrappertest .content > section .inner .btn{\r\n\r\n /* background: #505050;\r\n color: #fff; */\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n /* FIN EJERCICIO 7A */\r\n /* EXERCISE-BTN-MOVES-GROUP */\r\n\r\n {% include \'gbc/nextprevsavecss.html.twig\' %}\r\n\r\n /* FIN EXERCISE-BTN-MOVES-GROUP */\r\n/* FIN ELEMENTOS DE PLANTILLA */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fmelfinder/js/elfinder.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fosckeditor/ckeditor.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/jquery.steps.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/slider/bootstrap-slider.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bootstrap-datepicker/js/bootstrap-datepicker.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n\r\n<script type=\"text/javascript\" >\r\n function addRow(table){\r\n var rowCount = table.find(\"tbody\").find(\"tr\").length;\r\n console.log(rowCount);\r\n var $row = table.find(\"tbody\").find(\"tr\").first();\r\n var input=$row.find(\"td\").find(\"input\").clone();\r\n for(var i=0;i<3;i++){ \r\n arrayinputname=input[i].id.split(\'-\');\r\n arrayinputname[1]=rowCount;\r\n input[i].id=arrayinputname.join(\'-\');\r\n }\r\n \r\n console.log($row);\r\n var button=\"<button type=\\\"button\\\" class=\\\"btn btn-warning delete-row\\\" onclick=\\\"$(this).parents(\'tr\').remove();\\\">Delete Row</button>\";\r\n var markup = \"<tr><td>\"+input[0].outerHTML+\"</td><td>\"+input[1].outerHTML+\"</td><td>\"+input[2].outerHTML+\"</td><td>\"+button+\"</td></tr>\";\r\n table.append(markup);\r\n $(\'#\'+input[0].id).val(\'\');\r\n $(\'#\'+input[1].id).val(0);\r\n $(\'#\'+input[2].id).val(0);\r\n \r\n $(\"input.slider\").bootstrapSlider(); \r\n $(\'.slider-tick-label\').css(\'width\', \'105px\');\r\n $(\'.slider-horizontal\').css(\'margin-bottom\', \'24px\'); \r\n $(\'.slider-tick-label-container\').css(\'margin-left\', \'-52.5px\');\r\n }\r\n $(document).ready(function () {\r\n \r\n\r\n $(\"#wizard\").steps({\r\n headerTag: \"h4\",\r\n bodyTag: \"section\",\r\n transitionEffect: \"fade\",\r\n enableAllSteps: true,\r\n transitionEffectSpeed: 300,\r\n labels: {\r\n next: \"Next Step\",\r\n previous: \"Previos Step\"\r\n },\r\n onFinished: function (event, currentIndex) {\r\n $(\"#wizard\").submit();\r\n },\r\n onStepChanging: function (event, currentIndex, newIndex) {\r\n\r\n\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n if ( newIndex === {{seccion.posicion}} ) {\r\n $(\'.steps\').addClass(\'step-{{seccion.posicion + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{seccion.posicion + 1}}\');\r\n }\r\n {% endfor %}\r\n\r\n return true;\r\n }\r\n });\r\n // Custom Jquery Steps\r\n $(\'.forward\').click(function(){\r\n $(\"#wizard\").steps(\'next\');\r\n })\r\n $(\'.backward\').click(function(){\r\n $(\"#wizard\").steps(\'previous\');\r\n })\r\n // Select\r\n $(\'html\').click(function() {\r\n $(\'.select .dropdown\').hide();\r\n });\r\n $(\'.select\').click(function(event){\r\n event.stopPropagation();\r\n });\r\n $(\'.select .select-control\').click(function(){\r\n $(this).parent().next().toggle().toggleClass(\'active\');\r\n })\r\n $(\'.select .dropdown li\').click(function(){\r\n $(this).parent().toggle();\r\n var text = $(this).attr(\'rel\');\r\n $(this).parent().prev().find(\'div\').text(text);\r\n })\r\n // Payment\r\n $(\'.payment-block .payment-item\').click(function(){\r\n $(\'.payment-block .payment-item\').removeClass(\'active\');\r\n $(this).addClass(\'active\');\r\n })\r\n \r\n\r\n\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n $(\'input.icheckbox_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n {% endif %}\r\n $(\"input.slider\").bootstrapSlider(); \r\n $(\'.slider-tick-label\').css(\'width\', \'105px\');\r\n $(\'.slider-horizontal\').css(\'margin-bottom\', \'24px\'); \r\n $(\'.slider-tick-label-container\').css(\'margin-left\', \'-52.5px\');\r\n $(\'.btn-up\').click(function(){\r\n $(\'body, html\').animate({\r\n scrollTop: \'0px\'\r\n }, 300)\r\n });\r\n\r\n });\r\n\r\n \r\n\r\n</script>\r\n<![endif]-->', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(27, 'Eco-Design-Service-Etapa2-Step2', 'admin/eco-design-service-etapa2-step2.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA2_STEP1\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_serv_e2_s1_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n <div class=\"grid-container\">\r\n <div class=\"timeline-container\">\r\n <p>Timeline: Phases</p>\r\n </div>\r\n <div class=\"stages-container\">\r\n <p>Stages</p>\r\n </div>\r\n <div class=\"inside-grid-container\">\r\n <div class=\"grid-row only-header\">\r\n <div></div>\r\n <div class=\"grid-element-header\">PRE</div>\r\n <div class=\"grid-element-header\">DURING</div>\r\n <div class=\"grid-element-header\">POST</div>\r\n </div>\r\n <div class=\"grid-row\">\r\n <div class=\"header\"><p>Key Resources</p></div>\r\n <div class=\"grid-element category-pre\">\r\n {% for item in response.keyResources.pre %} \r\n <div class=\"value dropdown\">\r\n <button class=\"btn btn-secondary dropdown-toggle\" type=\"button\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">{{ item }}</button>\r\n <div class=\"dropdown-menu\" aria-labelledby=\"dropdownMenuButton\">\r\n <a class=\"item-dropdown\" data-value=\"infrastructure\" >Infrastructure</a>\r\n <a class=\"item-dropdown\" data-value=\"consumable\" >Consumable</a>\r\n <a class=\"item-dropdown\" data-value=\"access\" >Access</a>\r\n <a class=\"item-dropdown\" data-value=\"keyAsset\" >Key asset</a>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n </div>\r\n <div class=\"grid-element category-during\">\r\n {% for item in response.keyResources.during %}\r\n <div class=\"value dropdown\">\r\n <button class=\"btn btn-secondary dropdown-toggle\" type=\"button\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">{{ item }}</button>\r\n <div class=\"dropdown-menu\" aria-labelledby=\"dropdownMenuButton\">\r\n <a class=\"item-dropdown\" data-value=\"infrastructure\" >Infrastructure</a>\r\n <a class=\"item-dropdown\" data-value=\"consumable\" >Consumable</a>\r\n <a class=\"item-dropdown\" data-value=\"access\" >Access</a>\r\n <a class=\"item-dropdown\" data-value=\"keyAsset\" >Key asset</a>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n </div>\r\n <div class=\"grid-element category-post\">\r\n {% for item in response.keyResources.post %} \r\n <div class=\"value dropdown\">\r\n <button class=\"btn btn-secondary dropdown-toggle\" type=\"button\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">{{ item }}</button>\r\n <div class=\"dropdown-menu\" aria-labelledby=\"dropdownMenuButton\">\r\n <a class=\"item-dropdown\" data-value=\"infrastructure\" >Infrastructure</a>\r\n <a class=\"item-dropdown\" data-value=\"consumable\" >Consumable</a>\r\n <a class=\"item-dropdown\" data-value=\"access\" >Access</a>\r\n <a class=\"item-dropdown\" data-value=\"keyAsset\" >Key asset</a>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n </div>\r\n </div>\r\n <div class=\"grid-row-2 only-header\">\r\n <div></div>\r\n <div class=\"grid-element-header\" data-toggle=\"modal\" data-target=\"#infrastructureModal\"><img src=\"/uploads/3/infrastructure-ic.png\" /><p>INFRASTRUCTURE</p></div>\r\n <div class=\"grid-element-header\" data-toggle=\"modal\" data-target=\"#consumableModal\"><img src=\"/uploads/3/consumable-ic.png\" /><p>CONSUMABLE</p></div>\r\n <div class=\"grid-element-header\" data-toggle=\"modal\" data-target=\"#accessModal\"><img src=\"/uploads/3/access-ic.png\" /><p>ACCESS</p></div>\r\n <div class=\"grid-element-header\" data-toggle=\"modal\" data-target=\"#keyAssetModal\"><img src=\"/uploads/3/key-asset-ic.png\" /><p>KEY ASSET</p></div>\r\n </div>\r\n <div class=\"grid-row-2\">\r\n <div></div>\r\n <div class=\"grid-element category-infrastructure\">\r\n </div>\r\n <div class=\"grid-element category-consumable\">\r\n </div>\r\n <div class=\"grid-element category-access\">\r\n </div>\r\n <div class=\"grid-element category-key-asset\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade lgx\" id=\"infrastructureModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"infrastructureModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <img src=\"/uploads/3/infrastructure-ic.png\" />\r\n <h3 class=\"modal-title\">INFRASTRUCTURE</h3>\r\n <p>Infrastructures are the basic physical and organizational structures and facilities (e.g. buildings, power supplies, water, tools, vehicles (..) needed to run your service.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade lgx\" id=\"consumableModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"consumableModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <img src=\"/uploads/3/consumable-ic.png\" />\r\n <h3 class=\"modal-title\">CONSUMABLES</h3>\r\n <p>Consumables are all those goods you need to spend or consume to run and maintain your service.<br />Consumables don’t remain much time stocked, and they are often replaced in a short period of time, from days  to few months. Some examples of consumables on services are food for a restaurant, paper and ink for a Copy Store, food cases on a delivery company, soap for a laundry service, …</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade lgx\" id=\"accessModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"accessModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <img src=\"/uploads/3/access-ic.png\" />\r\n <h3 class=\"modal-title\">ACCESS</h3>\r\n <p>Here you have to assess all those resources that should be in place to let your costumer notice your service and to get in touch with you.<br />How do they contact with you? Do your costumers come to you, or do you go to them? How do they move or where do they wait for it?<br />All the resources that are meant by this aim, must be classified here.<br />Some examples: Promotion Sheets (flyers), a computer to run your website, the motorbikes to deliver the food on a food delivery service, …</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade lgx\" id=\"keyAssetModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"keyAssetModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <img src=\"/uploads/3/key-asset-ic.png\" />\r\n <h3 class=\"modal-title\">KEY ASSET</h3>\r\n <p>A key asset is that physical product needed to bring your service to life. The key asset is the core of your service delivery.<br />Many services revolve around a key asset: washing machines on a laundry service, printers on a copy store, cars for a rental car service,…<br />Notice that you can have more than one key asset for your service.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_serv_e2_s2_preg10\" value=\"{{ responseString }}\" />\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 13:56:38', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">\r\n#hidden_form_item {\r\n display: none;\r\n}\r\n.value.dropdown > .dropdown-menu > .item-dropdown {\r\n display: block;\r\n color: black;\r\n}\r\n.value.dropdown > button {\r\n background: none;\r\n width: 100%;\r\n height: 100%;\r\n}\r\n.grid-element > .value {\r\n background: rgb(73, 126,194);\r\n color: white;\r\n padding: 5px;\r\n}\r\n.grid-row > .header {\r\n color: white;\r\n background: black;\r\n writing-mode: vertical-lr;\r\n transform: rotate(180deg);\r\n padding: 10px;\r\n}\r\n.grid-row-2 > .grid-element-header {\r\n cursor: pointer;\r\n}\r\n.grid-row, .grid-row-2 {\r\n display: grid;\r\n grid-gap: 5px;\r\n margin-top: 5px;\r\n}\r\n.grid-row {\r\n grid-template-columns: auto 1fr 1fr 1fr;\r\n}\r\n.grid-row-2 {\r\n grid-template-columns: auto 1fr 1fr 1fr 1fr;\r\n}\r\n.grid-element {\r\n display: grid;\r\n grid-template-columns: 1fr 1fr 1fr;\r\n grid-gap: 5px;\r\n grid-auto-rows: 75px;\r\n \r\n}\r\n.grid-item.no-selectable {\r\n border: 2px solid rgb(73, 126,194);\r\n color: rgb(73, 126,194);\r\n text-align: center;\r\n font-size: 30px;\r\n line-height: 40px;\r\n cursor: pointer;\r\n}\r\n.grid-item {\r\n border-radius: 9%;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.teams-container textarea {\r\n background: white;\r\n}\r\n.teams-container {\r\n display: flex;\r\n}\r\n.teams-container .buttons-container {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n.teams-container select {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n if($(\"#hidden_form_item\").val() != \"\") {\r\n fillData();\r\n }\r\n $(\".value.dropdown > .dropdown-menu > .item-dropdown\").on(\"click\", function() {\r\n $(this).parent().find(\".selected\").each(function() {\r\n this.classList.remove(\"selected\");\r\n });\r\n this.classList.add(\"selected\");\r\n $selection = $(this).attr(\"data-value\");\r\n $category = $(this).parent().parent().parent().attr(\'class\').split(/\\s+/)[1];\r\n $title = $(this).parent().parent().find(\".btn-secondary\").text();\r\n createNewCell($title, $category, $selection);\r\n updateData();\r\n });\r\n});\r\n\r\nfunction fillData() {\r\n $json = $(\"#hidden_form_item\").val();\r\n if($json != null && $json != \"\") {\r\n $parsedJson = JSON.parse($json);\r\n fillDataByCategory($(\".grid-row-2 .category-infrastructure\"), $parsedJson.infrastructure);\r\n fillDataByCategory($(\".grid-row-2 .category-consumable\"), $parsedJson.consumable);\r\n fillDataByCategory($(\".grid-row-2 .category-access\"), $parsedJson.access);\r\n fillDataByCategory($(\".grid-row-2 .category-key-asset\"), $parsedJson.keyAsset);\r\n }\r\n}\r\n\r\nfunction fillDataByCategory($cells, $categoryData) {\r\n $($categoryData.pre).each(function() {\r\n $item = \"<div class=\\\"value\\\" data-category=\\\"category-pre\\\">\" + this + \"</div>\";\r\n $($cells).append($item);\r\n });\r\n $($categoryData.during).each(function() {\r\n $item = \"<div class=\\\"value\\\" data-category=\\\"category-during\\\">\" + this + \"</div>\";\r\n $($cells).append($item);\r\n });\r\n $($categoryData.post).each(function() {\r\n $item = \"<div class=\\\"value\\\" data-category=\\\"category-post\\\">\" + this + \"</div>\";\r\n $($cells).append($item);\r\n });\r\n}\r\n\r\nfunction createNewCell($title, $category, $selection) {\r\n $cell = $(\".inside-grid-container .grid-row-2:not(\\\".only-header\\\")\");\r\n checkCells($title, $category, $cell);\r\n $item = \"<div class=\\\"value\\\" data-category=\\\"\" + $category + \"\\\">\" + $title + \"</div>\";\r\n switch($selection) {\r\n case \"infrastructure\":\r\n $($cell).find(\".category-infrastructure\").append($item);\r\n break;\r\n case \"consumable\":\r\n $($cell).find(\".category-consumable\").append($item);\r\n break;\r\n case \"access\":\r\n $($cell).find(\".category-access\").append($item);\r\n break;\r\n case \"keyAsset\":\r\n $($cell).find(\".category-key-asset\").append($item);\r\n }\r\n}\r\n\r\nfunction checkCells($title, $category, $cell) {\r\n $($cell).find(\".value\").each(function() {\r\n if($title == $(this).text() && $category == $(this).attr(\"data-category\")) {\r\n $(this).remove();\r\n }\r\n });\r\n}\r\n\r\nfunction getItem($element, $item) {\r\n $newItem = \"\";\r\n $newItem = $($element).text();\r\n $category = \"\";\r\n $category = $($element).attr(\"data-category\");\r\n switch($category) {\r\n case \"category-pre\":\r\n $item.pre.push($newItem);\r\n break;\r\n case \"category-during\":\r\n $item.during.push($newItem);\r\n break;\r\n case \"category-post\":\r\n $item.post.push($newItem);\r\n }\r\n return $item;\r\n}\r\n\r\nfunction updateData() {\r\n $items = {};\r\n $items.infrastructure = {};\r\n $items.consumable = {};\r\n $items.access = {};\r\n $items.keyAsset = {};\r\n $container = $(\".inside-grid-container .grid-row-2:not(\\\".only-header\\\")\");\r\n $item = {};\r\n $item.pre = [];\r\n $item.during = [];\r\n $item.post = [];\r\n $($container).find(\".category-infrastructure .value\").each(function() {\r\n $item = getItem(this, $item);\r\n });\r\n $items.infrastructure = $item;\r\n $item = {};\r\n $item.pre = [];\r\n $item.during = [];\r\n $item.post = [];\r\n $($container).find(\".category-consumable .value\").each(function() {\r\n $item = getItem(this, $item);\r\n });\r\n $items.consumable = $item;\r\n $item = {};\r\n $item.pre = [];\r\n $item.during = [];\r\n $item.post = [];\r\n $($container).find(\".category-access .value\").each(function() {\r\n $item = getItem(this, $item);\r\n });\r\n $items.access = $item;\r\n $item = {};\r\n $item.pre = [];\r\n $item.during = [];\r\n $item.post = [];\r\n $($container).find(\".category-key-asset .value\").each(function() {\r\n $item = getItem(this, $item);\r\n });\r\n $items.keyAsset = $item;\r\n $(\"#hidden_form_item\").val(JSON.stringify($items));\r\n}\r\n</script>', NULL, '{# a #}', NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(28, 'Eco-Design-service-etapa2-step2-1', 'admin/eco-design-service-etapa2-step2-1.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA2_STEP2\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_serv_e2_s2_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n <div class=\"grid-container\">\r\n {% for i, item in response.keyAsset.pre %}\r\n <div class=\"grid-element\">\r\n <h3 class=\"keyTitle\" data-category=\"pre\">{{ item }}</h3>\r\n <label class=\"radio-options\">\r\n <input type=\"radio\" class=\"iradio_minimal\" name=\"pre-{{ i }}\" placeholder=\"pre-{{ i }}\" value=\"yes\" style=\"pointer-events: none;\" data-sonata-icheck=\"false\" >\r\n <span class=\"control-label__text\">I design and/or produce this key asset</span>\r\n </label>\r\n <label class=\"radio-options\">\r\n <input type=\"radio\" class=\"iradio_minimal\" name=\"pre-{{ i }}\" placeholder=\"pre-{{ i }}\" value=\"no\" style=\"pointer-events: none;\" data-sonata-icheck=\"false\" >\r\n <span class=\"control-label__text\">I buy this key asset</span>\r\n </label>\r\n <button class=\"asset-link-button\" disabled data-link=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':67, \'category\':\'pre\', \'title\':item}) }}\">{{ item }}<br />I produce this key asset and I<br />want to eco-design it.</button>\r\n </div>\r\n {% endfor %}\r\n {% for i, item in response.keyAsset.during %}\r\n <div class=\"grid-element\">\r\n <h3 class=\"keyTitle\" data-category=\"during\">{{ item }}</h3>\r\n <label class=\"radio-options\">\r\n <input type=\"radio\" class=\"iradio_minimal\" name=\"during-{{ i }}\" placeholder=\"during-{{ i }}\" value=\"yes\" style=\"pointer-events: none;\" data-sonata-icheck=\"false\" >\r\n <span class=\"control-label__text\">I design and/or produce this key asset</span>\r\n </label>\r\n <label class=\"radio-options\">\r\n <input type=\"radio\" class=\"iradio_minimal\" name=\"during-{{ i }}\" placeholder=\"during-{{ i }}\" value=\"no\" style=\"pointer-events: none;\" data-sonata-icheck=\"false\" >\r\n <span class=\"control-label__text\">I buy this key asset</span>\r\n </label>\r\n <button class=\"asset-link-button\" disabled data-link=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':67, \'category\':\'during\', \'title\':item}) }}\">{{ item }}<br />I produce this key asset and I<br />want to eco-design it.</button>\r\n </div>\r\n {% endfor %}\r\n {% for i, item in response.keyAsset.post %}\r\n <div class=\"grid-element\">\r\n <h3 class=\"keyTitle\" data-category=\"post\">{{ item }}</h3>\r\n <label class=\"radio-options\">\r\n <input type=\"radio\" class=\"iradio_minimal\" name=\"post-{{ i }}\" placeholder=\"post-{{ i }}\" value=\"yes\" style=\"pointer-events: none;\" data-sonata-icheck=\"false\" >\r\n <span class=\"control-label__text\">I design and/or produce this key asset</span>\r\n </label>\r\n <label class=\"radio-options\">\r\n <input type=\"radio\" class=\"iradio_minimal\" name=\"post-{{ i }}\" placeholder=\"post-{{ i }}\" value=\"no\" style=\"pointer-events: none;\" data-sonata-icheck=\"false\" >\r\n <span class=\"control-label__text\">I buy this key asset</span>\r\n </label>\r\n <button class=\"asset-link-button\" disabled data-link=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':67, \'category\':\'post\', \'title\':item}) }}\">{{ item }}<br />I produce this key asset and I<br />want to eco-design it.</button>\r\n </div>\r\n {% endfor %}\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n {% endfor %}\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_serv_e2_s2_1_preg10\" value=\"{{ responseString }}\" />\r\n </div>\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 14:02:18', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\n.grid-container {\r\n display: grid;\r\n grid-template-columns: 1fr 1fr 1fr;\r\n grid-gap: 20px;\r\n}\r\n.asset-link-button {\r\n display: block;\r\n text-align: center;\r\n background: orange;\r\n color: black;\r\n}\r\n.asset-link-button:disabled {\r\n background: lightgray;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\".asset-link-button\").on(\"click\", function() {\r\n $url = $(this).attr(\"data-link\");\r\n goToUrl($url);\r\n });\r\n $(\".iCheck-helper\").on(\"click\", function() {\r\n clicked($(this).parent().parent());\r\n });\r\n $(\".grid-element .radio-options\").on(\"click\", function() {\r\n clicked(this);\r\n });\r\n $(\"#wizard\").submit(function(e) {\r\n if($(\".grid-container .grid-element .checked\").length != $(\".grid-container .grid-element\").length) {\r\n alert(\"Must decide for all products\");\r\n e.preventDefault();\r\n }\r\n });\r\n if($(\"#hidden_form_item\").val() != \"\") {\r\n fillData();\r\n } else {\r\n createArray();\r\n }\r\n});\r\n\r\nfunction createArray() {\r\n $items = {};\r\n $(\".keyTitle\").each(function() {\r\n $item = {};\r\n $item.title = $(this).text();\r\n $item.category = $(this).attr(\"data-category\");\r\n $item.selected = getSelection(this);\r\n $items[$item.category + $item.title] = $item;\r\n });\r\n $(\"#hidden_form_item\").val(JSON.stringify($items));\r\n}\r\n\r\nfunction getSelection($selectionParent) {\r\n $selection = $($selectionParent).parent();\r\n $value = $($selection).find(\".checked .iradio_minimal\").attr(\"value\");\r\n if($value != null) {\r\n return $value;\r\n } else {\r\n return \"\";\r\n }\r\n}\r\n\r\nfunction fillData() {\r\n $jsonParsed = JSON.parse($(\"#hidden_form_item\").val());\r\n if($jsonParsed != null) {\r\n $.each($jsonParsed, function(key, value) {\r\n $(\".grid-container .grid-element .keyTitle\").each(function() {\r\n if($(this).text() == value.title && $(this).attr(\"data-category\") == value.category) {\r\n switch(value.selected) {\r\n case \"yes\":\r\n $($(this).parent().find(\".iCheck-helper\")[0]).trigger(\"click\");\r\n break;\r\n case \"no\":\r\n $($(this).parent().find(\".iCheck-helper\")[1]).trigger(\"click\");\r\n }\r\n }\r\n });\r\n })\r\n }\r\n}\r\n\r\nfunction clicked($clickedElement) {\r\n $checked = true;\r\n if($($clickedElement).find(\".iradio_minimal\").attr(\"value\") == \"yes\") {\r\n $checked = false;\r\n }\r\n $($clickedElement).parent().find(\".asset-link-button\").attr(\"disabled\", $checked);\r\n $(\"#wizard button\").attr(\"disabled\", false);\r\n createArray();\r\n}\r\n\r\nfunction goToUrl($url) {\r\n location.href = $url;\r\n}\r\n\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(29, 'Eco-Design-Service-Etapa2-Step2-2', 'admin/eco-design-service-etapa2-step2-2.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% set urlLogo = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA2_STEP2\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% elseif tareaselement.alias == \'ETAPA1_STEP2\' %}\r\n {% for atributo in tareaselement.atributos %}\r\n {% if atributo.alias == \'eco_e1_s2_preg30\' %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set urlLogo = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_serv_e2_s2_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n <div class=\"row\">\r\n <div class=\"col-md-8 image-container-life-cycle\">\r\n <img class=\"image-life-cycle\" src=\"{{ asset(\'/uploads/3/lifeCycle.png\')}}\"/>\r\n {% if urlLogo is not empty %}\r\n <img class=\"image-selected-logo\" src=\"{{ urlLogo }}\"/>\r\n {% endif %}\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#rawMaterialsModal\" id=\"raw-materials\"></button>\r\n <p class=\"label-life-cycle\" id=\"raw-materials-title\">{{ \"RAW MATERIALS\" }}</p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#productionModal\" id=\"production\"></button>\r\n <p class=\"label-life-cycle\" id=\"production-title\">{{ \"PRODUCTION\" }}</p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#packagingModal\" id=\"packaging\"></button>\r\n <p class=\"label-life-cycle\" id=\"packaging-title\">{{ \"PACKAGING\" }}</p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#distributionModal\" id=\"distribution\"></button>\r\n <p class=\"label-life-cycle\" id=\"distribution-title\">{{ \"DISTRIBUTION\" }}</p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#useMaintenanceModal\" id=\"use-maintenance\"></button>\r\n <p class=\"label-life-cycle\" id=\"use-maintenance-title\">{{ \"USE & MAINTENANCE\" }}</p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#endOfCycleModal\" id=\"end-of-cycle\"></button>\r\n <p class=\"label-life-cycle\" id=\"end-of-life-title\">{{ \"END OF LIFE\" }}</p>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"instructions-box\">\r\n <img src=\"/uploads/3/people.png\">\r\n <h4>FOR TEAMS:<br />SET A 1h WORK SESSION :<br />UNDERSTANDING THE LIFE CYCLE</h4>\r\n <p>make sure all members agree with the life cycle and are clear about each stage.</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"rawMaterialsModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"rawMaterialsModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/raw-materials-ic.png\')}}\">\r\n <button type=\"button\" class=\"close life-cycle-modal\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <p>Think about the MATERIALS and RESOURCES that you need to produce your product (metals, wood, plastics, crops, feed,…).</p>\r\n\r\n <p>Also consider and discuss about some characteristics, such as: Type and number, material sources, recyclability,…</p>\r\n <p>Describe this life-cycle STAGE for your product:</p>\r\n <textarea class=\"modal-area\" id=\"text-raw\"></textarea>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"productionModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"productionModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/production-ic.png\')}}\">\r\n <button type=\"button\" class=\"close life-cycle-modal\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <p>Think about the PRODUCTION PROCESS. How is your product produced?</p>\r\n <p>Also consider and discuss about some characteristics related to the type, use and management of energy, water and resources; the amount of waste generated and its management; the use of toxics or chemicals; the technologies in place;…</p>\r\n <p>Write everything down to describe this life-cycle STAGE for your product:</p>\r\n <textarea class=\"modal-area\" id=\"text-prod\"></textarea>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"packagingModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"packagingModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/packaging-ic.png\')}}\">\r\n <button type=\"button\" class=\"close life-cycle-modal\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <p>Think about the PACKAGING used to wrap and deliver your product.</p>\r\n <p>Also consider and discuss about some characteristics such as its design (materials, modularity, other properties), or its recyclability and reusability</p><p></p>\r\n <p>Describe this life-cycle STAGE for your product:</p>\r\n <textarea class=\"modal-area\" id=\"text-pack\"></textarea>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"distributionModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"distributionModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/transport-ic.png\')}}\">\r\n <button type=\"button\" class=\"close life-cycle-modal\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <p>Think about the TRANSPORT used to deliver your product.</p>\r\n <p>Also consider and discuss about some characteristics of this transport, such as type of transport, type of vehicles (are those old, new, efficient,…), or the transport load.</p>\r\n <p>Describe this life-cycle STAGE for your product:</p>\r\n <textarea class=\"modal-area\" id=\"text-dist\"></textarea>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"useMaintenanceModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"useMaintenanceModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/maintenance-ic.png\')}}\">\r\n <button type=\"button\" class=\"close life-cycle-modal\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <p>Think about&nbsp; the USE and MAINTENANCE of your product.</p>\r\n <p>Also consider and discuss about the energy required at use, the maintenance it will need, the availability of spare parts,…</p>\r\n <p>Describe this life-cycle STAGE for your product:</p>\r\n <textarea class=\"modal-area\" id=\"text-main\"></textarea>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"endOfCycleModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"endOfCycleModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/end-of-life-ic.png\')}}\">\r\n <button type=\"button\" class=\"close life-cycle-modal\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <p>Think about END OF LIFE of your product: what happens at its disposal?</p>\r\n <p>Also consider and discuss about other aspects such as: its ability to be disassembled in its materials and components, or the provision of information related to its end-of-life, or any other relevant aspect that may occur to you.</p>\r\n <p>Describe this life-cycle STAGE for your product:</p>\r\n <textarea class=\"modal-area\" id=\"text-end\"></textarea>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" data-url=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':68, \'category\':app.request.get(\'category\') , \'title\':app.request.get(\'title\')}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% endif %}\r\n\r\n {% endfor %}\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_serv_e2_s2_2_preg10\" value=\"{{ responseString }}\" />\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 14:05:36', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\"> #}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\n#raw-materials-title {\r\n top: 0;\r\n}\r\n#raw-materials-title-value {\r\n top: 26%;\r\n}\r\n#production-title {\r\n top: 20%;\r\n left: 85%;\r\n}\r\n#production-title-value {\r\n top: 41%;\r\n left: 93%;\r\n}\r\n#packaging-title {\r\n left: 85%;\r\n top: 84%;\r\n}\r\n#packaging-title-value {\r\n top: 64%;\r\n left: 93%;\r\n}\r\n#distribution-title {\r\n top: 95%;\r\n left: 62%;\r\n}\r\n#distribution-title-value {\r\n top: 75%;\r\n}\r\n#use-maintenance-title {\r\n top: 81%;\r\n left: 0;\r\n}\r\n#use-maintenance-title-value {\r\n top: 62%;\r\n right: 93%;\r\n}\r\n#end-of-life-title {\r\n left: 0;\r\n top: 20%;\r\n}\r\n#end-of-life-title-value {\r\n top: 45%;\r\n right: 86%;\r\n}\r\n.modal > .modal-dialog > .modal-content > .modal-header {\r\n background: none;\r\n}\r\n.modal-header {\r\n border: none;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.image-container-life-cycle {\r\n position: relative;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.image-container-life-cycle > img {\r\n margin-top: 5%;\r\n}\r\n.image-container-life-cycle > img.image-selected-logo {\r\n position: absolute;\r\n max-width: 45%;\r\n max-height: 35%;\r\n}\r\n.image-container-life-cycle > img.image-life-cycle {\r\n width: 100%;\r\n}\r\n.image-container-life-cycle > .label-life-cycle, .image-container-life-cycle > .button-life-cycle {\r\n position: absolute;\r\n}\r\n.image-container-life-cycle > .button-life-cycle {\r\n background: transparent;\r\n border: none;\r\n width: 19%;\r\n border-radius: 100%;\r\n height: 22%;\r\n}\r\n.image-container-life-cycle > #raw-materials {\r\n top: 5%;\r\n left: 41%;\r\n}\r\n.image-container-life-cycle > #production {\r\n left: 74.5%;\r\n top: 25%;\r\n}\r\n.image-container-life-cycle > #packaging {\r\n top: 60%;\r\n left: 74.4%;\r\n}\r\n.image-container-life-cycle > #distribution {\r\n top: 78%;\r\n left: 41%;\r\n}\r\n.image-container-life-cycle > #use-maintenance {\r\n top: 58%;\r\n left: 6%;\r\n}\r\n.image-container-life-cycle > #end-of-cycle {\r\n top: 22%;\r\n left: 6%;\r\n}\r\n\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n.modal-xlg {\r\n width: 90%;\r\n}\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\".close.life-cycle-modal\").on(\"click\", function() {\r\n updateData();\r\n });\r\n $(\".modal.fade\").on(\"click\", function() {\r\n updateData();\r\n });\r\n if($(\"#hidden_form_item\").val() != \"\") {\r\n fillData();\r\n }\r\n $(\"form#wizard\").submit(function() {\r\n $items = getItems();\r\n $category = getURLParameter(\"category\");\r\n $encodedTitle = getURLParameter(\"title\");\r\n $items[\"last\"] = $category + $encodedTitle;\r\n $(\"#hidden_form_item\").val(JSON.stringify($items));\r\n });\r\n});\r\n\r\nfunction updateData() {\r\n $items = getItems();\r\n $item = {};\r\n $category = getURLParameter(\"category\");\r\n $encodedTitle = getURLParameter(\"title\");\r\n $decodedTitle = decodeURIComponent(getURLParameter(\"title\"));\r\n $item.title = $decodedTitle;\r\n $item.category = $category;\r\n $item.raw = $(\"#text-raw\").val();\r\n $item.prod = $(\"#text-prod\").val();\r\n $item.dist = $(\"#text-dist\").val();\r\n $item.pack = $(\"#text-pack\").val();\r\n $item.main = $(\"#text-main\").val();\r\n $item.end = $(\"#text-end\").val();\r\n $items[$category + $encodedTitle] = $item;\r\n $(\"#hidden_form_item\").val(JSON.stringify($items));\r\n}\r\n\r\nfunction getItems() {\r\n if($(\"#hidden_form_item\").val() != \"\") {\r\n return JSON.parse($(\"#hidden_form_item\").val());\r\n } else {\r\n return {};\r\n }\r\n}\r\n\r\nfunction fillData() {\r\n if($(\"#hidden_form_item\").val() != \"\") {\r\n $parsedJson = JSON.parse($(\"#hidden_form_item\").val());\r\n $category = getURLParameter(\"category\");\r\n $encodedTitle = getURLParameter(\"title\");\r\n $item = $parsedJson[$category + $encodedTitle];\r\n if($item != null) {\r\n $(\"#text-raw\").val($item.raw);\r\n $(\"#text-prod\").val($item.prod);\r\n $(\"#text-dist\").val($item.dist);\r\n $(\"#text-pack\").val($item.pack);\r\n $(\"#text-main\").val($item.main);\r\n $(\"#text-end\").val($item.end);\r\n } \r\n }\r\n}\r\n\r\nfunction getURLParameter(sParam)\r\n{\r\n var sPageURL = window.location.search.substring(1);\r\n var sURLVariables = sPageURL.split(\'&\');\r\n for (var i = 0; i < sURLVariables.length; i++)\r\n {\r\n var sParameterName = sURLVariables[i].split(\'=\');\r\n if (sParameterName[0] == sParam)\r\n {\r\n return sParameterName[1];\r\n }\r\n }\r\n}\r\n\r\nfunction goToUrl($url) {\r\n location.href = $url;\r\n}\r\n</script>', NULL, '{# a #}', NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(30, 'Eco-Design-Service-Etapa2-Step2-3', 'admin/eco-design-service-etapa2-step2-3.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% set urlLogo = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA2_STEP2_2\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% elseif tareaselement.alias == \'ETAPA1_STEP2\' %}\r\n {% for atributo in tareaselement.atributos %}\r\n {% if atributo.alias == \'eco_e1_s2_preg30\' %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set urlLogo = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n \r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_serv_e2_s2_2_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif %}\r\n <script>setId(\"{{ response.last }}\");</script>\r\n <div class=\"row\">\r\n <div class=\"col-md-8 image-container-life-cycle\">\r\n <img class=\"image-life-cycle\" src=\"{{ asset(\'/uploads/3/lifeCycle.png\')}}\"/>\r\n {% if urlLogo is not empty %}\r\n <img class=\"image-selected-logo\" src=\"{{ urlLogo }}\"/>\r\n {% endif %}\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#rawMaterialsModal\" id=\"raw-materials\"></button>\r\n <p class=\"label-life-cycle\" id=\"raw-materials-title\">{{ \"RAW MATERIALS\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"raw-materials-title-value\"></p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#productionModal\" id=\"production\"></button>\r\n <p class=\"label-life-cycle\" id=\"production-title\">{{ \"PRODUCTION\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"production-title-value\"></p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#packagingModal\" id=\"packaging\"></button>\r\n <p class=\"label-life-cycle\" id=\"packaging-title\">{{ \"PACKAGING\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"packaging-title-value\"></p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#distributionModal\" id=\"distribution\"></button>\r\n <p class=\"label-life-cycle\" id=\"distribution-title\">{{ \"DISTRIBUTION\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"distribution-title-value\"></p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#useMaintenanceModal\" id=\"use-maintenance\"></button>\r\n <p class=\"label-life-cycle\" id=\"use-maintenance-title\">{{ \"USE & MAINTENANCE\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"use-maintenance-title-value\"></p>\r\n <button class=\"button-life-cycle btn btn-primary\" data-toggle=\"modal\" data-target=\"#endOfCycleModal\" id=\"end-of-cycle\"></button>\r\n <p class=\"label-life-cycle\" id=\"end-of-life-title\">{{ \"END OF LIFE\" }}</p>\r\n <p class=\"label-life-cycle\" id=\"end-of-life-title-value\"></p>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"instructions-box\">\r\n <img src=\"/uploads/3/people.png\">\r\n <h4>FOR TEAMS:<br />SET A 1h WORK SESSION :<br />UNDERSTANDING THE LIFE CYCLE</h4>\r\n <p>make sure all members agree with the life cycle and are clear about each stage.</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"rawMaterialsModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"rawMaterialsModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/raw-materials-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Diversity of materials\", description: \"Number of different typologies of materials involved in the product. In general, less is better.\"}, {title: \"Amount and type of materials\", description: \"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\"}, {title: \"Ecological rucksack of materials\", description: \"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\"}, {title: \"Renewability\", description: \"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\"}, {title: \"Recyclability\", description: \"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\"}, {title: \"Recycled content & Recovered components\", description: \"The proportion, by mass, of recycled material in a product or packaging.<br />Products, components or parts of a production or waste stream captured or separated for reuse (without processing, which would be recycling).\"}, {title: \"Biodegradability\", description: \"The capability of being decomposed by biological agents, especially bacteria.\"}, {title: \"Material\'s availability\", description: \"Geographical location from which materials are obtained; and/or amount of resources (materials) that are fundamental for the product provided left in nature. Some substances (materials) are already scarce. Local materials are desirable due to shorter distances.\"}] %}\r\n {% for num, dato in datos %}\r\n <tr>\r\n <td>{{ dato.title | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row rawMaterials\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"productionModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"productionModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/production-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Process complexity\", description: \"It refers to the level of intricateness of the production process. It can be simplified as the number of production processes (the less, the better).\"}, {title: \"Overall efficiency of production\", description: \"It refers to the capability to produce the desired results without wasting inputs of any type (materials, time or energy):<br><ol><li>Energy efficiency refers to the percentage of total energy that is consumed in useful work and not wasted as useless heat. </li><li>Water efficiency refers to ensure a production technology that produces the desired results without wasting water.</li><li>Materials efficiency refers to produce the desired results without wasting materials, often using better technology.</li></ol>\"}, {title: \"Renewability of energy\", description: \"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes.\"}, {title: \"Origin of energy\", description: \"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\"}, {title: \"Waste generation and treatment\", description: \"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\"}, {title: \"Closed/Open production cycle\", description: \"Open loop systems are of linear nature, in which resource and capital investments move through the system to become waste, whereas closed loop systems are those where wastes can become inputs for new processes.\"}, {title: \"Production - market location\", description: \"It refers to the geographical distance between the production place and the market for the given product/service. Generally, the shorter distance, the better. Can you reduce the distance between your production plance and the market?\"}] %}\r\n {% for num, dato in datos %}\r\n <tr>\r\n <td>{{ dato.title | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row production\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"packagingModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"packagingModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/packaging-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Standardization of packaging sizes\", description: \"It refers to the use of packaging whose size complies with existing size standards. These standards have the aim to help the industry (incl. packaging, producers, transportation) by making mutually consistent decisions on the size of the elements (packaging), so all parties can realize mutual gains.\"}, {title: \"Amount and type of packaging materials\", description: \"It refers to the quantity (weight) and the number of different typologies of materials involved in the packaging.\"}, {title: \"Packaging to Product ratio\", description: \"Ratio between the volume or weight of the packaging and the volume or weight of the product. The smaller, the better.\"}, {title: \"Renewability\", description: \"Packaging can be made of renewable materials.\"}, {title: \"Packaging recyclability, reuse or recovery rate\", description: \"It refers to the percentage of packaging that can be effectively recycled, recovered and/or reused.\"}, {title: \"Recycled content\", description: \"The proportion, by mass, of recycled material in a product or packaging.\"}, {title: \"Waste from packaging\", description: \"It refers to the amount of waste generated related to the packaging (e.g. A reusable packaging will generate less waste than a disposable one).\"}, {title: \"Freight transport damage\", description: \"It refers to the damage suffered by the products during their transport, partly due to the packaging used.\"}, {title: \"Labelling\", description: \"It refers to the labelling in place, which could identify the materials used in the packaging and, thus, provide an indication on the best waste management option for them.\"}] %}\r\n {% for num, dato in datos %}\r\n <tr>\r\n <td>{{ dato.title | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row packaging\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"modal fade\" id=\"distributionModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"distributionModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/transport-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Environmental sustainability of logistics\", description: \"It refers to the overall environmental performance of the logistics in place.\"}, {title: \"Efficiency of transported load\", description: \"It refers to the optimization of the ratio between the transported load and the loading capacity or the transported volume and the volumetric capacity of the transportation mode.\"}, {title: \"Transportation routes and distances\", description: \"It refers to the routes and distances used to transport goods from one place to another (routes may be quite straightforward or on the contrary redundant).\"}, {title: \"Ecofriendly driving\", description: \"It refers to the practice of driving in such a way as to minimize fuel consumption and the emission of carbon dioxide.\"}, {title: \"Transportation system\", description: \"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\"}, {title: \"Technology of the vehicle\", description: \"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\"}, {title: \"Renewability of fuels\", description: \"It refers to the use renewable energy in vehicles. For example: biomass, electricity from solar panels or wind, etc. \"}] %}\r\n {% for num, dato in datos %}\r\n <tr>\r\n <td>{{ dato.title | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row distribution\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"modal fade\" id=\"useMaintenanceModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"useMaintenanceModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/maintenance-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Reliability\", description: \"It refers to the trustworthiness to do what the product/service is expected or designed to do (e.g. It will fulffill our expectations, it won\'t get broken, etc.).\"}, {title: \"Environmental communication for the use\", description: \"It refers to the (un)existence of environmental communication aspects aiming to promote an environmentally-friendly use by the user.\"}, {title: \"Efficiency at use\", description: \"It refers to the capability of the product to use materials and energy wisely and without generating waste during its use or performance.\"}, {title: \"Energy use renewability\", description: \"It refers to the capability of the product to use renewable energy when using it or recharging its batteries.\"}, {title: \"Potential to customize the product\", description: \"User customization allows for the customer to create a personalized variation of the initial design, which may create an attachment between the product and the user.\"}, {title: \"Product\'s life span\", description: \"The product\'s life span refers to the durability of the product, that is to say, for how long will it be used. There are several conditionants to it: timelessness, durability, adaptability, customer\'s appreciation and reusability. The longer the life span, the better.\"}, {title: \"Multifunctionality\", description: \"Capacity to perform different functions, intrinsically-related to the design.\"}, {title: \"Handling of the product / Ergonomics\", description: \"Product ergonomics refer to the design factors intended to maximize productivity (results) while minimizing operator fatigue and discomfort.\"}, {title: \"Storage potential\", description: \"It refers to the ability to be stored occupying the minimal volume/area and freeing up space.\"}, {title: \"Need of process materials\", description: \"Process materials during the use stage are those materials necessary for the functioning of the product. Some products may require many process materials (e.g. A tonner in the case of a printing machine, or soap in the case of a washing machine) while others are designed to reduce its demand.\"}, {title: \"Waste generation during use or functioning\", description: \"Amount of waste generated during the use or funtioning of your product.\"}, {title: \"Maintenance needs\", description: \"Maintenance involves fixing any sort of mechanical, plumbing or electrical device should it become out of order or broken; it also includes performing routine actions which keep the device working in order or prevent trouble from arising.\"}, {title: \"Upgrading possibilities\", description: \"Upgrading is the process of replacing a product with a newer version of the same product, in order to bring the system up to date. The replacement of some parts of a product/service may upgrade it and improve its characteristics.\"}, {title: \"Repairability\", description: \"Ability of a damaged or failed equipment, machine or system to be restored to acceptable operating condition within a specified period (repair time). A product may be repairable while having low maintenance needs.\"}, {title: \"Availability of spare parts\", description: \"Spare parts, also known as service/repair/replacement parts, are an interchangeable part that is kept in an inventory and used for the repair or replacement of failed units.\"}] %}\r\n {% for dato in datos %}\r\n <tr>\r\n <td>{{ dato.title | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row maintenance\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"modal fade\" id=\"endOfCycleModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"endOfCycleModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/end-of-life-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\"> \r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Separability of components and/or materials\", description: \"Ability to separate the components and/or materials, in order to manage each of them in an adequate manner.\"}, {title: \"Communication about end-of-life\", description: \"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\"}, {title: \"Identifiability of materials\", description: \"Information regarding the type of material, which is useful for an adequate waste management.\"}, {title: \"Reusability\", description: \"Capacity to use again a product .\"}, {title: \"Environmentally-sound waste management\", description: \"A given waste stream may be treated by means of different waste management systems and technologies, which probably have different environmental performance. An environmentally-sound management prioritizes material recovery and, secondly, energy recovery (and ultimately landfilling).\"}, {title: \"Energy valorization potential\", description: \"Potential to recover energy from waste (the greater, the better; having in mind that it is always preferrable to make a material recovery if possible).\"}] %}\r\n {% for num, dato in datos %}\r\n <tr>\r\n <td>{{ dato.title | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row endOfCycle\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n <section>\r\n\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_serv_e2_s2_3_preg10\" value=\"{{ responseString }}\" />\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 14:15:31', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\"> #}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n.table-modal tr.table-header {\r\n background: black;\r\n color: white;\r\n}\r\n.table-modal tr {\r\n border: 1px solid black;\r\n}\r\n.table-modal td {\r\n padding: 10px;\r\n}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\n#raw-materials-title {\r\n top: 0;\r\n}\r\n#raw-materials-title-value {\r\n top: 26%;\r\n}\r\n#production-title {\r\n top: 20%;\r\n left: 85%;\r\n}\r\n#production-title-value {\r\n top: 41%;\r\n left: 93%;\r\n}\r\n#packaging-title {\r\n left: 85%;\r\n top: 84%;\r\n}\r\n#packaging-title-value {\r\n top: 64%;\r\n left: 93%;\r\n}\r\n#distribution-title {\r\n top: 95%;\r\n left: 62%;\r\n}\r\n#distribution-title-value {\r\n top: 75%;\r\n}\r\n#use-maintenance-title {\r\n top: 81%;\r\n left: 0;\r\n}\r\n#use-maintenance-title-value {\r\n top: 62%;\r\n right: 93%;\r\n}\r\n#end-of-life-title {\r\n left: 0;\r\n top: 20%;\r\n}\r\n#end-of-life-title-value {\r\n top: 45%;\r\n right: 86%;\r\n}\r\n.modal > .modal-dialog > .modal-content > .modal-header {\r\n background: none;\r\n}\r\n.modal-header {\r\n border: none;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.image-container-life-cycle {\r\n position: relative;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.image-container-life-cycle > img {\r\n margin-top: 5%;\r\n}\r\n.image-container-life-cycle > img.image-selected-logo {\r\n position: absolute;\r\n max-width: 45%;\r\n max-height: 35%;\r\n}\r\n.image-container-life-cycle > img.image-life-cycle {\r\n width: 100%;\r\n}\r\n.image-container-life-cycle > .label-life-cycle, .image-container-life-cycle > .button-life-cycle {\r\n position: absolute;\r\n}\r\n.image-container-life-cycle > .button-life-cycle {\r\n background: transparent;\r\n border: none;\r\n width: 19%;\r\n border-radius: 100%;\r\n height: 22%;\r\n}\r\n.image-container-life-cycle > #raw-materials {\r\n top: 5%;\r\n left: 41%;\r\n}\r\n.image-container-life-cycle > #production {\r\n left: 74.5%;\r\n top: 25%;\r\n}\r\n.image-container-life-cycle > #packaging {\r\n top: 60%;\r\n left: 74.4%;\r\n}\r\n.image-container-life-cycle > #distribution {\r\n top: 78%;\r\n left: 41%;\r\n}\r\n.image-container-life-cycle > #use-maintenance {\r\n top: 58%;\r\n left: 6%;\r\n}\r\n.image-container-life-cycle > #end-of-cycle {\r\n top: 22%;\r\n left: 6%;\r\n}\r\n\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n.modal-xlg {\r\n width: 90%;\r\n}\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $id = \"\";\r\n$(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\'\r\n });\r\n $(\'.image-container-life-cycle button\').on(\"click\", function() {\r\n if($(this).attr(\'id\') == \"raw-materials\") {\r\n activateIfNeeded($(\"#raw-materials-title-value\"))\r\n } else if($(this).attr(\'id\') == \"production\") {\r\n activateIfNeeded($(\"#production-title-value\"))\r\n } else if($(this).attr(\'id\') == \"packaging\") {\r\n activateIfNeeded($(\"#packaging-title-value\"))\r\n } else if($(this).attr(\'id\') == \"distribution\") {\r\n activateIfNeeded($(\"#distribution-title-value\"))\r\n } else if($(this).attr(\'id\') == \"use-maintenance\") {\r\n activateIfNeeded($(\"#use-maintenance-title-value\"))\r\n } else {\r\n activateIfNeeded($(\"#end-of-life-title-value\"))\r\n }\r\n });\r\n $(\'img.add-row\').on(\"click\", function() {\r\n $table = \"\";\r\n if(this.classList.contains(\"rawMaterials\")) {\r\n $table = $(\"#rawMaterialsModal .table-modal\");\r\n } else if(this.classList.contains(\"production\")) {\r\n $table = $(\"#productionModal .table-modal\");\r\n } else if(this.classList.contains(\"packaging\")) {\r\n $table = $(\"#packagingModal .table-modal\");\r\n } else if(this.classList.contains(\"distribution\")) {\r\n $table = $(\"#distributionModal .table-modal\");\r\n } else if(this.classList.contains(\"maintenance\")) {\r\n $table = $(\"#useMaintenanceModal .table-modal\");\r\n } else {\r\n $table = $(\"#endOfCycleModal .table-modal\");\r\n }\r\n createNewRowInTable($table);\r\n });\r\n $(\'button.close, .modal.fade\').on( \"click\", function() {\r\n $allItems = [];\r\n $allItems = $.merge($allItems, parseTable($(\"#rawMaterialsModal .table-modal tr:not(.table-header)\"), $(\"#raw-materials-title-value\"), \"raw\"));\r\n $allItems = $.merge($allItems, parseTable($(\"#productionModal .table-modal tr:not(.table-header)\"), $(\"#production-title-value\"), \"prod\"));\r\n $allItems = $.merge($allItems, parseTable($(\"#packagingModal .table-modal tr:not(.table-header)\"), $(\"#packaging-title-value\"), \"pack\"));\r\n $allItems = $.merge($allItems, parseTable($(\"#distributionModal .table-modal tr:not(.table-header)\"), $(\"#distribution-title-value\"), \"dist\"));\r\n $allItems = $.merge($allItems, parseTable($(\"#useMaintenanceModal .table-modal tr:not(.table-header)\"), $(\"#use-maintenance-title-value\"), \"main\"));\r\n $allItems = $.merge($allItems, parseTable($(\"#endOfCycleModal .table-modal tr:not(.table-header)\"), $(\"#end-of-life-title-value\"), \"end\"));\r\n\r\n $jsonParsed = getItems();\r\n $element = {};\r\n $element.title = getTitle();\r\n $element.data = $allItems;\r\n $jsonParsed[$id] = $element;\r\n $(\"#hidden_form_item\").val(JSON.stringify($jsonParsed));\r\n $(\'#wizard button\').removeAttr(\'disabled\');\r\n });\r\n $(\'form#wizard\').on(\"submit\", function(event) {\r\n updateData();\r\n });\r\n fillFields();\r\n});\r\n\r\nfunction setId($newId) {\r\n $id = $newId;\r\n}\r\n\r\nfunction createNewRowInTable($table) {\r\n $text2add = \'<tr><td contenteditable=\"true\"></td><td contenteditable=\"true\"></td><td><input type=\"checkbox\" class=\"new-check\"></td></tr>\';\r\n $table.append($text2add);\r\n $(\'input.new-check\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\'\r\n });\r\n}\r\n\r\nfunction activateIfNeeded($label) {\r\n if($label.text().length == 0) {\r\n $label.text(\"0\");\r\n }\r\n}\r\n\r\nfunction parseTable($tableRows, $label, $category) {\r\n $items =[];\r\n $tableRows.each(function(index) {\r\n if($(this).find(\'.checked\').length > 0) {\r\n $checkedItem = {};\r\n if($(this).find(\'.new-check\').length > 0) {\r\n $items.push(createCheckedItem(this, true, $category));\r\n } else {\r\n $items.push(createCheckedItem(this, false, $category));\r\n }\r\n }\r\n });\r\n if($label.text().length > 0) {\r\n $label.text($items.length);\r\n }\r\n return $items;\r\n}\r\n\r\nfunction getItems() {\r\n if($(\"#hidden_form_item\").val() != \"\") {\r\n return JSON.parse($(\"#hidden_form_item\").val());\r\n } else {\r\n return {};\r\n }\r\n}\r\n\r\nfunction createCheckedItem($fila, $isNew, $category) {\r\n $typeObject = {};\r\n $typeObject.title = $($fila).children()[0].innerHTML;\r\n $typeObject.descripcion = $($fila).children()[1].innerHTML;\r\n $typeObject.isNew = $isNew;\r\n $typeObject.category = $category;\r\n return $typeObject;\r\n}\r\n\r\nfunction fillFields() {\r\n $json = $(\"#hidden_form_item\").val();\r\n if($json != null & $json != \"\") {\r\n $parsedJson = JSON.parse($json);\r\n $newParsedJson = $parsedJson[$id];\r\n if($newParsedJson != null) {\r\n $($newParsedJson.data).each(function() {\r\n switch(this.category) {\r\n case \"raw\":\r\n fillTables($(\"#rawMaterialsModal .table-modal\"), this);\r\n break;\r\n case \"prod\":\r\n fillTables($(\"#productionModal .table-modal\"), this);\r\n break;\r\n case \"pack\":\r\n fillTables($(\"#packagingModal .table-modal\"), this);\r\n break;\r\n case \"dist\":\r\n fillTables($(\"#distributionModal .table-modal\"), this);\r\n break;\r\n case \"main\":\r\n fillTables($(\"#useMaintenanceModal .table-modal\"), this);\r\n break;\r\n case \"end\":\r\n fillTables($(\"#endOfCycleModal .table-modal\"), this);\r\n }\r\n });\r\n }\r\n updateCounters();\r\n }\r\n}\r\n\r\nfunction updateCounters() {\r\n $(\"#raw-materials-title-value\").text($(\"#rawMaterialsModal .checked\").length);\r\n $(\"#production-title-value\").text($(\"#productionModal .checked\").length);\r\n $(\"#packaging-title-value\").text($(\"#packagingModal .checked\").length);\r\n $(\"#distribution-title-value\").text($(\"#distributionModal .checked\").length);\r\n $(\"#use-maintenance-title-value\").text($(\"#useMaintenanceModal .checked\").length);\r\n $(\"#end-of-life-title-value\").text($(\"#endOfCycleModal .checked\").length);\r\n}\r\n\r\nfunction fillTables($table, $value) {\r\n if($value.isNew) {\r\n createNewRowInTable($table);\r\n $lastRow = $table.find(\'tr:last-child td\');\r\n $lastRow[0].innerHTML = $value.title;\r\n $lastRow[1].innerHTML = $value.descripcion;\r\n $($lastRow[2]).find(\".iCheck-helper\").trigger(\'click\');\r\n } else {\r\n $rows = $table.find(\'tr:not(.table-header)\');\r\n $rows.each(function(index) {\r\n if($rows[index].children[0].innerHTML == $value.title &&\r\n $rows[index].children[1].innerHTML == $value.descripcion) {\r\n $($rows[index]).find(\'.iCheck-helper\').trigger(\'click\');\r\n }\r\n });\r\n }\r\n}\r\n\r\nfunction getURLParameter(sParam)\r\n{\r\n var sPageURL = window.location.search.substring(1);\r\n var sURLVariables = sPageURL.split(\'&\');\r\n for (var i = 0; i < sURLVariables.length; i++)\r\n {\r\n var sParameterName = sURLVariables[i].split(\'=\');\r\n if (sParameterName[0] == sParam)\r\n {\r\n return sParameterName[1];\r\n }\r\n }\r\n}\r\n\r\nfunction getTitle() {\r\n $title = $id;\r\n if($title.startsWith(\"pre\")) {\r\n $title = $title.substring(3); \r\n } else if($title.startsWith(\"during\")) {\r\n $title = $title.substring(6); \r\n } else if($title.startsWith(\"post\")) {\r\n $title = $title.substring(4); \r\n }\r\n return $title;\r\n}\r\n\r\nfunction validateMyForm() {\r\n if($(\"#raw-materials-title-value\").text().length > 0 &&\r\n $(\"#production-title-value\").text().length > 0 &&\r\n $(\"#packaging-title-value\").text().length > 0 &&\r\n $(\"#distribution-title-value\").text().length > 0 &&\r\n $(\"#use-maintenance-title-value\").text().length > 0 &&\r\n $(\"#end-of-life-title-value\").text().length > 0) \r\n {\r\n return true;\r\n } else {\r\n return false;\r\n }\r\n}\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(31, 'Eco-Design-Service-Etapa2-Step3', 'admin/eco-design-service-etapa2-step3.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA2_STEP2\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_serv_e2_s2_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n <div class=\"grid-container\">\r\n <div class=\"inside-grid-container\">\r\n <div class=\"grid-row only-header\">\r\n <div></div>\r\n <div class=\"grid-element-header infrastructure\" data-toggle=\"modal\" data-target=\"#infrastructureModal\"><img src=\"/uploads/3/infrastructure-ic.png\" /><p>INFRASTRUCTURE</p><span></span></div>\r\n <div class=\"grid-element-header consumable\" data-toggle=\"modal\" data-target=\"#consumableModal\"><img src=\"/uploads/3/consumable-ic.png\" /><p>CONSUMABLE</p><span></span></div>\r\n <div class=\"grid-element-header access\" data-toggle=\"modal\" data-target=\"#accessModal\"><img src=\"/uploads/3/access-ic.png\" /><p>ACCESS</p><span></span></div>\r\n <div class=\"grid-element-header keyAsset\" data-toggle=\"modal\" data-target=\"#keyAssetModal\"><img src=\"/uploads/3/key-asset-ic.png\" /><p>KEY ASSET</p><span></span></div>\r\n </div>\r\n <div class=\"grid-row\">\r\n <div></div>\r\n <div class=\"grid-element category-infrastructure\">\r\n {% for item in response.infrastructure.pre %}\r\n <div class=\"value\" data-category=\"pre\">{{ item }}</div>\r\n {% endfor %}\r\n {% for item in response.infrastructure.during %}\r\n <div class=\"value\" data-category=\"during\">{{ item }}</div>\r\n {% endfor %}\r\n {% for item in response.infrastructure.post %}\r\n <div class=\"value\" data-category=\"post\">{{ item }}</div>\r\n {% endfor %}\r\n </div>\r\n <div class=\"grid-element category-consumable\">\r\n {% for item in response.consumable.pre %}\r\n <div class=\"value\" data-category=\"pre\">{{ item }}</div>\r\n {% endfor %}\r\n {% for item in response.consumable.during %}\r\n <div class=\"value\" data-category=\"during\">{{ item }}</div>\r\n {% endfor %}\r\n {% for item in response.consumable.post %}\r\n <div class=\"value\" data-category=\"post\">{{ item }}</div>\r\n {% endfor %}\r\n </div>\r\n <div class=\"grid-element category-access\">\r\n {% for item in response.access.pre %}\r\n <div class=\"value\" data-category=\"pre\">{{ item }}</div>\r\n {% endfor %}\r\n {% for item in response.access.during %}\r\n <div class=\"value\" data-category=\"during\">{{ item }}</div>\r\n {% endfor %}\r\n {% for item in response.access.post %}\r\n <div class=\"value\" data-category=\"post\">{{ item }}</div>\r\n {% endfor %}\r\n </div>\r\n <div class=\"grid-element category-key-asset\">\r\n {% for item in response.keyAsset.pre %}\r\n <div class=\"value\" data-category=\"pre\">{{ item }}</div>\r\n {% endfor %}\r\n {% for item in response.keyAsset.during %}\r\n <div class=\"value\" data-category=\"during\">{{ item }}</div>\r\n {% endfor %}\r\n {% for item in response.keyAsset.post %}\r\n <div class=\"value\" data-category=\"post\">{{ item }}</div>\r\n {% endfor %}\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade lgx\" id=\"infrastructureModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"infrastructureModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row infrastructure\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade lgx\" id=\"consumableModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"consumableModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row consumable\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade lgx\" id=\"accessModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"accessModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row access\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade lgx\" id=\"keyAssetModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"keyAssetModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>ATRIBUTE</td>\r\n <td>ATRIBUTE DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row key-asset\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_serv_e2_s3_preg10\" value=\"{{ responseString }}\" />\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-06-04 19:41:37', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n.table-modal tr.table-header {\r\n background: black;\r\n color: white;\r\n}\r\n.table-modal tr {\r\n border: 1px solid black;\r\n}\r\n.table-modal td {\r\n padding: 10px;\r\n}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\n.modal-xlg {\r\n width: 90%;\r\n}\r\n.value.dropdown > .dropdown-menu > .item-dropdown {\r\n display: block;\r\n color: black;\r\n}\r\n.value.dropdown > button {\r\n background: none;\r\n width: 100%;\r\n height: 100%;\r\n}\r\n.grid-element > .value {\r\n background: rgb(73, 126,194);\r\n color: white;\r\n padding: 5px;\r\n}\r\n.grid-row > .grid-element-header {\r\n cursor: pointer;\r\n}\r\n.grid-row {\r\n display: grid;\r\n grid-gap: 5px;\r\n margin-top: 5px;\r\n}\r\n.grid-row {\r\n grid-template-columns: auto 1fr 1fr 1fr 1fr;\r\n}\r\n.grid-element {\r\n display: grid;\r\n grid-template-columns: 1fr 1fr 1fr;\r\n grid-gap: 5px;\r\n grid-auto-rows: 75px;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.teams-container textarea {\r\n background: white;\r\n}\r\n.teams-container {\r\n display: flex;\r\n}\r\n.teams-container .buttons-container {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n.teams-container select {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n{% include \'eco-design/servicetable.html.twig\' %}\r\n <script type=\"text/javascript\">\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n fillQuestions();\r\n if($(\"#hidden_form_item\").val() != \"\") {\r\n fillData();\r\n }\r\n $(\'img.add-row\').on(\"click\", function() {\r\n $table = $(this).parent().find(\".table-modal\");\r\n createNewRowInTable($table);\r\n });\r\n $(\'button.close, .modal.fade\').on( \"click\", function() {\r\n $allItems = {};\r\n $allItems.consumable = parseTable($(\"#consumableModal .table-modal tr:not(.table-header)\"), $(\".grid-element-header.consumable span\"));\r\n $allItems.infrastructure = parseTable($(\"#infrastructureModal .table-modal tr:not(.table-header)\"), $(\".grid-element-header.infrastructure span\"));\r\n $allItems.access = parseTable($(\"#accessModal .table-modal tr:not(.table-header)\"), $(\".grid-element-header.access span\"));\r\n $allItems.keyAsset = parseTable($(\"#keyAssetModal .table-modal tr:not(.table-header)\"), $(\".grid-element-header.keyAsset span\"));\r\n\r\n $(\"#hidden_form_item\").val(JSON.stringify($allItems));\r\n });\r\n if($(\"#hidden_form_item\").val() != null && $(\"#hidden_form_item\").val() != \"\") {\r\n fillFields();\r\n }\r\n });\r\n\r\n function fillFields() {\r\n $json = $(\"#hidden_form_item\").val();\r\n if($json != null & $json != \"\") {\r\n $parsedJson = JSON.parse($json);\r\n fillTables($(\"#infrastructureModal .table-modal\"), $parsedJson.infrastructure, $(\".grid-element-header.infrastructure span\"));\r\n fillTables($(\"#consumableModal .table-modal\"), $parsedJson.consumable, $(\".grid-element-header.consumable span\"));\r\n fillTables($(\"#accessModal .table-modal\"), $parsedJson.access, $(\".grid-element-header.access span\"));\r\n fillTables($(\"#keyAssetModal .table-modal\"), $parsedJson.keyAsset, $(\".grid-element-header.keyAsset span\"));\r\n }\r\n }\r\n\r\n function fillQuestions() {\r\n $data = getServiceData();\r\n questionManager($(\"#infrastructureModal .table-modal\"), $data.infrastructure);\r\n questionManager($(\"#consumableModal .table-modal\"), $data.consumable);\r\n questionManager($(\"#accessModal .table-modal\"), $data.access);\r\n questionManager($(\"#keyAssetModal .table-modal\"), $data.keyAsset);\r\n }\r\n\r\n function questionManager($table, $array) {\r\n $($array).each(function() {\r\n createDefaultRowInTable($table, this);\r\n });\r\n }\r\n\r\n function createDefaultRowInTable($table, $item) {\r\n $text2add = \'<tr data-question=\"\' + $item.id + \'\"><td>\' + $item.title + \'</td><td>\' + $item.description + \'</td><td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td></tr>\';\r\n $table.append($text2add);\r\n $(\'input.check-item\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\'\r\n });\r\n }\r\n\r\n function fillTables($table, $values, $counter) {\r\n $($values).each(function($i, $value) {\r\n if($value.isNew) {\r\n createNewRowInTable($table);\r\n $lastRow = $table.find(\'tr:last-child td\');\r\n $lastRow[0].innerHTML = $value.title;\r\n $lastRow[1].innerHTML = $value.descripcion;\r\n $($lastRow[2]).find(\".iCheck-helper\").trigger(\'click\');\r\n } else {\r\n $rows = $table.find(\'tr:not(.table-header)\');\r\n $rows.each(function($j, $row) {\r\n if($row.children[0].innerHTML == $value.title &&\r\n $row.children[1].innerHTML == $value.descripcion) {\r\n $($row).find(\'.iCheck-helper\').trigger(\'click\');\r\n }\r\n });\r\n }\r\n });\r\n\r\n if($values.length > 0) {\r\n $counter[0].innerText = \"( \" + $values.length + \" selected attributes )\";\r\n }\r\n }\r\n\r\n function parseTable($tableRows, $label) {\r\n $items = [];\r\n $tableRows.each(function(index) {\r\n if($(this).find(\'.checked\').length > 0) {\r\n if($(this).find(\'.new-check\').length > 0) {\r\n $items.push(createCheckedItem(this, true));\r\n } else {\r\n $items.push(createCheckedItem(this, false));\r\n }\r\n }\r\n });\r\n if($items.length > 0) {\r\n $label.text(\"( \" + $items.length + \" selected attributes )\");\r\n } else {\r\n $label.text(\"\");\r\n }\r\n return $items;\r\n }\r\n\r\n function createCheckedItem($fila, $isNew) {\r\n $typeObject = {};\r\n if($($fila).attr(\"data-question\") != null) {\r\n $typeObject.id = $($fila).attr(\"data-question\");\r\n }\r\n $typeObject.title = $($fila).children()[0].innerHTML;\r\n $typeObject.descripcion = $($fila).children()[1].innerHTML;\r\n $typeObject.isNew = $isNew;\r\n return $typeObject;\r\n }\r\n\r\n function createNewRowInTable($table) {\r\n $text2add = \'<tr><td contenteditable=\"true\"></td><td contenteditable=\"true\"></td><td><input type=\"checkbox\" class=\"new-check\"></td></tr>\';\r\n $table.append($text2add);\r\n $(\'input.new-check\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\'\r\n });\r\n }\r\n\r\n function fillData() {\r\n $json = $(\"#hidden_form_item\").val();\r\n if($json != null && $json != \"\") {\r\n $parsedJson = JSON.parse($json);\r\n fillDataByCategory($(\".grid-row .category-infrastructure\"), $parsedJson.infrastructure);\r\n fillDataByCategory($(\".grid-row .category-consumable\"), $parsedJson.consumable);\r\n fillDataByCategory($(\".grid-row .category-access\"), $parsedJson.access);\r\n fillDataByCategory($(\".grid-row .category-key-asset\"), $parsedJson.keyAsset);\r\n }\r\n }\r\n\r\n function fillDataByCategory($cells, $categoryData) {\r\n $($categoryData.pre).each(function() {\r\n $item = \"<div class=\\\"value\\\" data-category=\\\"category-pre\\\">\" + this + \"</div>\";\r\n $($cells).append($item);\r\n });\r\n $($categoryData.during).each(function() {\r\n $item = \"<div class=\\\"value\\\" data-category=\\\"category-during\\\">\" + this + \"</div>\";\r\n $($cells).append($item);\r\n });\r\n $($categoryData.post).each(function() {\r\n $item = \"<div class=\\\"value\\\" data-category=\\\"category-post\\\">\" + this + \"</div>\";\r\n $($cells).append($item);\r\n });\r\n }\r\n\r\n function createNewCell($title, $category, $selection) {\r\n $cell = $(\".inside-grid-container .grid-row-2:not(\\\".only-header\\\")\");\r\n checkCells($title, $category, $cell);\r\n $item = \"<div class=\\\"value\\\" data-category=\\\"\" + $category + \"\\\">\" + $title + \"</div>\";\r\n switch($selection) {\r\n case \"infrastructure\":\r\n $($cell).find(\".category-infrastructure\").append($item);\r\n break;\r\n case \"consumable\":\r\n $($cell).find(\".category-consumable\").append($item);\r\n break;\r\n case \"access\":\r\n $($cell).find(\".category-access\").append($item);\r\n break;\r\n case \"keyAsset\":\r\n $($cell).find(\".category-key-asset\").append($item);\r\n }\r\n }\r\n\r\n function checkCells($title, $category, $cell) {\r\n $($cell).find(\".value\").each(function() {\r\n if($title == $(this).text() && $category == $(this).attr(\"data-category\")) {\r\n $(this).remove();\r\n }\r\n });\r\n }\r\n\r\n function getItem($element, $item) {\r\n $newItem = \"\";\r\n $newItem = $($element).text();\r\n $category = \"\";\r\n $category = $($element).attr(\"data-category\");\r\n switch($category) {\r\n case \"category-pre\":\r\n $item.pre.push($newItem);\r\n break;\r\n case \"category-during\":\r\n $item.during.push($newItem);\r\n break;\r\n case \"category-post\":\r\n $item.post.push($newItem);\r\n }\r\n return $item;\r\n }\r\n\r\n function updateData() {\r\n $items = {};\r\n $items.infrastructure = {};\r\n $items.consumable = {};\r\n $items.access = {};\r\n $items.keyAsset = {};\r\n $container = $(\".inside-grid-container .grid-row-2:not(\\\".only-header\\\")\");\r\n $item = {};\r\n $item.pre = [];\r\n $item.during = [];\r\n $item.post = [];\r\n $($container).find(\".category-infrastructure .value\").each(function() {\r\n $item = getItem(this, $item);\r\n });\r\n $items.infrastructure = $item;\r\n $item = {};\r\n $item.pre = [];\r\n $item.during = [];\r\n $item.post = [];\r\n $($container).find(\".category-consumable .value\").each(function() {\r\n $item = getItem(this, $item);\r\n });\r\n $items.consumable = $item;\r\n $item = {};\r\n $item.pre = [];\r\n $item.during = [];\r\n $item.post = [];\r\n $($container).find(\".category-access .value\").each(function() {\r\n $item = getItem(this, $item);\r\n });\r\n $items.access = $item;\r\n $item = {};\r\n $item.pre = [];\r\n $item.during = [];\r\n $item.post = [];\r\n $($container).find(\".category-key-asset .value\").each(function() {\r\n $item = getItem(this, $item);\r\n });\r\n $items.keyAsset = $item;\r\n $(\"#hidden_form_item\").val(JSON.stringify($items));\r\n }\r\n </script>', NULL, '{# a #}', NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(32, 'Eco-Design-Service-Etapa2-Resultado', 'admin/eco-design-service-etapa2-resultado.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% set tareaDos = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA2_STEP3\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA2_STEP2_3\" == tareaselement.alias %}\r\n {% set tareaDos = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString3 = \"\" %}\r\n {% set responseString2_3 = \"\" %}\r\n {% set response3 = \"\" %}\r\n {% set response2_3 = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString3 = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% for atributo in tareaDos.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString2_3 = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% if responseString3 is not empty %}\r\n {% set response3 = responseString3 | json_decode %}\r\n {% endif %}\r\n {% if responseString2_3 is not empty %}\r\n {% set response2_3 = responseString2_3 | json_decode %}\r\n {% endif %}\r\n {% set keyAssets = response3.keyAsset | length %}\r\n {% for item in response2_3|cast_to_array %}\r\n {% set keyAssets = keyAssets + item.data | length %}\r\n {% endfor %}\r\n {% set suma = keyAssets %}\r\n {% set suma = suma + response3.consumable | length %}\r\n {% set suma = suma + response3.infrastructure | length %}\r\n {% set suma = suma + response3.access | length %}\r\n <div class=\"grid-container\">\r\n <div class=\"graph-container col-sm-3\">\r\n <div class=\"absolute-container\">\r\n <div class=\"consumable-container\">\r\n <p class=\"title\">Consumables</p>\r\n <span class=\"cycle-span\" id=\"consumable-span\">{{ response3.consumable | length }}</span>\r\n </div>\r\n <div class=\"key-asset-container\">\r\n <p class=\"title\">KeyAsset</p>\r\n <span class=\"cycle-span\" id=\"key-asset-span\">{{ keyAssets }}</span>\r\n </div>\r\n <div class=\"infrastructure-container\">\r\n <p class=\"title\">Infrastructure</p>\r\n <span class=\"cycle-span\" id=\"infrastructure-span\">{{ response3.infrastructure | length }}</span>\r\n </div>\r\n <div class=\"access-container\">\r\n <p class=\"title\">Access</p>\r\n <span class=\"cycle-span\" id=\"access-span\">{{ response3.access | length }}</span>\r\n </div>\r\n <p class=\"cycle-total\">{{ suma }}<br />Attributes selected</p>\r\n </div> \r\n </div>\r\n </div>\r\n <div class=\"table-container col-sm-9\">\r\n <div class=\"fila logo-headers\">\r\n <div class=\"columna\"><img class=\"logo-table\" src=\"{{ asset(\'/uploads/3/infrastructure-ic.png\')}}\"></div>\r\n <div class=\"columna\"><img class=\"logo-table\" src=\"{{ asset(\'/uploads/3/consumable-ic.png\')}}\"></div>\r\n <div class=\"columna\"><img class=\"logo-table\" src=\"{{ asset(\'/uploads/3/access-ic.png\')}}\"></div>\r\n <div class=\"columna\"><img class=\"logo-table\" src=\"{{ asset(\'/uploads/3/key-asset-ic.png\')}}\"></div>\r\n {% for item in response2_3|cast_to_array %}\r\n <div class=\"columna\"><img class=\"logo-table\" src=\"{{ asset(\'/uploads/3/key-asset-ic.png\')}}\"></div>\r\n {% endfor %}\r\n </div>\r\n <div class=\"fila title-headers\">\r\n {% set max = 0 %}\r\n <div class=\"columna\">INFRASTRUCTURE</div>\r\n <div class=\"columna\">CONSUMABLES</div>\r\n <div class=\"columna\">ACCESS</div>\r\n <div class=\"columna\">PURCHASED KEY ASSETS</div>\r\n {% for item in response2_3|cast_to_array %}\r\n {% if max < item.data | length %}\r\n {% set max = item.data | length %}\r\n {% endif %}\r\n <div class=\"columna\">{{ item.title }}</div>\r\n {% endfor %}\r\n </div>\r\n\r\n {% for item in response3 | cast_to_array %}\r\n {% if max < item | length %}\r\n {% set max = item | length %}\r\n {% endif %}\r\n {% endfor %}\r\n {% for i in 0 .. max - 1 %}\r\n <div class=\"fila fila{{ i }}\">\r\n <div class=\"columna\">\r\n {% if response3.infrastructure | length > i %}\r\n {{ response3.infrastructure[i].title }}\r\n {% endif %}\r\n </div>\r\n <div class=\"columna\">\r\n {% if response3.consumable | length > i %}\r\n {{ response3.consumable[i].title }}\r\n {% endif %}\r\n </div>\r\n <div class=\"columna\">\r\n {% if response3.access | length > i %}\r\n {{ response3.access[i].title }}\r\n {% endif %}\r\n </div>\r\n <div class=\"columna\">\r\n {% if response3.keyAsset | length > i %}\r\n {{ response3.keyAsset[i].title }}\r\n {% endif %}\r\n </div>\r\n {% for item in response2_3|cast_to_array %}\r\n <div class=\"columna\">\r\n {% if i < item.data | length%}\r\n {{ item.data[i].title }}\r\n {% endif %}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n <section>\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% endif %}\r\n {% endfor %}\r\n </div>\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 14:27:15', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n.fila.title-headers .columna, .fila.logo-headers .columna {\r\n text-align: center;\r\n}\r\n.fila:nth-child(odd):not(:first-child) {\r\n background: #c5c5c5;\r\n}\r\n.absolute-container {\r\n display: grid;\r\n grid-template-columns: repeat(2, 1fr);\r\n grid-gap: 60px;\r\n}\r\n.table-container .fila {\r\n display: grid;\r\n grid-auto-flow: column;\r\n grid-auto-columns: 1fr;\r\n grid-gap: 10px;\r\n}\r\n.cycle-total {\r\n background: white;\r\n z-index: 10;\r\n position: absolute;\r\n text-align: center;\r\n left: 23%;\r\n top: 35%;\r\n padding: 5px;\r\n border: solid 1px;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.grid_3_rows {\r\n display: grid;\r\n grid-template-columns: 1fr 1fr 1fr;\r\n}\r\n.grid_3_rows > .grid_element {\r\n border: 1px black solid;\r\n padding: 5px;\r\n margin: 5px;\r\n}\r\n.grid_3_rows > .grid_element .detail {\r\n background: white;\r\n padding: 5px;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n\r\n});\r\nfunction launchData(jsonData) {\r\n $(document).ready(function() {\r\n $jsonParsed = {};\r\n $jsonParsed = JSON.parse(jsonData.replace(/&quot;/g,\'\"\'));\r\n $max = Math.max($jsonParsed.raw.total, $jsonParsed.prod.total, $jsonParsed.pack.total, $jsonParsed.dist.total, $jsonParsed.main.total, $jsonParsed.end.total);\r\n $table = $(\".table-cycle\");\r\n $newRow = \'<tr><td></td><td></td><td></td><td></td><td></td><td></td></tr>\'\r\n for(i = 0; i < $max; i++) {\r\n $table.append($newRow);\r\n $cells = $table.find(\'tr:last-child td\');\r\n fillCell($cells[0], $jsonParsed.raw, i);\r\n fillCell($cells[1], $jsonParsed.prod, i);\r\n fillCell($cells[2], $jsonParsed.pack, i);\r\n fillCell($cells[3], $jsonParsed.dist, i);\r\n fillCell($cells[4], $jsonParsed.main, i);\r\n fillCell($cells[5], $jsonParsed.end, i);\r\n }\r\n fillCycleSpans($jsonParsed);\r\n });\r\n}\r\n\r\nfunction fillCycleSpans($jsonParsed) {\r\n $(\".absolute-container > #raw-span\").text($jsonParsed.raw.total);\r\n $(\".absolute-container > #prod-span\").text($jsonParsed.prod.total);\r\n $(\".absolute-container > #pack-span\").text($jsonParsed.pack.total);\r\n $(\".absolute-container > #dist-span\").text($jsonParsed.dist.total);\r\n $(\".absolute-container > #main-span\").text($jsonParsed.main.total);\r\n $(\".absolute-container > #end-span\").text($jsonParsed.end.total);\r\n $(\".absolute-container > .cycle-total\").html(getTotal($jsonParsed) + \"<br />Attributes selected\");\r\n}\r\n\r\nfunction getTotal($jsonParsed) {\r\n return $jsonParsed.raw.total + $jsonParsed.prod.total + $jsonParsed.pack.total + $jsonParsed.dist.total + $jsonParsed.main.total + $jsonParsed.end.total;\r\n}\r\n\r\nfunction fillCell($cell, $category, position) {\r\n if(position < $category.default.length) {\r\n $cell.innerHTML = $category.default[position].title;\r\n } else if((position - $category.default.length) < $category.new.length) {\r\n $cell.innerHTML = $category.new[position - $category.default.length].title;\r\n }\r\n}\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(33, 'Ejercicio 7b', 'admin/realizar_tarea_ejercicio7b_view.html.twig', '<div class=\"{{ (\'container\' ~ \' \' ~ tarea[0].class) ~ \' \' ~ tarea[0].alias }}\">\r\n\r\n <input id=\"current\" type=\"hidden\" value=\"0\">\r\n\r\n {% set respuesta=[] %}\r\n {% set respuestaca=[] %}\r\n {% set tareaanterior=0 %}\r\n {% set tareacurrent=tarea[0] %}\r\n {# Comprobamos si ya hay valores para el elemento #}\r\n {% set elementoexiste=false %}\r\n {% set indexloop=0 %}\r\n {% for respuestafor in respuestas %}\r\n {% if respuestafor.preguntas.alias==\'ex7bshname\' %}\r\n {% for elemento in respuestafor.valor|json_decode %}\r\n <pre>{{elemento}} - {{getvars.id}}</pre>\r\n {% if elemento==getvars.id %}\r\n {% set elementoexiste=true %}\r\n {% set indexloop=loop.index-1 %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% if elementoexiste %}\r\n {# solo si el elemento existe #}\r\n {% for respuestafor in respuestas %}\r\n {# Ajustamos la visualización a las dimensiones del array y el elemento actual #}\r\n {% set respuestaarrayvalor=respuestafor.valor|json_decode %}\r\n\r\n {% if respuestaarrayvalor[indexloop] is defined %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestaarrayvalor[indexloop]}) %}\r\n {% else %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : null }) %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% for respuestafor in casoestudio %}\r\n {% set respuestaca= respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% endif %}\r\n\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n {{ include(\'gbc/exerciseslinktrainer.html.twig\')}}\r\n {% else %}\r\n {{ include(\'gbc/exerciseslink.html.twig\')}}\r\n {% endif %}\r\n\r\n <a href=\"#\" class=\"avartar\">\r\n <img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\">\r\n </a>\r\n\r\n <h4><strong>{{ tarea[0].nombre|trans({}) }}</strong></h4>\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n <div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n\r\n </div>\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n <input type=\"hidden\" name=\"ge\" id=\"ge\" value=\"{{ ge.id }}\">\r\n {% endif %}\r\n {% block nextprevsave %}\r\n {% set tareaanterior=null %}\r\n {% set tareacurrent=tarea[0] %}\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n\r\n {% for tareadep in tareas %}\r\n {% if not tareadep.invisible %}\r\n {% for tusuario in tareadep.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% if tusuario.completada==true %}\r\n {% if tareadep.position < tareacurrent.position %}\r\n {% set tareaanterior=tareadep %}\r\n {% endif %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n <div class=\"exercise-btn-moves-group\">\r\n\r\n <a class=\"btn btn-up\" href=\"#\"><i class=\"fa fa-arrow-up\"></i></a>\r\n\r\n {% if tareaanterior is defined and tareaanterior is not null %}\r\n {% if tareaanterior.position < tarea[0].position %}\r\n <a class=\"btn btn-prev\" href=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\">{{\'Previous\'|trans({})}}</a>\r\n\r\n <script>\r\n $(\'.btn.btn-prev\').on(\'click\', function(e){\r\n e.preventDefault();\r\n Swal.fire({\r\n title: \'Are you sure to go previous step without save?\',\r\n text: \"You won\'t be able to revert this!\",\r\n icon: \'warning\',\r\n showCancelButton: true,\r\n confirmButtonColor: \'#3085d6\',\r\n cancelButtonColor: \'#d33\',\r\n confirmButtonText: \'Yes, I´m not interested in save!\'\r\n }).then((result) => {\r\n if (result.value) {\r\n window.location.href = \"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\";\r\n }\r\n });\r\n })</script>\r\n {% else %}\r\n <a class=\"btn btn-prev ocultar\" href=\"\"></a>\r\n {% endif %}\r\n {% else %}\r\n <a class=\"btn btn-prev ocultar\" href=\"\"></a>\r\n {% endif %}\r\n\r\n <span class=\"mensaje\"></span>\r\n\r\n <!--<a id=\"save\" class=\"btn btn-save\" href=\"#\" onclick=\"$.ajax({ type: \'POST\', url: \'{{ path(\'api_app_api_guardartareaapi_savetask\', {\'id\': tarea[0].id})}}\', data: $(\'form\').serialize(), cache: false,}).done(function() {$(\'.exercise-btn-moves-group .mensaje\').text(\'Saving...\');window.setTimeout(function(){$(\'.exercise-btn-moves-group .mensaje\').text(\'Changes saved\');}, 1000);}).fail(function() {$(\'.exercise-btn-moves-group .mensaje\').text(\'Saving...\');window.setTimeout(function(){$(\'.exercise-btn-moves-group .mensaje\').text(\'Error saving changes\');}, 1000);});\">{{\'Save\'|trans({})}}</a>-->\r\n <a class=\"btn btn-next\" href=\"#\" onclick=\"$(\'form\').submit()\">{{\'Next\'|trans({})}}</a>\r\n\r\n </div>\r\n {% endblock nextprevsave %}\r\n {% set preguntasIndex=1%}\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n\r\n <h4 {% if tarea[0].SeccionesTareaId|length == 1 %} class=\"seccion-unica\" {% else %} class=\"seccion-multiple\"{% endif %}>{{ seccion.nombre|trans({}) }}</h4>\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in seccion.PreguntasId %}\r\n\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"hidden\" %}\r\n {% include \'formcomponents/hidden.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"file\" %}\r\n {% include \'formcomponents/file.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"ckeditor\" %}\r\n {% include \'formcomponents/ckeditor.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"datetime\" %}\r\n {% include \'formcomponents/datetime.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% endif %}\r\n {% endfor %}\r\n </div>\r\n\r\n </section>\r\n {% endfor %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-28 13:53:57', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'bootstrap-datepicker/css/bootstrap-datepicker.min.css\') }}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3-bootstrap4.css\')}}\" rel=\"stylesheet\">\r\n\r\n\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n\r\n /* ELEMENTOS COMUNES */\r\n\r\n /* ESTRUCTURA */\r\n\r\n body {\r\n padding-top: 50px;\r\n }\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n padding: 0;\r\n }\r\n\r\n .content-wrapper .content .container{\r\n\r\n padding: 0;\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n }\r\n\r\n /* FIN ESTRUCTURA */\r\n\r\n /* BASICOS */\r\n\r\n a {\r\n\r\n text-decoration: none;\r\n\r\n }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle;\r\n }\r\n\r\n ul {\r\n\r\n padding: 0;\r\n margin: 0;\r\n list-style: none;\r\n\r\n }\r\n\r\n input[type=text]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n\r\n }\r\n\r\n textarea {\r\n\r\n resize: none;\r\n\r\n }\r\n\r\n /* FIN BASICOS */\r\n\r\n /* EXERCISES LINK */\r\n\r\n {% include \'gbc/exerciseslinkcss.html.twig\' %}\r\n\r\n /* FIN EXERCISES LINK */\r\n\r\n /* HEADER TAREA */\r\n\r\n .header-tarea{\r\n\r\n /* background: azure; */\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container{\r\n\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container a{\r\n\r\n display: block;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container{\r\n\r\n margin-bottom: 7.5px;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container h2{\r\n\r\n margin: 0;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container{\r\n\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container h2{\r\n\r\n font-size: 25px;\r\n line-height: 30px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .header-tarea .desc-tarea__container h3{\r\n\r\n font-size: 20px;\r\n line-height: 25px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container p{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n\r\n /* FIN HEADER TAREA */\r\n\r\n /* RECURSOS */\r\n\r\n .recursos__container{\r\n\r\n margin-bottom: 45px;\r\n\r\n }\r\n\r\n /* BOTONES */\r\n\r\n .recursos__container > .nav{\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a:hover,\r\n .recursos__container > .nav > li > a:focus,\r\n .recursos__container > .nav > li > a:active,\r\n .recursos__container > .nav > li.active > a{\r\n\r\n font-weight: 500;\r\n\r\n }\r\n\r\n /* read-before */\r\n\r\n .recursos__container > .nav > li > a.btn-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-read-before:hover,\r\n .recursos__container > .nav > li > a.btn-read-before:focus,\r\n .recursos__container > .nav > li > a.btn-read-before:active,\r\n .recursos__container > .nav > li.active > a.btn-read-before{\r\n\r\n background: #118c53;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-read-before.disabled, .btn-read-before[disabled], fieldset[disabled] .btn-read-before, .btn-read-before.disabled:hover,\r\n .btn-read-before[disabled]:hover, fieldset[disabled] .btn-read-before:hover, .btn-read-before.disabled:focus, .btn-read-before[disabled]:focus,\r\n fieldset[disabled] .btn-read-before:focus, .btn-read-before.disabled:active, .btn-read-before[disabled]:active, fieldset[disabled] .btn-read-before:active,\r\n .btn-read-before.disabled.active, .btn-read-before[disabled].active, fieldset[disabled] .btn-read-before.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin read-before */\r\n\r\n /* tips */\r\n\r\n .recursos__container > .nav > li > a.btn-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-tips:hover,\r\n .recursos__container > .nav > li > a.btn-tips:focus,\r\n .recursos__container > .nav > li > a.btn-tips:active,\r\n .recursos__container > .nav > li.active > a.btn-tips{\r\n\r\n background: #3d0b7d;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-tips.disabled, .btn-tips[disabled], fieldset[disabled] .btn-tips, .btn-tips.disabled:hover,\r\n .btn-tips[disabled]:hover, fieldset[disabled] .btn-tips:hover, .btn-tips.disabled:focus, .btn-tips[disabled]:focus,\r\n fieldset[disabled] .btn-tips:focus, .btn-tips.disabled:active, .btn-tips[disabled]:active, fieldset[disabled] .btn-tips:active,\r\n .btn-tips.disabled.active, .btn-tips[disabled].active, fieldset[disabled] .btn-tips.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin tips */\r\n\r\n /* caso-estudio */\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio:hover,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:focus,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:active,\r\n .recursos__container > .nav > li.active > a.btn-caso-estudio{\r\n\r\n background: #287daf;\r\n background-image: none;\r\n }\r\n\r\n .btn-caso-estudio.disabled, .btn-caso-estudio[disabled], fieldset[disabled] .btn-caso-estudio, .btn-caso-estudio.disabled:hover,\r\n .btn-caso-estudio[disabled]:hover, fieldset[disabled] .btn-caso-estudio:hover, .btn-caso-estudio.disabled:focus, .btn-caso-estudio[disabled]:focus,\r\n fieldset[disabled] .btn-caso-estudio:focus, .btn-caso-estudio.disabled:active, .btn-caso-estudio[disabled]:active, fieldset[disabled] .btn-caso-estudio:active,\r\n .btn-caso-estudio.disabled.active, .btn-caso-estudio[disabled].active, fieldset[disabled] .btn-caso-estudio.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin caso-estudio */\r\n\r\n /* FIN BOTONES */\r\n\r\n /* VENTANAS */\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane{\r\n\r\n background: #505050;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n\r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 75%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n\r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n\r\n width: auto;\r\n height: 100%;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > button{\r\n\r\n color: #fff;\r\n opacity: 1;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > h2{\r\n\r\n color: #fff;\r\n font-size: 2.7rem;\r\n line-height: 2.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > h3{\r\n\r\n color: #fff;\r\n font-size: 2rem;\r\n line-height: 2.4rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > p{\r\n\r\n color: #fff;\r\n font-size: 1.4rem;\r\n line-height: 2.2rem;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > ul{\r\n\r\n color: #fff;\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n\r\n }\r\n\r\n /* FIN VENTANAS */\r\n\r\n /* FIN RECURSOS */\r\n\r\n /* ACTIONS */\r\n {% include \'gbc/stepactionscss.html.twig\' %}\r\n /* FIN ACTIONS */\r\n\r\n /* INFORME */\r\n\r\n .informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n }\r\n\r\n .informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* FIN INFORME */\r\n\r\n /* PREGUNTAS */\r\n\r\n /* form-row */\r\n\r\n .wrappertest .content > section .inner{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row{\r\n\r\n\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .form-holder{\r\n\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-preg100{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* fin form-row */\r\n\r\n /* inputs */\r\n\r\n .wrappertest .content > section .inner .form-row textarea{\r\n\r\n align-self: flex-end;\r\n margin: 0;\r\n flex: 1;\r\n\r\n }\r\n\r\n /* radio */\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .form-holder{\r\n\r\n display: block;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiodiv{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio label{\r\n\r\n display: inline-block;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n /* fin radio */\r\n\r\n .wrappertest .content > section .inner .form-row .select3-container{\r\n\r\n width: 100% !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .switch{\r\n\r\n margin: 0;\r\n margin-bottom: 25px;\r\n\r\n }\r\n\r\n /* fin inputs */\r\n\r\n /* titulos */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo{\r\n\r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_nombre{\r\n\r\n display: block;\r\n font-size: 1.6rem;\r\n line-height: 2rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .GBC-Step1 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #F2932E;}\r\n .GBC-Step2 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #94BD53;}\r\n .GBC-Step3 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #E4312B;}\r\n .GBC-Step4 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #B6866D;}\r\n .GBC-Step5 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #EE8367;}\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin titulos */\r\n\r\n /* casos estudio */\r\n\r\n .casoestudiobtn{\r\n\r\n background: #3c8dbc;\r\n color: #fff;\r\n font-size: 1.2rem;\r\n line-height: 1.2rem;\r\n border: none;\r\n padding: 10px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-bottom: 7.5px;\r\n align-self: flex-start;\r\n\r\n }\r\n\r\n .casoestudiodiv{\r\n\r\n\r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n /* fin casos estudio */\r\n\r\n /* ocultar elementos sin contenido */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiobtn.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiodiv.no-contenido{\r\n\r\n width: 0;\r\n height: 0;\r\n padding: 0;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin ocultar elementos sin contenido */\r\n\r\n /* grupos de preguntas */\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group{\r\n\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n background: #fff;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group.gbc-preg100{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group .title{\r\n\r\n margin: 0;\r\n padding: 0;\r\n grid-column: 1 / 3;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n line-height: 2.5rem;\r\n color: #2d2d2d;\r\n border-bottom: solid 1px #2d2d2d;\r\n padding-bottom: 7.5px;\r\n\r\n }\r\n\r\n /* fin grupos de preguntas */\r\n\r\n /* FIN PREGUNTAS */\r\n\r\n /* EXERCISE-BTN-MOVES-GROUP */\r\n\r\n {% include \'gbc/nextprevsavecss.html.twig\' %}\r\n\r\n /* FIN EXERCISE-BTN-MOVES-GROUP */\r\n\r\n /* VISUALIZACION DE CONJUNTO */\r\n\r\n {% include \'gbc/visualizacion_de_conjunto_css.html.twig\' %}\r\n\r\n /* FIN VISUALIZACION DE CONJUNTO */\r\n\r\n /* FIN ELEMENTOS COMUNES */\r\n\r\n /* ELEMENTOS DE PLANTILLA */\r\n\r\n /* STEPS */\r\n\r\n .steps .tablist .a .current-info{\r\n\r\n }\r\n .steps .tablist .a .number{\r\n\r\n }\r\n .steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n }\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n\r\n display: none;\r\n }\r\n .steps > ul > li > a {\r\n\r\n color: #5d5d5d;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n }\r\n .steps > ul > li > a:hover{\r\n\r\n color: #464545;\r\n\r\n }\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n {% if seccion.posicion == 1 %}\r\n .steps {\r\n height: 2px;\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%);\r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n /* margin-top: 30px; */\r\n margin-bottom: 75px;\r\n\r\n }\r\n .steps ul {\r\n height: 2px;\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease;\r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n }\r\n .steps > ul > li{\r\n\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n }\r\n\r\n .steps > ul > li.tab-3{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3.tab-activada{\r\n\r\n display: flex;\r\n\r\n }\r\n\r\n .steps > ul > li.current{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n .steps > ul > li:hover{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n\r\n {% elseif seccion.posicion == loop.length %}\r\n\r\n .steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n .steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n {% else %}\r\n .steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n .steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n {% endif %}\r\n {% endfor %}\r\n\r\n {% if tarea[0].SeccionesTareaId|length == 1 %}\r\n .steps{\r\n display: none;\r\n }\r\n {% endif %}\r\n\r\n .content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n }\r\n\r\n /* FIN STEPS */\r\n\r\n /* EJERCICIO 14 */\r\n\r\n .ex14card1section2-3preg10Score,\r\n .ex14card1section2-3preg20Score,\r\n .ex14card1section2-3preg30Score,\r\n .ex14card1section2-3preg40Score,\r\n .ex14card1section2-3preg50Score,\r\n\r\n .ex14card2section2-3preg10Score,\r\n .ex14card2section2-3preg20Score,\r\n .ex14card2section2-3preg30Score,\r\n .ex14card2section2-3preg40Score,\r\n .ex14card2section2-3preg50Score,\r\n\r\n .ex14card3section2-3preg10Score,\r\n .ex14card3section2-3preg20Score,\r\n .ex14card3section2-3preg30Score,\r\n .ex14card3section2-3preg40Score,\r\n .ex14card3section2-3preg50Score,\r\n\r\n .ex14card4section2-3preg10Score,\r\n .ex14card4section2-3preg20Score,\r\n .ex14card4section2-3preg30Score,\r\n .ex14card4section2-3preg40Score,\r\n .ex14card4section2-3preg50Score,\r\n\r\n .ex14card5section2-3preg10Score,\r\n .ex14card5section2-3preg20Score,\r\n .ex14card5section2-3preg30Score,\r\n .ex14card5section2-3preg40Score,\r\n .ex14card5section2-3preg50Score,\r\n\r\n .ex14card6section2-3preg10Score,\r\n .ex14card6section2-3preg20Score,\r\n .ex14card6section2-3preg30Score,\r\n .ex14card6section2-3preg40Score,\r\n .ex14card6section2-3preg50Score,\r\n\r\n .ex14card7section2-3preg10Score,\r\n .ex14card7section2-3preg20Score,\r\n .ex14card7section2-3preg30Score,\r\n .ex14card7section2-3preg40Score,\r\n .ex14card7section2-3preg50Score,\r\n\r\n .ex14card8section2-3preg10Score,\r\n .ex14card8section2-3preg20Score,\r\n .ex14card8section2-3preg30Score,\r\n .ex14card8section2-3preg40Score,\r\n .ex14card8section2-3preg50Score\r\n {\r\n\r\n /* margin-bottom: 15px; */\r\n\r\n }\r\n\r\n .ex14card1section2-3preg10Score .form-holder,\r\n .ex14card1section2-3preg20Score .form-holder,\r\n .ex14card1section2-3preg30Score .form-holder,\r\n .ex14card1section2-3preg40Score .form-holder,\r\n .ex14card1section2-3preg50Score .form-holder,\r\n\r\n .ex14card2section2-3preg10Score .form-holder,\r\n .ex14card2section2-3preg20Score .form-holder,\r\n .ex14card2section2-3preg30Score .form-holder,\r\n .ex14card2section2-3preg40Score .form-holder,\r\n .ex14card2section2-3preg50Score .form-holder,\r\n\r\n .ex14card3section2-3preg10Score .form-holder,\r\n .ex14card3section2-3preg20Score .form-holder,\r\n .ex14card3section2-3preg30Score .form-holder,\r\n .ex14card3section2-3preg40Score .form-holder,\r\n .ex14card3section2-3preg50Score .form-holder,\r\n\r\n .ex14card4section2-3preg10Score .form-holder,\r\n .ex14card4section2-3preg20Score .form-holder,\r\n .ex14card4section2-3preg30Score .form-holder,\r\n .ex14card4section2-3preg40Score .form-holder,\r\n .ex14card4section2-3preg50Score .form-holder,\r\n\r\n .ex14card5section2-3preg10Score .form-holder,\r\n .ex14card5section2-3preg20Score .form-holder,\r\n .ex14card5section2-3preg30Score .form-holder,\r\n .ex14card5section2-3preg40Score .form-holder,\r\n .ex14card5section2-3preg50Score .form-holder,\r\n\r\n .ex14card6section2-3preg10Score .form-holder,\r\n .ex14card6section2-3preg20Score .form-holder,\r\n .ex14card6section2-3preg30Score .form-holder,\r\n .ex14card6section2-3preg40Score .form-holder,\r\n .ex14card6section2-3preg50Score .form-holder,\r\n\r\n .ex14card7section2-3preg10Score .form-holder,\r\n .ex14card7section2-3preg20Score .form-holder,\r\n .ex14card7section2-3preg30Score .form-holder,\r\n .ex14card7section2-3preg40Score .form-holder,\r\n .ex14card7section2-3preg50Score .form-holder,\r\n\r\n .ex14card8section2-3preg10Score .form-holder,\r\n .ex14card8section2-3preg20Score .form-holder,\r\n .ex14card8section2-3preg30Score .form-holder,\r\n .ex14card8section2-3preg40Score .form-holder,\r\n .ex14card8section2-3preg50Score .form-holder\r\n {\r\n\r\n display: grid;\r\n grid-template-columns: auto auto 1fr;\r\n align-items: center;\r\n grid-gap: 10px;\r\n\r\n }\r\n\r\n .ex14card1section2-3preg10Score .form-holder .gbc_pretitulo,\r\n .ex14card1section2-3preg20Score .form-holder .gbc_pretitulo,\r\n .ex14card1section2-3preg30Score .form-holder .gbc_pretitulo,\r\n .ex14card1section2-3preg40Score .form-holder .gbc_pretitulo,\r\n .ex14card1section2-3preg50Score .form-holder .gbc_pretitulo,\r\n\r\n .ex14card2section2-3preg10Score .form-holder .gbc_pretitulo,\r\n .ex14card2section2-3preg20Score .form-holder .gbc_pretitulo,\r\n .ex14card2section2-3preg30Score .form-holder .gbc_pretitulo,\r\n .ex14card2section2-3preg40Score .form-holder .gbc_pretitulo,\r\n .ex14card2section2-3preg50Score .form-holder .gbc_pretitulo,\r\n\r\n .ex14card3section2-3preg10Score .form-holder .gbc_pretitulo,\r\n .ex14card3section2-3preg20Score .form-holder .gbc_pretitulo,\r\n .ex14card3section2-3preg30Score .form-holder .gbc_pretitulo,\r\n .ex14card3section2-3preg40Score .form-holder .gbc_pretitulo,\r\n .ex14card3section2-3preg50Score .form-holder .gbc_pretitulo,\r\n\r\n .ex14card4section2-3preg10Score .form-holder .gbc_pretitulo,\r\n .ex14card4section2-3preg20Score .form-holder .gbc_pretitulo,\r\n .ex14card4section2-3preg30Score .form-holder .gbc_pretitulo,\r\n .ex14card4section2-3preg40Score .form-holder .gbc_pretitulo,\r\n .ex14card4section2-3preg50Score .form-holder .gbc_pretitulo,\r\n\r\n .ex14card5section2-3preg10Score .form-holder .gbc_pretitulo,\r\n .ex14card5section2-3preg20Score .form-holder .gbc_pretitulo,\r\n .ex14card5section2-3preg30Score .form-holder .gbc_pretitulo,\r\n .ex14card5section2-3preg40Score .form-holder .gbc_pretitulo,\r\n .ex14card5section2-3preg50Score .form-holder .gbc_pretitulo,\r\n\r\n .ex14card6section2-3preg10Score .form-holder .gbc_pretitulo,\r\n .ex14card6section2-3preg20Score .form-holder .gbc_pretitulo,\r\n .ex14card6section2-3preg30Score .form-holder .gbc_pretitulo,\r\n .ex14card6section2-3preg40Score .form-holder .gbc_pretitulo,\r\n .ex14card6section2-3preg50Score .form-holder .gbc_pretitulo,\r\n\r\n .ex14card7section2-3preg10Score .form-holder .gbc_pretitulo,\r\n .ex14card7section2-3preg20Score .form-holder .gbc_pretitulo,\r\n .ex14card7section2-3preg30Score .form-holder .gbc_pretitulo,\r\n .ex14card7section2-3preg40Score .form-holder .gbc_pretitulo,\r\n .ex14card7section2-3preg50Score .form-holder .gbc_pretitulo,\r\n\r\n .ex14card8section2-3preg10Score .form-holder .gbc_pretitulo,\r\n .ex14card8section2-3preg20Score .form-holder .gbc_pretitulo,\r\n .ex14card8section2-3preg30Score .form-holder .gbc_pretitulo,\r\n .ex14card8section2-3preg40Score .form-holder .gbc_pretitulo,\r\n .ex14card8section2-3preg50Score .form-holder .gbc_pretitulo\r\n {\r\n\r\n grid-column: 1 / end;\r\n\r\n }\r\n\r\n .ex14card1section2-3preg10Score .form-holder .gbc_descripcion,\r\n .ex14card1section2-3preg20Score .form-holder .gbc_descripcion,\r\n .ex14card1section2-3preg30Score .form-holder .gbc_descripcion,\r\n .ex14card1section2-3preg40Score .form-holder .gbc_descripcion,\r\n .ex14card1section2-3preg50Score .form-holder .gbc_descripcion,\r\n\r\n .ex14card2section2-3preg10Score .form-holder .gbc_descripcion,\r\n .ex14card2section2-3preg20Score .form-holder .gbc_descripcion,\r\n .ex14card2section2-3preg30Score .form-holder .gbc_descripcion,\r\n .ex14card2section2-3preg40Score .form-holder .gbc_descripcion,\r\n .ex14card2section2-3preg50Score .form-holder .gbc_descripcion,\r\n\r\n .ex14card3section2-3preg10Score .form-holder .gbc_descripcion,\r\n .ex14card3section2-3preg20Score .form-holder .gbc_descripcion,\r\n .ex14card3section2-3preg30Score .form-holder .gbc_descripcion,\r\n .ex14card3section2-3preg40Score .form-holder .gbc_descripcion,\r\n .ex14card3section2-3preg50Score .form-holder .gbc_descripcion,\r\n\r\n .ex14card4section2-3preg10Score .form-holder .gbc_descripcion,\r\n .ex14card4section2-3preg20Score .form-holder .gbc_descripcion,\r\n .ex14card4section2-3preg30Score .form-holder .gbc_descripcion,\r\n .ex14card4section2-3preg40Score .form-holder .gbc_descripcion,\r\n .ex14card4section2-3preg50Score .form-holder .gbc_descripcion,\r\n\r\n .ex14card5section2-3preg10Score .form-holder .gbc_descripcion,\r\n .ex14card5section2-3preg20Score .form-holder .gbc_descripcion,\r\n .ex14card5section2-3preg30Score .form-holder .gbc_descripcion,\r\n .ex14card5section2-3preg40Score .form-holder .gbc_descripcion,\r\n .ex14card5section2-3preg50Score .form-holder .gbc_descripcion,\r\n\r\n .ex14card6section2-3preg10Score .form-holder .gbc_descripcion,\r\n .ex14card6section2-3preg20Score .form-holder .gbc_descripcion,\r\n .ex14card6section2-3preg30Score .form-holder .gbc_descripcion,\r\n .ex14card6section2-3preg40Score .form-holder .gbc_descripcion,\r\n .ex14card6section2-3preg50Score .form-holder .gbc_descripcion,\r\n\r\n .ex14card7section2-3preg10Score .form-holder .gbc_descripcion,\r\n .ex14card7section2-3preg20Score .form-holder .gbc_descripcion,\r\n .ex14card7section2-3preg30Score .form-holder .gbc_descripcion,\r\n .ex14card7section2-3preg40Score .form-holder .gbc_descripcion,\r\n .ex14card7section2-3preg50Score .form-holder .gbc_descripcion,\r\n\r\n .ex14card8section2-3preg10Score .form-holder .gbc_descripcion,\r\n .ex14card8section2-3preg20Score .form-holder .gbc_descripcion,\r\n .ex14card8section2-3preg30Score .form-holder .gbc_descripcion,\r\n .ex14card8section2-3preg40Score .form-holder .gbc_descripcion,\r\n .ex14card8section2-3preg50Score .form-holder .gbc_descripcion\r\n {\r\n\r\n grid-column: 1 / end;\r\n\r\n }\r\n\r\n .ex14card1section2-3preg10Score .form-holder > p,\r\n .ex14card1section2-3preg20Score .form-holder > p,\r\n .ex14card1section2-3preg30Score .form-holder > p,\r\n .ex14card1section2-3preg40Score .form-holder > p,\r\n .ex14card1section2-3preg50Score .form-holder > p,\r\n\r\n .ex14card2section2-3preg10Score .form-holder > p,\r\n .ex14card2section2-3preg20Score .form-holder > p,\r\n .ex14card2section2-3preg30Score .form-holder > p,\r\n .ex14card2section2-3preg40Score .form-holder > p,\r\n .ex14card2section2-3preg50Score .form-holder > p,\r\n\r\n .ex14card3section2-3preg10Score .form-holder > p,\r\n .ex14card3section2-3preg20Score .form-holder > p,\r\n .ex14card3section2-3preg30Score .form-holder > p,\r\n .ex14card3section2-3preg40Score .form-holder > p,\r\n .ex14card3section2-3preg50Score .form-holder > p,\r\n\r\n .ex14card4section2-3preg10Score .form-holder > p,\r\n .ex14card4section2-3preg20Score .form-holder > p,\r\n .ex14card4section2-3preg30Score .form-holder > p,\r\n .ex14card4section2-3preg40Score .form-holder > p,\r\n .ex14card4section2-3preg50Score .form-holder > p,\r\n\r\n .ex14card5section2-3preg10Score .form-holder > p,\r\n .ex14card5section2-3preg20Score .form-holder > p,\r\n .ex14card5section2-3preg30Score .form-holder > p,\r\n .ex14card5section2-3preg40Score .form-holder > p,\r\n .ex14card5section2-3preg50Score .form-holder > p,\r\n\r\n .ex14card6section2-3preg10Score .form-holder > p,\r\n .ex14card6section2-3preg20Score .form-holder > p,\r\n .ex14card6section2-3preg30Score .form-holder > p,\r\n .ex14card6section2-3preg40Score .form-holder > p,\r\n .ex14card6section2-3preg50Score .form-holder > p,\r\n\r\n .ex14card7section2-3preg10Score .form-holder > p,\r\n .ex14card7section2-3preg20Score .form-holder > p,\r\n .ex14card7section2-3preg30Score .form-holder > p,\r\n .ex14card7section2-3preg40Score .form-holder > p,\r\n .ex14card7section2-3preg50Score .form-holder > p,\r\n\r\n .ex14card8section2-3preg10Score .form-holder > p,\r\n .ex14card8section2-3preg20Score .form-holder > p,\r\n .ex14card8section2-3preg30Score .form-holder > p,\r\n .ex14card8section2-3preg40Score .form-holder > p,\r\n .ex14card8section2-3preg50Score .form-holder > p\r\n {\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .ex14card1section2-3preg10Score .form-holder label[for=\"ex14card1section2-3preg10Score\"],\r\n .ex14card1section2-3preg20Score .form-holder label[for=\"ex14card1section2-3preg20Score\"],\r\n .ex14card1section2-3preg30Score .form-holder label[for=\"ex14card1section2-3preg30Score\"],\r\n .ex14card1section2-3preg40Score .form-holder label[for=\"ex14card1section2-3preg40Score\"],\r\n .ex14card1section2-3preg50Score .form-holder label[for=\"ex14card1section2-3preg50Score\"],\r\n\r\n .ex14card2section2-3preg10Score .form-holder label[for=\"ex14card2section2-3preg10Score\"],\r\n .ex14card2section2-3preg20Score .form-holder label[for=\"ex14card2section2-3preg20Score\"],\r\n .ex14card2section2-3preg30Score .form-holder label[for=\"ex14card2section2-3preg30Score\"],\r\n .ex14card2section2-3preg40Score .form-holder label[for=\"ex14card2section2-3preg40Score\"],\r\n .ex14card2section2-3preg50Score .form-holder label[for=\"ex14card2section2-3preg50Score\"],\r\n\r\n .ex14card3section2-3preg10Score .form-holder label[for=\"ex14card3section2-3preg10Score\"],\r\n .ex14card3section2-3preg20Score .form-holder label[for=\"ex14card3section2-3preg20Score\"],\r\n .ex14card3section2-3preg30Score .form-holder label[for=\"ex14card3section2-3preg30Score\"],\r\n .ex14card3section2-3preg40Score .form-holder label[for=\"ex14card3section2-3preg40Score\"],\r\n .ex14card3section2-3preg50Score .form-holder label[for=\"ex14card3section2-3preg50Score\"],\r\n\r\n .ex14card4section2-3preg10Score .form-holder label[for=\"ex14card4section2-3preg10Score\"],\r\n .ex14card4section2-3preg20Score .form-holder label[for=\"ex14card4section2-3preg20Score\"],\r\n .ex14card4section2-3preg30Score .form-holder label[for=\"ex14card4section2-3preg30Score\"],\r\n .ex14card4section2-3preg40Score .form-holder label[for=\"ex14card4section2-3preg40Score\"],\r\n .ex14card4section2-3preg50Score .form-holder label[for=\"ex14card4section2-3preg50Score\"],\r\n\r\n .ex14card5section2-3preg10Score .form-holder label[for=\"ex14card5section2-3preg10Score\"],\r\n .ex14card5section2-3preg20Score .form-holder label[for=\"ex14card5section2-3preg20Score\"],\r\n .ex14card5section2-3preg30Score .form-holder label[for=\"ex14card5section2-3preg30Score\"],\r\n .ex14card5section2-3preg40Score .form-holder label[for=\"ex14card5section2-3preg40Score\"],\r\n .ex14card5section2-3preg50Score .form-holder label[for=\"ex14card5section2-3preg50Score\"],\r\n\r\n .ex14card6section2-3preg10Score .form-holder label[for=\"ex14card6section2-3preg10Score\"],\r\n .ex14card6section2-3preg20Score .form-holder label[for=\"ex14card6section2-3preg20Score\"],\r\n .ex14card6section2-3preg30Score .form-holder label[for=\"ex14card6section2-3preg30Score\"],\r\n .ex14card6section2-3preg40Score .form-holder label[for=\"ex14card6section2-3preg40Score\"],\r\n .ex14card6section2-3preg50Score .form-holder label[for=\"ex14card6section2-3preg50Score\"],\r\n\r\n .ex14card7section2-3preg10Score .form-holder label[for=\"ex14card7section2-3preg10Score\"],\r\n .ex14card7section2-3preg20Score .form-holder label[for=\"ex14card7section2-3preg20Score\"],\r\n .ex14card7section2-3preg30Score .form-holder label[for=\"ex14card7section2-3preg30Score\"],\r\n .ex14card7section2-3preg40Score .form-holder label[for=\"ex14card7section2-3preg40Score\"],\r\n .ex14card7section2-3preg50Score .form-holder label[for=\"ex14card7section2-3preg50Score\"],\r\n\r\n .ex14card8section2-3preg10Score .form-holder label[for=\"ex14card8section2-3preg10Score\"],\r\n .ex14card8section2-3preg20Score .form-holder label[for=\"ex14card8section2-3preg20Score\"],\r\n .ex14card8section2-3preg30Score .form-holder label[for=\"ex14card8section2-3preg30Score\"],\r\n .ex14card8section2-3preg40Score .form-holder label[for=\"ex14card8section2-3preg40Score\"],\r\n .ex14card8section2-3preg50Score .form-holder label[for=\"ex14card8section2-3preg50Score\"]\r\n {\r\n\r\n grid-row: 1 / 2;\r\n grid-column: 1 / 2;\r\n margin: 0;\r\n margin: 0 !important;\r\n\r\n }\r\n\r\n .ex14card1section2-3preg10Score .form-holder label[for=\"ex14card1section2-3preg10Score\"] > p,\r\n .ex14card1section2-3preg20Score .form-holder label[for=\"ex14card1section2-3preg20Score\"] > p,\r\n .ex14card1section2-3preg30Score .form-holder label[for=\"ex14card1section2-3preg30Score\"] > p,\r\n .ex14card1section2-3preg40Score .form-holder label[for=\"ex14card1section2-3preg40Score\"] > p,\r\n .ex14card1section2-3preg50Score .form-holder label[for=\"ex14card1section2-3preg50Score\"] > p,\r\n\r\n .ex14card2section2-3preg10Score .form-holder label[for=\"ex14card2section2-3preg10Score\"] > p,\r\n .ex14card2section2-3preg20Score .form-holder label[for=\"ex14card2section2-3preg20Score\"] > p,\r\n .ex14card2section2-3preg30Score .form-holder label[for=\"ex14card2section2-3preg30Score\"] > p,\r\n .ex14card2section2-3preg40Score .form-holder label[for=\"ex14card2section2-3preg40Score\"] > p,\r\n .ex14card2section2-3preg50Score .form-holder label[for=\"ex14card2section2-3preg50Score\"] > p,\r\n\r\n .ex14card3section2-3preg10Score .form-holder label[for=\"ex14card3section2-3preg10Score\"] > p,\r\n .ex14card3section2-3preg20Score .form-holder label[for=\"ex14card3section2-3preg20Score\"] > p,\r\n .ex14card3section2-3preg30Score .form-holder label[for=\"ex14card3section2-3preg30Score\"] > p,\r\n .ex14card3section2-3preg40Score .form-holder label[for=\"ex14card3section2-3preg40Score\"] > p,\r\n .ex14card3section2-3preg50Score .form-holder label[for=\"ex14card3section2-3preg50Score\"] > p,\r\n\r\n .ex14card4section2-3preg10Score .form-holder label[for=\"ex14card4section2-3preg10Score\"] > p,\r\n .ex14card4section2-3preg20Score .form-holder label[for=\"ex14card4section2-3preg20Score\"] > p,\r\n .ex14card4section2-3preg30Score .form-holder label[for=\"ex14card4section2-3preg30Score\"] > p,\r\n .ex14card4section2-3preg40Score .form-holder label[for=\"ex14card4section2-3preg40Score\"] > p,\r\n .ex14card4section2-3preg50Score .form-holder label[for=\"ex14card4section2-3preg50Score\"] > p,\r\n\r\n .ex14card5section2-3preg10Score .form-holder label[for=\"ex14card5section2-3preg10Score\"] > p,\r\n .ex14card5section2-3preg20Score .form-holder label[for=\"ex14card5section2-3preg20Score\"] > p,\r\n .ex14card5section2-3preg30Score .form-holder label[for=\"ex14card5section2-3preg30Score\"] > p,\r\n .ex14card5section2-3preg40Score .form-holder label[for=\"ex14card5section2-3preg40Score\"] > p,\r\n .ex14card5section2-3preg50Score .form-holder label[for=\"ex14card5section2-3preg50Score\"] > p,\r\n\r\n .ex14card6section2-3preg10Score .form-holder label[for=\"ex14card6section2-3preg10Score\"] > p,\r\n .ex14card6section2-3preg20Score .form-holder label[for=\"ex14card6section2-3preg20Score\"] > p,\r\n .ex14card6section2-3preg30Score .form-holder label[for=\"ex14card6section2-3preg30Score\"] > p,\r\n .ex14card6section2-3preg40Score .form-holder label[for=\"ex14card6section2-3preg40Score\"] > p,\r\n .ex14card6section2-3preg50Score .form-holder label[for=\"ex14card6section2-3preg50Score\"] > p,\r\n\r\n .ex14card7section2-3preg10Score .form-holder label[for=\"ex14card7section2-3preg10Score\"] > p,\r\n .ex14card7section2-3preg20Score .form-holder label[for=\"ex14card7section2-3preg20Score\"] > p,\r\n .ex14card7section2-3preg30Score .form-holder label[for=\"ex14card7section2-3preg30Score\"] > p,\r\n .ex14card7section2-3preg40Score .form-holder label[for=\"ex14card7section2-3preg40Score\"] > p,\r\n .ex14card7section2-3preg50Score .form-holder label[for=\"ex14card7section2-3preg50Score\"] > p,\r\n\r\n .ex14card8section2-3preg10Score .form-holder label[for=\"ex14card8section2-3preg10Score\"] > p,\r\n .ex14card8section2-3preg20Score .form-holder label[for=\"ex14card8section2-3preg20Score\"] > p,\r\n .ex14card8section2-3preg30Score .form-holder label[for=\"ex14card8section2-3preg30Score\"] > p,\r\n .ex14card8section2-3preg40Score .form-holder label[for=\"ex14card8section2-3preg40Score\"] > p,\r\n .ex14card8section2-3preg50Score .form-holder label[for=\"ex14card8section2-3preg50Score\"] > p\r\n\r\n {\r\n\r\n margin: 0;\r\n\r\n }\r\n\r\n .ex14card1section2-3preg10Score .form-holder .casoestudiobtn,\r\n .ex14card1section2-3preg20Score .form-holder .casoestudiobtn,\r\n .ex14card1section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card1section2-3preg40Score .form-holder .casoestudiobtn,\r\n .ex14card1section2-3preg50Score .form-holder .casoestudiobtn,\r\n\r\n .ex14card2section2-3preg10Score .form-holder .casoestudiobtn,\r\n .ex14card2section2-3preg20Score .form-holder .casoestudiobtn,\r\n .ex14card2section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card2section2-3preg40Score .form-holder .casoestudiobtn,\r\n .ex14card2section2-3preg50Score .form-holder .casoestudiobtn,\r\n\r\n .ex14card3section2-3preg10Score .form-holder .casoestudiobtn,\r\n .ex14card3section2-3preg20Score .form-holder .casoestudiobtn,\r\n .ex14card3section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card3section2-3preg40Score .form-holder .casoestudiobtn,\r\n .ex14card3section2-3preg50Score .form-holder .casoestudiobtn,\r\n\r\n .ex14card4section2-3preg10Score .form-holder .casoestudiobtn,\r\n .ex14card4section2-3preg20Score .form-holder .casoestudiobtn,\r\n .ex14card4section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card4section2-3preg40Score .form-holder .casoestudiobtn,\r\n .ex14card4section2-3preg50Score .form-holder .casoestudiobtn,\r\n\r\n .ex14card5section2-3preg10Score .form-holder .casoestudiobtn,\r\n .ex14card5section2-3preg20Score .form-holder .casoestudiobtn,\r\n .ex14card5section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card5section2-3preg40Score .form-holder .casoestudiobtn,\r\n .ex14card5section2-3preg50Score .form-holder .casoestudiobtn,\r\n\r\n .ex14card6section2-3preg10Score .form-holder .casoestudiobtn,\r\n .ex14card6section2-3preg20Score .form-holder .casoestudiobtn,\r\n .ex14card6section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card6section2-3preg40Score .form-holder .casoestudiobtn,\r\n .ex14card6section2-3preg50Score .form-holder .casoestudiobtn,\r\n\r\n .ex14card7section2-3preg10Score .form-holder .casoestudiobtn,\r\n .ex14card7section2-3preg20Score .form-holder .casoestudiobtn,\r\n .ex14card7section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card7section2-3preg40Score .form-holder .casoestudiobtn,\r\n .ex14card7section2-3preg50Score .form-holder .casoestudiobtn,\r\n\r\n .ex14card8section2-3preg10Score .form-holder .casoestudiobtn,\r\n .ex14card8section2-3preg20Score .form-holder .casoestudiobtn,\r\n .ex14card8section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card8section2-3preg40Score .form-holder .casoestudiobtn,\r\n .ex14card8section2-3preg50Score .form-holder .casoestudiobtn\r\n {\r\n\r\n grid-row: 1 / 2;\r\n grid-column: 3 / 4;\r\n\r\n }\r\n\r\n .ex14card1section2-3preg10Score .form-holder .casoestudiodiv,\r\n .ex14card1section2-3preg20Score .form-holder .casoestudiodiv,\r\n .ex14card1section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card1section2-3preg40Score .form-holder .casoestudiodiv,\r\n .ex14card1section2-3preg50Score .form-holder .casoestudiodiv,\r\n\r\n .ex14card2section2-3preg10Score .form-holder .casoestudiodiv,\r\n .ex14card2section2-3preg20Score .form-holder .casoestudiodiv,\r\n .ex14card2section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card2section2-3preg40Score .form-holder .casoestudiodiv,\r\n .ex14card2section2-3preg50Score .form-holder .casoestudiodiv,\r\n\r\n .ex14card3section2-3preg10Score .form-holder .casoestudiodiv,\r\n .ex14card3section2-3preg20Score .form-holder .casoestudiodiv,\r\n .ex14card3section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card3section2-3preg40Score .form-holder .casoestudiodiv,\r\n .ex14card3section2-3preg50Score .form-holder .casoestudiodiv,\r\n\r\n .ex14card4section2-3preg10Score .form-holder .casoestudiodiv,\r\n .ex14card4section2-3preg20Score .form-holder .casoestudiodiv,\r\n .ex14card4section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card4section2-3preg40Score .form-holder .casoestudiodiv,\r\n .ex14card4section2-3preg50Score .form-holder .casoestudiodiv,\r\n\r\n .ex14card5section2-3preg10Score .form-holder .casoestudiodiv,\r\n .ex14card5section2-3preg20Score .form-holder .casoestudiodiv,\r\n .ex14card5section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card5section2-3preg40Score .form-holder .casoestudiodiv,\r\n .ex14card5section2-3preg50Score .form-holder .casoestudiodiv,\r\n\r\n .ex14card6section2-3preg10Score .form-holder .casoestudiodiv,\r\n .ex14card6section2-3preg20Score .form-holder .casoestudiodiv,\r\n .ex14card6section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card6section2-3preg40Score .form-holder .casoestudiodiv,\r\n .ex14card6section2-3preg50Score .form-holder .casoestudiodiv,\r\n\r\n .ex14card7section2-3preg10Score .form-holder .casoestudiodiv,\r\n .ex14card7section2-3preg20Score .form-holder .casoestudiodiv,\r\n .ex14card7section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card7section2-3preg40Score .form-holder .casoestudiodiv,\r\n .ex14card7section2-3preg50Score .form-holder .casoestudiodiv,\r\n\r\n .ex14card8section2-3preg10Score .form-holder .casoestudiodiv,\r\n .ex14card8section2-3preg20Score .form-holder .casoestudiodiv,\r\n .ex14card8section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card8section2-3preg40Score .form-holder .casoestudiodiv,\r\n .ex14card8section2-3preg50Score .form-holder .casoestudiodiv\r\n {\r\n\r\n grid-row: 2 / 3;\r\n grid-column: 1 / end;\r\n\r\n }\r\n\r\n .ex14card1section2-3preg10Score .form-holder #ex14card1section2-3preg10Score,\r\n .ex14card1section2-3preg20Score .form-holder #ex14card1section2-3preg20Score,\r\n .ex14card1section2-3preg30Score .form-holder #ex14card1section2-3preg30Score,\r\n .ex14card1section2-3preg40Score .form-holder #ex14card1section2-3preg40Score,\r\n .ex14card1section2-3preg50Score .form-holder #ex14card1section2-3preg50Score,\r\n\r\n .ex14card2section2-3preg10Score .form-holder #ex14card2section2-3preg10Score,\r\n .ex14card2section2-3preg20Score .form-holder #ex14card2section2-3preg20Score,\r\n .ex14card2section2-3preg30Score .form-holder #ex14card2section2-3preg30Score,\r\n .ex14card2section2-3preg40Score .form-holder #ex14card2section2-3preg40Score,\r\n .ex14card2section2-3preg50Score .form-holder #ex14card2section2-3preg50Score,\r\n\r\n .ex14card3section2-3preg10Score .form-holder #ex14card3section2-3preg10Score,\r\n .ex14card3section2-3preg20Score .form-holder #ex14card3section2-3preg20Score,\r\n .ex14card3section2-3preg30Score .form-holder #ex14card3section2-3preg30Score,\r\n .ex14card3section2-3preg40Score .form-holder #ex14card3section2-3preg40Score,\r\n .ex14card3section2-3preg50Score .form-holder #ex14card3section2-3preg50Score,\r\n\r\n .ex14card4section2-3preg10Score .form-holder #ex14card4section2-3preg10Score,\r\n .ex14card4section2-3preg20Score .form-holder #ex14card4section2-3preg20Score,\r\n .ex14card4section2-3preg30Score .form-holder #ex14card4section2-3preg30Score,\r\n .ex14card4section2-3preg40Score .form-holder #ex14card4section2-3preg40Score,\r\n .ex14card4section2-3preg50Score .form-holder #ex14card4section2-3preg50Score,\r\n\r\n .ex14card5section2-3preg10Score .form-holder #ex14card5section2-3preg10Score,\r\n .ex14card5section2-3preg20Score .form-holder #ex14card5section2-3preg20Score,\r\n .ex14card5section2-3preg30Score .form-holder #ex14card5section2-3preg30Score,\r\n .ex14card5section2-3preg40Score .form-holder #ex14card5section2-3preg40Score,\r\n .ex14card5section2-3preg50Score .form-holder #ex14card5section2-3preg50Score,\r\n\r\n .ex14card6section2-3preg10Score .form-holder #ex14card6section2-3preg10Score,\r\n .ex14card6section2-3preg20Score .form-holder #ex14card6section2-3preg20Score,\r\n .ex14card6section2-3preg30Score .form-holder #ex14card6section2-3preg30Score,\r\n .ex14card6section2-3preg40Score .form-holder #ex14card6section2-3preg40Score,\r\n .ex14card6section2-3preg50Score .form-holder #ex14card6section2-3preg50Score,\r\n\r\n .ex14card7section2-3preg10Score .form-holder #ex14card7section2-3preg10Score,\r\n .ex14card7section2-3preg20Score .form-holder #ex14card7section2-3preg20Score,\r\n .ex14card7section2-3preg30Score .form-holder #ex14card7section2-3preg30Score,\r\n .ex14card7section2-3preg40Score .form-holder #ex14card7section2-3preg40Score,\r\n .ex14card7section2-3preg50Score .form-holder #ex14card7section2-3preg50Score,\r\n\r\n .ex14card8section2-3preg10Score .form-holder #ex14card8section2-3preg10Score,\r\n .ex14card8section2-3preg20Score .form-holder #ex14card8section2-3preg20Score,\r\n .ex14card8section2-3preg30Score .form-holder #ex14card8section2-3preg30Score,\r\n .ex14card8section2-3preg40Score .form-holder #ex14card8section2-3preg40Score,\r\n .ex14card8section2-3preg50Score .form-holder #ex14card8section2-3preg50Score\r\n {\r\n\r\n grid-row: 1 / 2;\r\n grid-column: 2 / 3;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* SUBMENU CARDS */\r\n\r\n .exercises_links_ex14{\r\n\r\n display: flex;\r\n flex-wrap: wrap;\r\n margin-bottom: 30px;\r\n justify-content: center;\r\n\r\n }\r\n\r\n .exercises_links_ex14__title{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .exercises_links_ex14 > li{\r\n\r\n\r\n\r\n }\r\n\r\n .exercises_links_ex14 > li > a{\r\n\r\n font-size: 13px;\r\n font-weight: 700;\r\n display: block;\r\n min-width: 50px;\r\n min-height: 40px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px #888888;\r\n border-bottom: solid 5px #888888;\r\n background: #FFF;\r\n color: #505050;\r\n padding: 0 15px;\r\n\r\n }\r\n\r\n .exercises_links_ex14 > li > a.no-completada{\r\n\r\n background: #d8d8d8;\r\n color: #989898;\r\n border: none;\r\n cursor: default;\r\n\r\n }\r\n\r\n .exercises_links_ex14 > li > a:not(.no-completada):hover{\r\n\r\n background: #505050;\r\n color: #fff;\r\n\r\n }\r\n\r\n .exercises_links_ex14 > li.GBC-Step1 > a{\r\n\r\n border-color: #F2932E;\r\n\r\n }\r\n\r\n .exercises_links_ex14 > li.GBC-Step1 > a:not(.no-completada):hover{\r\n\r\n background: #F2932E;\r\n\r\n }\r\n\r\n .exercises_links_ex14 > li.GBC-Step2 > a{\r\n\r\n border-color: #94BD53;\r\n\r\n }\r\n\r\n .exercises_links_ex14 > li.GBC-Step2 > a:not(.no-completada):hover{\r\n\r\n background: #94BD53;\r\n\r\n }\r\n\r\n .exercises_links_ex14 > li.GBC-Step3 > a{\r\n\r\n border-color: #E4312B;\r\n\r\n }\r\n\r\n .exercises_links_ex14 > li.GBC-Step3 > a:not(.no-completada):hover{\r\n\r\n background: #E4312B;\r\n\r\n }\r\n\r\n .exercises_links_ex14 > li.GBC-Step4 > a{\r\n\r\n border-color: #B6866D;\r\n\r\n }\r\n\r\n .exercises_links_ex14 > li.GBC-Step4 > a:not(.no-completada):hover{\r\n\r\n background: #B6866D;\r\n\r\n }\r\n\r\n .exercises_links_ex14 > li.GBC-Step5 > a{\r\n\r\n border-color: #EE8367;\r\n\r\n }\r\n\r\n .exercises_links_ex14 > li.GBC-Step5 > a:not(.no-completada):hover{\r\n\r\n background: #EE8367;\r\n\r\n }\r\n\r\n /* FIN SUBMENU CARDS */\r\n\r\n /* PREGUNTAS EJERCICIO 14 */\r\n\r\n .content-wrapper .container[class*=\"exercise14\"] .wrappertest .content > section .inner .form-row{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n .content-wrapper .container[class*=\"exercise14\"] .header-tarea .desc-tarea__container p{\r\n\r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #e44e02;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14preg10 .gbc_nombre{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row[class*=\"section1-3label\"] .gbc_nombre,\r\n .wrappertest .content > section .inner .form-row[class*=\"section2-3label\"] .gbc_nombre,\r\n .wrappertest .content > section .inner .form-row[class*=\"section3-3label\"] .gbc_nombre{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n\r\n }\r\n\r\n /* ex14section2-3score */\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder{\r\n\r\n flex-direction: row;\r\n justify-content: flex-start;\r\n align-items: center;\r\n flex-wrap: wrap;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder .gbc_pretitulo{\r\n\r\n width: 100%;\r\n order: 1;\r\n margin-bottom: 15px !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder .gbc_nombre{\r\n\r\n order: 2;\r\n margin-bottom: 15px !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder input[type=\"text\"]{\r\n\r\n width: auto !important;\r\n margin-left: 15px !important;\r\n order: 3;\r\n margin-bottom: 15px !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder .gbc_descripcion{\r\n\r\n width: 100%;\r\n order: 4;\r\n margin-bottom: 15px !important;\r\n\r\n }\r\n\r\n /* fin ex14section2-3score */\r\n\r\n /* ex14section2-3select */\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder{\r\n\r\n flex-direction: row;\r\n justify-content: space-between;\r\n align-items: center;\r\n flex-wrap: wrap;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .gbc_pretitulo{\r\n\r\n width: 100%;\r\n order: 1;\r\n margin-bottom: 15px !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .gbc_nombre{\r\n\r\n order: 2;\r\n margin-bottom: 15px !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .gbc_nombre p{\r\n\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .select3-container{\r\n\r\n width: 50px !important;\r\n margin-bottom: 15px !important;\r\n margin-left: 15px !important;\r\n order: 3;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .gbc_descripcion{\r\n\r\n width: 100%;\r\n order: 4;\r\n margin-bottom: 15px !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .casoestudiodiv,\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder .casoestudiodiv{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n /* fin ex14section2-3select */\r\n\r\n /* FIN PREGUNTAS EJERCICIO 14 */\r\n\r\n /* FIN EJERCICIO 14 */\r\n\r\n /* FIN ELEMENTOS DE PLANTILLA */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fmelfinder/js/elfinder.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fosckeditor/ckeditor.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/jquery.steps.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/slider/bootstrap-slider.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bootstrap-datepicker/js/bootstrap-datepicker.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/select3.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n\r\n<script type=\"text/javascript\" >\r\n\r\n $(document).ready(function () {\r\nfunction IsJsonString(str) {\r\n try {\r\n JSON.parse(str);\r\n } catch (e) {\r\n return false;\r\n }\r\n return true;\r\n}\r\n $(\"#wizard\").steps({\r\n headerTag: \"h4\",\r\n bodyTag: \"section\",\r\n transitionEffect: \"fade\",\r\n enableAllSteps: true,\r\n transitionEffectSpeed: 300,\r\n labels: {\r\n next: \"Next\",\r\n previous: \"Back\"\r\n },\r\n onFinished: function (event, currentIndex) {\r\n $(\"#wizard\").submit();\r\n },\r\n onStepChanging: function (event, currentIndex, newIndex) {\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n if ( newIndex === {{seccion.posicion}} ) {\r\n $(\'.steps\').addClass(\'step-{{seccion.posicion + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{seccion.posicion + 1}}\');\r\n }\r\n {% endfor %}\r\n\r\n return true;\r\n }\r\n });\r\n // Custom Jquery Steps\r\n $(\'.forward\').click(function(){\r\n $(\"#wizard\").steps(\'next\');\r\n })\r\n $(\'.backward\').click(function(){\r\n $(\"#wizard\").steps(\'previous\');\r\n })\r\n // Select\r\n $(\'html\').click(function() {\r\n $(\'.select .dropdown\').hide();\r\n });\r\n $(\'.select\').click(function(event){\r\n event.stopPropagation();\r\n });\r\n $(\'.select .select-control\').click(function(){\r\n $(this).parent().next().toggle().toggleClass(\'active\');\r\n })\r\n $(\'.select .dropdown li\').click(function(){\r\n $(this).parent().toggle();\r\n var text = $(this).attr(\'rel\');\r\n $(this).parent().prev().find(\'div\').text(text);\r\n })\r\n // Payment\r\n $(\'.payment-block .payment-item\').click(function(){\r\n $(\'.payment-block .payment-item\').removeClass(\'active\');\r\n $(this).addClass(\'active\');\r\n })\r\n\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n $(\'input.icheckbox_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n {% endif %}\r\n\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\"input.slider\").bootstrapSlider();\r\n $(\'#ex7bshname\').val(\'{{ getvars.id }}\')\r\n $( \'form\' ).submit(function( event ) {\r\n $(\'a[href=\"#finish\"]\').fadeOut();\r\n event.preventDefault();\r\n console.log(\"submit\");\r\n {% if respuestas is empty %}\r\n {% for aliaspregunta in tarea[0].PreguntasId %}\r\n var {{ aliaspregunta.alias }} = [];\r\n if(\'{{ aliaspregunta.alias }}\'==\'ex7bpreg60\'){\r\n {{ aliaspregunta.alias }}[0]=$(\'input[type=radio][name={{ aliaspregunta.alias }}]:checked\').val();\r\n $(\'input[type=radio][name={{ aliaspregunta.alias }}]:checked\').val(JSON.stringify({{ aliaspregunta.alias }}));\r\n }else{\r\n {{ aliaspregunta.alias }}[0]=$(\'#{{ aliaspregunta.alias }}\').val();\r\n $(\'#{{ aliaspregunta.alias }}\').val(JSON.stringify({{ aliaspregunta.alias }}));\r\n }\r\n console.log(\'Sin respuestas\')\r\n {% endfor %}\r\n {% else %}\r\n \r\n {# Comprobamos si ya hay valores para el elemento #}\r\n {% set elementoexiste=false %}\r\n {% set indexloop=0 %}\r\n {% for respuestafor in respuestas %}\r\n {% if respuestafor.preguntas.alias==\'ex7bshname\' %}\r\n {% for elemento in respuestafor.valor|json_decode %}\r\n {% if elemento|json_decode[0]==getvars.id %}\r\n //{{ elemento}} - {{getvars.id}}\r\n {% set elementoexiste=true %}\r\n {% set indexloop=loop.index-1 %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% for respuestafor in respuestas %}\r\n {% if respuestafor.valor is empty %}\r\n {# Si no existe metemos un array vacío para javascript #}\r\n {% set valorrespuestafor=\'[]\' %}\r\n {% else %}\r\n {% set valorrespuestafor=respuestafor.valor %}\r\n {% endif %}\r\n {# Ajustamos la visualización a las dimensiones del array y el elemento actual #}\r\n var {{ respuestafor.preguntas.alias }} = [];\r\n console.log(\'valor original -->\'+{{ respuestafor.preguntas.alias }});\r\n console.log(\'pùsheando --> {{ valorrespuestafor|raw}}\');\r\n\r\n if(\'{{ valorrespuestafor|raw }}\'.startsWith(\"[\")==false){\r\n console.log(\'No es array-->{{ valorrespuestafor|raw}}\');\r\n {{ respuestafor.preguntas.alias }}.push({{ valorrespuestafor|raw}});\r\n }else{\r\n console.log(\'Es array-->{{ valorrespuestafor|raw}}\');\r\n {{ respuestafor.preguntas.alias }}=JSON.parse({{ valorrespuestafor|raw }});\r\n }\r\n console.log(\'valor after push -->\'+{{ respuestafor.preguntas.alias }});\r\n {% if elementoexiste %}\r\n console.log(\'sobreescribimos elemento -->\'+{{ respuestafor.preguntas.alias }}[{{indexloop}}]);\r\n console.log(\'antes de sobrescibir->\'+{{ respuestafor.preguntas.alias }}+\'--->\'+$(\'#{{ respuestafor.preguntas.alias }}\').val());\r\n {{ respuestafor.preguntas.alias }}=JSON.parse({{ respuestafor.preguntas.alias }}[0]);\r\n {{ respuestafor.preguntas.alias }}[{{indexloop}}]=$(\'#{{ respuestafor.preguntas.alias }}\').val();\r\n console.log(\'despues de soibreescribir-->\'+{{ respuestafor.preguntas.alias }});\r\n {% else %}\r\n console.log(\'antes de añadir-->\'+{{ respuestafor.preguntas.alias }});\r\n if(IsJsonString({{ respuestafor.preguntas.alias }})){\r\n{{ respuestafor.preguntas.alias }}=JSON.parse({{ respuestafor.preguntas.alias }});\r\n }\r\n if(\'{{ respuestafor.preguntas.alias }}\'==\'ex7bpreg60\'){\r\n {{ respuestafor.preguntas.alias }}[{{indexloop+1}}]=$(\'input[type=radio][name={{ respuestafor.preguntas.alias }}]:checked\').val();\r\n }else{\r\n {{ respuestafor.preguntas.alias }}[{{indexloop+1}}]=$(\'#{{ respuestafor.preguntas.alias }}\').val().split(\',\')[$(\'#{{ respuestafor.preguntas.alias }}\').val().split(\',\').length-1];\r\n\r\n }\r\n \r\n console.log(\'despues de añadir-->\'+{{ respuestafor.preguntas.alias }});\r\n\r\n {% endif %}\r\n //$(\'#{{ respuestafor.preguntas.alias }}\').css(\'color\',\'#ffffff\');\r\n console.log(\'FInal-->\'+{{ respuestafor.preguntas.alias }});\r\n $(\'#{{ respuestafor.preguntas.alias }}\').val(JSON.stringify({{ respuestafor.preguntas.alias }}));\r\n {% endfor %}\r\n {% endif %}\r\n this.submit();\r\n });\r\n\r\n });\r\n</script>\r\n<![endif]-->', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(34, 'ejercicio9', 'admin/realizar_tarea_ejercicio9_view.html.twig', '<div class=\"{{ (\'container\' ~ \' \' ~ tarea[0].class) ~ \' \' ~ tarea[0].alias }}\">\r\n\r\n <input id=\"current\" type=\"hidden\" value=\"0\">\r\n\r\n {% set respuesta=[] %}\r\n {% set tareaanterior=0 %}\r\n {% set tareacurrent=tarea[0] %}\r\n {% set respuestaca=[] %}\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% for respuestafor in casoestudio %}\r\n {% set respuestaca= respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% endif %}\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n {{ include(\'gbc/exerciseslinktrainer.html.twig\')}}\r\n {% else %}\r\n {{ include(\'gbc/exerciseslink.html.twig\')}}\r\n {% endif %}\r\n\r\n\r\n <div class=\"header-tarea\">\r\n\r\n <div class=\"avatar__container\">\r\n\r\n <a href=\"#\" class=\"avartar\"><img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\"></a>\r\n\r\n </div>\r\n\r\n {{ include(\'gbc/menu_tarea14.html.twig\') }}\r\n <div class=\"titulo-tarea__container\">\r\n\r\n <h2>{{ tarea[0].nombre|trans({}) }}</h2>\r\n\r\n </div>\r\n\r\n <div class=\"desc-tarea__container\">\r\n\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n\r\n </div>\r\n\r\n </div>\r\n\r\n <div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n </div>\r\n {% if tarea[0].visconjunto %}\r\n {% include \'gbc/visualizacion_de_conjunto.html.twig\' %}\r\n {% endif %}\r\n <div class=\"wrappertest\" >\r\n\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\" data-parsley-validate>\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n <input type=\"hidden\" name=\"ge\" id=\"ge\" value=\"{{ ge.id }}\">\r\n {% endif %}\r\n {% block nextprevsave %}\r\n {% include \'gbc/nextprevsave.html.twig\' %}\r\n {% endblock nextprevsave %}\r\n\r\n {% set preguntasIndex=1%}\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId|sort((a, b) => a.posicion <=> b.posicion) %}\r\n\r\n <h4 {% if tarea[0].SeccionesTareaId|length == 1 %} class=\"seccion-unica\" {% else %} class=\"seccion-multiple\"{% endif %}>{{ seccion.nombre|trans({}) }}</h4>\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in seccion.PreguntasId %}\r\n\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"hidden\" %}\r\n {% include \'formcomponents/hidden.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"file\" %}\r\n\r\n {% include \'formcomponents/file.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"ckeditor\" %}\r\n\r\n {% include \'formcomponents/ckeditor.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% if tarea[0].alias starts with \'exercise14\' %}\r\n <script>\r\n setTimeout(function(){$(\'#{{pregunta.alias}}\').trigger(\'change\');}, 2000);\r\n </script>\r\n {% endif %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"datetime\" %}\r\n {% include \'formcomponents/datetime.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"arraytotext\" %}\r\n {% include \'formcomponents/arraytotext.html.twig\' %}\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endfor %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-06-01 13:40:19', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'bootstrap-datepicker/css/bootstrap-datepicker.min.css\') }}\" rel=\"stylesheet\"> \r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/parsley.css\')}}\" rel=\"stylesheet\">\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n\r\n/* ELEMENTOS COMUNES */\r\n\r\n /* ESTRUCTURA */\r\n\r\n body {\r\n padding-top: 50px;\r\n }\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n padding: 0;\r\n }\r\n\r\n .content-wrapper .content .container{\r\n\r\n padding: 0;\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n }\r\n\r\n /* FIN ESTRUCTURA */\r\n\r\n /* BASICOS */\r\n\r\n a {\r\n\r\n text-decoration: none;\r\n\r\n }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle; \r\n }\r\n\r\n ul {\r\n\r\n padding: 0;\r\n margin: 0;\r\n list-style: none;\r\n\r\n }\r\n\r\n input[type=text]{\r\n\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n\r\n }\r\n\r\n textarea {\r\n\r\n resize: none;\r\n\r\n }\r\n\r\n /* FIN BASICOS */\r\n\r\n /* EXERCISES LINK */\r\n\r\n {% include \'gbc/exerciseslinkcss.html.twig\' %}\r\n\r\n /* FIN EXERCISES LINK */\r\n\r\n /* HEADER TAREA */\r\n\r\n .header-tarea{\r\n\r\n /* background: azure; */\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container{\r\n\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container a{\r\n\r\n display: block;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container{\r\n\r\n margin-bottom: 7.5px;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container h2{\r\n\r\n margin: 0;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container{\r\n\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container h2{\r\n \r\n font-size: 25px;\r\n line-height: 30px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .header-tarea .desc-tarea__container h3{\r\n\r\n font-size: 20px;\r\n line-height: 25px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container p{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n\r\n /* FIN HEADER TAREA */\r\n\r\n /* RECURSOS */\r\n\r\n .recursos__container{\r\n\r\n margin-bottom: 45px;\r\n\r\n }\r\n\r\n /* BOTONES */\r\n\r\n .recursos__container > .nav{\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a:hover,\r\n .recursos__container > .nav > li > a:focus,\r\n .recursos__container > .nav > li > a:active,\r\n .recursos__container > .nav > li.active > a{\r\n\r\n font-weight: 500;\r\n\r\n }\r\n\r\n /* read-before */\r\n\r\n .recursos__container > .nav > li > a.btn-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-read-before:hover,\r\n .recursos__container > .nav > li > a.btn-read-before:focus,\r\n .recursos__container > .nav > li > a.btn-read-before:active,\r\n .recursos__container > .nav > li.active > a.btn-read-before{\r\n\r\n background: #118c53;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-read-before.disabled, .btn-read-before[disabled], fieldset[disabled] .btn-read-before, .btn-read-before.disabled:hover,\r\n .btn-read-before[disabled]:hover, fieldset[disabled] .btn-read-before:hover, .btn-read-before.disabled:focus, .btn-read-before[disabled]:focus,\r\n fieldset[disabled] .btn-read-before:focus, .btn-read-before.disabled:active, .btn-read-before[disabled]:active, fieldset[disabled] .btn-read-before:active,\r\n .btn-read-before.disabled.active, .btn-read-before[disabled].active, fieldset[disabled] .btn-read-before.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin read-before */\r\n\r\n /* tips */\r\n\r\n .recursos__container > .nav > li > a.btn-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-tips:hover,\r\n .recursos__container > .nav > li > a.btn-tips:focus,\r\n .recursos__container > .nav > li > a.btn-tips:active,\r\n .recursos__container > .nav > li.active > a.btn-tips{\r\n\r\n background: #3d0b7d;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-tips.disabled, .btn-tips[disabled], fieldset[disabled] .btn-tips, .btn-tips.disabled:hover,\r\n .btn-tips[disabled]:hover, fieldset[disabled] .btn-tips:hover, .btn-tips.disabled:focus, .btn-tips[disabled]:focus,\r\n fieldset[disabled] .btn-tips:focus, .btn-tips.disabled:active, .btn-tips[disabled]:active, fieldset[disabled] .btn-tips:active,\r\n .btn-tips.disabled.active, .btn-tips[disabled].active, fieldset[disabled] .btn-tips.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin tips */\r\n\r\n /* caso-estudio */\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n \r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio:hover,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:focus,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:active,\r\n .recursos__container > .nav > li.active > a.btn-caso-estudio{\r\n\r\n background: #287daf;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-caso-estudio.disabled, .btn-caso-estudio[disabled], fieldset[disabled] .btn-caso-estudio, .btn-caso-estudio.disabled:hover,\r\n .btn-caso-estudio[disabled]:hover, fieldset[disabled] .btn-caso-estudio:hover, .btn-caso-estudio.disabled:focus, .btn-caso-estudio[disabled]:focus,\r\n fieldset[disabled] .btn-caso-estudio:focus, .btn-caso-estudio.disabled:active, .btn-caso-estudio[disabled]:active, fieldset[disabled] .btn-caso-estudio:active,\r\n .btn-caso-estudio.disabled.active, .btn-caso-estudio[disabled].active, fieldset[disabled] .btn-caso-estudio.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin caso-estudio */\r\n\r\n /* FIN BOTONES */\r\n\r\n /* VENTANAS */\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane{\r\n \r\n background: #505050;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n \r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 75%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n \r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n \r\n display: none;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n \r\n width: auto;\r\n height: 100%;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > button{\r\n \r\n color: #fff;\r\n opacity: 1;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > h2{\r\n \r\n color: #fff;\r\n font-size: 2.7rem;\r\n line-height: 2.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > div > h3{\r\n \r\n color: #fff;\r\n font-size: 2rem;\r\n line-height: 2.4rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > p{\r\n \r\n color: #fff;\r\n font-size: 1.4rem;\r\n line-height: 2.2rem;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul{\r\n \r\n color: #fff;\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul > li{\r\n \r\n margin-bottom: 3px;\r\n \r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n\r\n }\r\n\r\n /* FIN VENTANAS */\r\n\r\n /* FIN RECURSOS */\r\n\r\n /* ACTIONS */\r\n {% include \'gbc/stepactionscss.html.twig\' %}\r\n /* FIN ACTIONS */\r\n\r\n /* INFORME */\r\n\r\n .informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n }\r\n\r\n .informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* FIN INFORME */\r\n\r\n /* PREGUNTAS */\r\n\r\n /* form-row */\r\n\r\n .wrappertest .content > section .inner{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row{\r\n\r\n \r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .form-holder{\r\n\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-preg100{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* fin form-row */\r\n\r\n /* inputs */\r\n\r\n .wrappertest .content > section .inner .form-row textarea{\r\n\r\n align-self: flex-end;\r\n margin: 0;\r\n flex: 1;\r\n\r\n }\r\n\r\n /* radio */\r\n \r\n .wrappertest .content > section .inner .form-row.gbc-radio .form-holder{\r\n\r\n display: block;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiodiv{\r\n\r\n display: none;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio label{\r\n\r\n display: inline-block;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n /* fin radio */\r\n\r\n .wrappertest .content > section .inner .form-row .select3-container{\r\n\r\n width: 100% !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .switch{\r\n\r\n margin: 0;\r\n margin-bottom: 25px;\r\n \r\n }\r\n\r\n /* fin inputs */\r\n\r\n /* titulos */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo{\r\n \r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_nombre{\r\n\r\n display: block;\r\n font-size: 1.6rem;\r\n line-height: 2rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .GBC-Step1 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #F2932E;}\r\n .GBC-Step2 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #94BD53;}\r\n .GBC-Step3 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #E4312B;}\r\n .GBC-Step4 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #B6866D;}\r\n .GBC-Step5 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #EE8367;}\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin titulos */\r\n\r\n /* casos estudio */\r\n\r\n .casoestudiobtn{\r\n\r\n background: #3c8dbc;\r\n color: #fff;\r\n font-size: 1.2rem;\r\n line-height: 1.2rem;\r\n border: none;\r\n padding: 10px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-bottom: 7.5px;\r\n align-self: flex-start;\r\n\r\n }\r\n\r\n .casoestudiodiv{\r\n\r\n \r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n /* fin casos estudio */\r\n\r\n /* ocultar elementos sin contenido */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiobtn.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiodiv.no-contenido{\r\n \r\n width: 0;\r\n height: 0;\r\n padding: 0;\r\n margin: 0;\r\n \r\n }\r\n \r\n /* fin ocultar elementos sin contenido */\r\n\r\n /* grupos de preguntas */\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group{\r\n\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n background: #fff;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group.gbc-preg100{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group .title{\r\n\r\n margin: 0;\r\n padding: 0;\r\n grid-column: 1 / 3;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n line-height: 2.5rem;\r\n color: #2d2d2d;\r\n border-bottom: solid 1px #2d2d2d;\r\n padding-bottom: 7.5px;\r\n\r\n }\r\n\r\n /* fin grupos de preguntas */\r\n\r\n /* FIN PREGUNTAS */\r\n\r\n /* EXERCISE-BTN-MOVES-GROUP */\r\n\r\n {% include \'gbc/nextprevsavecss.html.twig\' %}\r\n\r\n /* FIN EXERCISE-BTN-MOVES-GROUP */\r\n \r\n /* VISUALIZACION DE CONJUNTO */\r\n\r\n {% include \'gbc/visualizacion_de_conjunto_css.html.twig\' %}\r\n\r\n /* FIN VISUALIZACION DE CONJUNTO */\r\n\r\n/* FIN ELEMENTOS COMUNES */\r\n\r\n/* ELEMENTOS DE PLANTILLA */\r\n\r\n /* STEPS */\r\n\r\n .steps .tablist .a .current-info{\r\n \r\n }\r\n\r\n .steps .tablist .a .number{\r\n\r\n }\r\n\r\n .steps > ul > li.current > a > span.current-info{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a {\r\n\r\n color: #5d5d5d;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n }\r\n .steps > ul > li > a:hover{\r\n\r\n color: #464545;\r\n\r\n }\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n\r\n {% if seccion.posicion == 1 %}\r\n\r\n .steps {\r\n\r\n height: 2px;\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n /* margin-top: 30px; */\r\n margin-bottom: 75px;\r\n\r\n }\r\n\r\n .steps ul {\r\n\r\n height: 2px;\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n\r\n }\r\n\r\n .steps > ul > li{\r\n\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3.tab-activada{\r\n\r\n display: flex;\r\n\r\n }\r\n\r\n .steps > ul > li.current{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n .steps > ul > li:hover{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n\r\n {% elseif seccion.posicion == loop.length %}\r\n\r\n .steps.step-{{seccion.posicion }} ul {\r\n\r\n width: 100%;\r\n transition: all 0.3s ease;\r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; \r\n\r\n }\r\n\r\n {% else %}\r\n\r\n .steps.step-{{seccion.posicion}} ul {\r\n\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n \r\n }\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% if tarea[0].SeccionesTareaId|length == 1 %}\r\n\r\n .steps{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n {% endif %}\r\n\r\n .content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n }\r\n\r\n /* FIN STEPS */\r\n\r\n {{ include(\'gbc/tarea14.css.html.twig\') }}\r\n\r\n/* FIN ELEMENTOS DE PLANTILLA */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fmelfinder/js/elfinder.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fosckeditor/ckeditor.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/jquery.steps.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/slider/bootstrap-slider.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bootstrap-datepicker/js/bootstrap-datepicker.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/select3.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/parsley/parsley.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/parsley/i18n/\'~app.request.locale~\'.js\') }}\"></script>\r\n\r\n\r\n<script type=\"text/javascript\">\r\n $(document).ready(function () {\r\n $(\'#wizard\').parsley();\r\n $(\'#wizard\').on(\'submit\', function (event){\r\n $(this).parsley(\'validate\');\r\n if($(this).attr(\'action\')==\'/en/admin/search\')\r\n return false;\r\n });\r\n \r\n \r\n \r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n\r\n {% set tarea14completada = \'no\' %}\r\n {% set tarea14informe=0 %} \r\n {% for tarea in tareas %}\r\n {% if tarea.alias == \'ex14informe\' %}\r\n {% set tarea14informe=tarea.id %} \r\n {% endif %}\r\n {% if tarea.alias == \'exercise14-card8\' %}\r\n\r\n {% for tareausuario in tarea.getTareaUsuario %}\r\n\r\n {% if tareausuario.greenEntrepreneur.id==app.user.id %}\r\n\r\n {% if tareausuario.completada==true %}\r\n\r\n {% set tarea14completada = \'si\' %}\r\n\r\n {% endif %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n $(\"#wizard\").steps({\r\n headerTag: \"h4\",\r\n bodyTag: \"section\",\r\n transitionEffect: \"fade\",\r\n enableAllSteps: true,\r\n transitionEffectSpeed: 300,\r\n labels: {\r\n next: \"Next Step\",\r\n previous: \"Previous Step\"\r\n },\r\n onFinished: function (event, currentIndex) {\r\n $(\"#wizard\").submit();\r\n },\r\n onStepChanging: function (event, currentIndex, newIndex) {\r\n\r\n // ASIGNACION EJERCICIO 14 PASO DE DATOS ENTRE LAS DISTINTAS SECCIONES\r\n {% if tarea[0].alias starts with \'exercise14\' %}\r\n exercise14Asignaciones();\r\n {% endif %}\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n if ( newIndex === {{seccion.posicion}} ) {\r\n $(\'.steps\').addClass(\'step-{{seccion.posicion + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{seccion.posicion + 1}}\');\r\n }\r\n {% endfor %}\r\n\r\n return true;\r\n },\r\n {% if tarea[0].alias starts with \'exercise14\' %}\r\n onStepChanged: function (event, currentIndex, newIndex) {\r\n currentStep = currentIndex; //Set current step number in currentStep variable\r\n\r\n if ((currentIndex === 1 && \'{{tarea14completada}}\' === \'si\') || currentIndex < 1) \r\n {\r\n $(\'a[href=\"#next\"]\').parent().attr(\"style\", \"display: block;\");\r\n }else{\r\n $(\'a[href=\"#next\"]\').parent().attr(\"style\", \"display: none;\");\r\n }\r\n }, \r\n {% endif %}\r\n });\r\n // Custom Jquery Steps\r\n $(\'.forward\').click(function(){\r\n $(\"#wizard\").steps(\'next\');\r\n })\r\n $(\'.backward\').click(function(){\r\n $(\"#wizard\").steps(\'previous\');\r\n })\r\n // Select\r\n $(\'html\').click(function() {\r\n $(\'.select .dropdown\').hide();\r\n });\r\n $(\'.select\').click(function(event){\r\n event.stopPropagation();\r\n });\r\n $(\'.select .select-control\').click(function(){\r\n $(this).parent().next().toggle().toggleClass(\'active\');\r\n })\r\n $(\'.select .dropdown li\').click(function(){\r\n $(this).parent().toggle();\r\n var text = $(this).attr(\'rel\');\r\n $(this).parent().prev().find(\'div\').text(text);\r\n })\r\n // Payment\r\n $(\'.payment-block .payment-item\').click(function(){\r\n $(\'.payment-block .payment-item\').removeClass(\'active\');\r\n $(this).addClass(\'active\');\r\n })\r\n \r\n\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n $(\'input.icheckbox_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n {% endif %}\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\"input.slider\").bootstrapSlider(); \r\n \r\n $(\'.btn-up\').click(function(){\r\n $(\'body, html\').animate({\r\n scrollTop: \'0px\'\r\n }, 300)\r\n });\r\n {% if tarea[0].alias starts with \'exercise14\' %}\r\n exercise14RecogerParams();\r\n $(\'#gotofullreport\').on(\'click\', function(){ window.location.href= \'{{ path(\'admin.procesos.realizartarea\',{\'id\':tarea14informe}) }}\'; });\r\n {% endif %}\r\n\r\n $(\'.ex14section2-3select .form-holder > input[type=\"text\"]\').on(\'change\', function (e) {\r\n \r\n //elemento que a cambiado\r\n $id = e.target.id;\r\n\r\n $id_recortado = $id.substring(0, ($id.length-3))\r\n\r\n $score = 0;\r\n\r\n if ($(\'#\' + $id_recortado + \'-10\').val() == 1){\r\n\r\n $score = $score + 1;\r\n\r\n }\r\n\r\n if ($(\'#\' + $id_recortado + \'-20\').val() == 1){\r\n\r\n $score = $score + 1;\r\n\r\n }\r\n\r\n if ($(\'#\' + $id_recortado + \'-30\').val() == 1){\r\n\r\n $score = $score + 1;\r\n\r\n }\r\n\r\n $(\'#\' + $id_recortado + \'Score\').val($score);\r\n \r\n });\r\n\r\n });\r\n\r\n {/* EJERCICIO 14 ACTIVAR SECCION 3 */}\r\n\r\n {/* recogemos si el ejercicio 14 está completado */}\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n\r\n {% set tarea14completada = \'no\' %}\r\n\r\n {% for tarea in tareas %}\r\n\r\n {% if tarea.alias == \'exercise14-card8\' %}\r\n\r\n {% for tareausuario in tarea.getTareaUsuario %}\r\n\r\n {% if tareausuario.greenEntrepreneur.id==app.user.id %}\r\n\r\n {% if tareausuario.completada==true %}\r\n\r\n {% set tarea14completada = \'si\' %}\r\n\r\n {% endif %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n {{ include(\'gbc/component/tarea14.js.html.twig\') }}\r\n</script>\r\n<![endif]-->', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(35, 'Eco-Design-Service-Etapa4-Step1', 'admin/eco-design-service-etapa4-step1.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% set urlLogo = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"PRODUCT_ETAPA3_RESULTADO\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set datosKeyAsset = [{title: \"Include durability in the purchasing criteria applied for key assets to minimise material input\", description: \"Can you purchase the more durable goods?\", link_title: \"Purchase: Amount (weight) of materials of key assets\"}, {title: \"Include the principle of functioning in the purchasing criteria applied for key assets to minimise material input\", description: \"The reduction of non structural parts and of connecting parts allows to reduce the consumption of resources, as well as to a reduction of assembly and disassembly times. Can you \", link_title: \"Purchase: Amount (weight) of materials of key assets\"}, {title: \"Include multifunctionality in the purchasing criteria applied for key assets to minimise material input\", description: \"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase assets that can work for diferent tasks or jobs?\", link_title: \"Purchase: Amount (weight) of materials of key assets\"}, {title: \"Purchase key assets composed by materials and components with lower ecological rucksack\", description: \"The consumption of resources for the supply of raw materials and the manufacture of external parts and components has an ecological rucksack, that is aggregated into the product\'s rucksack. Consequently, efforts should concentrate on minimizing the ecological rucksacks accompanying materials and other external parts and components. This may be realized by clearly defined requirements for the selection of suppliers, for which different assessment methods exist. In most cases indicators will be calculated from life cycle analysis data (LCA), which can be used as a basis for the assessment of the environmental impact of materials. Of course, each of the methods used yields results only within its own bounds. Therefore, knowing these limits and the potential environmental impact not detected by a given method is essential for application in practice. Can you purchase assets with a lower ecological rucksack?\", link_title: \"Purchase: Ecological rucksack of materials of key assets\"}, {title: \"Select suppliers and products under ecolabelling systems or providing environmental information\", description: \"Certified and ecolabelled materials are preferrable. Can you purchase certified or ecolabeled consumables instead of non certified or ecolabeled assets?\", link_title: \"Purchase: Ecological rucksack of materials of key assets\"}, {title: \"Include use of recovered components in the purchasing criteria applied for key assets\", description: \"Using recovered components avoid the need to produce new components and, thus, all associated impacts. This may result in an environmental benefit but also an economic one. Can you purchase recovered assets?\", link_title: \"Purchase: key assets with recovered components and/or recycled content\"}, {title: \"Prioritize key assets composed by materials with a high recycled content\", description: \"The prioritization of materials with high recycled content promotes a circular economy in which materials are recycled and converted into new products. Can you purchase key assets composeds by recycled content?\", link_title: \"Purchase: key assets with recovered components and/or recycled content\"}, {title: \"Prioritize key assets composed by recyclable materials\", description: \"A requisite for achieving a circular economy with closed material cycles is to use only materials that are really recyclable and that ensure, at the same time, that its characteristics are also present in the secondary material to a sufficient degree. This implies that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials. Can you purchased higly recyclable assets?\", link_title: \"Purchase: Reciclability of materials\"}, {title: \"Prioritize key assets composed by biodegradable materials\", description: \"When selecting biodgradable materials, it is important not to forget the product use expectatives and, therefore, select materials that satisfy the technical and durability requirements for the product. Can you purchase biodegradable assets?\", link_title: \"Purchase: Biodegradability of materials\"}, {title: \"Prioritize key assets composed by materials that are abundant in the environment and avoid scarce materials \", description: \"The use of materials that are abundant provides for greater opportunities to obtain them and avoids the depletion of other resources that are scarcer. Can you purchase assets made of abundant materials on earth?\", link_title: \"Purchase: Scarcity of materials\"}, {title: \"Select local goods to reduce transportation demand \", description: \"Using regionally available raw materials reduces the requirement for transportation and thus environmental damage caused by increasing traffic. Thus, one has to take into account the environmental impact through emissions such as CO2, NOx, dust, and noise. The necessary input for transportation depends on factors such as mass and volume of the cargo, hauling distance, choice of the means of transportation, and number of hauling operations required. Can you purchase local made key assets?\", link_title: \"Purchase: Origin of goods\"}, {title: \"Select key assets without toxic and harmful substances\", description: \"Toxic, nocive and/or harmful substances substances (e.g. heavy metals, dioxines, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. Can you purchase non toxical or harmful assets?\", link_title: \"Purchase: Toxicity\"}] %}\r\n {% set response = {consumable: {value: 3, data: [{title: \"Purchase: Amount (weight) of consumables used\", score: 5, isNew: false}, {title: \"ab\", score: 1, isNew: true}]}, infrastructure: {value: 2, data: [{title: \"Durability of your infrastructure\", score: 3, isNew: false}, {title: \"cd\", score: 1, isNew: true}]}, keyAsset: {value: 4, data: [{title: \"Purchase: Amount (weight) of materials of key assets\", score: 5, isNew: false}, {title: \"ef\", score: 3, isNew: true}]}, access: {value: 3.5, data: [{title: \"Environmental communication for the use\", score: 5, isNew: false}, {title: \"gh\", score: 1, isNew: true}]}, extras: [{title: \"uno\", value: 4, data: [{title: \"Purchase: Amount (weight) of materials of key assets\", score: 5, isNew: false}, {title: \"ij\", score: 1, isNew: true}]}, {title: \"dos\", value: 5, data: [{title: \"Purchase: Amount (weight) of materials of key assets\", score: 5, isNew: false}, {title: \"kl\", score: 1, isNew: true}]}]} %}\r\n <div class=\"row\"> \r\n <div class=\"col-md-9\"> \r\n <div class=\"grid-container\">\r\n {% set classToAdd = \"\" %}\r\n {% if response.consumable.value == 1 %}\r\n {% set classToAdd = \" status-green\" %}\r\n {% elseif response.consumable.value <= 2 %}\r\n {% set classToAdd = \" status-light-green\" %}\r\n {% elseif response.consumable.value <= 3 %}\r\n {% set classToAdd = \" status-yellow\" %}\r\n {% elseif response.consumable.value <= 4 %}\r\n {% set classToAdd = \" status-orange\" %}\r\n {% else %}\r\n {% set classToAdd = \" status-red\" %}\r\n {% endif %}\r\n <div class=\"{{ classToAdd }}\" id=\"consumable-container\">\r\n <div class=\"header\">\r\n <img class=\"modal-open-button\" src=\"{{ asset(\'/uploads/3/consumable-ic.png\')}}\" data-toggle=\"modal\" data-target=\"#consumablesModal\" />\r\n <p>Consumable</p>\r\n <input type=\"checkbox\" id=\"consumable-check\">\r\n </div>\r\n <div class=\"grid-content\">\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <span class=\"score\">{{ response.consumable.value }}</span>\r\n </div>\r\n </div>\r\n {% set classToAdd = \"\" %}\r\n {% if response.infrastructure.value == 1 %}\r\n {% set classToAdd = \" status-green\" %}\r\n {% elseif response.infrastructure.value <= 2 %}\r\n {% set classToAdd = \" status-light-green\" %}\r\n {% elseif response.infrastructure.value <= 3 %}\r\n {% set classToAdd = \" status-yellow\" %}\r\n {% elseif response.infrastructure.value <= 4 %}\r\n {% set classToAdd = \" status-orange\" %}\r\n {% else %}\r\n {% set classToAdd = \" status-red\" %}\r\n {% endif %}\r\n <div class=\"{{ classToAdd }}\" id=\"infrastructure-container\">\r\n <div class=\"header\">\r\n <img class=\"modal-open-button\" src=\"{{ asset(\'/uploads/3/infrastructure-ic.png\')}}\" data-toggle=\"modal\" data-target=\"#infrastructuresModal\" />\r\n <p>Infrastructure</p>\r\n <input type=\"checkbox\" id=\"infrastructure-check\">\r\n </div>\r\n <div class=\"grid-content\">\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <span class=\"score\">{{ response.infrastructure.value }}</span>\r\n </div>\r\n </div>\r\n {% set classToAdd = \"\" %}\r\n {% if response.keyAsset.value == 1 %}\r\n {% set classToAdd = \" status-green\" %}\r\n {% elseif response.keyAsset.value <= 2 %}\r\n {% set classToAdd = \" status-light-green\" %}\r\n {% elseif response.keyAsset.value <= 3 %}\r\n {% set classToAdd = \" status-yellow\" %}\r\n {% elseif response.keyAsset.value <= 4 %}\r\n {% set classToAdd = \" status-orange\" %}\r\n {% else %}\r\n {% set classToAdd = \" status-red\" %}\r\n {% endif %}\r\n <div class=\"{{ classToAdd }}\" id=\"key-asset-container\">\r\n <div class=\"header\">\r\n <img class=\"modal-open-button\" src=\"{{ asset(\'/uploads/3/key-asset-ic.png\')}}\" data-toggle=\"modal\" data-target=\"#keyAssetsModal\"/>\r\n <p>Purchased key asset</p>\r\n <input type=\"checkbox\" id=\"key-asset-check\">\r\n </div>\r\n <div class=\"grid-content\">\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <span class=\"score\">{{ response.keyAsset.value }}</span>\r\n </div>\r\n </div>\r\n {% set classToAdd = \"\" %}\r\n {% if response.access.value == 1 %}\r\n {% set classToAdd = \" status-green\" %}\r\n {% elseif response.access.value <= 2 %}\r\n {% set classToAdd = \" status-light-green\" %}\r\n {% elseif response.access.value <= 3 %}\r\n {% set classToAdd = \" status-yellow\" %}\r\n {% elseif response.access.value <= 4 %}\r\n {% set classToAdd = \" status-orange\" %}\r\n {% else %}\r\n {% set classToAdd = \" status-red\" %}\r\n {% endif %}\r\n <div class=\"{{ classToAdd }}\" id=\"access-container\">\r\n <div class=\"header\">\r\n <img class=\"modal-open-button\" src=\"{{ asset(\'/uploads/3/access-ic.png\')}}\" data-toggle=\"modal\" data-target=\"#accessModal\" />\r\n <p>Access</p>\r\n <input type=\"checkbox\" id=\"access-check\">\r\n </div>\r\n <div class=\"grid-content\">\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <span class=\"score\">{{ response.access.value }}</span>\r\n </div>\r\n </div>\r\n {% for i, item in response.extras %}\r\n {% if item.value == 1 %}\r\n {% set classToAdd = \" status-green\" %}\r\n {% elseif item.value <= 2 %}\r\n {% set classToAdd = \" status-light-green\" %}\r\n {% elseif item.value <= 3 %}\r\n {% set classToAdd = \" status-yellow\" %}\r\n {% elseif item.value <= 4 %}\r\n {% set classToAdd = \" status-orange\" %}\r\n {% else %}\r\n {% set classToAdd = \" status-red\" %}\r\n {% endif %}\r\n <div class=\"{{ classToAdd }} extra-container\">\r\n <div class=\"header\">\r\n <img class=\"modal-open-button\" src=\"{{ asset(\'/uploads/3/key-asset-ic.png\')}}\" data-toggle=\"modal\" data-target=\"#keyAsset{{ i }}Modal\" />\r\n <p class=\"title\">{{ item.title }}</p>\r\n <input type=\"checkbox\" id=\"key-asset{{ i }}-check\">\r\n </div>\r\n <div class=\"grid-content\">\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <div class=\"static-box\"></div>\r\n <span class=\"score\">{{ item.value }}</span>\r\n </div>\r\n </div>\r\n\r\n {% endfor %}\r\n </div>\r\n </div>\r\n <div class=\"col-md-3\">\r\n <div class=\"instructions-box\">\r\n <img src=\"/uploads/3/people.png\">\r\n <h4>FOR TEAMS SET A 1H WORK SESSION ENVIRONMENTAL RESULTS PRESENTATION & DISCUSSION</h4>\r\n <p>Meet with your group, discuss the results and choose what categories you want to work on.</p>\r\n </div>\r\n </div>\r\n </div>\r\n {% for i, item in response.extras %}\r\n <div class=\"modal fade\" id=\"keyAsset{{ i }}Modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"keyAssetsModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/key-asset-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>STRATEGY</td>\r\n <td>STRATEGY DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datosTratados = [] %}\r\n {% for dato in datosKeyAsset %}\r\n {% set scoreValue = 0%}\r\n {% for item in item.data %}\r\n {% if dato.link_title == item.title %}\r\n {% set scoreValue = item.score %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set newItem = [{title: dato.title, description: dato.description, score: scoreValue}] %}\r\n {% set datosTratados = datosTratados|merge(newItem) %}\r\n {% endfor %}\r\n {% for dato in datosTratados|sort((a, b) => b.score <=> a.score) %}\r\n {% set labelImportant = \"\" %}\r\n {% if dato.score >= 4.5 %}\r\n <tr class=\"important\" data-score=\"{{ dato.score }}\">\r\n {% set labelImportant = \"<span>Highly recommended strategy</span>\" %}\r\n {% else %}\r\n <tr data-score=\"{{ dato.score }}\">\r\n {% endif %}\r\n\r\n <td>{{ dato.title | raw }}{{ labelImportant | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row keyAssets\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n <div class=\"modal fade\" id=\"consumablesModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"consumableLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/consumable-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>STRATEGY</td>\r\n <td>STRATEGY DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Include durability in the purchasing criteria applied for consumables to minimise material input\", description: \"Can you purchase more durable goods?\", link_title: \"Purchase: Amount (weight) of consumables used\"}, {title: \"Include multifunctionality in the purchasing criteria applied for consumables to minimise material input\", description: \"The combination of functions into one product reduces the consumption of material per function. Therefore, the consumed resources are used to provide several functions, for which reason the generated impacts could be partially allocated to each of the functions). Can you purchase consumables that can work for diferent tasks or jobs?\", link_title: \"Purchase: Amount (weight) of consumables used\"}, {title: \"Purchase consumables composed by materials and components with lower ecological rucksack\", description: \"The consumption of resources for the supply of raw materials and the manufacture of external parts and components has an ecological rucksack, that is aggregated into the product\'s rucksack. Consequently, efforts should concentrate on minimizing the ecological rucksacks accompanying materials and other external parts and components. This may be realized by clearly defined requirements for the selection of suppliers, for which different assessment methods exist. Can you purchase consumables with a lower ecological rucksack?\", link_title: \"Purchase: Ecological rucksack of consumables\"}, {title: \"Select suppliers and products under ecolabelling systems or providing environmental information\", description: \"Certified and ecolabelled materials are preferrable. Can you purchase certified or ecolabeled consumables instead of non certified or ecolabeled consumables?\", link_title: \"Purchase: Ecological rucksack of consumables\"}, {title: \"Include use of recovered components in the purchasing criteria applied for consumables\", description: \"Using recovered components avoid the need to produce new components and, thus, all associated impacts. This may result in an environmental benefit but also an economic one. Can you purchase recovered consumables?\", link_title: \"Purchase: Consumables with recovered components and/or recycled content\"}, {title: \"Prioritize consumables composed by materials with a high recycled content\", description: \"The prioritization of materials with high recycled content promotes a circular economy in which materials are recycled and converted into new products. Can you purchase recycled consumables? \", link_title: \"Purchase: Consumables with recovered components and/or recycled content\"}, {title: \"Prioritize consumables composed by recyclable materials\", description: \"A requisite for achieving a circular economy with closed material cycles is to use only materials that are really recyclable and that ensure, at the same time, that its characteristics are also present in the secondary material to a sufficient degree. This implies that not only the characteristics of the material are adequate for recycling, but also that there exist the necessary infrastructure to recover and recycle materials. Can you purchase consumables the more recyclable as possible?\", link_title: \"Purchase: Reciclability of materials\"}, {title: \"Prioritize consumables composed by biodegradable materials\", description: \"When selecting biodgradable materials, it is important not to forget the product use expectatives and, therefore, select materials that satisfy the technical and durability requirements for the product. Can you purchase biodegradable consumables?\", link_title: \"Purchase: Biodegradability of materials\"}, {title: \"Prioritize consumables composed by materials that are abundant in the environment and avoid scarce materials \", description: \"The use of materials that are abundant provides for greater opportunities to obtain them and avoids the depletion of other resources that are scarcer. Can you purchase consumables made of abundant materials on earth?\", link_title: \"Purchase: Scarcity of materials\"}, {title: \"Select local goods to reduce transportation demand \", description: \"Using regionally available raw materials reduces the requirement for transportation and thus environmental damage caused by increasing traffic. The necessary input for transportation depends on factors such as mass and volume of the cargo, hauling distance, choice of the means of transportation, and number of hauling operations required. Can you purchase local made consumables?\", link_title: \"Purchase: Origin of goods\"}, {title: \"Select consumables without toxic and harmful substances\", description: \"Toxic, nocive and/or harmful substances substances (e.g. heavy metals, dioxines, etc.) may have serious effects on the environment and health even if used in small quantities and should be avoided where possible during the whole life cycle. Can you purchase non toxical or harmful consumables?\", link_title: \"Purchase: Toxicity\"}, {title: \"Purchase consumables on the higher dose posible\", description: \"The higher dose, the less packaging. Can you purchase your consumables on the higher dose avaliable?\", link_title: \"Purchase: Dose or Size\"}, {title: \"Control the perish and expiry of your goods and relate it to selling previsions, in order to preserve from wasting the consumables.\", description: \"Perishable consumables must be under control and planification to avoid both high environmental and economical impact of perishing. Can you set a plan for your perishable consumables and buy them in order to avoid rot?\", link_title: \"Purchase: Perish\"}, {title: \"Prioritize consumables with reusable packaging\", description: \"Can you buy goods packed in reusable packaging?\", link_title: \"Purchase: Packaging of your consumables\"}, {title: \"Create a reutilisation strategy with your suppliers\", description: \"Can you create an strategy to recover and reuse the packaging of your purchasing consumables? This strategy must be settled between you and your suppluers and must run by a take back system and an hygenization system\", link_title: \"Purchase: Packaging of your consumables\"}, {title: \"Prioritize consumables with less packaging\", description: \"Can you buy goods with the minimum packaging.\", link_title: \"Purchase: Packaging of your consumables\"}, {title: \"Prioritize consumables with less freight transport damage\", description: \"Can youbuy goods that do not suffer damages during their transport, partly due to the packaging used. \", link_title: \"Purchase: Packaging of your consumables\"}, {title: \"Prioritize consumables with minimum diversity of materials\", description: \"Can you buy goods with less number of different typologies of materials involved in the packaging. In general, less is better. \", link_title: \"Purchase: Packaging of your consumables\"}, {title: \"Prioritize consumables packed with renewable materials\", description: \"Can you buy goods packed with renewable materials.\", link_title: \"Purchase: Packaging of your consumables\"}, {title: \"Prioritize consumables with recyclable packaging\", description: \"Can you buy goods packed with recyclable packaging\", link_title: \"Purchase: Packaging of your consumables\"}, {title: \"Use reusable packaging\", description: \"Can you purchase packaging that can be effectively recovered and reused. \", link_title: \"Purchase: Own packaging\"}, {title: \"Create a reutilisation strategy for your customers\", description: \"Can you create an strategy to recover and reuse the packaging of your purchasing consumables? This strategy must be settled between you and your customers and must run by a take back system and an hygenization system\", link_title: \"Purchase: Own packaging\"}, {title: \"Minimise waste from packaging\", description: \"Can you minimise the quantity of materials used to pack your products.\", link_title: \"Purchase: Own packaging\"}, {title: \"Minimise freight transport damage\", description: \"Can you minimise the damage suffered by your products during their transport. \", link_title: \"Purchase: Own packaging\"}, {title: \"Minimise diversity of materials\", description: \"Can you minimise the number of different typologies of materials to pack your products.\", link_title: \"Purchase: Own packaging\"}, {title: \"Renewable materials\", description: \"Can you purchase packaging with renewable materials.\", link_title: \"Purchase: Own packaging\"}, {title: \"Recycled materials \", description: \"Can you purchase packaging with recyclable materials.\", link_title: \"Purchase: Own packaging\"}] %}\r\n {% set datosTratados = [] %}\r\n {% for dato in datos %}\r\n {% set scoreValue = 0%}\r\n {% for item in response.consumable.data %}\r\n {% if dato.link_title == item.title %}\r\n {% set scoreValue = item.score %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set newItem = [{title: dato.title, description: dato.description, score: scoreValue}] %}\r\n {% set datosTratados = datosTratados|merge(newItem) %}\r\n {% endfor %}\r\n {% for dato in datosTratados|sort((a, b) => b.score <=> a.score) %}\r\n {% set labelImportant = \"\" %}\r\n {% if dato.score >= 4.5 %}\r\n <tr class=\"important\" data-score=\"{{ dato.score }}\">\r\n {% set labelImportant = \"<span>Highly recommended strategy</span>\" %}\r\n {% else %}\r\n <tr data-score=\"{{ dato.score }}\">\r\n {% endif %}\r\n\r\n <td>{{ dato.title | raw }}{{ labelImportant | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row consumables\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"infrastructuresModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"infrastructuresModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/infrastructure-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>STRATEGY</td>\r\n <td>STRATEGY DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Fight obsolescence by purchasing goods that last and can be easily reparied or actualized. Can you purchase the most durable goods?\", description: \"Fight obsolescence by purchasing goods that last and can be easily reparied or actualized. Can you purchase the most durable goods?\", link_title: \"Durability of your infrastructure\"}, {title: \"Minimize and simplify the production processes\", description: \"A simplification of the production process may result in (1) a reduction of materials and energy use, (2) reduction of wastes and (3) reduction of processing time. Obviously, this strategy should be studied in detail for each production process, in order to assess the different alternatives. Can you simplfy the production process?\", link_title: \"Process complexity \"}, {title: \"Use low material input, low emission production technologies\", description: \"Efficient use of materials, process and auxiliary materials by applying adequate technologies (best practice) reduces the overall consumption of raw materials. This, in turn, reduces damage to the environment through waste, on the one hand, and reduces the quantity of raw materials extracted from the environment, on the other. Low emission production technologies reduce the need for downstream purification and filter plants. Can you use the lower material imput and lower emissions technologies?\", link_title: \"Efficiency of the processes and activities\"}, {title: \"Use efficient energy technologies and techniques in the production process to optimze energy use\", description: \"The type of production technology may have a decisive influence on the energy consumption. Selecting adapted production technologies contributes to the minimization of energy demand. In addition to using energy efficient technologies an optimized process design also contributes to a reduction of energy consumption, which, in turn, reduces the environmental impact caused by the generation of energy provided for the production process. Savings can be realized through constant monitoring and optimization of the process parameters (e.g. temperature, quantity of auxiliary material used, etc.). Can you use techniques that opimize energy use on your production and transformation processes? Can you use energy efficient technologies on your production processes?\", link_title: \"Efficiency of the processes and activities\"}, {title: \"Use water efficient technologies in the production process\", description: \"The type of production technology may have a decisive influence on the water consumption in the manufacture of a product. Selecting adapted production technologies contributes to the minimization of water demand Can you select and use more water efficient technologies? \", link_title: \"Efficiency of the processes and activities\"}, {title: \"Preferably use renewable energy resources along the production process \", description: \"The use of renewable energy resources such as solar energy, biomass, hydroelectric power, wind energy, and geothermal energy can be done by means of renewable technologies and/or contracting renewable electricity suppliers. However, in this context one has to keep in mind that these natural resources must not be over-used as they are renewable only within the scope of their natural regenerative ability. Therefore, the issue of energy efficiency is an important factor in the context of renewables. Similarly, the environmental impact caused by the utilization of renewable energy sources must not be neglected. Can you select and use the most renewable energy as possible?\", link_title: \"Origin and renewability of energy used for your infrastructure\"}, {title: \"Preferably use regionally available energy resources\", description: \"The utilization of renewable energy sources is closely related to the utilization of regionally available energy resources. Thus, the use of regionally available biomass reduces hauling distances and, as a consequence, the consumption of fossil energy sources for the transportation of biomass. Can you select and use regional sourced energy?\", link_title: \"Origin and renewability of energy used for your infrastructure\"}, {title: \"Use techniques that reduce the generation of waste and emissions \", description: \"The goal of each production process consists in the transformation of raw materials into products. Thus, process waste may be considered an indicator for inefficient use of materials. Apart from the environmental impact caused by the disposal of waste the consumption of raw materials extracted from the environment has to be taken into account. Can you use techniques that reduce the generation of waste and emissions?\", link_title: \"Waste generation along your infrastructure\"}, {title: \"Reduce fraction of rejects in production process\", description: \"Rejects could be defined as product without any direct benefit attributable to the input of resources used up in the manufacture of the product; this means that resource efficiency is absolutely zero. Thus, minimizing the reject rate is an important goal if only with a view to cost reduction, and it is also a key factor in quality management and quality assurance. Can you reduce the fraction of rejects in the production process?\", link_title: \"Waste generation along your infrastructure\"}, {title: \"Search for sinergies and symbioses with neighbouring companies and organizations\", description: \"Sinergies and symbioses with other organizations is a pillar of industrial ecology, which is a discipline that conceptualises industry as a man-made ecosystem that operates in a similar way to natural ecosystems, where the waste or by product of one process is used as an input into another process. Industrial ecology interacts with natural ecosystems and attempts to move from a linear to cyclical or closed loop system. Can you set bonds and build a net between neighbouring companies and organizations to share value and be more circular and sustainable?\", link_title: \"Waste generation along your infrastructure\"}, {title: \"Close material cycles in the production process\", description: \"Recycling waste materials and returning them into the production process reduces consumption of primary raw materials as well as the cost of waste disposal, promoting a closed material cycle. In addition, transportation needs are reduce (compared to external recycling or disposal). One of the prerequisites consists in the use of recyclable materials and in collecting and sorting of process waste. Can you close as many material cycles on your production process? \", link_title: \"Waste generation along your infrastructure\"}, {title: \"Recycle and reuse waste for new products/materials\", description: \"In many cases it will not be possible to avoid process waste altogether or to return these materials in the production process. It should be considered to re-use/recycle them for the manufacture of new products. Can you reuse and recycle waste for new products or materials in your organization?\", link_title: \"Waste generation along your infrastructure\"}, {title: \"Recycle process materials whenever possible\", description: \"Consumption of materials may be reduced through their recycling. In some sectors, the recycling of some materials is already considered best practice (e.g. recycling of water in closed cycles, in combination with heat recovery). These strategies may not only reduce environmental impacts but also costs. Can you recicle the most of your goods?\", link_title: \"Treatment of generated waste \"}] %}\r\n {% set datosTratados = [] %}\r\n {% for dato in datos %}\r\n {% set scoreValue = 0%}\r\n {% for item in response.infrastructure.data %}\r\n {% if dato.link_title == item.title %}\r\n {% set scoreValue = item.score %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set newItem = [{title: dato.title, description: dato.description, score: scoreValue}] %}\r\n {% set datosTratados = datosTratados|merge(newItem) %}\r\n {% endfor %}\r\n {% for dato in datosTratados|sort((a, b) => b.score <=> a.score) %}\r\n {% set labelImportant = \"\" %}\r\n {% if dato.score >= 4.5 %}\r\n <tr class=\"important\" data-score=\"{{ dato.score }}\">\r\n {% set labelImportant = \"<span>Highly recommended strategy</span>\" %}\r\n {% else %}\r\n <tr data-score=\"{{ dato.score }}\">\r\n {% endif %}\r\n\r\n <td>{{ dato.title | raw }}{{ labelImportant | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row infrastructures\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"accessModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"accessModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/access-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>STRATEGY</td>\r\n <td>STRATEGY DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datos = [{title: \"Introduce environmental communication in order to foster a responsible use of the product/service \", description: \"The planned and strategic use of environmental communication to support a responsible use of the product and service is an important strategy, particularly for those products that have a relevant environmental impact during the use stage. As an example, an important part of the impact of textiles is during the use stage (washing, drying, ironing), therefore it is of interest to provide instructions to the user on how to maintain the textiles in an environmentally-friendly manner. For this, information can be provided in the label of the piece of textile. Can you introduce environmental communication on your service?\", link_title: \"Environmental communication for the use\"}, {title: \"Implement a logistics broker system\", description: \"A sustainable logistics management would introduce operational improvements that can produce profits: re-evaluating a company’s supply chain from purchasing and planning, and managing the use of materials to shipping and distributing finished products. The Logistics Broker service answers to the need of improving the sustainability and efficiency of logistics processes. The service consists in interjecting a logistics broker between the companies and the carriers. Using modern ICT-Tools (software) the broker supports the customers and the carriers in their daily transport planning. The broker takes over the entire transport planning acting as a mediator between customers and carriers and reducing their effort to find the best and cheapest transport solutions. Can you implement a sustanable logistic management system on your company?\", link_title: \"Environmental sustainability of logistics\"}, {title: \"Optimize the load transported in the vehicle \", description: \"An optimization of the load transported in the vehicle means that the transported load is as close as possible to the maximum allowed load (always bearing in mind the volumetric limitations). This optimization allows to reduce the consumption of fuel and emissions per ton of load. Can you optimize the loads on your transport and logistics process?\", link_title: \"Efficiency of transported load\"}, {title: \"Reduce distribution distances\", description: \"A reduction of distribution distances is possible by means of an adequate planning of the transportation routes and an optimization of loads in vehicles. Can you reduce the distribution distances?\", link_title: \"Distances\"}, {title: \"Use vehicles with the most efficient technology available (less energy consumption)\", description: \"Environmentally friendly vehicles produce less harmful impacts to the environment than comparable conventional vehicles (e.g. internal combustion engine vehicles running on gasoline or diesel). Within each technology of vehicle, there may be different levels of efficiency, with effects on energy consumption and vehicle emissions. Can you use less emissive vehicles?\", link_title: \"Technology of the vehicle\"}, {title: \"Allow the service and the product to adapt/adjust to different users and/or to the evolution of their needs \", description: \"Products are produced for different users and conditions of use. For this reason, the adaptability of the product constitutes an relevant attribute. This adaptability fosters a longer service life of the product. Can you allow your service and products to adjust to the diferent user\'s needs?\", link_title: \"Adaptability to user needs\"}, {title: \"Allow the user to personalize the service and tailor it \", description: \"User customization allows for the customer to create a personalized variation of the initial designs, which may create an attachment between the service and the user. Can you allow your user to personalize your service?\", link_title: \"Potential to customize the service\"}, {title: \"Ensure high appreciation of the service and products\", description: \"A high appreciation of the services and products related on it on the part of the user is an important prerequisite for long use. Products that work well and that are appreciated will rather be repaired than exchanged for new products. Can you improve the appreciation of your service and the produts sourrounding it?\", link_title: \"Appreciation of the product\"}] %}\r\n {% set datosTratados = [] %}\r\n {% for dato in datos %}\r\n {% set scoreValue = 0%}\r\n {% for item in response.access.data %}\r\n {% if dato.link_title == item.title %}\r\n {% set scoreValue = item.score %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set newItem = [{title: dato.title, description: dato.description, score: scoreValue}] %}\r\n {% set datosTratados = datosTratados|merge(newItem) %}\r\n {% endfor %}\r\n {% for dato in datosTratados|sort((a, b) => b.score <=> a.score) %}\r\n {% set labelImportant = \"\" %}\r\n {% if dato.score >= 4.5 %}\r\n <tr class=\"important\" data-score=\"{{ dato.score }}\">\r\n {% set labelImportant = \"<span>Highly recommended strategy</span>\" %}\r\n {% else %}\r\n <tr data-score=\"{{ dato.score }}\">\r\n {% endif %}\r\n\r\n <td>{{ dato.title | raw }}{{ labelImportant | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row access\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"keyAssetsModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"keyAssetsModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-xlg\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/key-asset-ic.png\')}}\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <table class=\"table-modal\">\r\n <tr class=\"table-header\">\r\n <td>STRATEGY</td>\r\n <td>STRATEGY DESCRIPTION</td>\r\n <td></td>\r\n </tr>\r\n {% set datosTratados = [] %}\r\n {% for dato in datosKeyAsset %}\r\n {% set scoreValue = 0%}\r\n {% for item in response.keyAsset.data %}\r\n {% if dato.link_title == item.title %}\r\n {% set scoreValue = item.score %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set newItem = [{title: dato.title, description: dato.description, score: scoreValue}] %}\r\n {% set datosTratados = datosTratados|merge(newItem) %}\r\n {% endfor %}\r\n {% for dato in datosTratados|sort((a, b) => b.score <=> a.score) %}\r\n {% set labelImportant = \"\" %}\r\n {% if dato.score >= 4.5 %}\r\n <tr class=\"important\" data-score=\"{{ dato.score }}\">\r\n {% set labelImportant = \"<span>Highly recommended strategy</span>\" %}\r\n {% else %}\r\n <tr data-score=\"{{ dato.score }}\">\r\n {% endif %}\r\n\r\n <td>{{ dato.title | raw }}{{ labelImportant | raw }}</td>\r\n <td>{{ dato.description | raw }}</td>\r\n <td><input type=\"checkbox\" class=\"check-item\" value=\"num\"></td>\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n <img src=\"{{ asset(\'/uploads/3/add-ic-black.png\')}}\" class=\"add-row keyAssets\" />\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n <section>\r\n\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_serv_e4_s1_preg10\" value=\"{{ responseString }}\" />\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 14:30:04', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\nimg.modal-open-button {\r\n cursor: pointer;\r\n}\r\n.table-modal tr.table-header {\r\n background: black;\r\n color: white;\r\n}\r\n.table-modal tr {\r\n border: 1px solid black;\r\n}\r\n.table-modal td {\r\n padding: 10px;\r\n}\r\n.grid-content {\r\n display: grid;\r\n position: relative;\r\n grid-template-columns: repeat(2, 1fr);\r\n grid-auto-rows: 25px;\r\n grid-gap: 19px; \r\n}\r\n.static-box {\r\n background: white;\r\n border-radius: 5px;\r\n border: 1px solid rgb(73, 126,194);\r\n}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\n.grid-container {\r\n display: grid;\r\n grid-template-columns: repeat(3, 1fr);\r\n grid-gap: 30px; \r\n}\r\n.grid-container > div {\r\n text-align: center;\r\n position: relative;\r\n}\r\n.grid-container .header {\r\n display: grid;\r\n grid-template-columns: auto 1fr auto;\r\n margin-bottom: 10px;\r\n}\r\n.modal-xlg {\r\n width: 90%;\r\n}\r\n.score {\r\n position: absolute;\r\n left: calc(50% - 15px);\r\n width: 30px;\r\n height: 30px;\r\n font-size: 20px;\r\n top: calc(50% - 15px);\r\n border: 1px solid;\r\n border-radius: 25px;\r\n}\r\n.status-green .score {\r\n color: green;\r\n}\r\n.status-light-green .score {\r\n color: greenyellow;\r\n}\r\n.status-yellow .score {\r\n color: yellow;\r\n}\r\n.status-orange .score {\r\n color: orange;\r\n}\r\n.status-red .score {\r\n color: red;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\'img.add-row\').on(\"click\", function() {\r\n $table = $(this).parent().find(\".table-modal\");\r\n createNewRowInTable($table);\r\n });\r\n $(\'button.close, .image-container-life-cycle .iCheck-helper\').on( \"click\", function() {\r\n updateData();\r\n });\r\n $(\'form#wizard\').on(\"submit\", function(event) {\r\n updateData(); \r\n });\r\n if($(\"#hidden_form_item\").val() == \"\" ) {\r\n checkImportantItems();\r\n } else {\r\n fillFields();\r\n }\r\n});\r\n\r\nfunction updateData() {\r\n $allItems = {};\r\n $allItems.consumable = parseTable($(\"#consumablesModal .table-modal tr:not(.table-header)\"), $(\"#consumable-container > .score\"), $(\"#consumable-container .checked\").length);\r\n $allItems.infrastructure = parseTable($(\"#infrastructuresModal .table-modal tr:not(.table-header)\"), $(\"#infrastructure-container > .score\"), $(\"#infrastructure-container .checked\").length);\r\n $allItems.keyAsset = parseTable($(\"#keyAssetsModal .table-modal tr:not(.table-header)\"), $(\"#key-asset-container > .score\"), $(\"#key-asset-container .checked\").length);\r\n $allItems.access = parseTable($(\"#distributionModal .table-modal tr:not(.table-header)\"), $(\"#access-container > .score\"), $(\"#access-container .checked\").length);\r\n $allItems.extras = getExtras();\r\n $(\"#hidden_form_item\").val(JSON.stringify($allItems));\r\n}\r\n\r\nfunction getExtras() {\r\n $extras = [];\r\n $(\".extra-container\").each(function() {\r\n $modalId = $(this).find(\".modal-open-button\").attr(\"data-target\");\r\n $item = parseTable($($modalId + \" .table-modal tr:not(.table-header)\"), $(this).find(\".score\"), $(this).find(\".icheckbox_square-blue.checked\").length);\r\n $item.title = $(this).find(\"p.title\").text();\r\n $extras.push($item);\r\n });\r\n return $extras\r\n}\r\n\r\nfunction checkImportantItems() {\r\n $(\".important .iCheck-helper\").trigger(\'click\');\r\n}\r\n\r\nfunction createNewRowInTable($table) {\r\n $text2add = \'<tr><td contenteditable=\"true\"></td><td contenteditable=\"true\"></td><td><input type=\"checkbox\" class=\"new-check\"></td></tr>\';\r\n $table.append($text2add);\r\n $(\'input.new-check\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\'\r\n });\r\n}\r\n\r\nfunction parseTable($tableRows, $label, $isActive) {\r\n $items = {};\r\n $news = [];\r\n $default = [];\r\n $count = 0;\r\n $average = 0;\r\n $tableRows.each(function(index) {\r\n if($(this).find(\'.checked\').length > 0) {\r\n $count++;\r\n $checkedItem = {};\r\n if($(this).find(\'.new-check\').length > 0) {\r\n $news.push(createCheckedItem(this, true));\r\n } else {\r\n $default.push(createCheckedItem(this, false));\r\n }\r\n }\r\n });\r\n if($label.text().length >= 0) {\r\n $average = parseFloat($label.text());\r\n }\r\n $items.new = $news;\r\n $items.default = $default;\r\n $items.total = $count;\r\n $items.average = $average;\r\n $items.isActive = $isActive;\r\n return $items;\r\n}\r\n\r\nfunction createCheckedItem($fila, $isNew) {\r\n $typeObject = {};\r\n $typeObject.title = $($fila).children()[0].innerHTML.replace(/<span>Highly recommended strategy<\\/span>/, \'\');\r\n $typeObject.descripcion = $($fila).children()[1].innerHTML;\r\n if($isNew) {\r\n $typeObject.score = 0;\r\n } else {\r\n $typeObject.score = parseFloat($($fila).attr(\"data-score\"));\r\n }\r\n return $typeObject;\r\n}\r\n\r\nfunction fillFields() {\r\n $json = $(\"#hidden_form_item\").val();\r\n if($json != null & $json != \"\") {\r\n $parsedJson = JSON.parse($json);\r\n fillTables($(\"#consumablesModal .table-modal\"), $parsedJson.consumable, $(\"#consumable-container .score\"), $(\"#consumable-container .iCheck-helper\"));\r\n fillTables($(\"#infrastructuresModal .table-modal\"), $parsedJson.infrastructure, $(\"#infrastructure-container .score\"), $(\"#infrastructure-container .iCheck-helper\"));\r\n fillTables($(\"#keyAssetsModal .table-modal\"), $parsedJson.consumable, $(\"#key-asset-container .score\"), $(\"#key-asset-container .iCheck-helper\"));\r\n fillTables($(\"#accessModal .table-modal\"), $parsedJson.infrastructure, $(\"#access-container .score\"), $(\"#access-container .iCheck-helper\"));\r\n $($parsedJson.extras).each(function(i, extra) {\r\n $(\".extra-container\").each(function(j, container) {\r\n if($(container).find(\"p.title\").text() == extra.title) {\r\n $modalId = $(container).find(\".modal-open-button\").attr(\"data-target\");\r\n fillTables($($modalId + \" .table-modal\"), extra, $(container).find(\".score\"), $(container).find(\".iCheck-helper\"));\r\n }\r\n });\r\n });\r\n }\r\n}\r\n\r\nfunction fillTables($table, $values, $counter, $checkActive) {\r\n $rows = $($table).find(\'tr:not(.table-header)\');\r\n $default = $values.default;\r\n $news = $values.new;\r\n $rows.each(function(index) {\r\n $($default).each(function(innerIndex) {\r\n if($rows[index].children[0].innerHTML.replace(/<span>Highly recommended strategy<\\/span>/, \'\') == $default[innerIndex].title) {\r\n $($rows[index]).find(\'.iCheck-helper\').trigger(\'click\');\r\n }\r\n });\r\n });\r\n $($news).each(function(index) {\r\n createNewRowInTable($table);\r\n $lastRow = $table.find(\'tr:last-child td\');\r\n $lastRow[0].innerHTML = $news[index].title;\r\n $lastRow[1].innerHTML = $news[index].descripcion;\r\n $($lastRow[2]).find(\".iCheck-helper\").trigger(\'click\');\r\n });\r\n if($values.isActive > 0) {\r\n $($checkActive).trigger(\'click\')\r\n }\r\n}\r\n\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(36, 'Eco-Design-service-etapa4-step2', 'admin/eco-design-service-etapa4-step2.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA4_STEP1\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_serv_e4_s1_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n <table class=\"data-table\">\r\n <tr class=\"headers-titles\">\r\n <td>Description</td> \r\n <td>Social</td> \r\n <td>Economic</td> \r\n <td>Technical</td> \r\n <td>Average</td> \r\n <td>Select for<br />action plan</td> \r\n </tr>\r\n {% set rowItem = \'<td>\r\n <select class=\"social-select\">\r\n <option class=\"red-option\" value=\"1\">1 - low</option>\r\n <option class=\"orange-option\" value=\"2\">2</option>\r\n <option class=\"yellow-option\" value=\"3\">3</option>\r\n <option class=\"light-green-option\" value=\"4\">4</option>\r\n <option class=\"green-option\" value=\"5\">5 - high</option>\r\n </select>\r\n </td> \r\n <td>\r\n <select class=\"economic-select\">\r\n <option class=\"red-option\" value=\"1\">1 - low</option>\r\n <option class=\"orange-option\" value=\"2\">2</option>\r\n <option class=\"yellow-option\" value=\"3\">3</option>\r\n <option class=\"light-green-option\" value=\"4\">4</option>\r\n <option class=\"green-option\" value=\"5\">5 - high</option>\r\n </select>\r\n </td> \r\n <td>\r\n <select class=\"technical-select\">\r\n <option class=\"red-option\" value=\"1\">1 - low</option>\r\n <option class=\"orange-option\" value=\"2\">2</option>\r\n <option class=\"yellow-option\" value=\"3\">3</option>\r\n <option class=\"light-green-option\" value=\"4\">4</option>\r\n <option class=\"green-option\" value=\"5\">5 - high</option>\r\n </select>\r\n </td>\r\n <td class=\"average\"></td>\r\n <td>\r\n <input type=\"checkbox\">\r\n </td>\' %}\r\n {% if response.consumable.total > 0 or response.consumable.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Consumables</td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n <td></td> \r\n <td></td>\r\n </tr>\r\n\r\n {% for item in response.consumable.default %}\r\n <tr class=\"consumable-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.consumable.new %}\r\n <tr class=\"consumable-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% if response.infrastructure.total > 0 or response.infrastructure.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Infrastructures</td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n <td></td> \r\n <td></td>\r\n </tr>\r\n\r\n {% for item in response.infrastructure.default %}\r\n <tr class=\"infrastructure-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.infrastructure.new %}\r\n <tr class=\"infrastructure-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% if response.keyAsset.total > 0 or response.keyAsset.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Purchased Key Assets</td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n <td></td> \r\n <td></td>\r\n </tr>\r\n\r\n {% for item in response.keyAsset.default %}\r\n <tr class=\"key-asset-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.keyAsset.new %}\r\n <tr class=\"key-asset-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% if response.access.total > 0 or response.access.isActive > 0 %}\r\n <tr class=\"description-header\">\r\n <td>Access</td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n <td></td> \r\n <td></td>\r\n </tr>\r\n {% for item in response.access.default %}\r\n <tr class=\"access-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n\r\n </tr>\r\n {% endfor %}\r\n {% for item in response.access.new %}\r\n <tr class=\"access-item\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% for i, extra in response.extras %}\r\n {% if extra.total > 0 or extra.isActive > 0 %}\r\n <tr class=\"description-header extra-header extra{{ i }}\">\r\n <td>{{ extra.title }}</td> \r\n <td></td> \r\n <td></td> \r\n <td></td>\r\n <td></td> \r\n <td></td>\r\n </tr>\r\n {% for item in extra.default %}\r\n <tr class=\"extra-item extra{{ i }}\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n\r\n </tr>\r\n {% endfor %}\r\n {% for item in extra.new %}\r\n <tr class=\"extra-item extra{{ i }}\">\r\n <td>{{ item.title | raw }}</td> \r\n {{ rowItem | raw }}\r\n </tr>\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n </table>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n <section>\r\n\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_serv_e4_s2_preg10\" value=\"{{ responseString }}\" />\r\n </div>\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n {% endfor %}\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 14:34:15', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n.data-table tr {\r\n border-bottom: 1px solid #00000044;\r\n}\r\n.data-table tr.headers-titles, .data-table tr.description-header {\r\n background: #888888;\r\n}\r\n.data-table tr.headers-titles > td:last-child {\r\n white-space: nowrap;\r\n}\r\n.data-table .headers-titles td, .data-table tr:not(.headers-titles) td:not(:first-child) {\r\n text-align: center;\r\n}\r\n.data-table td {\r\n padding: 5px;\r\n}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n.green-option {\r\n color: green !important;\r\n}\r\n.light-green-option {\r\n color: lightgreen !important;\r\n}\r\n.yellow-option {\r\n color: yellow !important;\r\n}\r\n\r\n.orange-option {\r\n color: orange !important;\r\n}\r\n.red-option {\r\n color: red !important;\r\n}\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n\r\n $(\"table.data-table\").on(\"change\", function () {\r\n setTimeout(getData, 100);\r\n });\r\n if($(\"#hidden_form_item\").val() == \"\") {\r\n getData();\r\n } else {\r\n fillData();\r\n }\r\n});\r\n\r\nfunction fillData() {\r\n $json = $(\"#hidden_form_item\").val();\r\n if($json != null && $json != \"\") {\r\n $rows = $(\"table.data-table tr:not(.headers-titles):not(.description-header)\");\r\n $parsedJson = JSON.parse($json);\r\n fillRowByCategory($(\"table.data-table tr.consumable-item\"), $parsedJson.consumable);\r\n fillRowByCategory($(\"table.data-table tr.infrastructure-item\"), $parsedJson.infrastructure);\r\n fillRowByCategory($(\"table.data-table tr.key-asset-item\"), $parsedJson.keyAsset);\r\n fillRowByCategory($(\"table.data-table tr.access-item\"), $parsedJson.access);\r\n $counter = $(\".extra-header\").length;\r\n $($parsedJson.extras).each(function(j, extra) {\r\n for(i = 0; i < $counter; i++) {\r\n if($(\".extra-header.extra\" + i + \" td:first-child\")[0].innerText == extra.title) {\r\n fillRowByCategory($(\"table.data-table tr.extra-item.extra\" + i), extra.data);\r\n }\r\n }\r\n });\r\n }\r\n}\r\n\r\nfunction fillRowByCategory($rows, $parsedJson) {\r\n $($rows).each(function(index) {\r\n $($parsedJson).each(function(innerIndex) {\r\n $row = $rows[index];\r\n $item = $parsedJson[innerIndex];\r\n if($($row.children[0])[0].textContent == $item.title) {\r\n $($row.children[0])[0].textContent = $item.title;\r\n $($row.children[1]).find(\".select2-chosen\")[0].textContent = $item.economic;\r\n $($row.children[2]).find(\".select2-chosen\")[0].textContent = $item.social;\r\n $($row.children[3]).find(\".select2-chosen\")[0].textContent = $item.technical;\r\n $($row.children[4])[0].textContent = $item.average;\r\n if($item.isSelected) {\r\n $($row.children[5]).find(\".iCheck-helper\").trigger(\"click\");\r\n }\r\n }\r\n });\r\n });\r\n}\r\n\r\nfunction getData() {\r\n $classes = [\"consumable-item\", \"infrastructure-item\", \"key-asset-item\", \"access-item\"]\r\n $items = {};\r\n for(i = 0; i < 4; i++) {\r\n $rows = $(\"table.data-table tr.\" + $classes[i]);\r\n $itemsByCategory = [];\r\n $($rows).each(function(index, row) {\r\n $element = parseRow(row);\r\n if($element != null) {\r\n $itemsByCategory.push($element);\r\n }\r\n });\r\n switch(i) {\r\n case 0:\r\n $items.consumable = $itemsByCategory;\r\n break;\r\n case 1:\r\n $items.infrastructure = $itemsByCategory;\r\n break;\r\n case 2:\r\n $items.keyAsset = $itemsByCategory;\r\n break;\r\n case 3:\r\n $items.access = $itemsByCategory;\r\n }\r\n }\r\n $items.extras = getExtras();\r\n $(\"#hidden_form_item\").val(JSON.stringify($items));\r\n}\r\n\r\nfunction parseRow($row) {\r\n $isChecked = $($row).find(\".checked\").length;\r\n if($isChecked > 0) {\r\n $val1 = parseFloat($($row.children[1]).find(\".select2-chosen\")[0].textContent[0]);\r\n $val2 = parseFloat($($row.children[2]).find(\".select2-chosen\")[0].textContent[0]);\r\n $val3 = parseFloat($($row.children[3]).find(\".select2-chosen\")[0].textContent[0]);\r\n $valAvg = ($val1 + $val2 + $val3) / 3;\r\n $valAvg = Math.round($valAvg * 10) / 10;\r\n $row.children[4].innerHTML = $valAvg;\r\n $newClass = \"\";\r\n if($valAvg <= 1) {\r\n $newClass = \"red-option\";\r\n } else if($valAvg <= 2) {\r\n $newClass = \"orange-option\";\r\n } else if($valAvg <= 3) {\r\n $newClass = \"yellow-option\";\r\n } else if($valAvg <= 4) {\r\n $newClass = \"light-green-option\";\r\n } else if($valAvg <= 5) {\r\n $newClass = \"green-option\";\r\n }\r\n clearClass($row.children[4]);\r\n $row.children[4].classList.add($newClass);\r\n return createItem($row);\r\n } else {\r\n $row.children[4].innerHTML = \"\";\r\n }\r\n return null;\r\n}\r\n\r\nfunction getExtras() {\r\n $extras = [];\r\n $counter = $(\".extra-header\").length;\r\n for(i = 0; i < $counter; i++) {\r\n $item = {};\r\n $item.title = $(\".extra-header.extra\" + i + \" td:first-child\")[0].innerText;\r\n $item.data = [];\r\n $(\".extra-item.extra\" + i).each(function() {\r\n $element = parseRow(this);\r\n if($element != null) {\r\n $item.data.push($element);\r\n } \r\n });\r\n $extras.push($item);\r\n }\r\n return $extras;\r\n}\r\n\r\nfunction createItem($row) {\r\n $newItem = {};\r\n $newItem.title = $($row.children[0])[0].textContent;\r\n $newItem.social = $($row.children[1]).find(\".select2-chosen\")[0].textContent;\r\n $newItem.economic = $($row.children[2]).find(\".select2-chosen\")[0].textContent;\r\n $newItem.technical = $($row.children[3]).find(\".select2-chosen\")[0].textContent;\r\n $newItem.average = $($row.children[4])[0].textContent;\r\n $newItem.isSelected = $($row.children[5]).find(\".checked, .active\").length;\r\n return $newItem;\r\n}\r\n\r\nfunction clearClass($cell) {\r\n $cell.classList.remove(\"red-option\");\r\n $cell.classList.remove(\"orange-option\");\r\n $cell.classList.remove(\"yellow-option\");\r\n $cell.classList.remove(\"light-green-option\");\r\n $cell.classList.remove(\"green-option\");\r\n}\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(37, 'Eco-Design-service-etapa4-resultado', 'admin/eco-design-service-etapa4-resultado.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA4_STEP2\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% set rowsNumber = 0 %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_serv_e4_s2_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% set rowsNumber = max(response.infrastructure | length, response.consumable | length, response.access | length, response.keyAsset | length) %}\r\n {% endif%}\r\n <table class=\"data-table\">\r\n <tr class=\"headers-titles\">\r\n {% if response.infrastructure | length > 0 %}\r\n <td>Infrastructures</td>\r\n <td>Average</td>\r\n {% endif %}\r\n {% if response.consumable | length > 0 %}\r\n <td>Consumables</td>\r\n <td>Average</td>\r\n {% endif %}\r\n {% if response.access | length > 0 %}\r\n <td>Access</td>\r\n <td>Average</td>\r\n {% endif %}\r\n {% if response.keyAsset | length > 0 %}\r\n <td>Purchased key assets</td>\r\n <td>Average</td>\r\n {% endif %}\r\n\r\n {% for item in response.extras %}\r\n {% if item.data | length > 0 %}\r\n {% set rowsNumber = max(rowsNumber, item.data | length) %}\r\n <td>{{ item.title }}</td>\r\n <td>Average</td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% for i in 0..rowsNumber - 1 %}\r\n <tr>\r\n {% if response.infrastructure | length > i %}\r\n <td>{{ response.infrastructure[i].title }}</td>\r\n <td>{{ response.infrastructure[i].average }}</td>\r\n {% elseif response.infrastructure | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% if response.consumable | length > i %}\r\n <td>{{ response.consumable[i].title }}</td>\r\n <td>{{ response.consumable[i].average }}</td>\r\n {% elseif response.consumable | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% if response.access | length > i %}\r\n <td>{{ response.keyAsset[i].title }}</td>\r\n <td>{{ response.keyAsset[i].average }}</td>\r\n {% elseif response.access | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% if response.keyAsset | length > i %}\r\n <td>{{ response.keyAsset[i].title }}</td>\r\n <td>{{ response.keyAsset[i].average }}</td>\r\n {% elseif response.keyAsset | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% for item in response.extras %}\r\n {% if item.data | length > i %}\r\n <td>{{ item.data[i].title }}</td>\r\n <td>{{ item.data[i].average }}</td>\r\n {% elseif item.data | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 14:46:11', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\ntable.data-table tr:not(.headers-titles):nth-child(even) {\r\n background: #c5c5c5;\r\n}\r\ntable.data-table td {\r\n padding: 5px;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\ntable.data-table tr:not(.headers-titles):nth-child(even) {\r\n background: #c5c5c5;\r\n}\r\ntable.data-table td {\r\n padding: 5px;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n });\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(38, 'exercise17', 'admin/realizar_tarea_ejercicio17_view.html.twig', '<div class=\"{{ (\'container\' ~ \' \' ~ tarea[0].class) ~ \' \' ~ tarea[0].alias }}\">\r\n\r\n <input id=\"current\" type=\"hidden\" value=\"0\">\r\n\r\n {% set respuesta=[] %}\r\n {% set tareaanterior=0 %}\r\n {% set tareacurrent=tarea[0] %}\r\n {% set respuestaca=[] %}\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n{% if casoestudio is defined and casoestudio is not empty %}\r\n {% for respuestafor in casoestudio %}\r\n {% set respuestaca= respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% endif %}\r\n<ul class=\"exercises_links\">\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% for tarea in tareas %}\r\n {% set encontrada=false %}\r\n {% if not tarea.invisible %}\r\n {% for tusuario in tarea.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% set encontrada=true %}\r\n {% if tusuario.completada==true %}\r\n {% if tarea.position< tareacurrent.position %}\r\n {% set tareaanterior=tarea %}\r\n {% endif %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"completada\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':tarea.id}) }}\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% else %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"no-completada\" href=\"#\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% if encontrada==false %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"no-completada\" href=\"#\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n</ul>\r\n\r\n<div class=\"header-tarea\">\r\n\r\n <div class=\"avatar__container\">\r\n\r\n <a href=\"#\" class=\"avartar\"><img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\"></a>\r\n\r\n </div>\r\n\r\n \r\n\r\n <div class=\"titulo-tarea__container\">\r\n\r\n <h2>{{ tarea[0].nombre|trans({}) }}</h2>\r\n\r\n </div>\r\n\r\n <div class=\"desc-tarea__container\">\r\n\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n\r\n </div>\r\n\r\n</div>\r\n\r\n<div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n</div>\r\n\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n\r\n {% block nextprevsave %}\r\n {% include \'gbc/nextprevsave.html.twig\' %}\r\n {% endblock nextprevsave %}\r\n \r\n {% set preguntasIndex=1%}\r\n \r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n \r\n <h4 {% if tarea[0].SeccionesTareaId|length == 1 %} class=\"seccion-unica\" {% else %} class=\"seccion-multiple\"{% endif %}>{{ seccion.nombre|trans({}) }}</h4>\r\n \r\n <section>\r\n \r\n <div class=\"inner\">\r\n {% for preguntaseccion in 1..seccion.numeroPreguntas %}\r\n {% if preguntas[preguntasIndex-1] is defined %}\r\n {% set pregunta= preguntas[preguntasIndex-1] %}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n{% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n{% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"file\" %}\r\n\r\n {% include \'formcomponents/file.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" and pregunta.class==\'table\'%}\r\n \r\n <table id=\'table{{loop.index}}\'class=\"table\" style=\"color: #ffffff;background-color: #000;\">\r\n <thead class=\"thead-dark\">\r\n <tr>\r\n <th scope=\"col\">{{\'Products and Services you are offering!\'|trans({})}}</th>\r\n <th scope=\"col\">{{\'Select an adequate revenue model for each\'|trans({})}}</th>\r\n <th scope=\"col\">{{\'Price them\'|trans({})}}</th>\r\n <th scope=\"col\">{{\'Actions\'|trans({})}}</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n {% if respuesta[pregunta.alias] is defined%}\r\n {% set respuestasarray=respuesta[pregunta.alias]|json_decode%}\r\n {% for indexArray in 0..respuestasarray|length-1 %}\r\n <tr>\r\n <td>\r\n {% if respuestas is empty %}\r\n <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}-{{ indexArray }}\" name=\"{{ pregunta.alias }}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }} {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}\">\r\n {% else %}\r\n {% set encontrada = false %}\r\n {% if respuesta[pregunta.alias] is defined and respuestasarray[indexArray] is defined%}\r\n {% set encontrada=true %}\r\n {% endif %}\r\n {% if encontrada %}\r\n <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}-{{ indexArray }}\" name=\"{{ pregunta.alias }}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }}\" value=\"{{ respuestasarray[indexArray] }}\" {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}>\r\n {% else %}\r\n <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}-{{ indexArray }}\" name=\"{{ pregunta.alias }}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }} {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}\">\r\n {% endif %}\r\n {% endif %}\r\n </td>\r\n {% set preguntasIndex= preguntasIndex+1%}\r\n {% set pregunta= preguntas[preguntasIndex-1] %}\r\n {% if respuesta[pregunta.alias] is defined%}\r\n {% set respuestasrange1=respuesta[pregunta.alias]|json_decode%}\r\n {% endif %}\r\n <td>\r\n {% if respuestas is empty %}\r\n <input type=\"text\" id=\"{{ pregunta.alias }}-{{ indexArray }}\" data-sonata-select2 = \"false\" style=\"width:80%;top: 28px; z-index: 100;\" name=\"{{ pregunta.alias }}[]\" ></input>\r\n {% else %}\r\n {% if respuesta[pregunta.alias] is defined and respuestasrange1[indexArray] is defined%}\r\n {% set encontrada=true %}\r\n {% endif %}\r\n {% if encontrada %}\r\n <input type=\"text\" id=\"{{ pregunta.alias }}-{{ indexArray }}\" style=\"width:80%;top: 28px; z-index: 100;\" name=\"{{ pregunta.alias }}[]\" value=\"{{ respuestasrange1[indexArray] }}\"></input>\r\n {% else %}\r\n <input type=\"text\" id=\"{{ pregunta.alias }}-{{ indexArray }}\" style=\"width:80%;top: 28px; z-index: 100;\" name=\"{{ pregunta.alias }}[]\" ></input>\r\n {% endif %}\r\n {% endif %}\r\n <script>\r\n var dependant = {{ pregunta.TipoPreguntaOptions|raw }};\r\n $(\"#{{ pregunta.alias }}-{{ indexArray }}\").select3({ data: dependant});\r\n setTimeout(function(){ $(\"#{{ pregunta.alias }}-{{ indexArray }}\").next().next().remove();}, 2000);\r\n </script></td>\r\n {% set preguntasIndex= preguntasIndex+1%}\r\n {% set pregunta= preguntas[preguntasIndex-1] %}\r\n {% if respuesta[pregunta.alias] is defined %}\r\n {% set respuestasrange2=respuesta[pregunta.alias]|json_decode%}\r\n {% endif %}\r\n <td> {% if respuestas is empty %}\r\n <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}-{{ indexArray }}\" name=\"{{ pregunta.alias }}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }} {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}\">\r\n {% else %}\r\n {% set encontrada = false %}\r\n {% if respuesta[pregunta.alias] is defined and respuestasarray[indexArray] is defined%}\r\n {% set encontrada=true %}\r\n {%endif%}\r\n {% if encontrada %}\r\n <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}-{{ indexArray }}\" name=\"{{ pregunta.alias }}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }}\" value=\"{{ respuestasrange2[indexArray] }}\" {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}>\r\n {% else %}\r\n <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}-{{ indexArray }}\" name=\"{{ pregunta.alias }}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }} {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}\">\r\n {% endif %}\r\n {% endif %}</td>\r\n <td><button type=\"button\" class=\"btn btn-warning delete-row\" onclick=\"$(this).parents(\'tr\').remove();\">Delete Row</button></td>\r\n </tr>\r\n {% set preguntasIndex= preguntasIndex-2 %}\r\n {% set pregunta= preguntas[preguntasIndex-1] %}\r\n {% endfor %}\r\n {% else %}\r\n <tr> \r\n <td><input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}-0\" name=\"{{ pregunta.alias }}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }} {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}\"></td>\r\n {% set preguntasIndex= preguntasIndex+1%}\r\n {% set pregunta= preguntas[preguntasIndex-1] %}\r\n \r\n <td><input type=\"text\" id=\"{{ pregunta.alias }}-0\" data-sonata-select2 = \"false\" style=\"width:80%;top: 28px; z-index: 100;\" name=\"{{ pregunta.alias }}[]\" ></input> \r\n <script>\r\n var dependant = {{ pregunta.TipoPreguntaOptions|raw }};\r\n $(\"#{{ pregunta.alias }}-0\").select3({ data: dependant});\r\n setTimeout(function(){ $(\"#{{ pregunta.alias }}-0\").next().next().remove();}, 2000);\r\n </script></td>\r\n {% set preguntasIndex= preguntasIndex+1%}\r\n {% set pregunta= preguntas[preguntasIndex-1] %}\r\n <td> <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}-0\" name=\"{{ pregunta.alias }}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }} {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}\"></td>\r\n <td><button type=\"button\" class=\"btn btn-warning delete-row\" onclick=\"$(this).parents(\'tr\').remove();\">Delete Row</button></td>\r\n </tr>\r\n {% endif %}\r\n </tbody>\r\n </table>\r\n <button type=\"button\" class=\"btn btn-info add-row\" onclick=\"addRow($(this).prev(), dependant)\">Add Row</button>\r\n {% set preguntasIndex= preguntasIndex+2 %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" and pregunta.class!=\'table\' %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"ckeditor\" %}\r\n\r\n {% include \'formcomponents/ckeditor.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"datetime\" %}\r\n {% include \'formcomponents/datetime.html.twig\' %}\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n\r\n {% set preguntasIndex= preguntasIndex+1%}\r\n {% endif %}\r\n {% endfor %}\r\n\r\n </div>\r\n \r\n </section>\r\n {% endfor %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-20 10:33:51', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'bootstrap-datepicker/css/bootstrap-datepicker.min.css\') }}\" rel=\"stylesheet\"> \r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3-bootstrap4.css\')}}\" rel=\"stylesheet\">\r\n\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n\r\n/* ELEMENTOS COMUNES */\r\n\r\n /* ESTRUCTURA */\r\n\r\n body {\r\n padding-top: 50px;\r\n }\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n padding: 0;\r\n }\r\n\r\n .content-wrapper .content .container{\r\n\r\n padding: 0;\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n }\r\n\r\n /* FIN ESTRUCTURA */\r\n\r\n /* BASICOS */\r\n\r\n a {\r\n\r\n text-decoration: none;\r\n\r\n }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle; \r\n }\r\n\r\n ul {\r\n\r\n padding: 0;\r\n margin: 0;\r\n list-style: none;\r\n\r\n }\r\n\r\n input[type=text]{\r\n\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n\r\n }\r\n\r\n textarea {\r\n\r\n resize: none;\r\n\r\n }\r\n\r\n /* FIN BASICOS */\r\n\r\n /* EXERCISES LINK */\r\n\r\n .exercises_links{\r\n\r\n display: flex;\r\n flex-wrap: wrap;\r\n margin-bottom: 30px;\r\n position: absolute;\r\n top: -160px;\r\n\r\n }\r\n\r\n .exercises_links > li > a{\r\n\r\n font-size: 13px;\r\n font-weight: 700;\r\n display: block;\r\n min-width: 50px;\r\n min-height: 40px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px #505050;\r\n border-bottom: solid 5px #505050;\r\n background: #FFF;\r\n color: #505050;\r\n padding: 0 15px;\r\n\r\n }\r\n\r\n .exercises_links > li > a.no-completada{\r\n\r\n background: #d8d8d8;\r\n color: #989898;\r\n border: none;\r\n cursor: default;\r\n\r\n }\r\n\r\n .exercises_links > li > a:not(.no-completada):hover{\r\n\r\n background: #505050;\r\n color: #fff;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a{\r\n\r\n border-color: #F2932E;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a:not(.no-completada):hover{\r\n\r\n background: #F2932E;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a{\r\n\r\n border-color: #94BD53;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a:not(.no-completada):hover{\r\n\r\n background: #94BD53;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a{\r\n\r\n border-color: #E4312B;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a:not(.no-completada):hover{\r\n\r\n background: #E4312B;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a{\r\n\r\n border-color: #B6866D;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a:not(.no-completada):hover{\r\n\r\n background: #B6866D;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a{\r\n\r\n border-color: #EE8367;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a:not(.no-completada):hover{\r\n\r\n background: #EE8367;\r\n\r\n }\r\n\r\n /* FIN EXERCISES LINK */\r\n\r\n /* HEADER TAREA */\r\n\r\n .header-tarea{\r\n\r\n /* background: azure; */\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container{\r\n\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container a{\r\n\r\n display: block;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container{\r\n\r\n margin-bottom: 7.5px;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container h2{\r\n\r\n margin: 0;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container{\r\n\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container h2{\r\n \r\n font-size: 25px;\r\n line-height: 30px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .header-tarea .desc-tarea__container h3{\r\n\r\n font-size: 20px;\r\n line-height: 25px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container p{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n\r\n /* FIN HEADER TAREA */\r\n\r\n /* RECURSOS */\r\n\r\n .recursos__container{\r\n\r\n margin-bottom: 45px;\r\n\r\n }\r\n\r\n /* BOTONES */\r\n\r\n .recursos__container > .nav{\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a:hover,\r\n .recursos__container > .nav > li > a:focus,\r\n .recursos__container > .nav > li > a:active,\r\n .recursos__container > .nav > li.active > a{\r\n\r\n font-weight: 500;\r\n\r\n }\r\n\r\n /* read-before */\r\n\r\n .recursos__container > .nav > li > a.btn-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-read-before:hover,\r\n .recursos__container > .nav > li > a.btn-read-before:focus,\r\n .recursos__container > .nav > li > a.btn-read-before:active,\r\n .recursos__container > .nav > li.active > a.btn-read-before{\r\n\r\n background: #118c53;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-read-before.disabled, .btn-read-before[disabled], fieldset[disabled] .btn-read-before, .btn-read-before.disabled:hover,\r\n .btn-read-before[disabled]:hover, fieldset[disabled] .btn-read-before:hover, .btn-read-before.disabled:focus, .btn-read-before[disabled]:focus,\r\n fieldset[disabled] .btn-read-before:focus, .btn-read-before.disabled:active, .btn-read-before[disabled]:active, fieldset[disabled] .btn-read-before:active,\r\n .btn-read-before.disabled.active, .btn-read-before[disabled].active, fieldset[disabled] .btn-read-before.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin read-before */\r\n\r\n /* tips */\r\n\r\n .recursos__container > .nav > li > a.btn-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-tips:hover,\r\n .recursos__container > .nav > li > a.btn-tips:focus,\r\n .recursos__container > .nav > li > a.btn-tips:active,\r\n .recursos__container > .nav > li.active > a.btn-tips{\r\n\r\n background: #3d0b7d;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-tips.disabled, .btn-tips[disabled], fieldset[disabled] .btn-tips, .btn-tips.disabled:hover,\r\n .btn-tips[disabled]:hover, fieldset[disabled] .btn-tips:hover, .btn-tips.disabled:focus, .btn-tips[disabled]:focus,\r\n fieldset[disabled] .btn-tips:focus, .btn-tips.disabled:active, .btn-tips[disabled]:active, fieldset[disabled] .btn-tips:active,\r\n .btn-tips.disabled.active, .btn-tips[disabled].active, fieldset[disabled] .btn-tips.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin tips */\r\n\r\n /* caso-estudio */\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n \r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio:hover,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:focus,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:active,\r\n .recursos__container > .nav > li.active > a.btn-caso-estudio{\r\n\r\n background: #287daf;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-caso-estudio.disabled, .btn-caso-estudio[disabled], fieldset[disabled] .btn-caso-estudio, .btn-caso-estudio.disabled:hover,\r\n .btn-caso-estudio[disabled]:hover, fieldset[disabled] .btn-caso-estudio:hover, .btn-caso-estudio.disabled:focus, .btn-caso-estudio[disabled]:focus,\r\n fieldset[disabled] .btn-caso-estudio:focus, .btn-caso-estudio.disabled:active, .btn-caso-estudio[disabled]:active, fieldset[disabled] .btn-caso-estudio:active,\r\n .btn-caso-estudio.disabled.active, .btn-caso-estudio[disabled].active, fieldset[disabled] .btn-caso-estudio.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin caso-estudio */\r\n\r\n /* FIN BOTONES */\r\n\r\n /* VENTANAS */\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane{\r\n \r\n background: #505050;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n \r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 75%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n \r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n \r\n display: none;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n \r\n width: auto;\r\n height: 100%;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > button{\r\n \r\n color: #fff;\r\n opacity: 1;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > h2{\r\n \r\n color: #fff;\r\n font-size: 2.7rem;\r\n line-height: 2.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > div > h3{\r\n \r\n color: #fff;\r\n font-size: 2rem;\r\n line-height: 2.4rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > p{\r\n \r\n color: #fff;\r\n font-size: 1.4rem;\r\n line-height: 2.2rem;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul{\r\n \r\n color: #fff;\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul > li{\r\n \r\n margin-bottom: 3px;\r\n \r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n\r\n }\r\n\r\n /* FIN VENTANAS */\r\n\r\n /* FIN RECURSOS */\r\n\r\n /* ACTIONS */\r\n\r\n .actions ul {\r\n\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n\r\n }\r\n\r\n .actions li a {\r\n\r\n border: none;\r\n display: inline-flex;\r\n align-items: center;\r\n cursor: pointer;\r\n font-size: 15px;\r\n background: #333;\r\n \r\n position: fixed;\r\n bottom: 70px;\r\n height: auto;\r\n width: auto;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin: 0;\r\n\r\n }\r\n\r\n .actions li a[href=\"#previous\"]{\r\n \r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n right: 130px;\r\n width: 136px;\r\n\r\n }\r\n\r\n .actions li a[href=\"#next\"]{\r\n \r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n right: 10px;\r\n width: 110px;\r\n\r\n }\r\n\r\n .actions li a[href=\"#finish\"]{\r\n \r\n display: none;\r\n\r\n }\r\n\r\n .actions li a:before {\r\n\r\n /* content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; */\r\n\r\n }\r\n\r\n .actions li a:hover {\r\n\r\n background: #4d4d4d; \r\n\r\n }\r\n\r\n .actions li:first-child a {\r\n\r\n /* background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; */\r\n\r\n }\r\n\r\n .actions li:first-child a:before {\r\n\r\n /* content: \"\\f2ea\";\r\n right: 77px; */\r\n\r\n }\r\n\r\n .actions li:first-child a:hover {\r\n\r\n /* background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; */\r\n\r\n }\r\n\r\n .actions li:last-child a {\r\n\r\n /* padding-left: 28px; */\r\n\r\n }\r\n\r\n .actions li:last-child a:before {\r\n\r\n /* right: 27px; */\r\n\r\n }\r\n\r\n .actions li[aria-disabled=\"true\"] a {\r\n\r\n opacity: 0;\r\n transition: all 1s; \r\n\r\n }\r\n\r\n /* FIN ACTIONS */\r\n\r\n /* INFORME */\r\n\r\n .informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n }\r\n\r\n .informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* FIN INFORME */\r\n\r\n /* PREGUNTAS */\r\n\r\n /* form-row */\r\n\r\n .wrappertest .content > section .inner{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row{\r\n\r\n \r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .form-holder{\r\n\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-preg100{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* fin form-row */\r\n\r\n /* inputs */\r\n\r\n .wrappertest .content > section .inner .form-row textarea{\r\n\r\n align-self: flex-end;\r\n margin: 0;\r\n flex: 1;\r\n\r\n }\r\n\r\n /* radio */\r\n \r\n .wrappertest .content > section .inner .form-row.gbc-radio .form-holder{\r\n\r\n display: block;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiodiv{\r\n\r\n display: none;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio label{\r\n\r\n display: inline-block;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n /* fin radio */\r\n\r\n .wrappertest .content > section .inner .form-row .select3-container{\r\n\r\n width: 100% !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .switch{\r\n\r\n margin: 0;\r\n margin-bottom: 25px;\r\n \r\n }\r\n\r\n /* fin inputs */\r\n\r\n /* titulos */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo{\r\n \r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_nombre{\r\n\r\n display: block;\r\n font-size: 1.6rem;\r\n line-height: 2rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .GBC-Step1 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #F2932E;}\r\n .GBC-Step2 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #94BD53;}\r\n .GBC-Step3 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #E4312B;}\r\n .GBC-Step4 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #B6866D;}\r\n .GBC-Step5 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #EE8367;}\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin titulos */\r\n\r\n /* casos estudio */\r\n\r\n .casoestudiobtn{\r\n\r\n background: #3c8dbc;\r\n color: #fff;\r\n font-size: 1.2rem;\r\n line-height: 1.2rem;\r\n border: none;\r\n padding: 10px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-bottom: 7.5px;\r\n align-self: flex-start;\r\n\r\n }\r\n\r\n .casoestudiodiv{\r\n\r\n \r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n /* fin casos estudio */\r\n\r\n /* ocultar elementos sin contenido */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiobtn.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiodiv.no-contenido{\r\n \r\n width: 0;\r\n height: 0;\r\n padding: 0;\r\n margin: 0;\r\n \r\n }\r\n \r\n /* fin ocultar elementos sin contenido */\r\n\r\n /* grupos de preguntas */\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group{\r\n\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n background: #fff;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group.gbc-preg100{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group .title{\r\n\r\n margin: 0;\r\n padding: 0;\r\n grid-column: 1 / 3;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n line-height: 2.5rem;\r\n color: #2d2d2d;\r\n border-bottom: solid 1px #2d2d2d;\r\n padding-bottom: 7.5px;\r\n\r\n }\r\n\r\n /* fin grupos de preguntas */\r\n\r\n /* FIN PREGUNTAS */\r\n\r\n /* EXERCISE-BTN-MOVES-GROUP */\r\n\r\n {% include \'gbc/nextprevsavecss.html.twig\' %}\r\n\r\n /* FIN EXERCISE-BTN-MOVES-GROUP */\r\n\r\n/* FIN ELEMENTOS COMUNES */\r\n\r\n/* ELEMENTOS DE PLANTILLA */\r\n\r\n /* STEPS */\r\n\r\n .steps .tablist .a .current-info{\r\n \r\n }\r\n\r\n .steps .tablist .a .number{\r\n\r\n }\r\n\r\n .steps > ul > li.current > a > span.current-info{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a {\r\n\r\n color: #5d5d5d;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n }\r\n .steps > ul > li > a:hover{\r\n\r\n color: #464545;\r\n\r\n }\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n\r\n {% if seccion.posicion == 1 %}\r\n\r\n .steps {\r\n\r\n height: 2px;\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n /* margin-top: 30px; */\r\n margin-bottom: 75px;\r\n\r\n }\r\n\r\n .steps ul {\r\n\r\n height: 2px;\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n\r\n }\r\n\r\n .steps > ul > li{\r\n\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3.tab-activada{\r\n\r\n display: flex;\r\n\r\n }\r\n\r\n .steps > ul > li.current{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n .steps > ul > li:hover{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n\r\n {% elseif seccion.posicion == loop.length %}\r\n\r\n .steps.step-{{seccion.posicion }} ul {\r\n\r\n width: 100%;\r\n transition: all 0.3s ease;\r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; \r\n\r\n }\r\n\r\n {% else %}\r\n\r\n .steps.step-{{seccion.posicion}} ul {\r\n\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n \r\n }\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% if tarea[0].SeccionesTareaId|length == 1 %}\r\n\r\n .steps{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n {% endif %}\r\n\r\n .content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n }\r\n\r\n /* FIN STEPS */\r\n\r\n /* EJERCICIO 17 */\r\n\r\n .exercise17 .inner > #table1{\r\n\r\n grid-column: 1 / 3;\r\n \r\n }\r\n\r\n .exercise17 .inner > #table1 .btn{\r\n\r\n font-size: 1.2rem;\r\n line-height: 1.2rem;\r\n border: none;\r\n padding: 10px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-bottom: 7.5px;\r\n\r\n }\r\n\r\n .exercise17 .inner > button{\r\n\r\n grid-column: 1 / 3;\r\n justify-self: flex-start;\r\n font-size: 1.2rem;\r\n line-height: 1.2rem;\r\n border: none;\r\n padding: 10px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-bottom: 7.5px;\r\n \r\n }\r\n\r\n .exercise17 .inner >.ex17preg30{\r\n\r\n grid-column: 1 / 3;\r\n \r\n }\r\n\r\n /* FIN EJERCICIO 17 */\r\n\r\n/* FIN ELEMENTOS DE PLANTILLA */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fmelfinder/js/elfinder.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fosckeditor/ckeditor.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/jquery.steps.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/slider/bootstrap-slider.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bootstrap-datepicker/js/bootstrap-datepicker.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/select3.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n\r\n<script type=\"text/javascript\" >\r\nfunction addRow(table, dependant){\r\n var rowCount = table.find(\"tbody\").find(\"tr\").length;\r\n console.log(rowCount);\r\n {% set dependant=\'\' %}\r\n {% for pregunta in tarea[0].SeccionesTareaId[0].PreguntasId %}\r\n {% if pregunta.alias==\'ex17preg20\' %}\r\n {% set dependant=pregunta.TipoPreguntaOptions|raw %}\r\n {% endif %}\r\n {% endfor %}\r\n var input=\'<tr>\';\r\n {% for pregunta in tarea[0].SeccionesTareaId[0].PreguntasId %}\r\n {% if pregunta.alias==\'ex17preg10\' %}\r\n input+=`<td><input type=\"text\" class=\"form-control\" id=\"{{pregunta.alias}}-`+rowCount+`\" name=\"{{pregunta.alias}}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }} {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}\"></td>`;\r\n {% elseif pregunta.alias==\'ex17preg20\' %}\r\n input+=`<td><input type=\"text\" id=\"{{pregunta.alias}}-`+rowCount+`\" data-sonata-select2 = \"false\" style=\"width:80%;top: 28px; z-index: 100;\" name=\"{{pregunta.alias}}[]\" ></input></td><td>`;\r\n {% elseif pregunta.alias==\'ex17preg21\' %}\r\n input+=`<input type=\"text\" class=\"form-control\" id=\"{{pregunta.alias}}-`+rowCount+`\" name=\"{{pregunta.alias}}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }} {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}\"></td><td><button type=\"button\" class=\"btn btn-warning delete-row\" onclick=\"$(this).parents(\'tr\').remove();\">Delete Row</button></td>`;\r\n {% endif %}\r\n {% endfor %}\r\n input+=`</tr>`;\r\n table.append(input);\r\n var dependant = {{ dependant|raw }};\r\n $(\"#ex17preg20-\"+rowCount).select3({ data: dependant});\r\n setTimeout(function(){ $(\"#ex17preg20-0\").next().next().remove();}, 2000);\r\n \r\n }\r\n $(document).ready(function () {\r\n\r\n $(\"#wizard\").steps({\r\n headerTag: \"h4\",\r\n bodyTag: \"section\",\r\n transitionEffect: \"fade\",\r\n enableAllSteps: true,\r\n transitionEffectSpeed: 300,\r\n labels: {\r\n next: \"Next\",\r\n previous: \"Back\"\r\n },\r\n onFinished: function (event, currentIndex) {\r\n $(\"#wizard\").submit();\r\n },\r\n onStepChanging: function (event, currentIndex, newIndex) {\r\n\r\n // ASIGNACION EJERCICIO 14 PASO DE DATOS ENTRE LAS DISTINTAS SECCIONES\r\n exercise14Asignaciones();\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n if ( newIndex === {{seccion.posicion}} ) {\r\n $(\'.steps\').addClass(\'step-{{seccion.posicion + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{seccion.posicion + 1}}\');\r\n }\r\n {% endfor %}\r\n\r\n return true;\r\n }\r\n });\r\n // Custom Jquery Steps\r\n $(\'.forward\').click(function(){\r\n $(\"#wizard\").steps(\'next\');\r\n })\r\n $(\'.backward\').click(function(){\r\n $(\"#wizard\").steps(\'previous\');\r\n })\r\n // Select\r\n $(\'html\').click(function() {\r\n $(\'.select .dropdown\').hide();\r\n });\r\n $(\'.select\').click(function(event){\r\n event.stopPropagation();\r\n });\r\n $(\'.select .select-control\').click(function(){\r\n $(this).parent().next().toggle().toggleClass(\'active\');\r\n })\r\n $(\'.select .dropdown li\').click(function(){\r\n $(this).parent().toggle();\r\n var text = $(this).attr(\'rel\');\r\n $(this).parent().prev().find(\'div\').text(text);\r\n })\r\n // Payment\r\n $(\'.payment-block .payment-item\').click(function(){\r\n $(\'.payment-block .payment-item\').removeClass(\'active\');\r\n $(this).addClass(\'active\');\r\n })\r\n \r\n\r\n\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\"input.slider\").bootstrapSlider(); \r\n \r\n \r\n $(\'.btn-up\').click(function(){\r\n $(\'body, html\').animate({\r\n scrollTop: \'0px\'\r\n }, 300)\r\n });\r\n \r\n\r\n });\r\n\r\n \r\n \r\n\r\n</script>\r\n<![endif]-->', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(39, 'Eco-Design-service-etapa5-step1', 'admin/eco-design-service-etapa5-step1.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA4_STEP2\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta = [] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_serv_e4_s2_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n <table class=\"data-table\">\r\n {% for i, item in response.infrastructure %}\r\n <tr data-score=\"{{ item.average }}\" class=\"infrastructure-item-{{ i }} parent-item\">\r\n <td><strong>Resource Category:</strong><br />Infrastructure</td>\r\n <td><strong>Strategy:</strong><br />{{ item.title }}</td>\r\n <td><img class=\"add-line\" src=\"{{ asset(\'/uploads/3/add-ic.png\')}}\"></td>\r\n <td><strong>Deadline</strong></td>\r\n <td><strong>Responsible</strong></td>\r\n </tr>\r\n {% endfor %}\r\n {% for i, item in response.consumable %}\r\n <tr data-score=\"{{ item.average }}\" class=\"consumable-item-{{ i }} parent-item\">\r\n <td><strong>Resource Category:</strong><br />Consumables</td>\r\n <td><strong>Strategy:</strong><br />{{ item.title }}</td>\r\n <td><img class=\"add-line\" src=\"{{ asset(\'/uploads/3/add-ic.png\')}}\"></td>\r\n <td><strong>Deadline</strong></td>\r\n <td><strong>Responsible</strong></td>\r\n </tr>\r\n {% endfor %}\r\n {% for i, item in response.access %}\r\n <tr data-score=\"{{ item.average }}\" class=\"access-item-{{ i }} parent-item\">\r\n <td><strong>Resource Category:</strong><br />Access</td>\r\n <td><strong>Strategy:</strong><br />{{ item.title }}</td>\r\n <td><img class=\"add-line\" src=\"{{ asset(\'/uploads/3/add-ic.png\')}}\"></td>\r\n <td><strong>Deadline</strong></td>\r\n <td><strong>Responsible</strong></td>\r\n </tr>\r\n {% endfor %}\r\n {% for i, item in response.keyAsset %}\r\n <tr data-score=\"{{ item.average }}\" class=\"key-asset-item-{{ i }} parent-item\">\r\n <td><strong>Resource Category:</strong><br />Key assets</td>\r\n <td><strong>Strategy:</strong><br />{{ item.title }}</td>\r\n <td><img class=\"add-line\" src=\"{{ asset(\'/uploads/3/add-ic.png\')}}\"></td>\r\n <td><strong>Deadline</strong></td>\r\n <td><strong>Responsible</strong></td>\r\n </tr>\r\n {% endfor %}\r\n {% for j, extra in response.extras %}\r\n {% for i, item in extra.data %}\r\n <tr data-score=\"{{ item.average }}\" class=\"extra-item{{ j }}-{{ i }} extra{{ j }} parent-extra-item\">\r\n <td><strong>Resource Category:</strong><br />{{ extra.title }}</td>\r\n <td><strong>Strategy:</strong><br />{{ item.title }}</td>\r\n <td><img class=\"add-line\" src=\"{{ asset(\'/uploads/3/add-ic.png\')}}\"></td>\r\n <td><strong>Deadline</strong></td>\r\n <td><strong>Responsible</strong></td>\r\n </tr>\r\n {% endfor %}\r\n {% endfor %}\r\n </table>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% for pregunta in preguntas %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_serv_e5_s1_preg10\" value=\"{{ responseString }}\" />\r\n </div>\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 14:48:39', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'bootstrap-datepicker/css/bootstrap-datepicker.min.css\') }}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n.data-table td {\r\n padding: 10px;\r\n}\r\n.data-table .add-line {\r\n max-height: 80%;\r\n}\r\n.data-table tr {\r\n border: 1px solid #00000033;\r\n}\r\n.data-table .parent-item, .data-table .parent-extra-item {\r\n background: black;\r\n color: white;\r\n}\r\n.data-table tr td:first-child {\r\n width: 15%;\r\n}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\n.datepicker {\r\n opacity: 100;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bootstrap-datepicker/js/bootstrap-datepicker.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\".data-table .add-line\").on(\"click\", function() {\r\n $item = $(this).parent().parent()[0];\r\n $class = $item.classList[0];\r\n if($(\".\" + $class + \":not(.parent-item):not(.parent-extra-item)\").length < 3) {\r\n createLine($class);\r\n }\r\n });\r\n if($(\"#hidden_form_item\").val() != \"\") {\r\n fillData();\r\n }\r\n addFirstLine();\r\n});\r\n\r\nfunction fillData() {\r\n $json = $(\"#hidden_form_item\").val();\r\n if($json != null && $json != \"\") {\r\n $parsedJson = JSON.parse($json);\r\n $(\"table.data-table tr.parent-item\").each(function() {\r\n checkCategory($parsedJson.infrastructure, this);\r\n checkCategory($parsedJson.consumable, this);\r\n checkCategory($parsedJson.access, this);\r\n checkCategory($parsedJson.keyAsset, this);\r\n });\r\n $(\"table.data-table tr.parent-extra-item\").each(function(i, row) {\r\n $($parsedJson.extras).each(function(j, extra) {\r\n if(extra.title == $(row).children()[0].innerHTML.replace(/<strong>Resource Category:<\\/strong><br>/, \'\')) {\r\n checkCategory(extra.data, row);\r\n }\r\n });\r\n });\r\n }\r\n}\r\n\r\nfunction checkCategory($category, $row) {\r\n $title = $($row).children()[1].innerHTML.replace(/<strong>Strategy:<\\/strong><br>/, \'\');\r\n $class = $row.classList[0];\r\n $($category).each(function() {\r\n if(this.title == $title) {\r\n $(this.actions).each(function() {\r\n createLine($class);\r\n $newRow = $(\"table.data-table tr.\" + $class).last();\r\n $($newRow).find(\".action-input\").val(this.title); \r\n $date = new Date(this.startDate);\r\n $($newRow).find(\".start-date-picker\").val(getFormatedDate($date));\r\n $date = new Date(this.endDate);\r\n $($newRow).find(\".end-date-picker\").val(getFormatedDate($date));\r\n $($newRow).find(\".responsible-input\").val(this.responsible);\r\n });\r\n }\r\n });\r\n $category = $class;\r\n}\r\n\r\nfunction getFormatedDate($date) {\r\n $month = $date.getMonth() + 1;\r\n $year = $date.getFullYear();\r\n if($month < 10) {\r\n $month = \"0\" + $month;\r\n }\r\n return $month + \"/\" + $year;\r\n}\r\n\r\nfunction saveData() {\r\n $items = {};\r\n $items.consumable = [];\r\n $items.infrastructure = [];\r\n $items.access = [];\r\n $items.keyAsset = [];\r\n $(\".data-table tr.parent-item\").each(function() {\r\n $class = this.classList[0];\r\n $newItem = {};\r\n $newItem.title = $(this).children()[1].innerHTML.replace(/<strong>Strategy:<\\/strong><br>/, \'\');\r\n $newItem.score = $(this).attr(\"data-score\");\r\n $newItem.actions = getCycleActions($class);\r\n if($class.startsWith(\"consumable\")) {\r\n $items.consumable.push($newItem);\r\n } else if($class.startsWith(\"infrastructure\")) {\r\n $items.infrastructure.push($newItem);\r\n } else if($class.startsWith(\"access\")) {\r\n $items.access.push($newItem);\r\n } else if($class.startsWith(\"key-asset\")) {\r\n $items.keyAsset.push($newItem);\r\n } \r\n });\r\n $items.extras = getExtras();\r\n $(\"#hidden_form_item\").val(JSON.stringify($items));\r\n}\r\n\r\nfunction getExtras() {\r\n $extras = [];\r\n $extraClasses = [];\r\n $(\".data-table tr.parent-extra-item\").each(function() {\r\n if($extraClasses.indexOf(this.classList[1]) == -1) {\r\n $extraClasses.push(this.classList[1]);\r\n }\r\n });\r\n $($extraClasses).each(function() {\r\n $newItem = {};\r\n $newItem.title = $(\".data-table tr.parent-extra-item.\" + this +\" td:first-child\")[0].innerHTML.replace(/<strong>Resource Category:<\\/strong><br>/, \'\');\r\n $newItem.data = [];\r\n $extras.push($newItem);\r\n });\r\n $(\".data-table tr.parent-extra-item\").each(function(index, row) {\r\n $class = this.classList[0];\r\n $newItem = {};\r\n $newItem.title = $(row).children()[1].innerHTML.replace(/<strong>Strategy:<\\/strong><br>/, \'\');\r\n $newItem.score = $(row).attr(\"data-score\");\r\n $newItem.actions = getCycleActions($class);\r\n $($extras).each(function() {\r\n if(this.title == $(row).children()[0].innerHTML.replace(/<strong>Resource Category:<\\/strong><br>/, \'\')) {\r\n this.data.push($newItem);\r\n }\r\n });\r\n });\r\n return $extras;\r\n}\r\n\r\nfunction getCycleActions($class) {\r\n $actions = [];\r\n $(\".data-table tr.\" + $class + \":not(.parent-item):not(.parent-extra-item)\").each(function() {\r\n $newAction = {};\r\n $newAction.title = $(this).find(\".action-input\").val();\r\n if($(this).find(\".start-date-picker\").val() != \"\") {\r\n $date = $(this).find(\".start-date-picker\").val().split(\"/\");\r\n $newAction.startDate = new Date($date[1], $date[0] - 1, 1).getTime();\r\n } else {\r\n $newAction.startDate = \"\";\r\n }\r\n if($(this).find(\".end-date-picker\").val() != \"\") {\r\n $date = $(this).find(\".end-date-picker\").val().split(\"/\");\r\n $newAction.endDate = new Date($date[1], $date[0] - 1, 1).getTime();\r\n } else {\r\n $newAction.endDate = \"\";\r\n }\r\n $newAction.responsible = $(this).find(\".responsible-input\").val();\r\n console.log($newAction);\r\n if(validateAction($newAction, this)) {\r\n $actions.push($newAction);\r\n }\r\n });\r\n console.log($actions);\r\n return $actions;\r\n}\r\n\r\nfunction validateAction($action, $row) {\r\n if($action.endDate != \"\" && $action.startDate == \"\") {\r\n alert(\"The start date must filled before the end date\");\r\n $($row).find(\".end-date-picker\").val(\"\");\r\n } else if($action.endDate != \"\" && $action.startDate != \"\") {\r\n if($action.startDate >= $action.endDate) {\r\n alert(\"The start date must be less than the end date\");\r\n $($row).find(\".end-date-picker\").val(\"\");\r\n } else if($action.title != \"\" && $action.responsible != \"\") {\r\n return true;\r\n }\r\n }\r\n return false;\r\n}\r\n\r\nfunction addFirstLine() {\r\n $(\".data-table tr.parent-item, .data-table tr.parent-extra-item\").each(function() {\r\n $class = this.classList[0];\r\n if($(\".\" + $class + \":not(.parent-item):not(.parent-extra-item)\").length == 0) {\r\n createLine($class);\r\n }\r\n });\r\n}\r\n\r\nfunction createLine($class) {\r\n $element = $(\".\" + $class);\r\n $(\"<tr class=\\\"\" + $class + \"\\\"><td colspan=\\\"3\\\">Action:<br /><input type=\\\"text\\\" class=\\\"action-input\\\" /></td><td><label for=\\\"startDate\\\">Starts :</label><input onkeydown=\\\"return false\\\" name=\\\"startDate\\\" class=\\\"date-picker start-date-picker\\\" /><br /><label for=\\\"endDate\\\">Ends :</label><input onkeydown=\\\"return false\\\" name=\\\"endDate\\\" class=\\\"date-picker end-date-picker\\\" /></td><td><input type=\\\"text\\\" class=\\\"responsible-input\\\" /></td></tr>\").insertAfter($element.last());\r\n initAlterDatePicker();\r\n $(\"table.data-table tr.\" + $class + \":not(.parent-item):not(.parent-extra-item)\").first().on(\"change paste keyup\", function() {\r\n saveData();\r\n });\r\n}\r\n\r\nfunction initAlterDatePicker() {\r\n $(\".data-table .date-picker\").datepicker( {\r\n format: \"mm/yyyy\",\r\n startView: \"months\", \r\n minViewMode: \"months\",\r\n ignoreReadonly: true\r\n });\r\n}\r\n\r\nfunction initDatePicker() {\r\n $(\'.date-picker\').datepicker(\r\n {\r\n dateFormat: \"mm/yy\",\r\n changeMonth: true,\r\n changeYear: true,\r\n showButtonPanel: true,\r\n onClose: function(dateText, inst) {\r\n\r\n\r\n function isDonePressed(){\r\n return ($(\'#ui-datepicker-div\').html().indexOf(\'ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all ui-state-hover\') > -1);\r\n }\r\n\r\n if (isDonePressed()){\r\n var month = $(\"#ui-datepicker-div .ui-datepicker-month :selected\").val();\r\n var year = $(\"#ui-datepicker-div .ui-datepicker-year :selected\").val();\r\n $(this).datepicker(\'setDate\', new Date(year, month, 1)).trigger(\'change\');\r\n\r\n $(\'.date-picker\').focusout();\r\n }\r\n },\r\n beforeShow : function(input, inst) {\r\n\r\n inst.dpDiv.addClass(\'month_year_datepicker\')\r\n\r\n if ((datestr = $(this).val()).length > 0) {\r\n year = datestr.substring(datestr.length-4, datestr.length);\r\n month = datestr.substring(0, 2);\r\n $(this).datepicker(\'option\', \'defaultDate\', new Date(year, month-1, 1));\r\n $(this).datepicker(\'setDate\', new Date(year, month-1, 1));\r\n $(\".ui-datepicker-calendar\").hide();\r\n }\r\n }\r\n });\r\n}\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(40, 'Eco-Design-service-etapa5-resultado', 'admin/eco-design-service-etapa5-resultado.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA5_STEP1\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_serv_e5_s1_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n {% set max = 0 %}\r\n {% set min = 0 %}\r\n {% for item in response.infrastructure %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.consumable %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.access %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.keyAsset %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for extra in response.extras %}\r\n {% for item in extra.data %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% set diff = date((min / 1000), \"Europe/Paris\").diff(date((max / 1000), \"Europe/Paris\")) %}\r\n {% set colNumber = 0 %}\r\n {% if diff.d > 20 %}\r\n {% set colNumber = diff.m + 2 %}\r\n {% else %}\r\n {% set colNumber = diff.m + 1 %}\r\n {% endif %}\r\n <table class=\"data-table\">\r\n <tr>\r\n <td rowspan=\"2\" colspan=\"{{ colNumber / 2 }}\">STRATEGY</td>\r\n <td class=\"month-title\" colspan=\"{{ colNumber }}\">MONTHS</td>\r\n </tr>\r\n <tr>\r\n {% for i in 1..colNumber %}\r\n <td class=\"month-title\">{{ i }}</td>\r\n {% endfor %}\r\n </tr>\r\n {% for item in response.infrastructure %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\">{{ item.title }}</td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.consumable %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\">{{ item.title }}</td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.access %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\">{{ item.title }}</td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.keyAsset %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\">{{ item.title }}</td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for extra in response.extras %}\r\n {% for item in extra.data %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td colspan=\"{{ colNumber / 2 }}\">{{ item.title }}</td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n </table>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 14:51:21', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\ntd.month-title {\r\n text-align: center;\r\n}\r\n.data-table td > div {\r\n height: 40px;\r\n overflow: hidden;\r\n}\r\ntable.data-table td {\r\n border: 1px solid #00000044;\r\n padding: 5px;\r\n}\r\n.data-table {\r\n width: 100%;\r\n table-layout: fixed\r\n}\r\n.data-table .active-option {\r\n background: white;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n });\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(41, 'Eco-Design-service-resultado', 'admin/eco-design-service-resultado.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% set tareaUno = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA5_STEP1\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_serv_e5_s1_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n <p>Strategies and actions list</p>\r\n <div class=\"row\">\r\n <div class=\"col-md-8\">\r\n <div class=\"scrolled-div\">\r\n {% for item in response.infrastructure %}\r\n {% for action in item.actions %}\r\n {% set class = \"\" %}\r\n {% if item.score > 4 %}\r\n {% set class = \" green-option\" %}\r\n {% elseif item.score > 3 %}\r\n {% set class = \" light-green-option\" %}\r\n {% elseif item.score > 2 %}\r\n {% set class = \" yellow-option\" %}\r\n {% elseif item.score > 1 %}\r\n {% set class = \" orange-option\" %}\r\n {% else %}\r\n {% set class = \" red-option\" %}\r\n {% endif %}\r\n <div class=\"group_container{{ class }}\">\r\n <h3>Infrastructure</h3>\r\n <p>{{ item.title }}</p>\r\n <div class=\"grid_container\">\r\n <div class=\"action-description\"><p class=\"value\">{{ action.title }}</p></div>\r\n <div class=\"action-start\"><p class=\"title\">STARTS:</p><p class=\"value\">{{ date(action.startDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-end\"><p class=\"title\">ENDS:</p><p class=\"value\">{{ date(action.endDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-responsible\"><p class=\"title\">Responsible:</p><p class=\"value\">{{ action.responsible }}</p></div>\r\n <div class=\"action-score\"><p class=\"title\">Score:</p><p class=\"value\">{{ item.score }}</p></div>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.consumable %}\r\n {% for action in item.actions %}\r\n {% set class = \"\" %}\r\n {% if item.score > 4 %}\r\n {% set class = \" green-option\" %}\r\n {% elseif item.score > 3 %}\r\n {% set class = \" light-green-option\" %}\r\n {% elseif item.score > 2 %}\r\n {% set class = \" yellow-option\" %}\r\n {% elseif item.score > 1 %}\r\n {% set class = \" orange-option\" %}\r\n {% else %}\r\n {% set class = \" red-option\" %}\r\n {% endif %}\r\n <div class=\"group_container{{ class }}\">\r\n <h3>Consumable</h3>\r\n <p>{{ item.title }}</p>\r\n <div class=\"grid_container\">\r\n <div class=\"action-description\"><p class=\"value\">{{ action.title }}</p></div>\r\n <div class=\"action-start\"><p class=\"title\">STARTS:</p><p class=\"value\">{{ date(action.startDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-end\"><p class=\"title\">ENDS:</p><p class=\"value\">{{ date(action.endDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-responsible\"><p class=\"title\">Responsible:</p><p class=\"value\">{{ action.responsible }}</p></div>\r\n <div class=\"action-score\"><p class=\"title\">Score:</p><p class=\"value\">{{ item.score }}</p></div>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.access %}\r\n {% for action in item.actions %}\r\n {% set class = \"\" %}\r\n {% if item.score > 4 %}\r\n {% set class = \" green-option\" %}\r\n {% elseif item.score > 3 %}\r\n {% set class = \" light-green-option\" %}\r\n {% elseif item.score > 2 %}\r\n {% set class = \" yellow-option\" %}\r\n {% elseif item.score > 1 %}\r\n {% set class = \" orange-option\" %}\r\n {% else %}\r\n {% set class = \" red-option\" %}\r\n {% endif %}\r\n <div class=\"group_container{{ class }}\">\r\n <h3>Access</h3>\r\n <p>{{ item.title }}</p>\r\n <div class=\"grid_container\">\r\n <div class=\"action-description\"><p class=\"value\">{{ action.title }}</p></div>\r\n <div class=\"action-start\"><p class=\"title\">STARTS:</p><p class=\"value\">{{ date(action.startDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-end\"><p class=\"title\">ENDS:</p><p class=\"value\">{{ date(action.endDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-responsible\"><p class=\"title\">Responsible:</p><p class=\"value\">{{ action.responsible }}</p></div>\r\n <div class=\"action-score\"><p class=\"title\">Score:</p><p class=\"value\">{{ item.score }}</p></div>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.keyAsset %}\r\n {% for action in item.actions %}\r\n {% set class = \"\" %}\r\n {% if item.score > 4 %}\r\n {% set class = \" green-option\" %}\r\n {% elseif item.score > 3 %}\r\n {% set class = \" light-green-option\" %}\r\n {% elseif item.score > 2 %}\r\n {% set class = \" yellow-option\" %}\r\n {% elseif item.score > 1 %}\r\n {% set class = \" orange-option\" %}\r\n {% else %}\r\n {% set class = \" red-option\" %}\r\n {% endif %}\r\n <div class=\"group_container{{ class }}\">\r\n <h3>Purchased Key asset</h3>\r\n <p>{{ item.title }}</p>\r\n <div class=\"grid_container\">\r\n <div class=\"action-description\"><p class=\"value\">{{ action.title }}</p></div>\r\n <div class=\"action-start\"><p class=\"title\">STARTS:</p><p class=\"value\">{{ date(action.startDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-end\"><p class=\"title\">ENDS:</p><p class=\"value\">{{ date(action.endDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-responsible\"><p class=\"title\">Responsible:</p><p class=\"value\">{{ action.responsible }}</p></div>\r\n <div class=\"action-score\"><p class=\"title\">Score:</p><p class=\"value\">{{ item.score }}</p></div>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n {% endfor %}\r\n {% for extra in response.extras %}\r\n {% for item in extra.data %}\r\n {% for action in item.actions %}\r\n {% set class = \"\" %}\r\n {% if item.score > 4 %}\r\n {% set class = \" green-option\" %}\r\n {% elseif item.score > 3 %}\r\n {% set class = \" light-green-option\" %}\r\n {% elseif item.score > 2 %}\r\n {% set class = \" yellow-option\" %}\r\n {% elseif item.score > 1 %}\r\n {% set class = \" orange-option\" %}\r\n {% else %}\r\n {% set class = \" red-option\" %}\r\n {% endif %}\r\n <div class=\"group_container{{ class }}\">\r\n <h3>{{ extra.title }}</h3>\r\n <p>{{ item.title }}</p>\r\n <div class=\"grid_container\">\r\n <div class=\"action-description\"><p class=\"value\">{{ action.title }}</p></div>\r\n <div class=\"action-start\"><p class=\"title\">STARTS:</p><p class=\"value\">{{ date(action.startDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-end\"><p class=\"title\">ENDS:</p><p class=\"value\">{{ date(action.endDate / 1000, \"Europe/Paris\") | date(\"m/Y\", false) }}</p></div>\r\n <div class=\"action-responsible\"><p class=\"title\">Responsible:</p><p class=\"value\">{{ action.responsible }}</p></div>\r\n <div class=\"action-score\"><p class=\"title\">Score:</p><p class=\"value\">{{ item.score }}</p></div>\r\n </div>\r\n </div>\r\n {% endfor %}\r\n {% endfor %}\r\n {% endfor %}\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"instructions-box\">\r\n <h4>WELL DONE!!!</h4>\r\n <p>You can generate a report including all the information generated throughout the process, including graphs and visual support elements, and the action plan.<br />Click on the target button to download</p>\r\n <div class=\"image-container\">\r\n <a href=\"/uploads/{{ app.user.id }}/Servicio%20-%20resultado.pdf\"></a>\r\n <img src=\"/uploads/3/map-report.png\">\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-25 14:53:44', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n.image-container {\r\n position: relative;\r\n}\r\n.image-container > a {\r\n position: absolute;\r\n top: 44%;\r\n right: 21%;\r\n width: 12%;\r\n height: 10%;\r\n border-radius: 25px;\r\n}\r\n.image-container > img {\r\n width: 100%;\r\n}\r\n.group_container.red-option > h3, .group_container.red-option > p, .group_container.red-option .action-score > .value {\r\n color: red;\r\n}\r\n.group_container.orange-option > h3, .group_container.orange-option > p, .group_container.orange-option .action-score > .value {\r\n color: orange;\r\n}\r\n.group_container.yellow-option > h3, .group_container.yellow-option > p, .group_container.yellow-option .action-score > .value {\r\n color: yellow;\r\n}\r\n.group_container.light-green-option > h3, .group_container.light-green-option > p, .group_container.light-green-option .action-score > .value {\r\n color: greenyellow;\r\n}\r\n.group_container.green-option > h3, .group_container.green-option > p, .group_container.green-option .action-score > .value {\r\n color: green;\r\n}\r\n.group_container > .grid_container {\r\n display: grid;\r\n grid-template-columns: repeat(4, 1fr);\r\n grid-template-rows: repeat(3, auto);\r\n grid-template-areas:\r\n \"desc desc start end\"\r\n \"desc desc responsible responsible\"\r\n \"desc desc score score\";\r\n}\r\n.grid_container > .action-description {\r\n grid-area: desc;\r\n}\r\n.grid_container > .action-start {\r\n grid-area: start;\r\n}\r\n.grid_container > .action-end {\r\n grid-area: end;\r\n}\r\n.grid_container > .action-responsible {\r\n grid-area: responsible;\r\n}\r\n.grid_container > .action-score {\r\n grid-area: score;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n });\r\n</script>', 'admin/eco-design-service-resultado-pdf.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea.getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaUno = \"\" %}\r\n {% set tareaDos = \"\" %}\r\n {% set tareaTres = \"\" %}\r\n {% set tareaCuatro = \"\" %}\r\n {% set tareaCinco = \"\" %}\r\n {% set tareaSeis = \"\" %}\r\n {% set tareaSiete = \"\" %}\r\n {% set tareaOcho = \"\" %}\r\n {% set tareaNueve = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if \"ETAPA1_STEP1\" == tareaselement.alias %}\r\n {% set tareaUno = tareaselement %}\r\n {% elseif \"ETAPA1_STEP2\" == tareaselement.alias %}\r\n {% set tareaDos = tareaselement %}\r\n {% elseif \"ETAPA1_STEP3\" == tareaselement.alias %}\r\n {% set tareaTres = tareaselement %}\r\n {% elseif \"ETAPA1_STEP4\" == tareaselement.alias %}\r\n {% set tareaCuatro = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA2_STEP1\" == tareaselement.alias %}\r\n {% set tareaCinco = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA2_STEP2\" == tareaselement.alias %}\r\n {% set tareaSeis = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA3_RESULTADO\" == tareaselement.alias %}\r\n {% set tareaSiete = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA4_STEP2\" == tareaselement.alias %}\r\n {% set tareaOcho = tareaselement %}\r\n {% elseif \"SERVICE_ETAPA5_STEP1\" == tareaselement.alias %}\r\n {% set tareaNueve = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set title = \"\" %}\r\n {% set image = \"\" %}\r\n {% for atributo in tareaDos.atributos %}\r\n {% if atributo.alias == \'eco_e1_s2_preg10\' %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set title = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% elseif atributo.alias == \'eco_e1_s2_preg30\' %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set image = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor%}\r\n <h1>INTRODUCTION</h1>\r\n\r\n <h2>The Project</h2>\r\n <ul>\r\n <li>{{ title }}</li>\r\n <li><img src=\"{{ image }}\" alt=\"logo\"></li>\r\n </ul>\r\n\r\n <h2>TheTeam</h2>\r\n <ul>\r\n {% for atributo in tareaUno.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseTemp = respuesta.valor | json_decode %}\r\n {% for item in responseTemp %}\r\n <li>{{ item.name ~ \" \" ~ item.surname ~ \" - \" ~ item.responsibilities }}</li>\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n </ul>\r\n {% set political = \"\" %}\r\n {% set social = \"\" %}\r\n {% set enviromental = \"\" %}\r\n {% set economic = \"\" %}\r\n {% set technological = \"\" %}\r\n {% set legal = \"\" %}\r\n {% for num, atributo in tareaTres.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if num == 0 %}\r\n {% set political = respuesta.valor %}\r\n {% elseif num == 1 %}\r\n {% set social = respuesta.valor %}\r\n {% elseif num == 2 %}\r\n {% set enviromental = respuesta.valor %}\r\n {% elseif num == 3 %}\r\n {% set economic = respuesta.valor %}\r\n {% elseif num == 4 %}\r\n {% set technological = respuesta.valor %}\r\n {% elseif num == 5 %}\r\n {% set legal = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n\r\n <h2>The Context</h2>\r\n <table>\r\n <tr><td>Political</td><td>{{ political }}</td><td>Economic</td><td>{{ economic }}</td></tr>\r\n <tr><td>Social</td><td>{{ social }}</td><td>Tecnological</td><td>{{ technological }}</td></tr>\r\n <tr><td>Enviromental</td><td>{{ enviromental }}</td><td>Legal</td><td>{{ legal }}</td></tr>\r\n </table>\r\n\r\n {% set objectives = \"\" %}\r\n {% set vision = \"\" %}\r\n {% for num, atributo in tareaCuatro.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if num == 0 %}\r\n {% set objectives = respuesta.valor %}\r\n {% else %}\r\n {% set vision = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n <h2>The sustainable vision</h2>\r\n <ul>\r\n <li>{{ objectives }}</li>\r\n <li>{{ vision }}</li>\r\n </ul>\r\n <h1>STRATEGIES</h1>\r\n {% set responseString = \"\" %}\r\n <h2>Overview of eco-design strategies</h2>\r\n {% for atributo in tareaOcho.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_serv_e4_s2_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% set rowsNumber = max(response.infrastructure | length, response.consumable | length, response.access | length, response.keyAsset | length) %}\r\n {% endif%}\r\n <table class=\"data-table\">\r\n <tr class=\"headers-titles\">\r\n {% if response.infrastructure | length > 0 %}\r\n <td>Infrastructures</td>\r\n <td>Average</td>\r\n {% endif %}\r\n {% if response.consumable | length > 0 %}\r\n <td>Consumables</td>\r\n <td>Average</td>\r\n {% endif %}\r\n {% if response.access | length > 0 %}\r\n <td>Access</td>\r\n <td>Average</td>\r\n {% endif %}\r\n {% if response.keyAsset | length > 0 %}\r\n <td>Purchased key assets</td>\r\n <td>Average</td>\r\n {% endif %}\r\n\r\n {% for item in response.extras %}\r\n {% if item.data | length > 0 %}\r\n {% set rowsNumber = max(rowsNumber, item.data | length) %}\r\n <td>{{ item.title }}</td>\r\n <td>Average</td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% for i in 0..rowsNumber - 1 %}\r\n <tr>\r\n {% if response.infrastructure | length > i %}\r\n <td>{{ response.infrastructure[i].title }}</td>\r\n <td>{{ response.infrastructure[i].average }}</td>\r\n {% elseif response.infrastructure | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% if response.consumable | length > i %}\r\n <td>{{ response.consumable[i].title }}</td>\r\n <td>{{ response.consumable[i].average }}</td>\r\n {% elseif response.consumable | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% if response.access | length > i %}\r\n <td>{{ response.keyAsset[i].title }}</td>\r\n <td>{{ response.keyAsset[i].average }}</td>\r\n {% elseif response.access | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% if response.keyAsset | length > i %}\r\n <td>{{ response.keyAsset[i].title }}</td>\r\n <td>{{ response.keyAsset[i].average }}</td>\r\n {% elseif response.keyAsset | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% for item in response.extras %}\r\n {% if item.data | length > i %}\r\n <td>{{ item.data[i].title }}</td>\r\n <td>{{ item.data[i].average }}</td>\r\n {% elseif item.data | length > 0 %}\r\n <td></td>\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endfor %}\r\n </table>\r\n\r\n <h1>ACTION PLAN</h1>\r\n\r\n <h2>Overview of eco-design strategies</h2>\r\n\r\n {% set responseString = \"\" %}\r\n {% set response = \"\" %}\r\n {% for atributo in tareaNueve.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if atributo.alias == \'eco_serv_e5_s1_preg10\' %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor%}\r\n {% if responseString is not empty %}\r\n {% set response = responseString | json_decode %}\r\n {% endif%}\r\n {% set max = 0 %}\r\n {% set min = 0 %}\r\n {% for item in response.infrastructure %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.consumable %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.access %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for item in response.keyAsset %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for extra in response.extras %}\r\n {% for item in extra.data %}\r\n {% for action in item.actions %}\r\n {% if min > action.startDate or min == 0 %}\r\n {% set min = action.startDate %}\r\n {% endif %}\r\n {% if max < action.endDate %}\r\n {% set max = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% set diff = date((min / 1000), \"Europe/Paris\").diff(date((max / 1000), \"Europe/Paris\")) %}\r\n {% set colNumber = 0 %}\r\n {% if diff.d > 20 %}\r\n {% set colNumber = diff.m + 2 %}\r\n {% else %}\r\n {% set colNumber = diff.m + 1 %}\r\n {% endif %}\r\n <table class=\"data-table\">\r\n <tr>\r\n <td rowspan=\"2\">STRATEGY</td>\r\n <td colspan=\"{{ colNumber }}\">MONTHS</td>\r\n </tr>\r\n <tr>\r\n {% for i in 1..colNumber %}\r\n <td>{{ i }}</td>\r\n {% endfor %}\r\n </tr>\r\n {% for item in response.infrastructure %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td>{{ item.title }}</td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\" bgcolor=\"#000000\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.consumable %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td>{{ item.title }}</td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\" bgcolor=\"#000000\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.access %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td>{{ item.title }}</td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\" bgcolor=\"#000000\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for item in response.keyAsset %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td>{{ item.title }}</td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\" bgcolor=\"#000000\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% for extra in response.extras %}\r\n {% for item in extra.data %}\r\n {% if item.actions | length > 0 %}\r\n <tr>\r\n {% set startTime = 0 %}\r\n {% set endTime = 0 %}\r\n {% for action in item.actions %}\r\n {% if startTime > action.startDate or startTime == 0 %}\r\n {% set startTime = action.startDate %}\r\n {% endif %}\r\n {% if endTime < action.endDate %}\r\n {% set endTime = action.endDate %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set startDiff = date((min / 1000), \"Europe/Paris\").diff(date((startTime / 1000), \"Europe/Paris\")) %}\r\n {% set betweenDiff = date((startTime / 1000), \"Europe/Paris\").diff(date((endTime / 1000), \"Europe/Paris\")) %}\r\n {% set startDiffValue = startDiff.m %}\r\n {% set betweenDiffValue = betweenDiff.m %}\r\n <td>{{ item.title }}</td>\r\n {% if startDiff.d > 20 %}\r\n {% set startDiffValue = startDiffValue + 1 %}\r\n {% endif %}\r\n {% if betweenDiff.d > 20 %}\r\n {% set betweenDiffValue = betweenDiffValue + 1 %}\r\n {% endif %}\r\n {% for i in 1..colNumber %}\r\n {% if (startDiffValue + 1) <= i and (startDiffValue + betweenDiffValue + 1) >= i %}\r\n <td class=\"active-option\" bgcolor=\"#000000\"></td>\r\n {% else %}\r\n <td></td>\r\n {% endif %}\r\n {% endfor %}\r\n </tr>\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n </table>\r\n</div>', NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(60, 'Canvas Initial Variables', 'gbc/initialvariables.html.twig', '{# Esto define y rellena las siguientes variables twig respuesta, respuestaca, tareacurrent y define tareanterior y respuestasarray(si no esta definida) para usos posteriores #}\r\n<input id=\"current\" type=\"hidden\" value=\"0\">\r\n {% set respuesta=[] %}\r\n {% set tareaanterior=0 %}\r\n {% set tareacurrent=tarea[0] %}\r\n {% set respuestaca=[] %}\r\n {% if respuestasarray is not defined %}\r\n {% set respuestasarray=[] %}\r\n {% endif %}\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% for respuestafor in casoestudio %}\r\n {% set respuestaca= respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% endif %}', 'N;', '2020-05-04 08:41:43', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(61, 'Canvas Exercises Links', 'gbc/exerciseslink.html.twig', '{# Dibuja la lista de enlaces del canvas y rellena la variable tareaanterior definida en gbc/initialvariables.html.twig #}\r\n<ul class=\"exercises_links\">\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% for tarea in tareas %}\r\n {% set encontrada=false %}\r\n {% if not tarea.invisible %}\r\n {% for tusuario in tarea.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% set encontrada=true %}\r\n {% if tusuario.completada==true %}\r\n {% if tarea.position< tareacurrent.position %}\r\n {% set tareaanterior=tarea %}\r\n {% endif %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"completada\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':tarea.id}) }}\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% else %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"no-completada\" href=\"#\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% if encontrada==false %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"no-completada\" href=\"#\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n </ul>', 'N;', '2020-05-04 11:26:56', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(62, 'Canvas next prev save', 'gbc/nextprevsave.html.twig', '{# sin dependencias #}\r\n\r\n{% set tareaanterior=null %}\r\n{% set tareacurrent=tarea[0] %}\r\n{% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n\r\n{% for tareadep in tareas %}\r\n {% if not tareadep.invisible %}\r\n {% for tusuario in tareadep.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% if tusuario.completada==true %}\r\n {% if tareadep.position < tareacurrent.position %}\r\n {% set tareaanterior=tareadep %}\r\n {% endif %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %} \r\n {% endif %}\r\n{% endfor %}\r\n\r\n<div class=\"exercise-btn-moves-group\">\r\n\r\n <a class=\"btn btn-up\" href=\"#\"><i class=\"fa fa-arrow-up\"></i></a>\r\n\r\n {% if tareaanterior is defined and tareaanterior is not null %}\r\n {% if tareaanterior.position < tarea[0].position %}\r\n <a class=\"btn btn-prev\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':tareaanterior.id}) }}\">{{\'Previous\'|trans({})}}</a>\r\n\r\n <script>\r\n $(\'.btn.btn-prev\').on(\'click\', function(e){\r\n e.preventDefault();\r\n Swal.fire({\r\n title: \'Are you sure to go previous step without save?\',\r\n text: \"You won\'t be able to revert this!\",\r\n icon: \'warning\',\r\n showCancelButton: true,\r\n confirmButtonColor: \'#3085d6\',\r\n cancelButtonColor: \'#d33\',\r\n confirmButtonText: \'Yes, I´m not interested in save!\'\r\n }).then((result) => {\r\n if (result.value) {\r\n window.location.href = \"{{ path(\'admin.procesos.realizartarea\',{\'id\':tareaanterior.id}) }}\";\r\n }\r\n });\r\n})</script> \r\n {% else %}\r\n <a class=\"btn btn-prev ocultar\" href=\"\"></a>\r\n {% endif %}\r\n {% else %}\r\n <a class=\"btn btn-prev ocultar\" href=\"\"></a>\r\n {% endif %}\r\n\r\n <span class=\"mensaje\"></span>\r\n\r\n <a id=\"save\" class=\"btn btn-save\" href=\"#\" onclick=\"$(\'#wizard\').parsley().validate();if($(\'#wizard\').parsley().isValid())$.ajax({ type: \'POST\', url: \'{{ path(\'api_app_api_guardartareaapi_savetask\', {\'id\': tarea[0].id})}}\', data: $(\'form\').serialize(), cache: false,}).done(function() {$(\'.exercise-btn-moves-group .mensaje\').text(\'Saving...\');window.setTimeout(function(){$(\'.exercise-btn-moves-group .mensaje\').text(\'Changes saved\');}, 1000);}).fail(function() {$(\'.exercise-btn-moves-group .mensaje\').text(\'Saving...\');window.setTimeout(function(){$(\'.exercise-btn-moves-group .mensaje\').text(\'Error saving changes\');}, 1000);});\">{{\'Save\'|trans({})}}</a>\r\n <a class=\"btn btn-next\" href=\"#\" onclick=\"$(\'#wizard\').submit()\">{{\'Next\'|trans({})}}</a>\r\n\r\n</div>', 'N;', '2020-05-25 13:11:31', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(63, 'Navegación eco-design', 'eco-design/navigation-bar.html.twig', '<style type=\"text/css\">\r\n\r\n</style>\r\n{% if not tareaActual.invisible %}\r\n <div class=\"modal fade lgx\" id=\"mapModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"mapModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div class=\"mapContainer\">\r\n <img src=\"/uploads/3/mapa-bicolor.png\" >\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n <div class=\"navigation-container\">\r\n <img class=\"avatar\" height=\"50px\" src=\"{{ asset(\'/uploads/3/mapa-thumbnail.png\')}}\" alt=\"mapa\" data-toggle=\"modal\" data-target=\"#mapModal\" >\r\n <ul class=\"exercises_links\">\r\n {% set type = \'SERVICE\' %}\r\n {% set completedTasks = true %}\r\n {% set taskNames = [\"Pack The Bag\", \"System\", \"Assessment\", \"Strategies\", \"Action Plan\", \"System\", \"Assessment\", \"Strategies\", \"Action Plan\"] %}\r\n {% set myPositionCounter = -1 %}\r\n {% for task in tareas %}\r\n {% if task.alias == \'UI_WELCOME_02\' %}\r\n {% for atributo in task.atributos %}\r\n {% for respuesta in atributo.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% if respuesta.valor == \'service\' %}\r\n {% set type = \'PRODUCT\' %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% endif %}\r\n {% set encontrada = false %}\r\n {% set class = \'\' %}\r\n {% set isMyPosition = false %}\r\n {% if tarea[0].alias == task.alias %}\r\n {% set class = class~\' my-position\' %}\r\n {% set isMyPosition = true %}\r\n {% endif %}\r\n {% if task.alias ends with \'_INICIO\' %}\r\n {% set class = class~\' inicio-etapa \'~task.alias %}\r\n {% set myPositionCounter = myPositionCounter + 1 %}\r\n {% elseif task.alias ends with \'_RESULTADO\' %}\r\n {% set class = class~\' fin-etapa\' %}\r\n {% endif %}\r\n {% if not task.invisible and not (task.alias starts with type) %}\r\n {% for tusuario in task.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% set encontrada=true %}\r\n <li>\r\n {% if task.alias == \"SERVICE_ETAPA2_STEP2_1\" %}\r\n <a id=\"link-{{ task.alias }}\" class=\"completada{{ class }} start_prod\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':task.id}) }}\"></a>\r\n {% elseif task.alias == \"SERVICE_ETAPA2_STEP2_2\" %}\r\n <a id=\"link-{{ task.alias }}\" class=\"completada{{ class }} mid_prod\" href=\"#\"></a>\r\n {% elseif task.alias == \"SERVICE_ETAPA2_STEP2_3\" %}\r\n <a id=\"link-{{ task.alias }}\" class=\"completada{{ class }} end_prod\" href=\"#\"></a>\r\n {% else %}\r\n {% if tusuario.completada==true %}\r\n <a id=\"link-{{ task.alias }}\" class=\"completada{{ class }}\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':task.id}) }}\"></a>\r\n {% elseif completedTasks %}\r\n <a id=\"link-{{ task.alias }}\" class=\"no-completada actual{{ class }}\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':task.id}) }}\"></a>\r\n {% set completedTasks = false %}\r\n {% else %}\r\n <a id=\"link-{{ task.alias }}\" class=\"no-completada{{ class }}\" href=\"#\"></a>\r\n {% endif %}\r\n {% endif %}\r\n {% if isMyPosition == true and myPositionCounter >= 0 and myPositionCounter < taskNames | length %}\r\n <p>{{ taskNames[myPositionCounter] }}</p>\r\n {% endif %}\r\n </li>\r\n {% endif %}\r\n {% endfor %}\r\n {% if encontrada==false %}\r\n {% if completedTasks %}\r\n <li><a id=\"link-{{ task.alias }}\" class=\"no-completada actual{{ class }}\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':task.id}) }}\"></a></li>\r\n {% set completedTasks = false %}\r\n {% else %}\r\n <li><a id=\"link-{{ task.alias }}\" class=\"no-completada{{ class }}\" href=\"#\"></a></li>\r\n {% endif %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n </ul>\r\n</div>\r\n{% endif %}', 'N;', '2020-05-26 10:55:16', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(64, 'Eco-design Resouces', 'eco-design/resources.html.twig', '<div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n </div>', 'N;', '2020-05-04 10:06:58', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(65, 'Canvas next prev save css', 'gbc/nextprevsavecss.html.twig', '{# sin dependencias #}\r\n\r\n.exercise-btn-moves-group{\r\n\r\n position: fixed;\r\n bottom: 0;\r\n right: 0;\r\n width: 100%;\r\n z-index: 999;\r\n background: #ecf0f5;\r\n display: grid;\r\n grid-gap: 15px;\r\n grid-template-columns: auto auto 1fr auto auto;\r\n align-items: center;\r\n padding: 10px;\r\n border-top: solid 2px #d4dae2;\r\n justify-items: flex-start;\r\n\r\n}\r\n\r\n.exercise-btn-moves-group a{\r\n\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n background: #333333;\r\n\r\n}\r\n\r\n.exercise-btn-moves-group a:hover, .exercise-btn-moves-group a:focus, .exercise-btn-moves-group a:active{\r\n\r\n background: #4d4d4d;\r\n color: #fff;\r\n\r\n}\r\n\r\n.exercise-btn-moves-group .btn-prev{\r\n\r\n\r\n \r\n \r\n}\r\n\r\n.exercise-btn-moves-group .btn-prev.ocultar{\r\n\r\n padding: 0;\r\n margin: 0;\r\n width: 0;\r\n height: 0;\r\n \r\n}\r\n\r\n.exercise-btn-moves-group .btn-save{\r\n\r\n\r\n\r\n}\r\n\r\n.exercise-btn-moves-group .btn-next{\r\n\r\n \r\n\r\n}\r\n\r\n.exercise-btn-moves-group .mensaje{\r\n\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n width: 100%;\r\n font-size: 2rem;\r\n line-height: 2rem;\r\n color: #e74f00;\r\n font-weight: 700;\r\n\r\n}', 'N;', '2020-05-05 09:42:20', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(66, 'Canvas Recursos', 'gbc/recursos.html.twig', '<div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n </div>', 'N;', '2020-05-05 09:39:09', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(67, 'Visualizacion de conjunto', 'gbc/visualizacion_de_conjunto.html.twig', '<a class=\"btn btn-success copy\">{{\'Full Visualization\'|trans({})}}</a>\r\n\r\n<div class=\"visualizacion wrappertest\" style=\"display:none\"><a class=\"btn btn-error cerrar\">×</a>\r\n</div>\r\n\r\n<script>\r\n$(\'a.copy\').on(\'click\', function(){\r\n console.log(\'compiando\');\r\n $(\'textarea\').each(function(){\r\n // get the value\r\n $(this).html($(this).val());\r\n // check the value with the regular expression here.\r\n // send alert if failed etc...\r\n });\r\n var cp = $(\'form.wizard\').html();\r\n var vis=$(\'div.visualizacion\').html();\r\n $(\'div.visualizacion\').append( cp );\r\n $(\'.visualizacion.wrappertest textarea\').prop(\'disabled\', true);\r\n $(\'div.visualizacion\').show();\r\n $(\'a.cerrar\').on(\'click\', function(){\r\n console.log(\'limpiando\');\r\n $(\'div.visualizacion\').html(\'\');\r\n $(\'div.visualizacion\').append(\'<a class=\"btn btn-error cerrar\">×</a>\');\r\n $(\'div.visualizacion\').hide();\r\n });\r\n});\r\n \r\n \r\n</script>', 'N;', '2020-05-19 09:51:08', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(68, 'Visualización de conjunto css', 'gbc/visualizacion_de_conjunto_css.html.twig', '.visualizacion.wrappertest{\r\n\r\n background: #ffffff;\r\n border: solid 3px #000;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n\r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 75%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n\r\n}\r\n\r\n.visualizacion.wrappertest .cerrar{\r\n\r\n font-size: 21px;\r\n font-weight: 700;\r\n color: rgb(218, 0, 0);\r\n width: 100%;\r\n display: flex;\r\n justify-content: flex-end;\r\n margin: 0;\r\n padding: 0;\r\n line-height: 21px;\r\n margin-bottom: 15px;\r\n\r\n}\r\n\r\n.visualizacion.wrappertest .cerrar:hover, .visualizacion.wrappertest .cerrar:active, .visualizacion.wrappertest .cerrar:focus{\r\n\r\n box-shadow: none;\r\n\r\n}\r\n\r\n.visualizacion.wrappertest .steps{\r\n\r\n display: none;\r\n \r\n}\r\n\r\n.visualizacion.wrappertest > .content{\r\n\r\n margin: 0;\r\n\r\n}\r\n\r\n.visualizacion.wrappertest > .content .exercise-btn-moves-group{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.visualizacion.wrappertest > .content .seccion-multiple.title{\r\n\r\n visibility: initial;\r\n height: auto;\r\n width: auto;\r\n\r\n margin: 0;\r\n padding: 0;\r\n grid-column: 1 / 3;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n line-height: 2.5rem;\r\n color: #2d2d2d;\r\n border-bottom: solid 1px #2d2d2d;\r\n padding-bottom: 7.5px;\r\n margin-bottom: 15px;\r\n\r\n}\r\n\r\n.visualizacion.wrappertest > .content > section{\r\n\r\n display: block !important;\r\n margin-bottom: 15px;\r\n\r\n}\r\n\r\n.btn.btn-success.copy{\r\n\r\n display: inline-flex;\r\n align-items: center;\r\n cursor: pointer;\r\n background: #333;\r\n height: auto;\r\n width: auto;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin: 0;\r\n\r\n}', 'N;', '2020-05-06 09:27:38', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(69, 'Estilos eco-design', 'eco-design/styles.html.twig', '<style type=\"text/css\">\r\n {% if tarea[0].alias == \'ETAPA1_STEP3\' or tarea[0].alias == \'ETAPA1_STEP4\' %}\r\n #wizard .inner {\r\n display: grid;\r\n grid-template-columns: repeat(2, 1fr);\r\n grid-gap: 20px;\r\n }\r\n {% endif %}\r\n {% if tarea[0].alias == \'ETAPA1_INICIO\' %}\r\n #radioTeams {\r\n left: 4%;\r\n top: 5%;\r\n }\r\n \r\n #radioProject {\r\n left: 88%;\r\n top: 40%;\r\n }\r\n #radioSustainableVision {\r\n left: 12%;\r\n top: 56%;\r\n }\r\n #radioContext {\r\n left: 83%;\r\n top: 69%;\r\n }\r\n .absolute-container > button {\r\n position: absolute;\r\n height: 6%;\r\n width: 5.5%;\r\n background: none;\r\n border: none;\r\n }\r\n .absolute-container {\r\n position: relative;\r\n}\r\n {% endif %}\r\n #pills-tab > li > a.btn-read-before::before {\r\n background-image: url(/uploads/3/post-ic.png);\r\n background-size: 48px 48px;\r\n display: block;\r\n width: 100%;\r\n height: 48px;\r\n content: \"\";\r\n background-repeat: no-repeat;\r\n background-position: center; \r\n }\r\n \r\n .alert-read-before p, .alert-read-before li {\r\n color: black !important;\r\n }\r\n .content > .container {\r\n margin-bottom: 50px;\r\n }\r\n .table-modal {\r\n width: 100%; \r\n }\r\n .instructions-box {\r\n text-align: center;\r\n }\r\n .casoestudiobtn.no-contenido {\r\n display: none;\r\n }\r\n#hidden_form_item {\r\n display: none;\r\n}\r\n.exercises_links > li {\r\n position: relative;\r\n}\r\n.exercises_links > li > p {\r\n position: absolute;\r\n white-space: nowrap;\r\n top: calc(100% - 5px);\r\n left: 50%;\r\n border-left: 1px solid darkblue;\r\n border-bottom: 1px solid darkblue;\r\n padding: 9px 0 5px 20px;\r\n color: darkblue;\r\n font-size: 25px;\r\n}\r\n .navigation-container {\r\n margin-bottom: 50px;\r\n }\r\n</style>', 'N;', '2020-06-02 15:43:51', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(70, '404 Not Found', 'external/notfound.html.twig', '<html><head>\r\n<style>\r\n @import url(\"https://fonts.googleapis.com/css?family=Roboto+Mono:300,500\");\r\n\r\nhtml,\r\nbody {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n\r\nbody {\r\n background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/257418/andy-holmes-698828-unsplash.jpg);\r\n background-size: cover;\r\n background-repeat: no-repeat;\r\n min-height: 100vh;\r\n min-width: 100vw;\r\n font-family: \"Roboto Mono\", \"Liberation Mono\", Consolas, monospace;\r\n color: rgba(255, 255, 255, 0.87);\r\n}\r\n\r\n.mx-auto {\r\n margin-left: auto;\r\n margin-right: auto;\r\n}\r\n\r\n.container,\r\n.container > .row,\r\n.container > .row > div {\r\n height: 100%;\r\n}\r\n\r\n#countUp {\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n height: 100%;\r\n\r\n .number {\r\n font-size: 4rem;\r\n font-weight: 500;\r\n\r\n + .text {\r\n margin: 0 0 1rem;\r\n }\r\n }\r\n\r\n .text {\r\n font-weight: 300;\r\n text-align: center;\r\n }\r\n}\r\n</style>\r\n<script>\r\n var formatThousandsNoRounding = function(n, dp){\r\n var e = \'\', s = e+n, l = s.length, b = n < 0 ? 1 : 0,\r\n i = s.lastIndexOf(\',\'), j = i == -1 ? l : i,\r\n r = e, d = s.substr(j+1, dp);\r\n while ( (j-=3) > b ) { r = \'.\' + s.substr(j, 3) + r; }\r\n return s.substr(0, j + 3) + r + \r\n (dp ? \',\' + d + ( d.length < dp ? \r\n (\'00000\').substr(0, dp - d.length):e):e);\r\n};\r\n\r\nvar hasRun = false;\r\n\r\ninView(\'#countUp\').on(\'enter\', function() {\r\n if (hasRun == false) {\r\n $(\'.number\').each(function() {\r\n var $this = $(this),\r\n countTo = $this.attr(\'data-count\');\r\n\r\n $({ countNum: $this.text()}).animate({\r\n countNum: countTo\r\n },\r\n {\r\n duration: 2000,\r\n easing:\'linear\',\r\n step: function() {\r\n $this.text(formatThousandsNoRounding(Math.floor(this.countNum)));\r\n },\r\n complete: function() {\r\n $this.text(formatThousandsNoRounding(this.countNum));\r\n }\r\n });\r\n });\r\n hasRun = true;\r\n }\r\n});\r\n</script>\r\n </head><body>\r\n<div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"xs-12 md-6 mx-auto\">\r\n <div id=\"countUp\">\r\n <div class=\"number\" data-count=\"404\">404</div>\r\n <div class=\"text\">Page not found</div>\r\n <!---<div class=\"text\">This may not mean anything.</div>\r\n <div class=\"text\">I\'m probably working on something that has blown up.</div>-->\r\n </div>\r\n </div>\r\n </div>\r\n</div> \r\n </body></html>', 'N;', '2020-05-11 10:18:12', '7317d6b18a4ee4e481a382b05d8ffa5c', NULL, NULL, NULL, NULL, 'external', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(71, 'Formulario Producto', 'external/formulario_producto_1.html.twig', '<html>\r\n <head>\r\n <script src=\"/bundles/sonatacore/vendor/jquery/dist/jquery.min.js\"></script>\r\n {% include \'eco-design/external_styles.html.twig\' %}\r\n {% include \'eco-design/external-mail.html.twig\' %}\r\n </head>\r\n <body>\r\n <h1>SWITCH ECO-DESIGN – SCORE THE PERFORMANCE</h1>\r\n <p>Where do you foresee wider improvement possibilities?<br />Qualitatively measure the distance between the product that you are currently producing, and the sustainable product that you aim to produce by modifying the selected attributes. Score in a 1 to 5 scale the room for improvement of the product that you want to eco-design for each of the selected attributes.</p>\r\n {% set tareas = tarea.getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set respuesta = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if \"PRODUCT_ETAPA2_STEP2\" == tareaselement.alias %}\r\n {% set respuesta = tareaselement.getProcesosId.getRespuestaPregunta(tareaselement,\'eco_prod_e2_s2_preg10\', user.id) %}\r\n {% endif %}\r\n {% endfor %}\r\n {% if respuesta != \"\" %}\r\n {% set response = respuesta | json_decode %}\r\n {% endif %}\r\n <div id=\"container\">\r\n <input type=\"hidden\" name=\"hash\" value=\"{{hash}}\">\r\n <input type=\"hidden\" name=\"author\" value=\"{{app.request.get(\'email\') | base64_decode}}\">\r\n {% if response.raw.total > 0 %}\r\n <div class=\"category\">\r\n <div class=\"header\">\r\n <h2>Raw materials</h2>\r\n </div>\r\n <div class=\"content\">\r\n {% for index, item in response.raw.default %}\r\n\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\">\r\n <div class=\"pre-text\">\r\n <p>Little room for<br />improvement</p>\r\n </div>\r\n <div class=\"options\">\r\n <label for=\"raw{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"raw{{ index }}-1\" name=\"{{ item.id }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"raw{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"raw{{ index }}-2\" name=\"{{ item.id }}\" class=\"input2\" value=\"2\">\r\n <label for=\"raw{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"raw{{ index }}-3\" name=\"{{ item.id }}\" class=\"input3\" value=\"3\">\r\n <label for=\"raw{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"raw{{ index }}-4\" name=\"{{ item.id }}\" class=\"input4\" value=\"4\">\r\n <label for=\"raw{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"raw{{ index }}-5\" name=\"{{ item.id }}\" class=\"input5\" value=\"5\">\r\n </div>\r\n <div class=\"post-text\">\r\n <p>Plenty of room for<br />improvement</p>\r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"raw{{ index }}-6\" value=\"no-answer\" name=\"{{ item.id }}\"> \r\n <label for=\"raw{{ index }}-6\">No answer</label>\r\n </div>\r\n {% endfor %}\r\n {% for index, item in response.raw.new %}\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\">\r\n <div class=\"pre-text\">\r\n <p>Little room for<br />improvement</p>\r\n </div>\r\n <div class=\"options\">\r\n <label for=\"custom-raw{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"custom-raw{{ index }}-1\" name=\"custom-raw-{{ index }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"custom-raw{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"custom-raw{{ index }}-2\" name=\"custom-raw-{{ index }}\" class=\"input2\" value=\"2\">\r\n <label for=\"custom-raw{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"custom-raw{{ index }}-3\" name=\"custom-raw-{{ index }}\" class=\"input3\" value=\"3\">\r\n <label for=\"custom-raw{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"custom-raw{{ index }}-4\" name=\"custom-raw-{{ index }}\" class=\"input4\" value=\"4\">\r\n <label for=\"custom-raw{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"custom-raw{{ index }}-5\" name=\"custom-raw-{{ index }}\" class=\"input5\" value=\"5\">\r\n </div>\r\n <div class=\"post-text\">\r\n <p>Plenty of room for<br />improvement</p>\r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"custom-raw{{ index }}-6\" value=\"no-answer\" name=\"custom-raw-{{ index }}\"> \r\n <label for=\"custom-raw{{ index }}-6\">No answer</label>\r\n </div>\r\n {% endfor %} \r\n </div>\r\n </div>\r\n {% endif %}\r\n {% if response.prod.total > 0 %}\r\n <div class=\"category\">\r\n <div class=\"header\">\r\n <h2>Production</h2>\r\n </div>\r\n <div class=\"content\">\r\n {% for index, item in response.prod.default %}\r\n\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\">\r\n <div class=\"pre-text\">\r\n <p>Little room for<br />improvement</p>\r\n </div>\r\n <div class=\"options\">\r\n <label for=\"prod{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"prod{{ index }}-1\" name=\"{{ item.id }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"prod{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"prod{{ index }}-2\" name=\"{{ item.id }}\" class=\"input2\" value=\"2\">\r\n <label for=\"prod{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"prod{{ index }}-3\" name=\"{{ item.id }}\" class=\"input3\" value=\"3\">\r\n <label for=\"prod{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"prod{{ index }}-4\" name=\"{{ item.id }}\" class=\"input4\" value=\"4\">\r\n <label for=\"prod{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"prod{{ index }}-5\" name=\"{{ item.id }}\" class=\"input5\" value=\"5\">\r\n </div>\r\n <div class=\"post-text\">\r\n <p>Plenty of room for<br />improvement</p>\r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"prod{{ index }}-6\" value=\"no-answer\" name=\"{{ item.id }}\"> \r\n <label for=\"prod{{ index }}-6\">No answer</label>\r\n </div>\r\n {% endfor %}\r\n {% for index, item in response.prod.new %}\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\">\r\n <div class=\"pre-text\">\r\n <p>Little room for<br />improvement</p>\r\n </div>\r\n <div class=\"options\">\r\n <label for=\"custom-prod{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"custom-prod{{ index }}-1\" name=\"custom-prod-{{ index }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"custom-prod{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"custom-prod{{ index }}-2\" name=\"custom-prod-{{ index }}\" class=\"input2\" value=\"2\">\r\n <label for=\"custom-prod{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"custom-prod{{ index }}-3\" name=\"custom-prod-{{ index }}\" class=\"input3\" value=\"3\">\r\n <label for=\"custom-prod{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"custom-prod{{ index }}-4\" name=\"custom-prod-{{ index }}\" class=\"input4\" value=\"4\">\r\n <label for=\"custom-prod{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"custom-prod{{ index }}-5\" name=\"custom-prod-{{ index }}\" class=\"input5\" value=\"5\">\r\n </div>\r\n <div class=\"post-text\">\r\n <p>Plenty of room for<br />improvement</p>\r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"custom-prod{{ index }}-6\" value=\"no-answer\" name=\"custom-prod-{{ index }}\"> \r\n <label for=\"custom-prod{{ index }}-6\">No answer</label>\r\n </div>\r\n {% endfor %}\r\n </div>\r\n </div>\r\n {% endif %}\r\n\r\n {% if response.pack.total > 0 %}\r\n <div class=\"category\">\r\n <div class=\"header\">\r\n <h2>Packaging</h2>\r\n </div>\r\n <div class=\"content\">\r\n {% for index, item in response.pack.default %}\r\n\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\">\r\n <div class=\"pre-text\">\r\n <p>Little room for<br />improvement</p>\r\n </div>\r\n <div class=\"options\">\r\n <label for=\"pack{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"pack{{ index }}-1\" name=\"{{ item.id }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"pack{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"pack{{ index }}-2\" name=\"{{ item.id }}\" class=\"input2\" value=\"2\">\r\n <label for=\"pack{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"pack{{ index }}-3\" name=\"{{ item.id }}\" class=\"input3\" value=\"3\">\r\n <label for=\"pack{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"pack{{ index }}-4\" name=\"{{ item.id }}\" class=\"input4\" value=\"4\">\r\n <label for=\"pack{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"pack{{ index }}-5\" name=\"{{ item.id }}\" class=\"input5\" value=\"5\">\r\n </div>\r\n <div class=\"post-text\">\r\n <p>Plenty of room for<br />improvement</p>\r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"pack{{ index }}-6\" value=\"no-answer\" name=\"{{ item.id }}\"> \r\n <label for=\"pack{{ index }}-6\">No answer</label>\r\n </div>\r\n {% endfor %}\r\n {% for index, item in response.pack.new %}\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\">\r\n <div class=\"pre-text\">\r\n <p>Little room for<br />improvement</p>\r\n </div>\r\n <div class=\"options\">\r\n <label for=\"custom-pack{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"custom-pack{{ index }}-1\" name=\"custom-pack-{{ index }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"custom-pack{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"custom-pack{{ index }}-2\" name=\"custom-pack-{{ index }}\" class=\"input2\" value=\"2\">\r\n <label for=\"custom-pack{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"custom-pack{{ index }}-3\" name=\"custom-pack-{{ index }}\" class=\"input3\" value=\"3\">\r\n <label for=\"custom-pack{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"custom-pack{{ index }}-4\" name=\"custom-pack-{{ index }}\" class=\"input4\" value=\"4\">\r\n <label for=\"custom-pack{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"custom-pack{{ index }}-5\" name=\"custom-pack-{{ index }}\" class=\"input5\" value=\"5\">\r\n </div>\r\n <div class=\"post-text\">\r\n <p>Plenty of room for<br />improvement</p>\r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"custom-pack{{ index }}-6\" value=\"no-answer\" name=\"custom-pack-{{ index }}\"> \r\n <label for=\"custom-pack{{ index }}-6\">No answer</label>\r\n </div>\r\n {% endfor %}\r\n </div>\r\n </div>\r\n {% endif %}\r\n {% if response.dist.total > 0 %}\r\n <div class=\"category\">\r\n <div class=\"header\">\r\n <h2>Distribution</h2>\r\n </div>\r\n <div class=\"content\">\r\n {% for index, item in response.dist.default %}\r\n\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\">\r\n <div class=\"pre-text\">\r\n <p>Little room for<br />improvement</p>\r\n </div>\r\n <div class=\"options\">\r\n <label for=\"dist{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"dist{{ index }}-1\" name=\"{{ item.id }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"dist{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"dist{{ index }}-2\" name=\"{{ item.id }}\" class=\"input2\" value=\"2\">\r\n <label for=\"dist{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"dist{{ index }}-3\" name=\"{{ item.id }}\" class=\"input3\" value=\"3\">\r\n <label for=\"dist{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"dist{{ index }}-4\" name=\"{{ item.id }}\" class=\"input4\" value=\"4\">\r\n <label for=\"dist{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"dist{{ index }}-5\" name=\"{{ item.id }}\" class=\"input5\" value=\"5\">\r\n </div>\r\n <div class=\"post-text\">\r\n <p>Plenty of room for<br />improvement</p>\r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"dist{{ index }}-6\" value=\"no-answer\" name=\"{{ item.id }}\"> \r\n <label for=\"dist{{ index }}-6\">No answer</label>\r\n </div>\r\n {% endfor %}\r\n {% for index, item in response.dist.new %}\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\">\r\n <div class=\"pre-text\">\r\n <p>Little room for<br />improvement</p>\r\n </div>\r\n <div class=\"options\">\r\n <label for=\"custom-dist{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"custom-dist{{ index }}-1\" name=\"custom-dist-{{ index }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"custom-dist{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"custom-dist{{ index }}-2\" name=\"custom-dist-{{ index }}\" class=\"input2\" value=\"2\">\r\n <label for=\"custom-dist{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"custom-dist{{ index }}-3\" name=\"custom-dist-{{ index }}\" class=\"input3\" value=\"3\">\r\n <label for=\"custom-dist{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"custom-dist{{ index }}-4\" name=\"custom-dist-{{ index }}\" class=\"input4\" value=\"4\">\r\n <label for=\"custom-dist{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"custom-dist{{ index }}-5\" name=\"custom-dist-{{ index }}\" class=\"input5\" value=\"5\">\r\n </div>\r\n <div class=\"post-text\">\r\n <p>Plenty of room for<br />improvement</p>\r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"custom-dist{{ index }}-6\" value=\"no-answer\" name=\"custom-dist-{{ index }}\"> \r\n <label for=\"custom-dist{{ index }}-6\">No answer</label>\r\n </div>\r\n {% endfor %}\r\n </div>\r\n </div>\r\n {% endif %}\r\n {% if response.main.total > 0 %}\r\n <div class=\"category\">\r\n <div class=\"header\">\r\n <h2>Use & Maintenance</h2>\r\n </div>\r\n <div class=\"content\">\r\n {% for index, item in response.main.default %}\r\n\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\">\r\n <div class=\"pre-text\">\r\n <p>Little room for<br />improvement</p>\r\n </div>\r\n <div class=\"options\">\r\n <label for=\"main{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"main{{ index }}-1\" name=\"{{ item.id }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"main{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"main{{ index }}-2\" name=\"{{ item.id }}\" class=\"input2\" value=\"2\">\r\n <label for=\"main{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"main{{ index }}-3\" name=\"{{ item.id }}\" class=\"input3\" value=\"3\">\r\n <label for=\"main{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"main{{ index }}-4\" name=\"{{ item.id }}\" class=\"input4\" value=\"4\">\r\n <label for=\"main{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"main{{ index }}-5\" name=\"{{ item.id }}\" class=\"input5\" value=\"5\">\r\n </div>\r\n <div class=\"post-text\">\r\n <p>Plenty of room for<br />improvement</p>\r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"main{{ index }}-6\" value=\"no-answer\" name=\"{{ item.id }}\"> \r\n <label for=\"main{{ index }}-6\">No answer</label>\r\n </div>\r\n {% endfor %}\r\n {% for index, item in response.main.new %}\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\">\r\n <div class=\"pre-text\">\r\n <p>Little room for<br />improvement</p>\r\n </div>\r\n <div class=\"options\">\r\n <label for=\"custom-main{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"custom-main{{ index }}-1\" name=\"custom-main-{{ index }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"custom-main{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"custom-main{{ index }}-2\" name=\"custom-main-{{ index }}\" class=\"input2\" value=\"2\">\r\n <label for=\"custom-main{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"custom-main{{ index }}-3\" name=\"custom-main-{{ index }}\" class=\"input3\" value=\"3\">\r\n <label for=\"custom-main{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"custom-main{{ index }}-4\" name=\"custom-main-{{ index }}\" class=\"input4\" value=\"4\">\r\n <label for=\"custom-main{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"custom-main{{ index }}-5\" name=\"custom-main-{{ index }}\" class=\"input5\" value=\"5\">\r\n </div>\r\n <div class=\"post-text\">\r\n <p>Plenty of room for<br />improvement</p>\r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"custom-main{{ index }}-6\" value=\"no-answer\" name=\"custom-main-{{ index }}\"> \r\n <label for=\"custom-main{{ index }}-6\">No answer</label>\r\n </div>\r\n {% endfor %}\r\n </div>\r\n </div>\r\n {% endif %}\r\n {% if response.end.total > 0 %}\r\n <div class=\"category\">\r\n <div class=\"header\">\r\n <h2>End of cycle</h2>\r\n </div>\r\n <div class=\"content\">\r\n {% for index, item in response.end.default %}\r\n\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\">\r\n <div class=\"pre-text\">\r\n <p>Little room for<br />improvement</p>\r\n </div>\r\n <div class=\"options\">\r\n <label for=\"end{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"end{{ index }}-1\" name=\"{{ item.id }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"end{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"end{{ index }}-2\" name=\"{{ item.id }}\" class=\"input2\" value=\"2\">\r\n <label for=\"end{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"end{{ index }}-3\" name=\"{{ item.id }}\" class=\"input3\" value=\"3\">\r\n <label for=\"end{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"end{{ index }}-4\" name=\"{{ item.id }}\" class=\"input4\" value=\"4\">\r\n <label for=\"end{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"end{{ index }}-5\" name=\"{{ item.id }}\" class=\"input5\" value=\"5\">\r\n </div>\r\n <div class=\"post-text\">\r\n <p>Plenty of room for<br />improvement</p>\r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"end{{ index }}-6\" value=\"no-answer\" name=\"{{ item.id }}\"> \r\n <label for=\"end{{ index }}-6\">No answer</label>\r\n </div>\r\n {% endfor %}\r\n {% for index, item in response.end.new %}\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\">\r\n <div class=\"pre-text\">\r\n <p>Little room for<br />improvement</p>\r\n </div>\r\n <div class=\"options\">\r\n <label for=\"custom-end{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"custom-end{{ index }}-1\" name=\"custom-end-{{ index }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"custom-end{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"custom-end{{ index }}-2\" name=\"custom-end-{{ index }}\" class=\"input2\" value=\"2\">\r\n <label for=\"custom-end{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"custom-end{{ index }}-3\" name=\"custom-end-{{ index }}\" class=\"input3\" value=\"3\">\r\n <label for=\"custom-end{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"custom-end{{ index }}-4\" name=\"custom-end-{{ index }}\" class=\"input4\" value=\"4\">\r\n <label for=\"custom-end{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"custom-end{{ index }}-5\" name=\"custom-end-{{ index }}\" class=\"input5\" value=\"5\">\r\n </div>\r\n <div class=\"post-text\">\r\n <p>Plenty of room for<br />improvement</p>\r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"custom-end{{ index }}-6\" value=\"no-answer\" name=\"custom-end-{{ index }}\"> \r\n <label for=\"custom-end{{ index }}-6\">No answer</label>\r\n </div>\r\n {% endfor %}\r\n </div>\r\n </div>\r\n {% endif %}\r\n </div>\r\n <form id=\"wizard\" action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea.id}) }}\" method=\"post\">\r\n <input type=\"text\" name=\"eco_prod_e3_s1_preg20_email_data\" id=\"hidden_form_item\">\r\n <a href=\"#\" onclick=\"sendResponse()\">{{\'Save\'|trans({})}}</a>\r\n </form>\r\n </body>\r\n</html>', 'N;', '2020-06-04 08:51:55', 'b5d4b8cc1c87eb7f0d7ed4d286f21490', NULL, NULL, NULL, NULL, 'external', 'P', 'A4', NULL, NULL),
(72, 'Ecodesign external css', 'eco-design/external_styles.html.twig', '<style type=\"text/css\">\r\n #hidden_form_item {\r\n display: none;\r\n }\r\n \r\n body {\r\n background: #a6a6a6;\r\n }\r\n\r\n .category {\r\n max-width: 1200px;\r\n font-family: sans-serif;\r\n margin-bottom: 20px;\r\n }\r\n\r\n .category > .content {\r\n background: white; \r\n padding: 10px;\r\n }\r\n\r\n .category > .header {\r\n background: #0DB0D8;\r\n color: white;\r\n margin: 0 0 5px 0;\r\n padding: 10px;\r\n }\r\n\r\n .lab1 {\r\n grid-area: lab1;\r\n }\r\n\r\n .lab2 {\r\n grid-area: lab2;\r\n }\r\n\r\n .lab3 {\r\n grid-area: lab3;\r\n }\r\n\r\n .lab4 {\r\n grid-area: lab4;\r\n }\r\n\r\n .lab5 {\r\n grid-area: lab5;\r\n }\r\n\r\n .input1 {\r\n grid-area: input1;\r\n }\r\n\r\n .input2 {\r\n grid-area: input2;\r\n }\r\n\r\n .input3 {\r\n grid-area: input3;\r\n }\r\n\r\n .input4 {\r\n grid-area: input4;\r\n }\r\n\r\n .input5 {\r\n grid-area: input5;\r\n }\r\n\r\n .question {\r\n margin-bottom: 15px;\r\n }\r\n\r\n .category > .content .options {\r\n display: grid;\r\n grid-template-areas: \'input1 input2 input3 input4 input5\' \'lab1 lab2 lab3 lab4 lab5\';\r\n justify-content: center;\r\n grid-auto-columns: 1fr;\r\n }\r\n\r\n .category > .content .grid-form {\r\n display: grid;\r\n grid-template-columns: repeat(3, 1fr);\r\n }\r\n\r\n .category > .content .pre-text, .post-text {\r\n text-align: center;\r\n }\r\n\r\n .category > .content .options > input {\r\n align-self: center;\r\n justify-self: center;\r\n }\r\n\r\n .category > .content .options > label {\r\n text-align: center;\r\n }\r\n\r\n .btn-success {\r\n background-color: #00a65a;\r\n border-color: #008d4c;\r\n }\r\n .btn {\r\n border-radius: 3px;\r\n -webkit-box-shadow: none;\r\n box-shadow: none;\r\n border: 1px solid transparent;\r\n }\r\n .btn-success {\r\n color: #fff;\r\n background-color: #5cb85c;\r\n border-color: #4cae4c;\r\n }\r\n .btn {\r\n display: inline-block;\r\n padding: 6px 12px;\r\n margin-bottom: 0;\r\n font-size: 14px;\r\n font-weight: 400;\r\n line-height: 1.42857143;\r\n text-align: center;\r\n white-space: nowrap;\r\n vertical-align: middle;\r\n -ms-touch-action: manipulation;\r\n touch-action: manipulation;\r\n cursor: pointer;\r\n -webkit-user-select: none;\r\n -moz-user-select: none;\r\n -ms-user-select: none;\r\n user-select: none;\r\n background-image: none;\r\n border: 1px solid transparent;\r\n border-radius: 4px;\r\n }\r\n</style>', 'N;', '2020-06-05 07:50:57', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(73, 'Formulario servicio', 'external/formulario_service_1.html.twig', '<html>\r\n <head>\r\n <script src=\"/bundles/sonatacore/vendor/jquery/dist/jquery.min.js\"></script>\r\n {% include \'eco-design/external_styles.html.twig\' %}\r\n {% include \'eco-design/external-mail.html.twig\' %}\r\n </head>\r\n <body>\r\n <h1>SWITCH TO ECO-DESIGN – SCORE THE PERFORMANCE</h1>\r\n <p>Where do you foresee wider improvement possibilities?<br />Qualitatively measure the distance between the service that you are currently delivering, and the sustainable service that you aim to deliver by modifying the selected attributes. Score in a 1 to 5 scale the room for improvement of the service that you want to eco-design for each of the selected attributes.</p>\r\n {% set tareas = tarea.getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set respuesta = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if \"SERVICE_ETAPA2_STEP3\" == tareaselement.alias %}\r\n {% set respuesta = tareaselement.getProcesosId.getRespuestaPregunta(tareaselement,\'eco_serv_e2_s3_preg10\', user.id) %}\r\n {% endif %}\r\n {% endfor %}\r\n {% if respuesta != \"\" %}\r\n {% set response = respuesta | json_decode %}\r\n {% endif %}\r\n <div class=\"container\">\r\n <input type=\"hidden\" name=\"hash\" value=\"{{hash}}\">\r\n <input type=\"hidden\" name=\"author\" value=\"{{app.request.get(\'email\') | base64_decode}}\">\r\n <div class=\"category\">\r\n <div class=\"header\">\r\n <h2>Consumables</h2>\r\n </div>\r\n <div class=\"content\">\r\n {% set counterNew = 0 %}\r\n {% for index, item in response.consumable %}\r\n {% if item.isNew == false %}\r\n <div class=\"question\">\r\n\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\"> \r\n <div class=\"pre-text\"> \r\n <p>Little room for<br />improvement</p> \r\n </div> \r\n <div class=\"options\">\r\n <label for=\"consumables{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"consumables{{ index }}-1\" name=\"{{ item.id }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"consumables{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"consumables{{ index }}-2\" name=\"{{ item.id }}\" class=\"input2\" value=\"2\">\r\n <label for=\"consumables{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"consumables{{ index }}-3\" name=\"{{ item.id }}\" class=\"input3\" value=\"3\">\r\n <label for=\"consumables{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"consumables{{ index }}-4\" name=\"{{ item.id }}\" class=\"input4\" value=\"4\">\r\n <label for=\"consumables{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"consumables{{ index }}-5\" name=\"{{ item.id }}\" class=\"input5\" value=\"5\"> \r\n </div> \r\n <div class=\"post-text\"> \r\n <p>Plenty of room for<br />improvement</p> \r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"consumables{{ index }}-6\" value=\"no-answer\" name=\"{{ item.id }}\"> \r\n <label for=\"consumables{{ index }}-6\">No answer</label>\r\n </div>\r\n {% else %}\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\"> \r\n <div class=\"pre-text\"> \r\n <p>Little room for<br />improvement</p> \r\n </div> \r\n <div class=\"options\">\r\n <label for=\"consumables{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"consumables{{ index }}-1\" name=\"custom-consumable-{{ counterNew }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"consumables{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"consumables{{ index }}-2\" name=\"custom-consumable-{{ counterNew }}\" class=\"input2\" value=\"2\">\r\n <label for=\"consumables{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"consumables{{ index }}-3\" name=\"custom-consumable-{{ counterNew }}\" class=\"input3\" value=\"3\">\r\n <label for=\"consumables{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"consumables{{ index }}-4\" name=\"custom-consumable-{{ counterNew }}\" class=\"input4\" value=\"4\">\r\n <label for=\"consumables{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"consumables{{ index }}-5\" name=\"custom-consumable-{{ counterNew }}\" class=\"input5\" value=\"5\"> \r\n </div> \r\n <div class=\"post-text\"> \r\n <p>Plenty of room for<br />improvement</p> \r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"consumables{{ index }}-6\" value=\"no-answer\" name=\"custom-consumable-{{ counterNew }}\"> \r\n <label for=\"consumables{{ index }}-6\">No answer</label>\r\n </div>\r\n {% set counterNew = counterNew + 1 %}\r\n {% endif %}\r\n {% endfor %}\r\n </div>\r\n </div>\r\n <div class=\"category\">\r\n <div class=\"header\">\r\n <h2>Infrastructure</h2>\r\n </div>\r\n <div class=\"content\">\r\n {% set counterNew = 0 %}\r\n {% for index, item in response.infrastructure %}\r\n {% if item.isNew == false %}\r\n <div class=\"question\">\r\n\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\"> \r\n <div class=\"pre-text\"> \r\n <p>Little room for<br />improvement</p> \r\n </div> \r\n <div class=\"options\">\r\n <label for=\"infrastructure{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"infrastructure{{ index }}-1\" name=\"{{ item.id }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"infrastructure{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"infrastructure{{ index }}-2\" name=\"{{ item.id }}\" class=\"input2\" value=\"2\">\r\n <label for=\"infrastructure{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"infrastructure{{ index }}-3\" name=\"{{ item.id }}\" class=\"input3\" value=\"3\">\r\n <label for=\"infrastructure{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"infrastructure{{ index }}-4\" name=\"{{ item.id }}\" class=\"input4\" value=\"4\">\r\n <label for=\"infrastructure{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"infrastructure{{ index }}-5\" name=\"{{ item.id }}\" class=\"input5\" value=\"5\"> \r\n </div> \r\n <div class=\"post-text\"> \r\n <p>Plenty of room for<br />improvement</p> \r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"infrastructure{{ index }}-6\" value=\"no-answer\" name=\"{{ item.id }}\"> \r\n <label for=\"infrastructure{{ index }}-6\">No answer</label>\r\n </div>\r\n {% else %}\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\"> \r\n <div class=\"pre-text\"> \r\n <p>Little room for<br />improvement</p> \r\n </div> \r\n <div class=\"options\">\r\n <label for=\"infrastructure{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"infrastructure{{ index }}-1\" name=\"custom-infrastructure-{{ counterNew }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"infrastructure{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"infrastructure{{ index }}-2\" name=\"custom-infrastructure-{{ counterNew }}\" class=\"input2\" value=\"2\">\r\n <label for=\"infrastructure{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"infrastructure{{ index }}-3\" name=\"custom-infrastructure-{{ counterNew }}\" class=\"input3\" value=\"3\">\r\n <label for=\"infrastructure{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"infrastructure{{ index }}-4\" name=\"custom-infrastructure-{{ counterNew }}\" class=\"input4\" value=\"4\">\r\n <label for=\"infrastructure{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"infrastructure{{ index }}-5\" name=\"custom-infrastructure-{{ counterNew }}\" class=\"input5\" value=\"5\"> \r\n </div> \r\n <div class=\"post-text\"> \r\n <p>Plenty of room for<br />improvement</p> \r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"infrastructure{{ index }}-6\" value=\"no-answer\" name=\"custom-infrastructure-{{ counterNew }}\"> \r\n <label for=\"infrastructure{{ index }}-6\">No answer</label>\r\n </div>\r\n {% set counterNew = counterNew + 1 %}\r\n {% endif %}\r\n {% endfor %}\r\n </div>\r\n </div>\r\n <div class=\"category\">\r\n <div class=\"header\">\r\n <h2>Key Asset</h2>\r\n </div>\r\n <div class=\"content\">\r\n {% set counterNew = 0 %}\r\n {% for index, item in response.keyAsset %}\r\n {% if item.isNew == false %}\r\n <div class=\"question\">\r\n\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\"> \r\n <div class=\"pre-text\"> \r\n <p>Little room for<br />improvement</p> \r\n </div> \r\n <div class=\"options\">\r\n <label for=\"key-asset{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"key-asset{{ index }}-1\" name=\"{{ item.id }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"key-asset{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"key-asset{{ index }}-2\" name=\"{{ item.id }}\" class=\"input2\" value=\"2\">\r\n <label for=\"key-asset{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"key-asset{{ index }}-3\" name=\"{{ item.id }}\" class=\"input3\" value=\"3\">\r\n <label for=\"key-asset{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"key-asset{{ index }}-4\" name=\"{{ item.id }}\" class=\"input4\" value=\"4\">\r\n <label for=\"key-asset{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"key-asset{{ index }}-5\" name=\"{{ item.id }}\" class=\"input5\" value=\"5\"> \r\n </div> \r\n <div class=\"post-text\"> \r\n <p>Plenty of room for<br />improvement</p> \r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"key-asset{{ index }}-6\" value=\"no-answer\" name=\"{{ item.id }}\"> \r\n <label for=\"key-asset{{ index }}-6\">No answer</label>\r\n </div>\r\n {% else %}\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\"> \r\n <div class=\"pre-text\"> \r\n <p>Little room for<br />improvement</p> \r\n </div> \r\n <div class=\"options\">\r\n <label for=\"key-asset{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"key-asset{{ index }}-1\" name=\"custom-key-asset-{{ counterNew }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"key-asset{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"key-asset{{ index }}-2\" name=\"custom-key-asset-{{ counterNew }}\" class=\"input2\" value=\"2\">\r\n <label for=\"key-asset{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"key-asset{{ index }}-3\" name=\"custom-key-asset-{{ counterNew }}\" class=\"input3\" value=\"3\">\r\n <label for=\"key-asset{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"key-asset{{ index }}-4\" name=\"custom-key-asset-{{ counterNew }}\" class=\"input4\" value=\"4\">\r\n <label for=\"key-asset{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"key-asset{{ index }}-5\" name=\"custom-key-asset-{{ counterNew }}\" class=\"input5\" value=\"5\"> \r\n </div> \r\n <div class=\"post-text\"> \r\n <p>Plenty of room for<br />improvement</p> \r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"key-asset{{ index }}-6\" value=\"no-answer\" name=\"custom-key-asset-{{ counterNew }}\"> \r\n <label for=\"key-asset{{ index }}-6\">No answer</label>\r\n </div>\r\n {% set counterNew = counterNew + 1 %}\r\n {% endif %}\r\n {% endfor %}\r\n </div>\r\n </div>\r\n <div class=\"category\">\r\n <div class=\"header\">\r\n <h2>Access</h2>\r\n </div>\r\n <div class=\"content\">{% set counterNew = 0 %}\r\n {% for index, item in response.access %}\r\n {% if item.isNew == false %}\r\n <div class=\"question\">\r\n\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\"> \r\n <div class=\"pre-text\"> \r\n <p>Little room for<br />improvement</p> \r\n </div> \r\n <div class=\"options\">\r\n <label for=\"access{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"access{{ index }}-1\" name=\"{{ item.id }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"access{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"access{{ index }}-2\" name=\"{{ item.id }}\" class=\"input2\" value=\"2\">\r\n <label for=\"access{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"access{{ index }}-3\" name=\"{{ item.id }}\" class=\"input3\" value=\"3\">\r\n <label for=\"access{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"access{{ index }}-4\" name=\"{{ item.id }}\" class=\"input4\" value=\"4\">\r\n <label for=\"access{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"access{{ index }}-5\" name=\"{{ item.id }}\" class=\"input5\" value=\"5\"> \r\n </div> \r\n <div class=\"post-text\"> \r\n <p>Plenty of room for<br />improvement</p> \r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"access{{ index }}-6\" value=\"no-answer\" name=\"{{ item.id }}\"> \r\n <label for=\"access{{ index }}-6\">No answer</label>\r\n </div>\r\n {% else %}\r\n <div class=\"question\">\r\n <strong>{{ item.title }}</strong>\r\n <p>{{ item.descripcion }}</p>\r\n <div class=\"grid-form\"> \r\n <div class=\"pre-text\"> \r\n <p>Little room for<br />improvement</p> \r\n </div> \r\n <div class=\"options\">\r\n <label for=\"access{{ index }}-1\" class=\"lab1\">1</label>\r\n <input type=\"radio\" id=\"access{{ index }}-1\" name=\"custom-access-{{ counterNew }}\" class=\"input1\" value=\"1\" checked=\"checked\">\r\n <label for=\"access{{ index }}-2\" class=\"lab2\">2</label>\r\n <input type=\"radio\" id=\"access{{ index }}-2\" name=\"custom-access-{{ counterNew }}\" class=\"input2\" value=\"2\">\r\n <label for=\"access{{ index }}-3\" class=\"lab3\">3</label>\r\n <input type=\"radio\" id=\"access{{ index }}-3\" name=\"custom-access-{{ counterNew }}\" class=\"input3\" value=\"3\">\r\n <label for=\"access{{ index }}-4\" class=\"lab4\">4</label>\r\n <input type=\"radio\" id=\"access{{ index }}-4\" name=\"custom-access-{{ counterNew }}\" class=\"input4\" value=\"4\">\r\n <label for=\"access{{ index }}-5\" class=\"lab5\">5</label>\r\n <input type=\"radio\" id=\"access{{ index }}-5\" name=\"custom-access-{{ counterNew }}\" class=\"input5\" value=\"5\"> \r\n </div> \r\n <div class=\"post-text\"> \r\n <p>Plenty of room for<br />improvement</p> \r\n </div>\r\n </div>\r\n <input type=\"checkbox\" id=\"access{{ index }}-6\" value=\"no-answer\" name=\"custom-access-{{ counterNew }}\"> \r\n <label for=\"access{{ index }}-6\">No answer</label>\r\n </div>\r\n {% set counterNew = counterNew + 1 %}\r\n {% endif %}\r\n {% endfor %}\r\n </div>\r\n </div>\r\n </div>\r\n <form id=\"wizard\" action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea.id}) }}\" method=\"post\">\r\n <input type=\"text\" name=\"eco_service_e3_s1_preg20_email_data\" id=\"hidden_form_item\">\r\n <a href=\"#\" onclick=\"sendResponse()\">{{\'Save\'|trans({})}}</a>\r\n </form>\r\n </body>\r\n</html>', 'N;', '2020-06-05 07:38:25', 'b0c47e4a6aebbf71756052d61bbc8a75', NULL, NULL, NULL, NULL, 'external', 'P', 'A4', NULL, NULL),
(74, 'Exercises Link Css', 'gbc/exerciseslinkcss.html.twig', '/* EXERCISES LINK */\r\n\r\n .exercises_links{\r\n\r\n display: flex;\r\n flex-wrap: wrap;\r\n margin-bottom: 30px;\r\n position: absolute;\r\n top: -160px;\r\n\r\n }\r\n\r\n .exercises_links > li > a{\r\n\r\n font-size: 13px;\r\n font-weight: 700;\r\n display: block;\r\n min-width: 50px;\r\n min-height: 40px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px #505050;\r\n border-bottom: solid 5px #505050;\r\n background: #FFF;\r\n color: #505050;\r\n padding: 0 15px;\r\n\r\n }\r\n\r\n .exercises_links > li > a.no-completada{\r\n\r\n background: #d8d8d8;\r\n color: #989898;\r\n border: none;\r\n cursor: default;\r\n\r\n }\r\n\r\n .exercises_links > li > a:not(.no-completada):hover{\r\n\r\n background: #505050;\r\n color: #fff;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a{\r\n\r\n border-color: #F2932E;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a:not(.no-completada):hover{\r\n\r\n background: #F2932E;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a{\r\n\r\n border-color: #94BD53;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a:not(.no-completada):hover{\r\n\r\n background: #94BD53;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a{\r\n\r\n border-color: #E4312B;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a:not(.no-completada):hover{\r\n\r\n background: #E4312B;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a{\r\n\r\n border-color: #B6866D;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a:not(.no-completada):hover{\r\n\r\n background: #B6866D;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a{\r\n\r\n border-color: #EE8367;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a:not(.no-completada):hover{\r\n\r\n background: #EE8367;\r\n\r\n }\r\n\r\n /* FIN EXERCISES LINK */', 'N;', '2020-05-18 09:36:10', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(75, 'Step Action css', 'gbc/stepactionscss.html.twig', '/* ACTIONS */\r\n\r\n .actions ul {\r\n\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n\r\n }\r\n\r\n .actions li a {\r\n\r\n border: none;\r\n display: inline-flex;\r\n align-items: center;\r\n cursor: pointer;\r\n font-size: 15px;\r\n background: #333;\r\n \r\n position: fixed;\r\n bottom: 70px;\r\n height: auto;\r\n width: auto;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin: 0;\r\n\r\n }\r\n\r\n .actions li a[href=\"#previous\"]{\r\n \r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n left: 232px;\r\n width: 136px;\r\n\r\n }\r\n\r\n .actions li a[href=\"#next\"]{\r\n \r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n left: 370px;\r\n width: 110px;\r\n\r\n }\r\n\r\n .actions li a[href=\"#finish\"]{\r\n \r\n display: none;\r\n\r\n }\r\n\r\n .actions li a:before {\r\n\r\n /* content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; */\r\n\r\n }\r\n\r\n .actions li a:hover {\r\n\r\n background: #4d4d4d; \r\n\r\n }\r\n\r\n .actions li:first-child a {\r\n\r\n /* background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; */\r\n\r\n }\r\n\r\n .actions li:first-child a:before {\r\n\r\n /* content: \"\\f2ea\";\r\n right: 77px; */\r\n\r\n }\r\n\r\n .actions li:first-child a:hover {\r\n\r\n /* background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; */\r\n\r\n }\r\n\r\n .actions li:last-child a {\r\n\r\n /* padding-left: 28px; */\r\n\r\n }\r\n\r\n .actions li:last-child a:before {\r\n\r\n /* right: 27px; */\r\n\r\n }\r\n\r\n .actions li[aria-disabled=\"true\"] a {\r\n\r\n opacity: 0;\r\n transition: all 1s; \r\n\r\n }\r\n\r\n /* FIN ACTIONS */', 'N;', '2020-05-18 09:58:49', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(76, 'ecodesign external js', 'eco-design/external_scripts.html.twig', '<script>\r\n $( document ).ready(function() {\r\n $(\"input[type=\'checkbox\']\").on(\'change\', function() {\r\n $(this).parent().find(\".options > input\").attr(\"disabled\", $(this).prop(\'checked\'));\r\n });\r\n });\r\n function sendResponse() {\r\n $(\'#hidden_form_item\').val(JSON.stringify($(\'#container input\').serializeArray()));\r\n $.ajax({ type: \'POST\', url: \'{{ app.request.getSchemeAndHttpHost() }}{{ path(\'api_app_api_guardartareaapi_savetaskexternal\', {\'hash\': hash})}}\', data: $(\'form\').serialize(), cache: false,}).done(function() {alert(\'Saved\')}).fail(function() {alert(\'Error saving changes\');});\r\n }\r\n</script>', 'N;', '2020-05-19 08:45:29', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(77, 'Componente Multicheckbox', 'formcomponents/multicheckbox.html.twig', '<div class=\"form-row {{ pregunta.alias }} {{ pregunta.class }}\">\r\n <div class=\"form-holder\">\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% if respuestaca[pregunta.alias] is defined %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudio{{ pregunta.id }}\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudio{{ pregunta.id }}\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ respuestaca[pregunta.alias]|raw }}</pre>\r\n </div>\r\n {% endif %}\r\n {% endif %}\r\n {% if pregunta.preTitulo is not empty %}\r\n <div class=\"{{ tarea[0].getProcesosId.alias }}_pretitulo\">{{ pregunta.preTitulo|trans({})|raw }}</div>\r\n {% endif %}\r\n {% set options = pregunta.TipoPreguntaOptions|split(\',\') %}\r\n {% for option in options %}\r\n {% set currentoption=loop.index %}\r\n <div class=\"switch switch-blue\">\r\n <span>{{ option }}</span>\r\n <label for=\"{{ pregunta.alias }}\">\r\n {% if respuestas is empty %}\r\n <input type=\"hidden\" id=\"{{ pregunta.alias ~ currentoption}}\" name=\"{{ pregunta.alias }}[]\" value=\"off\" checked/>\r\n <input type=\"radio\" id=\"{{ pregunta.alias ~ currentoption}}-off\" class=\"switch-input\" name=\"{{ pregunta.alias ~ currentoption}}-1\" placeholder=\"{{ pregunta.placeholder|trans({}) }}\" onclick=\"$(\'#{{ pregunta.alias ~ currentoption}}\').val(\'off\')\" {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %} value=\"off\" data-sonata-icheck=\"false\" checked>\r\n <label for=\"{{ pregunta.alias ~ currentoption }}-off\" class=\"switch-label switch-label-off\">OFF</label>\r\n <input type=\"radio\" id=\"{{ pregunta.alias ~ currentoption }}-on\" class=\"switch-input\" name=\"{{ pregunta.alias ~ currentoption }}-1\" placeholder=\"{{ pregunta.placeholder|trans({}) }}\" onclick=\"$(\'#{{ pregunta.alias ~ currentoption}}\').val(\'on\')\" {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %} value=\"on\" data-sonata-icheck=\"false\" >\r\n <label for=\"{{ pregunta.alias ~ currentoption}}-on\" class=\"switch-label switch-label-on\">ON</label>\r\n <span class=\"switch-selection\"></span>\r\n {% else %}\r\n {% set encontrada = false %}\r\n {% for respuesta in respuestas %}\r\n {% if respuesta.preguntas.id == pregunta.id %}\r\n {% set encontrada=true %}\r\n <input type=\"hidden\" id=\"{{ pregunta.alias ~ currentoption}}\" name=\"{{ pregunta.alias }}[]\" value=\"{{ respuesta.valor|json_decode[currentoption]}}\"/>\r\n\r\n <input type=\"radio\" id=\"{{ pregunta.alias ~ currentoption }}-off\" class=\"switch-input\" name=\"{{ pregunta.alias ~ currentoption}}-1\" placeholder=\"{{ pregunta.placeholder|trans({}) }}\" onclick=\"$(\'#{{ pregunta.alias ~ currentoption}}\').val(\'off\')\" {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %} value=\"off\" data-sonata-icheck=\"false\" {% if \'off\' == respuesta.valor|json_decode[currentoption] %}checked {% endif %}>\r\n <label for=\"{{ pregunta.alias }}-off\" class=\"switch-label switch-label-off\">OFF</label>\r\n <input type=\"radio\" id=\"{{ pregunta.alias ~ currentoption }}-on\" class=\"switch-input\" name=\"{{ pregunta.alias ~ currentoption }}-1\" placeholder=\"{{ pregunta.placeholder|trans({}) }}\" onclick=\"$(\'#{{ pregunta.alias ~ currentoption }}\').val(\'on\')\" {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %} value=\"on\" data-sonata-icheck=\"false\" {% if \'on\' == respuesta.valor|json_decode[currentoption] %}checked {% endif %}>\r\n <label for=\"{{ pregunta.alias ~ currentoption }}-on\" class=\"switch-label switch-label-on\">ON</label>\r\n <span class=\"switch-selection\"></span>\r\n\r\n {% endif %}\r\n {% endfor %}\r\n {% if not encontrada %}\r\n <input type=\"hidden\" id=\"{{ pregunta.alias ~ currentoption}}\" name=\"{{ pregunta.alias }}[]\" value=\"off\" checked/>\r\n <input type=\"radio\" id=\"{{ pregunta.alias ~ currentoption }}-off\" class=\"switch-input\" name=\"{{ pregunta.alias ~ currentoption}}-1\" placeholder=\"{{ pregunta.placeholder|trans({}) }}\" onclick=\"$(\'#{{ pregunta.alias ~ currentoption}}\').val(\'off\')\" {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %} value=\"off\" data-sonata-icheck=\"false\" checked>\r\n <label for=\"{{ pregunta.alias ~ currentoption }}-off\" class=\"switch-label switch-label-off\">OFF</label>\r\n <input type=\"radio\" id=\"{{ pregunta.alias ~ currentoption }}-on\" class=\"switch-input\" name=\"{{ pregunta.alias ~ currentoption }}-1\" placeholder=\"{{ pregunta.placeholder|trans({}) }}\" onclick=\"$(\'#{{ pregunta.alias ~ currentoption }}\').val(\'on\')\"{% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %} value=\"on\" data-sonata-icheck=\"false\" >\r\n <label for=\"{{ pregunta.alias ~ currentoption}}-on\" class=\"switch-label switch-label-on\">ON</label>\r\n <span class=\"switch-selection\"></span>\r\n {% endif %}\r\n {% endif %}\r\n <span class=\"control-label__text\">{{ pregunta.nombre|trans({})|raw }}</span></label>\r\n {% if pregunta.descripcion is not empty %}\r\n <div class=\"{{ tarea[0].getProcesosId.alias }}_descripcion\">{{ pregunta.descripcion|trans({})|raw }}</div>\r\n {% endif %}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n</div>', 'N;', '2020-05-19 09:55:59', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(78, 'Product_table', 'eco-design/producttable.html.twig', '<script>\r\n function getLifeCycleData() {\r\n return JSON.parse(\"{\\\"raw\\\": [{\\\"id\\\":\\\"first-raw\\\", \\\"title\\\":\\\"Diversity of materials\\\",\\\"description\\\":\\\"Number of different typologies of materials involved in the product. In general, less is better.\\\"}, {\\\"id\\\":\\\"second-raw\\\", \\\"title\\\":\\\"Amount and type of materials\\\",\\\"description\\\":\\\"Weight and material properties of the materials involved in the product. The less material has to be used in a product, or the longer it lasts, the less resources will be consumed in the production process.\\\"}, {\\\"id\\\":\\\"third-raw\\\", \\\"title\\\":\\\"Ecological rucksack of materials\\\",\\\"description\\\":\\\"It is the total quantity of materials moved from nature to create a product or service, minus the actual weight of the product.\\\"}, {\\\"id\\\":\\\"fourth-raw\\\", \\\"title\\\":\\\"Renewability\\\",\\\"description\\\":\\\"A renewable resource is a natural resource which can be replenished over time, either through biological reproduction or other naturally recurring processes.\\\"}, {\\\"id\\\":\\\"fifth-raw\\\", \\\"title\\\":\\\"Recyclability\\\",\\\"description\\\":\\\"The potential to recycle a material, taking into account the difficulty to separate it from other materials, its intrinsic characteristics and its content of toxic substances, which can damage an organism.\\\"}, {\\\"id\\\":\\\"sixth-raw\\\", \\\"title\\\":\\\"Recycled content & Recovered components\\\",\\\"description\\\":\\\"The proportion, by mass, of recycled material in a product or packaging. Products, components or parts of a production or waste stream captured or separated for reuse (without processing, which would be recycling).\\\"}, {\\\"id\\\":\\\"seventh-raw\\\", \\\"title\\\":\\\"Biodegradability\\\",\\\"description\\\":\\\"The capability of being decomposed by biological agents, especially bacteria.\\\"}, {\\\"id\\\":\\\"eighth-raw\\\", \\\"title\\\":\\\"Material\'s availability\\\",\\\"description\\\":\\\"Geographical location from which materials are obtained; and/or amount of resources (materials) that are fundamental for the product provided left in nature. Some substances (materials) are already scarce. Local materials are desirable due to shorter distances.\\\"}], \\\"prod\\\": [{\\\"id\\\":\\\"first-prod\\\", \\\"title\\\":\\\"Process complexity\\\",\\\"description\\\":\\\"It refers to the level of intricateness of the production process. It can be simplified as the number of production processes (the less, the better).\\\"}, {\\\"id\\\":\\\"second-prod\\\", \\\"title\\\":\\\"Overall efficiency of production\\\",\\\"description\\\":\\\"It refers to the capability to produce the desired results without wasting inputs of any type (materials, time or energy):Energy efficiency refers to the percentage of total energy that is consumed in useful work and not wasted as useless heat.Water efficiency refers to ensure a production technology that produces the desired results without wasting water.Materials efficiency refers to produce the desired results without wasting materials, often using better technology.\\\"}, {\\\"id\\\":\\\"third-prod\\\", \\\"title\\\":\\\"Renewability of energy\\\",\\\"description\\\":\\\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes.\\\"}, {\\\"id\\\":\\\"fourth-prod\\\", \\\"title\\\":\\\"Origin of energy\\\",\\\"description\\\":\\\"The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\\\"}, {\\\"id\\\":\\\"fifth-prod\\\", \\\"title\\\":\\\"Waste generation and treatment\\\",\\\"description\\\":\\\"It refers to the amount of waste generated in the production processes and the way it is treated. Thus, it is a consequence of an inefficient use of resources in production.\\\"}, {\\\"id\\\":\\\"sixth-prod\\\", \\\"title\\\":\\\"Closed/Open production cycle\\\",\\\"description\\\":\\\"Open loop systems are of linear nature, in which resource and capital investments move through the system to become waste, whereas closed loop systems are those where wastes can become inputs for new processes.\\\"}, {\\\"id\\\":\\\"seventh-prod\\\", \\\"title\\\":\\\"Production - market location\\\",\\\"description\\\":\\\"It refers to the geographical distance between the production place and the market for the given product/service. Generally, the shorter distance, the better. Can you reduce the distance between your production plance and the market?\\\"}], \\\"pack\\\": [{\\\"id\\\":\\\"first-pack\\\", \\\"title\\\":\\\"Standardization of packaging sizes\\\",\\\"description\\\":\\\"It refers to the use of packaging whose size complies with existing size standards. These standards have the aim to help the industry (incl. packaging, producers, transportation) by making mutually consistent decisions on the size of the elements (packaging), so all parties can realize mutual gains.\\\"}, {\\\"id\\\":\\\"second-pack\\\", \\\"title\\\":\\\"Amount and type of packaging materials\\\",\\\"description\\\":\\\"It refers to the quantity (weight) and the number of different typologies of materials involved in the packaging.\\\"}, {\\\"id\\\":\\\"third-pack\\\", \\\"title\\\":\\\"Packaging to Product ratio\\\",\\\"description\\\":\\\"Ratio between the volume or weight of the packaging and the volume or weight of the product. The smaller, the better.\\\"}, {\\\"id\\\":\\\"fourth-pack\\\", \\\"title\\\":\\\"Renewability\\\",\\\"description\\\":\\\"Packaging can be made of renewable materials.\\\"}, {\\\"id\\\":\\\"fifth-pack\\\", \\\"title\\\":\\\"Packaging recyclability, reuse or recovery rate\\\",\\\"description\\\":\\\"It refers to the percentage of packaging that can be effectively recycled, recovered and/or reused.\\\"}, {\\\"id\\\":\\\"sixth-pack\\\", \\\"title\\\":\\\"Recycled content\\\",\\\"description\\\":\\\"The proportion, by mass, of recycled material in a product or packaging.\\\"}, {\\\"id\\\":\\\"seventh-pack\\\", \\\"title\\\":\\\"Waste from packaging\\\",\\\"description\\\":\\\"It refers to the amount of waste generated related to the packaging (e.g. A reusable packaging will generate less waste than a disposable one).\\\"}, {\\\"id\\\":\\\"eighth-pack\\\", \\\"title\\\":\\\"Freight transport damage\\\",\\\"description\\\":\\\"It refers to the damage suffered by the products during their transport, partly due to the packaging used.\\\"} ,{\\\"id\\\":\\\"nineth-pack\\\", \\\"title\\\":\\\"Labelling\\\",\\\"description\\\":\\\"It refers to the labelling in place, which could identify the materials used in the packaging and, thus, provide an indication on the best waste management option for them.\\\"}], \\\"dist\\\": [{\\\"id\\\":\\\"first-dist\\\", \\\"title\\\":\\\"Environmental sustainability of logistics\\\",\\\"description\\\":\\\"It refers to the overall environmental performance of the logistics in place.\\\"}, {\\\"id\\\":\\\"second-dist\\\", \\\"title\\\":\\\"Efficiency of transported load\\\",\\\"description\\\":\\\"It refers to the optimization of the ratio between the transported load and the loading capacity or the transported volume and the volumetric capacity of the transportation mode.\\\"}, {\\\"id\\\":\\\"third-dist\\\", \\\"title\\\":\\\"Transportation routes and distances\\\",\\\"description\\\":\\\"It refers to the routes and distances used to transport goods from one place to another (routes may be quite straightforward or on the contrary redundant).\\\"}, {\\\"id\\\":\\\"fourth-dist\\\", \\\"title\\\":\\\"Ecofriendly driving\\\",\\\"description\\\":\\\"It refers to the practice of driving in such a way as to minimize fuel consumption and the emission of carbon dioxide.\\\"}, {\\\"id\\\":\\\"fifth-dist\\\", \\\"title\\\":\\\"Transportation system\\\",\\\"description\\\":\\\"It refers to the overall environmental impact of the transportation system used (train, ship, truck,...), thanks to which ransportation modes could be prioritized. For example, transporting 1 ton by ship is environmentally preferable than by train, and by turn, the train is preferable than the truck.\\\"}, {\\\"id\\\":\\\"sixth-dist\\\", \\\"title\\\":\\\"Technology of the vehicle\\\",\\\"description\\\":\\\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact, such as the exhaust gases released and the amount of fuel consumed. Some vehicles, such as cars, are classified according to eco-friendly technologies (EURO 4, EURO 5, etc...).\\\"}, {\\\"id\\\":\\\"seventh-dist\\\", \\\"title\\\":\\\"Renewability of fuels\\\",\\\"description\\\":\\\"It refers to the use renewable energy in vehicles. For example: biomass, electricity from solar panels or wind, etc.\\\"}], \\\"main\\\": [{\\\"id\\\":\\\"first-main\\\", \\\"title\\\":\\\"Reliability\\\",\\\"description\\\":\\\"It refers to the trustworthiness to do what the product/service is expected or designed to do (e.g. It will fulffill our expectations, it won\'t get broken, etc.).\\\"}, {\\\"id\\\":\\\"second-main\\\", \\\"title\\\":\\\"Environmental communication for the use\\\",\\\"description\\\":\\\"It refers to the (un)existence of environmental communication aspects aiming to promote an environmentally-friendly use by the user.\\\"}, {\\\"id\\\":\\\"third-main\\\", \\\"title\\\":\\\"Efficiency at use\\\",\\\"description\\\":\\\"It refers to the capability of the product to use materials and energy wisely and without generating waste during its use or performance.\\\"}, {\\\"id\\\":\\\"fourth-main\\\", \\\"title\\\":\\\"Energy use renewability\\\",\\\"description\\\":\\\"It refers to the capability of the product to use renewable energy when using it or recharging its batteries.\\\"}, {\\\"id\\\":\\\"fifth-main\\\", \\\"title\\\":\\\"Potential to customize the product\\\",\\\"description\\\":\\\"User customization allows for the customer to create a personalized variation of the initial design, which may create an attachment between the product and the user.\\\"}, {\\\"id\\\":\\\"sixth-main\\\", \\\"title\\\":\\\"Product\'s life span\\\",\\\"description\\\":\\\"The product\'s life span refers to the durability of the product, that is to say, for how long will it be used. There are several conditionants to it: timelessness, durability, adaptability, customer\'s appreciation and reusability.<br />The longer the life span, the better.\\\"}, {\\\"id\\\":\\\"seventh-main\\\", \\\"title\\\":\\\"Multifunctionality\\\",\\\"description\\\":\\\"Capacity to perform different functions, intrinsically-related to the design.\\\"}, {\\\"id\\\":\\\"eighth-main\\\", \\\"title\\\":\\\"Handling of the product / Ergonomics\\\",\\\"description\\\":\\\"Product ergonomics refer to the design factors intended to maximize productivity (results) while minimizing operator fatigue and discomfort.\\\"}, {\\\"id\\\":\\\"nineth-main\\\", \\\"title\\\":\\\"Storage potential\\\",\\\"description\\\":\\\"It refers to the ability to be stored occupying the minimal volume/area and freeing up space.\\\"}, {\\\"id\\\":\\\"tenth-main\\\", \\\"title\\\":\\\"Need of process materials\\\",\\\"description\\\":\\\"Process materials during the use stage are those materials necessary for the functioning of the product. Some products may require many process materials (e.g. A tonner in the case of a printing machine, or soap in the case of a washing machine) while others are designed to reduce its demand.\\\"}, {\\\"id\\\":\\\"eleventh-main\\\", \\\"title\\\":\\\"Waste generation during use or functioning\\\",\\\"description\\\":\\\"Amount of waste generated during the use or funtioning of your product.\\\"}, {\\\"id\\\":\\\"twelfth-main\\\", \\\"title\\\":\\\"Maintenance needs\\\",\\\"description\\\":\\\"Maintenance involves fixing any sort of mechanical, plumbing or electrical device should it become out of order or broken; it also includes performing routine actions which keep the device working in order or prevent trouble from arising.\\\"}, {\\\"id\\\":\\\"thirteenth-main\\\", \\\"title\\\":\\\"Upgrading possibilities\\\",\\\"description\\\":\\\"Upgrading is the process of replacing a product with a newer version of the same product, in order to bring the system up to date. The replacement of some parts of a product/service may upgrade it and improve its characteristics.\\\"}, {\\\"id\\\":\\\"fourteenth-main\\\", \\\"title\\\":\\\"Repairability\\\",\\\"description\\\":\\\"Ability of a damaged or failed equipment, machine or system to be restored to acceptable operating condition within a specified period (repair time). A product may be repairable while having low maintenance needs.\\\"}, {\\\"id\\\":\\\"fifteenth-main\\\", \\\"title\\\":\\\"Availability of spare parts\\\",\\\"description\\\":\\\"Spare parts, also known as service/repair/replacement parts, are an interchangeable part that is kept in an inventory and used for the repair or replacement of failed units.\\\"}], \\\"end\\\": [{\\\"id\\\":\\\"first-end\\\", \\\"title\\\":\\\"Separability of components and/or materials\\\",\\\"description\\\":\\\"Ability to separate the components and/or materials, in order to manage each of them in an adequate manner.\\\"}, {\\\"id\\\":\\\"second-end\\\", \\\"title\\\":\\\"Communication about end-of-life\\\",\\\"description\\\":\\\"It refers to the (un)existence of information regarding the end-of-life management of the product/service or its parts.\\\"}, {\\\"id\\\":\\\"third-end\\\", \\\"title\\\":\\\"Identifiability of materials\\\",\\\"description\\\":\\\"Information regarding the type of material, which is useful for an adequate waste management.\\\"}, {\\\"id\\\":\\\"fourth-end\\\", \\\"title\\\":\\\"Reusability\\\",\\\"description\\\":\\\"Capacity to use again a product .\\\"}, {\\\"id\\\":\\\"fifth-end\\\", \\\"title\\\":\\\"Environmentally-sound waste management\\\",\\\"description\\\":\\\"A given waste stream may be treated by means of different waste management systems and technologies, which probably have different environmental performance. An environmentally-sound management prioritizes material recovery and, secondly, energy recovery (and ultimately landfilling).\\\"}, {\\\"id\\\":\\\"sixth-end\\\", \\\"title\\\":\\\"Energy valorization potential\\\",\\\"description\\\":\\\"Potential to recover energy from waste (the greater, the better; having in mind that it is always preferrable to make a material recovery if possible).\\\"}]}\");\r\n }\r\n \r\n function getKeyOfDataTable($title, $category) {\r\n $data = getLifeCycleData();\r\n $code = \"Not found\";\r\n $($data[$category]).each(function() {\r\n if(this.title == $title.replace(\"&amp;\", \"&\")) {\r\n $code = this.id\r\n }\r\n });\r\n return $code;\r\n } \r\n</script>', 'N;', '2020-05-19 13:49:36', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(79, 'Estilos Tarea 12n', 'gbc/estilostarea12.html.twig', '/* EJERCICIO 12 */\r\n\r\n .exercise12n .wrappertest .content > section .inner{\r\n\r\n grid-gap: 0 15px;\r\n\r\n }\r\n\r\n .exercise12n .wrappertest .content > section .inner .form-row{\r\n\r\n margin-bottom: 15px;\r\n \r\n }\r\n\r\n .exercise12n .wrappertest .content > section .inner .form-row.ex12n_photo{\r\n\r\n grid-column: 1 / 3;\r\n \r\n }\r\n\r\n .exercise12n .wrappertest .content > section .inner .form-row.ex12n_photo .elfinder_button{\r\n\r\n align-self: flex-start;\r\n \r\n }\r\n\r\n .exercise12n #stage_tab{\r\n\r\n border: none;\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content{\r\n\r\n border: 1px solid #ddd;\r\n padding: 15px;\r\n background: #fff;\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active .form-row{\r\n\r\n margin-bottom: 0;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper{\r\n\r\n grid-column: 1 / 3;\r\n display: flex;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .btn{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-add{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-add:hover,\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-add:focus,\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-add:active{\r\n \r\n background: #118c53;\r\n \r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-remove{\r\n\r\n background: #c40000;\r\n\r\n }\r\n\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-remove:hover,\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-remove:focus,\r\n .exercise12n #stage_tab_content .tab-pane.active .ex12n_stage-btn-wrapper .boton-remove:active{\r\n \r\n background: #a30101;\r\n \r\n }\r\n\r\n .exercise12n .ex12n_customers{\r\n display: none;\r\n }\r\n\r\n .exercise12n .informe-12-btn{\r\n\r\n margin-bottom: 15px;\r\n grid-column: 1 / 3;\r\n display: flex;\r\n justify-content: flex-end;\r\n\r\n }\r\n\r\n .exercise12n .informe-12-btn button{\r\n\r\n background: #00a65a;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n\r\n }\r\n\r\n .exercise12n .informe-12-btn button:hover,\r\n .exercise12n .informe-12-btn button:focus,\r\n .exercise12n .informe-12-btn button:active{\r\n\r\n background: #118c53;\r\n\r\n }\r\n\r\n /* FIN EJERCICIO 12 */', 'N;', '2020-05-19 13:15:57', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(80, 'Ecodesign external mail js', 'eco-design/external-mail.html.twig', '<script>\r\n $( document ).ready(function() {\r\n $(\"input[type=\'checkbox\']\").on(\'change\', function() {\r\n $(this).parent().find(\".options > input\").attr(\"disabled\", $(this).prop(\'checked\'));\r\n });\r\n });\r\n function sendResponse() {\r\n $(\'#hidden_form_item\').val(JSON.stringify($(\'#container input\').serializeArray()));\r\n $.ajax({ type: \'POST\', url: \'{{ app.request.getSchemeAndHttpHost() }}{{ path(\'api_app_api_guardartareaapi_savetaskexternalmail\', {\'hash\': hash,\'mail\':app.request.get(\'email\')})}}\', data: $(\'form\').serialize(), cache: false,}).done(function() {alert(\'Saved\')}).fail(function() {alert(\'Error saving changes\');});\r\n }\r\n</script>', 'N;', '2020-05-20 07:10:09', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(81, 'ejercicio7b2', 'gbc/ejercicio7b2.html.twig', '<div class=\"{{ (\'container\' ~ \' \' ~ tarea[0].class) ~ \' \' ~ tarea[0].alias }}\">\r\n {# Esto define y rellena las siguientes variables twig respuesta, respuestaca, tareacurrent y define tareanterior y respuestasarray(si no esta definida) para usos posteriores #}\r\n \r\n<input id=\"current\" type=\"hidden\" value=\"{{getvars.id}}\">\r\n {% set respuesta=[] %}\r\n {% set tareaanterior=0 %}\r\n {% set tareaanteriort=tarea[0] %}\r\n {% set tareacurrent=tarea[0] %}\r\n {% set respuestaca=[] %}\r\n {% if respuestasarray is not defined %}\r\n {% set respuestasarray=[] %}\r\n {% endif %}\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set valores=[] %}\r\n {% for tarea in tareas %}\r\n {% for tusuario in tarea.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% set encontrada=true %}\r\n {% if tusuario.completada==true %}\r\n {% if tarea.alias==\'exercise7a\' %}\r\n {% for atributo in tarea.atributos%}\r\n {% if atributo.alias==\'ex7apreg22\' or atributo.alias==\'ex7apreg21\' or atributo.alias==\'ex7apreg23\' or atributo.alias==\'ex7apreg20\' %}\r\n {% for respuestafor in atributo.respuestas %}\r\n {% if respuestafor.greenEntrepreneur.id==app.user.id%}\r\n {# imitar serializado del anterior #}\r\n {% for label in respuestafor.valor|json_decode %}\r\n {% set valores=valores|merge([label]) %}\r\n {%endfor%}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% for respuestafor in casoestudio %}\r\n {% set respuestaca= respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% endif %}\r\n {% for respuestafor in respuestas %}\r\n {% if respuestafor.valor starts with \'[\' %}\r\n {# set respuestasarray= respuestasarray|merge({(respuestafor.preguntas.id|trans({})) : respuestafor.valor|json_decode }) #}\r\n\r\n {% else %}\r\n {% set arrayconversion=[] %}\r\n {% for seccion in valores %}\r\n {% set arrayconversion=arrayconversion|merge([respuestafor.valor]) %}\r\n {% endfor %}\r\n {# set respuestasarray= respuestasarray|merge({(respuestafor.preguntas.id|trans({})) : arrayconversion }) #}\r\n {% endif %}\r\n {% endfor %} \r\n {% block exerciseslinks %}\r\n {% include \'gbc/exerciseslink.html.twig\' %}\r\n {% endblock exerciseslinks %}\r\n <div class=\"header-tarea\">\r\n\r\n <div class=\"avatar__container\">\r\n\r\n <a href=\"#\" class=\"avartar\"><img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\"></a>\r\n\r\n </div>\r\n\r\n\r\n\r\n <div class=\"titulo-tarea__container\">\r\n\r\n <h2>{{ tarea[0].nombre|trans({}) }}</h2>\r\n\r\n </div>\r\n\r\n <div class=\"desc-tarea__container\">\r\n\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n\r\n </div>\r\n\r\n </div>\r\n\r\n {% block recursos %}\r\n {% include \'gbc/recursos.html.twig\' %}\r\n {% endblock recursos%}\r\n\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% block nextprevsave %}\r\n {% set tareaanterior=null %}\r\n {% set tareacurrent=tarea[0] %}\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n\r\n {% for tareadep in tareas %}\r\n {% if not tareadep.invisible %}\r\n {% for tusuario in tareadep.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% if tusuario.completada==true %}\r\n {% if tareadep.position < tareacurrent.position %}\r\n {% set tareaanterior=tareadep %}\r\n {% endif %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n <div class=\"exercise-btn-moves-group\">\r\n\r\n <a class=\"btn btn-up\" href=\"#\"><i class=\"fa fa-arrow-up\"></i></a>\r\n\r\n {% if tareaanterior is defined and tareaanterior is not null %}\r\n {% if tareaanterior.position < tarea[0].position %}\r\n <a class=\"btn btn-prev\" href=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\">{{\'Previous\'|trans({})}}</a>\r\n\r\n <script>\r\n $(\'.btn.btn-prev\').on(\'click\', function(e){\r\n e.preventDefault();\r\n Swal.fire({\r\n title: \'Are you sure to go previous step without save?\',\r\n text: \"You won\'t be able to revert this!\",\r\n icon: \'warning\',\r\n showCancelButton: true,\r\n confirmButtonColor: \'#3085d6\',\r\n cancelButtonColor: \'#d33\',\r\n confirmButtonText: \'Yes, I´m not interested in save!\'\r\n }).then((result) => {\r\n if (result.value) {\r\n window.location.href = \"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\";\r\n }\r\n });\r\n })</script>\r\n {% else %}\r\n <a class=\"btn btn-prev ocultar\" href=\"\"></a>\r\n {% endif %}\r\n {% else %}\r\n <a class=\"btn btn-prev ocultar\" href=\"\"></a>\r\n {% endif %}\r\n\r\n <span class=\"mensaje\"></span>\r\n\r\n <!--<a id=\"save\" class=\"btn btn-save\" href=\"#\" onclick=\"$.ajax({ type: \'POST\', url: \'{{ path(\'api_app_api_guardartareaapi_savetask\', {\'id\': tarea[0].id})}}\', data: $(\'form\').serialize(), cache: false,}).done(function() {$(\'.exercise-btn-moves-group .mensaje\').text(\'Saving...\');window.setTimeout(function(){$(\'.exercise-btn-moves-group .mensaje\').text(\'Changes saved\');}, 1000);}).fail(function() {$(\'.exercise-btn-moves-group .mensaje\').text(\'Saving...\');window.setTimeout(function(){$(\'.exercise-btn-moves-group .mensaje\').text(\'Error saving changes\');}, 1000);});\">{{\'Save\'|trans({})}}</a>-->\r\n <a class=\"btn btn-next\" href=\"#\" onclick=\"$(\'form\').submit()\">{{\'Next\'|trans({})}}</a>\r\n\r\n </div>\r\n {% endblock nextprevsave %}\r\n\r\n {% set preguntasIndex=1%}\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% for seccion in valores %}\r\n \r\n \r\n <h4 {% if valores|length == 1 %} class=\"seccion-unica\" {% else %} class=\"seccion-multiple\"{% endif %}>{{ valores[loop.index-1]|trans({}) }}</h4>\r\n {% set index=loop.index-1 %}\r\n\r\n <section>\r\n {% set preguntasIndex=1%}\r\n <div class=\"inner\">\r\n {% set encontrada = false %}\r\n \r\n {% for pregunta in tarea[0].SeccionesTareaId[0].PreguntasId %}\r\n {%if respuestasarray[pregunta.id] is defined %}\r\n\r\n {% set encontrada = true %}\r\n {% else %}\r\n {% set encontrada = false %}\r\n {% endif %}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/repetible/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"hidden\" %}\r\n {% include \'formcomponents/repetible/hidden.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"arraytotext\" %}\r\n {% include \'formcomponents/arraytotext.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"file\" %}\r\n {% include \'formcomponents/file.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/repetible/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/repetible/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/repetible/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/repetible/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"ckeditor\" %}\r\n {% include \'formcomponents/repetible/ckeditor.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/repetible/select.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"datetime\" %}\r\n {% include \'formcomponents/repetible/datetime.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/repetible/string.html.twig\' %}\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endfor %}\r\n \r\n \r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-21 13:24:13', '{{ parent() }}\r\n{% set respuesta=[] %}\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n\r\n {% set valores=[] %}\r\n {% for tarea in tareas %}\r\n {% for tusuario in tarea.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% set encontrada=true %}\r\n {% if tusuario.completada==true %}\r\n {% if tarea.alias==\'exercise7a\' %}\r\n {% for atributo in tarea.atributos%}\r\n {% if atributo.alias==\'ex7apreg22\' or atributo.alias==\'ex7apreg21\' or atributo.alias==\'ex7apreg23\' or atributo.alias==\'ex7apreg20\' %}\r\n {% for respuestafor in atributo.respuestas %}\r\n {% if respuestafor.greenEntrepreneur.id==app.user.id%}\r\n {# imitar serializado del anterior #}\r\n {% for label in respuestafor.valor|json_decode %}\r\n {% set valores=valores|merge([label]) %}\r\n {%endfor%}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n \r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'bootstrap-datepicker/css/bootstrap-datepicker.min.css\') }}\" rel=\"stylesheet\"> \r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3-bootstrap4.css\')}}\" rel=\"stylesheet\">\r\n\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n\r\n/* ELEMENTOS COMUNES */\r\n\r\n /* ESTRUCTURA */\r\n\r\n body {\r\n padding-top: 50px;\r\n }\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n padding: 0;\r\n }\r\n\r\n .content-wrapper .content .container{\r\n\r\n padding: 0;\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n }\r\n\r\n /* FIN ESTRUCTURA */\r\n\r\n /* BASICOS */\r\n\r\n a {\r\n\r\n text-decoration: none;\r\n\r\n }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle; \r\n }\r\n\r\n ul {\r\n\r\n padding: 0;\r\n margin: 0;\r\n list-style: none;\r\n\r\n }\r\n\r\n input[type=text]{\r\n\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n\r\n }\r\n\r\n textarea {\r\n\r\n resize: none;\r\n\r\n }\r\n\r\n /* FIN BASICOS */\r\n\r\n /* EXERCISES LINK */\r\n\r\n .exercises_links{\r\n\r\n display: flex;\r\n flex-wrap: wrap;\r\n margin-bottom: 30px;\r\n position: absolute;\r\n top: -160px;\r\n\r\n }\r\n\r\n .exercises_links > li > a{\r\n\r\n font-size: 13px;\r\n font-weight: 700;\r\n display: block;\r\n min-width: 50px;\r\n min-height: 40px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px #505050;\r\n border-bottom: solid 5px #505050;\r\n background: #FFF;\r\n color: #505050;\r\n padding: 0 15px;\r\n\r\n }\r\n\r\n .exercises_links > li > a.no-completada{\r\n\r\n background: #d8d8d8;\r\n color: #989898;\r\n border: none;\r\n cursor: default;\r\n\r\n }\r\n\r\n .exercises_links > li > a:not(.no-completada):hover{\r\n\r\n background: #505050;\r\n color: #fff;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a{\r\n\r\n border-color: #F2932E;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a:not(.no-completada):hover{\r\n\r\n background: #F2932E;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a{\r\n\r\n border-color: #94BD53;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a:not(.no-completada):hover{\r\n\r\n background: #94BD53;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a{\r\n\r\n border-color: #E4312B;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a:not(.no-completada):hover{\r\n\r\n background: #E4312B;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a{\r\n\r\n border-color: #B6866D;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a:not(.no-completada):hover{\r\n\r\n background: #B6866D;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a{\r\n\r\n border-color: #EE8367;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a:not(.no-completada):hover{\r\n\r\n background: #EE8367;\r\n\r\n }\r\n\r\n /* FIN EXERCISES LINK */\r\n\r\n /* HEADER TAREA */\r\n\r\n .header-tarea{\r\n\r\n /* background: azure; */\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container{\r\n\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container a{\r\n\r\n display: block;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container{\r\n\r\n margin-bottom: 7.5px;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container h2{\r\n\r\n margin: 0;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container{\r\n\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container h2{\r\n \r\n font-size: 25px;\r\n line-height: 30px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .header-tarea .desc-tarea__container h3{\r\n\r\n font-size: 20px;\r\n line-height: 25px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container p{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n\r\n /* FIN HEADER TAREA */\r\n\r\n /* RECURSOS */\r\n\r\n .recursos__container{\r\n\r\n margin-bottom: 45px;\r\n\r\n }\r\n\r\n /* BOTONES */\r\n\r\n .recursos__container > .nav{\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a:hover,\r\n .recursos__container > .nav > li > a:focus,\r\n .recursos__container > .nav > li > a:active,\r\n .recursos__container > .nav > li.active > a{\r\n\r\n font-weight: 500;\r\n\r\n }\r\n\r\n /* read-before */\r\n\r\n .recursos__container > .nav > li > a.btn-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-read-before:hover,\r\n .recursos__container > .nav > li > a.btn-read-before:focus,\r\n .recursos__container > .nav > li > a.btn-read-before:active,\r\n .recursos__container > .nav > li.active > a.btn-read-before{\r\n\r\n background: #118c53;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-read-before.disabled, .btn-read-before[disabled], fieldset[disabled] .btn-read-before, .btn-read-before.disabled:hover,\r\n .btn-read-before[disabled]:hover, fieldset[disabled] .btn-read-before:hover, .btn-read-before.disabled:focus, .btn-read-before[disabled]:focus,\r\n fieldset[disabled] .btn-read-before:focus, .btn-read-before.disabled:active, .btn-read-before[disabled]:active, fieldset[disabled] .btn-read-before:active,\r\n .btn-read-before.disabled.active, .btn-read-before[disabled].active, fieldset[disabled] .btn-read-before.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin read-before */\r\n\r\n /* tips */\r\n\r\n .recursos__container > .nav > li > a.btn-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-tips:hover,\r\n .recursos__container > .nav > li > a.btn-tips:focus,\r\n .recursos__container > .nav > li > a.btn-tips:active,\r\n .recursos__container > .nav > li.active > a.btn-tips{\r\n\r\n background: #3d0b7d;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-tips.disabled, .btn-tips[disabled], fieldset[disabled] .btn-tips, .btn-tips.disabled:hover,\r\n .btn-tips[disabled]:hover, fieldset[disabled] .btn-tips:hover, .btn-tips.disabled:focus, .btn-tips[disabled]:focus,\r\n fieldset[disabled] .btn-tips:focus, .btn-tips.disabled:active, .btn-tips[disabled]:active, fieldset[disabled] .btn-tips:active,\r\n .btn-tips.disabled.active, .btn-tips[disabled].active, fieldset[disabled] .btn-tips.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin tips */\r\n\r\n /* caso-estudio */\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n \r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio:hover,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:focus,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:active,\r\n .recursos__container > .nav > li.active > a.btn-caso-estudio{\r\n\r\n background: #287daf;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-caso-estudio.disabled, .btn-caso-estudio[disabled], fieldset[disabled] .btn-caso-estudio, .btn-caso-estudio.disabled:hover,\r\n .btn-caso-estudio[disabled]:hover, fieldset[disabled] .btn-caso-estudio:hover, .btn-caso-estudio.disabled:focus, .btn-caso-estudio[disabled]:focus,\r\n fieldset[disabled] .btn-caso-estudio:focus, .btn-caso-estudio.disabled:active, .btn-caso-estudio[disabled]:active, fieldset[disabled] .btn-caso-estudio:active,\r\n .btn-caso-estudio.disabled.active, .btn-caso-estudio[disabled].active, fieldset[disabled] .btn-caso-estudio.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin caso-estudio */\r\n\r\n /* FIN BOTONES */\r\n\r\n /* VENTANAS */\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane{\r\n \r\n background: #505050;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n \r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 75%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n \r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n \r\n display: none;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n \r\n width: auto;\r\n height: 100%;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > button{\r\n \r\n color: #fff;\r\n opacity: 1;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > h2{\r\n \r\n color: #fff;\r\n font-size: 2.7rem;\r\n line-height: 2.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > div > h3{\r\n \r\n color: #fff;\r\n font-size: 2rem;\r\n line-height: 2.4rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > p{\r\n \r\n color: #fff;\r\n font-size: 1.4rem;\r\n line-height: 2.2rem;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul{\r\n \r\n color: #fff;\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul > li{\r\n \r\n margin-bottom: 3px;\r\n \r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n\r\n }\r\n\r\n /* FIN VENTANAS */\r\n\r\n /* FIN RECURSOS */\r\n\r\n /* ACTIONS */\r\n\r\n .actions ul {\r\n\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n\r\n }\r\n\r\n .actions li a {\r\n\r\n border: none;\r\n display: inline-flex;\r\n align-items: center;\r\n cursor: pointer;\r\n font-size: 15px;\r\n background: #333;\r\n \r\n position: fixed;\r\n bottom: 70px;\r\n height: auto;\r\n width: auto;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin: 0;\r\n\r\n }\r\n\r\n .actions li a[href=\"#previous\"]{\r\n \r\n display:none;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n right: 130px;\r\n width: 136px;\r\n\r\n }\r\n\r\n .actions li a[href=\"#next\"]{\r\n \r\n display: none;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n right: 10px;\r\n width: 110px;\r\n\r\n }\r\n\r\n .actions li a[href=\"#finish\"]{\r\n \r\n display: none;\r\n\r\n }\r\n\r\n .actions li a:before {\r\n\r\n /* content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; */\r\n\r\n }\r\n\r\n .actions li a:hover {\r\n\r\n background: #4d4d4d; \r\n\r\n }\r\n\r\n .actions li:first-child a {\r\n\r\n /* background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; */\r\n\r\n }\r\n\r\n .actions li:first-child a:before {\r\n\r\n /* content: \"\\f2ea\";\r\n right: 77px; */\r\n\r\n }\r\n\r\n .actions li:first-child a:hover {\r\n\r\n /* background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; */\r\n\r\n }\r\n\r\n .actions li:last-child a {\r\n\r\n /* padding-left: 28px; */\r\n\r\n }\r\n\r\n .actions li:last-child a:before {\r\n\r\n /* right: 27px; */\r\n\r\n }\r\n\r\n .actions li[aria-disabled=\"true\"] a {\r\n\r\n opacity: 0;\r\n transition: all 1s; \r\n\r\n }\r\n\r\n /* FIN ACTIONS */\r\n\r\n /* INFORME */\r\n\r\n .informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n }\r\n\r\n .informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* FIN INFORME */\r\n\r\n /* PREGUNTAS */\r\n\r\n /* form-row */\r\n\r\n .wrappertest .content > section .inner{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row{\r\n\r\n \r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .form-holder{\r\n\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-preg100{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* fin form-row */\r\n\r\n /* inputs */\r\n\r\n .wrappertest .content > section .inner .form-row textarea{\r\n\r\n align-self: flex-end;\r\n margin: 0;\r\n flex: 1;\r\n\r\n }\r\n\r\n /* radio */\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .form-holder{\r\n\r\n display: block;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiodiv{\r\n\r\n display: none;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio label{\r\n\r\n display: inline-block;\r\n margin-right: 10px;\r\n\r\n }\r\n \r\n /* fin radio */\r\n\r\n .wrappertest .content > section .inner .form-row .select3-container{\r\n\r\n width: 100% !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .switch{\r\n\r\n margin: 0;\r\n margin-bottom: 25px;\r\n \r\n }\r\n\r\n /* fin inputs */\r\n\r\n /* titulos */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo{\r\n \r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_nombre{\r\n\r\n display: block;\r\n font-size: 1.6rem;\r\n line-height: 2rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .GBC-Step1 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #F2932E;}\r\n .GBC-Step2 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #94BD53;}\r\n .GBC-Step3 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #E4312B;}\r\n .GBC-Step4 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #B6866D;}\r\n .GBC-Step5 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #EE8367;}\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin titulos */\r\n\r\n /* casos estudio */\r\n\r\n .casoestudiobtn{\r\n\r\n background: #3c8dbc;\r\n color: #fff;\r\n font-size: 1.2rem;\r\n line-height: 1.2rem;\r\n border: none;\r\n padding: 10px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-bottom: 7.5px;\r\n align-self: flex-start;\r\n\r\n }\r\n\r\n .casoestudiodiv{\r\n\r\n \r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n /* fin casos estudio */\r\n\r\n /* ocultar elementos sin contenido */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiobtn.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiodiv.no-contenido{\r\n\r\n width: 0;\r\n height: 0;\r\n padding: 0;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin ocultar elementos sin contenido */\r\n\r\n /* grupos de preguntas */\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group{\r\n\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n background: #fff;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group.gbc-preg100{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group .title{\r\n\r\n margin: 0;\r\n padding: 0;\r\n grid-column: 1 / 3;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n line-height: 2.5rem;\r\n color: #2d2d2d;\r\n border-bottom: solid 1px #2d2d2d;\r\n padding-bottom: 7.5px;\r\n\r\n }\r\n\r\n /* fin grupos de preguntas */\r\n\r\n /* FIN PREGUNTAS */\r\n\r\n /* EXERCISE-BTN-MOVES-GROUP */\r\n\r\n .exercise-btn-moves-group{\r\n\r\n position: fixed;\r\n bottom: 0;\r\n right: 0;\r\n width: 100%;\r\n z-index: 999;\r\n background: #ecf0f5;\r\n display: grid;\r\n grid-gap: 15px;\r\n grid-template-columns: auto auto 1fr auto auto;\r\n align-items: center;\r\n padding: 10px;\r\n border-top: solid 2px #d4dae2;\r\n justify-items: flex-start;\r\n\r\n }\r\n\r\n .exercise-btn-moves-group a{\r\n\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n background: #333333;\r\n\r\n }\r\n\r\n .exercise-btn-moves-group a:hover, .exercise-btn-moves-group a:focus, .exercise-btn-moves-group a:active{\r\n\r\n background: #4d4d4d;\r\n color: #fff;\r\n\r\n }\r\n\r\n .exercise-btn-moves-group .btn-prev{\r\n\r\n\r\n \r\n \r\n }\r\n\r\n .exercise-btn-moves-group .btn-prev.ocultar{\r\n\r\n padding: 0;\r\n margin: 0;\r\n width: 0;\r\n height: 0;\r\n \r\n }\r\n\r\n .exercise-btn-moves-group .btn-save{\r\n\r\n\r\n\r\n }\r\n\r\n .exercise-btn-moves-group .btn-next{\r\n\r\n \r\n\r\n }\r\n\r\n .exercise-btn-moves-group .mensaje{\r\n\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n width: 100%;\r\n font-size: 2rem;\r\n line-height: 2rem;\r\n color: #e74f00;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n /* FIN EXERCISE-BTN-MOVES-GROUP */\r\n\r\n /* FIN ELEMENTOS COMUNES */\r\n\r\n /* ELEMENTOS DE PLANTILLA */\r\n\r\n /* STEPS */\r\n\r\n .steps .tablist .a .current-info{\r\n \r\n }\r\n\r\n .steps .tablist .a .number{\r\n\r\n }\r\n\r\n .steps > ul > li.current > a > span.current-info{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a {\r\n\r\n color: #5d5d5d;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n }\r\n .steps > ul > li > a:hover{\r\n\r\n color: #464545;\r\n\r\n }\r\n\r\n {% for seccion in valores %}\r\n\r\n {% if loop.index == 1 %}\r\n\r\n .steps {\r\n\r\n height: 2px;\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n /* margin-top: 30px; */\r\n margin-bottom: 75px;\r\n\r\n }\r\n\r\n .steps ul {\r\n\r\n height: 2px;\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n\r\n }\r\n\r\n .steps > ul > li{\r\n\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3.tab-activada{\r\n\r\n display: flex;\r\n\r\n }\r\n\r\n .steps > ul > li.current{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n .steps > ul > li:hover{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n\r\n {% elseif loop.index == loop.length %}\r\n\r\n .steps.step-{{loop.index-1 }} ul {\r\n \r\n width: 100%;\r\n transition: all 0.3s ease;\r\n \r\n }\r\n \r\n .steps.step-{{loop.index-1}}:before {\r\n \r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; \r\n \r\n }\r\n \r\n {% else %}\r\n \r\n .steps.step-{{loop.index-1}} ul {\r\n \r\n width: calc({{loop.index-1}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n \r\n }\r\n \r\n .steps.step-{{loop.index-1}}:before {\r\n \r\n content: \'{{seccion}}\';\r\n left: calc({{loop.index-1}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n \r\n }\r\n \r\n {% endif %}\r\n \r\n {% endfor %}\r\n \r\n {% if valores|length == 1 %}\r\n \r\n .steps{\r\n \r\n display: none;\r\n \r\n }\r\n \r\n {% endif %}\r\n\r\n .content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n }\r\n\r\n /* botones de duplicar y borrar step */\r\n\r\n .botones-acciones-steps{\r\n\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 50px;\r\n left: 360px;\r\n\r\n }\r\n\r\n .botones-acciones-steps .btn{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n .botones-acciones-steps .boton-add{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .botones-acciones-steps .boton-add:hover,\r\n .botones-acciones-steps .boton-add:focus,\r\n .botones-acciones-steps .boton-add:active{\r\n \r\n background: #118c53;\r\n \r\n }\r\n\r\n .botones-acciones-steps .boton-remove{\r\n\r\n background: #c40000;\r\n\r\n }\r\n\r\n .botones-acciones-steps .boton-remove:hover,\r\n .botones-acciones-steps .boton-remove:focus,\r\n .botones-acciones-steps .boton-remove:active{\r\n \r\n background: #a30101;\r\n \r\n }\r\n\r\n /* botones de duplicar y borrar step */\r\n\r\n /* FIN STEPS */\r\n\r\n /* EJERCICIO 9 */\r\n\r\n /* PREGUNTAS */\r\n\r\n /* form-row */\r\n\r\n .wrappertest .content > .ej9valueproposition{\r\n\r\n margin-top: 30px;\r\n\r\n }\r\n\r\n .wrappertest .content > .ej9valueproposition .table{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n .wrappertest .content > .ej9valueproposition .add-row{\r\n\r\n grid-column: 1 / 3;\r\n justify-self: flex-start;\r\n\r\n }\r\n\r\n .wrappertest .content > .ej9valueproposition .inner{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .form-row{\r\n\r\n \r\n\r\n }\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .form-row .form-holder{\r\n\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start;\r\n\r\n }\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .gbc-preg100{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* fin form-row */\r\n\r\n /* inputs */\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .form-row textarea{\r\n\r\n align-self: flex-end;\r\n margin: 0;\r\n flex: 1;\r\n\r\n }\r\n\r\n /* radio */\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .form-row.gbc-radio .form-holder{\r\n\r\n display: block;\r\n \r\n }\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .form-row.gbc-radio .casoestudiobtn,\r\n .wrappertest .content > .ej9valueproposition .inner .form-row.gbc-radio .casoestudiodiv{\r\n\r\n display: none;\r\n \r\n }\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .form-row.gbc-radio label{\r\n\r\n display: inline-block;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n /* fin radio */\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .form-row .select3-container{\r\n\r\n width: 100% !important;\r\n\r\n }\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .form-row .switch{\r\n\r\n margin: 0;\r\n margin-bottom: 25px;\r\n\r\n }\r\n\r\n /* fin inputs */\r\n\r\n /* titulos */\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_pretitulo{\r\n \r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre,\r\n .wrappertest .content > .ej9valueproposition .inner .table thead tr th{\r\n\r\n display: block;\r\n font-size: 1.6rem;\r\n line-height: 2rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .table thead tr th{\r\n\r\n display: table-cell;\r\n\r\n }\r\n\r\n .GBC-Step1 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #F2932E;}\r\n .GBC-Step1 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #F2932E;}\r\n .GBC-Step2 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #94BD53;}\r\n .GBC-Step2 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #94BD53;}\r\n .GBC-Step3 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #E4312B;}\r\n .GBC-Step3 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #E4312B;}\r\n .GBC-Step4 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #B6866D;}\r\n .GBC-Step4 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #B6866D;}\r\n .GBC-Step5 .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_nombre{color: #EE8367;}\r\n .GBC-Step5 .wrappertest .content > .ej9valueproposition .inner .table thead tr th{color: #EE8367;}\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .table tbody tr td .delete-row,\r\n .wrappertest .content > .ej9valueproposition .inner .add-row{\r\n\r\n display: inline-flex;\r\n align-items: center;\r\n cursor: pointer;\r\n height: auto;\r\n width: auto;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_descripcion{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin titulos */\r\n\r\n /* ocultar elementos sin contenido */\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > .ej9valueproposition .inner .form-row .gbc_descripcion.no-contenido,\r\n .wrappertest .content > .ej9valueproposition .inner .form-row .casoestudiobtn.no-contenido,\r\n .wrappertest .content > .ej9valueproposition .inner .form-row .casoestudiodiv.no-contenido{\r\n\r\n width: 0;\r\n height: 0;\r\n padding: 0;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin ocultar elementos sin contenido */\r\n\r\n /* grupos de preguntas */\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .gbc-form-row-group{\r\n\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n background: #fff;\r\n\r\n }\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .gbc-form-row-group.gbc-preg100{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > .ej9valueproposition .inner .gbc-form-row-group .title{\r\n\r\n margin: 0;\r\n padding: 0;\r\n grid-column: 1 / 3;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n line-height: 2.5rem;\r\n color: #2d2d2d;\r\n border-bottom: solid 1px #2d2d2d;\r\n padding-bottom: 7.5px;\r\n\r\n }\r\n\r\n /* fin grupos de preguntas */\r\n\r\n /* FIN Ejercicio 9 */\r\n\r\n /* FIN ELEMENTOS DE PLANTILLA */\r\n\r\n/* FIN ELEMENTOS DE PLANTILLA */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n{% set respuesta=[] %}\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fmelfinder/js/elfinder.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fosckeditor/ckeditor.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/jquery.steps.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/slider/bootstrap-slider.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bootstrap-datepicker/js/bootstrap-datepicker.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/select3.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n\r\n<script type=\"text/javascript\" >\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n\r\n {% set valores=[] %}\r\n {% for tarea in tareas %}\r\n {% for tusuario in tarea.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% set encontrada=true %}\r\n {% if tusuario.completada==true %}\r\n {% if tarea.alias==\'exercise7a\' %}\r\n {% for atributo in tarea.atributos%}\r\n {% if atributo.alias==\'ex7apreg22\' or atributo.alias==\'ex7apreg21\' or atributo.alias==\'ex7apreg23\' or atributo.alias==\'ex7apreg20\' %}\r\n {% for respuestafor in atributo.respuestas %}\r\n {% if respuestafor.greenEntrepreneur.id==app.user.id%}\r\n {# imitar serializado del anterior #}\r\n {% for label in respuestafor.valor|json_decode %}\r\n {% set valores=valores|merge([label]) %}\r\n {%endfor%}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endfor %}\r\n \r\n $(document).ready(function () {\r\n\r\n $(\"#wizard\").steps({\r\n headerTag: \"h4\",\r\n bodyTag: \"section\",\r\n transitionEffect: \"fade\",\r\n enableAllSteps: true,\r\n transitionEffectSpeed: 300,\r\n labels: {\r\n next: \"Next\",\r\n previous: \"Back\"\r\n },\r\n onFinished: function (event, currentIndex) {\r\n $(\"#wizard\").submit();\r\n },\r\n onStepChanging: function (event, currentIndex, newIndex) {\r\n\r\n\r\n {# for seccion in valores %}\r\n if ( newIndex === {{loop.index}} ) {\r\n $(\'.steps\').addClass(\'step-{{loop.index + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{loop.index + 1}}\');\r\n }\r\n {% endfor #}\r\n\r\n return true;\r\n }\r\n });\r\n // Custom Jquery Steps\r\n $(\'.forward\').click(function(){\r\n $(\"#wizard\").steps(\'next\');\r\n })\r\n $(\'.backward\').click(function(){\r\n $(\"#wizard\").steps(\'previous\');\r\n })\r\n // Select\r\n $(\'html\').click(function() {\r\n $(\'.select .dropdown\').hide();\r\n });\r\n $(\'.select\').click(function(event){\r\n event.stopPropagation();\r\n });\r\n $(\'.select .select-control\').click(function(){\r\n $(this).parent().next().toggle().toggleClass(\'active\');\r\n })\r\n $(\'.select .dropdown li\').click(function(){\r\n $(this).parent().toggle();\r\n var text = $(this).attr(\'rel\');\r\n $(this).parent().prev().find(\'div\').text(text);\r\n })\r\n // Payment\r\n $(\'.payment-block .payment-item\').click(function(){\r\n $(\'.payment-block .payment-item\').removeClass(\'active\');\r\n $(this).addClass(\'active\');\r\n })\r\n \r\n\r\n\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\"input.slider\").bootstrapSlider(); \r\n $(\'.slider-tick-label\').css(\'width\', \'105px\');\r\n $(\'.slider-horizontal\').css(\'margin-bottom\', \'24px\'); \r\n $(\'.slider-tick-label-container\').css(\'margin-left\', \'-52.5px\');\r\n $(\'.btn-up\').click(function(){\r\n $(\'body, html\').animate({\r\n scrollTop: \'0px\'\r\n }, 300)\r\n });\r\n {% set indexstep=0 %}\r\n {% for seccion in valores %}\r\n {% if seccion|md5!=getvars.id %} $(\"#wizard-t-{{loop.index-1}}\").parent().hide();\r\n {% else %}\r\n $(\"#wizard-t-{{loop.index-1}}\").get(0).click();\r\n {% set indexstep=loop.index-1 %}\r\n {% endif %}\r\n \r\n {% endfor %}\r\n $( \'form\' ).submit(function( event ) {\r\n $(\'a[href=\"#finish\"]\').fadeOut();\r\n event.preventDefault();\r\n $(\'#ex7bshname-{{indexstep}}\').val($(\'#current\').val());\r\n \r\n\r\n this.submit();\r\n });\r\n });\r\n\r\n</script>\r\n<![endif]-->', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(82, 'Tarea 12n js', 'gbc/exercise_12n_js.html.twig', 'if ($(\'.content-wrapper .content .container\').hasClass(\"exercise12n\")){\r\n\r\n //RECUPERAMOS EL ARRAY DE CUSTOMERS\r\n $ex12customers = $(\"textarea[name=\'ex12n_customers[]\']\")\r\n\r\n //RECUPERAMOS LAS TABS MENU\r\n $ex12stage_tabs = $(\'#stage_tab > li\');\r\n\r\n //RECUPERAMOS LOS CONTENIDOS DE LAS TABS\r\n $ex12stage_tab_content = $(\'#stage_tab_content > .tab-pane\');\r\n\r\n if($ex12customers.length>0){\r\n //BORRAMOS LOS TABS MENU\r\n $ex12stage_tabs.each(function( key, tabs ) {\r\n if($ex12stage_tabs.lenght < 2){\r\n tabs.remove()\r\n }\r\n });\r\n\r\n // BORRAMOS LOS CONTENIDOS DE LAS TABS\r\n $ex12stage_tab_content.each(function( key, tab_content ) {\r\n if($ex12stage_tab_content.lenght < 2){\r\n tab_content.remove()\r\n }\r\n });\r\n }\r\n //CONTADOR PARA SABER CUANTOS CUSTOMER DISTINTOS HAY\r\n $numero_customers = 1;\r\n if($ex12customers.length>0){\r\n $customerAnterior = $ex12customers[0].value;\r\n }else{\r\n $customerAnterior = null;\r\n }\r\n\r\n $indexStage = 0;\r\n\r\n $($ex12customers).each(function( $key, $customer ) {\r\n \r\n if ($customer.value == $customerAnterior){\r\n \r\n //si el stage es el 1 o más\r\n if ($indexStage > 0){\r\n \r\n //quitamos el active de la stage tab para dejar solo activa la 0\r\n $($ex12stage_tabs[$key]).removeClass(\'active\');\r\n $($ex12stage_tab_content[$key]).removeClass(\'active\');\r\n \r\n }\r\n \r\n //cambiamos el href y texto de la stage tab para que apunte al correcto\r\n $($ex12stage_tabs[$key]).find(\'a\').attr(\'href\', \'#stage\' + $key);\r\n // $($ex12stage_tabs[$key]).find(\'a\').text(\'Stage\' + ($indexStage+1));\r\n $($ex12stage_tabs[$key]).find(\'a\').text(\'Stage\');\r\n \r\n //cambiamos el id del contenido del stage para añadirle el numero\r\n $ex12stage_tab_content[$key].id = \'stage\' + $key;\r\n \r\n //añadimos la stage tab\r\n $(\'#\' + $customer.value +\' #stage_tab\').append($ex12stage_tabs[$key]);\r\n \r\n //añadimos el contenido del stage\r\n $(\'#\' + $customer.value +\' #stage_tab_content\').append($ex12stage_tab_content[$key]);\r\n \r\n $indexStage = $indexStage + 1;\r\n \r\n }else{\r\n \r\n //reseteamos el indice del stage\r\n $indexStage = 0;\r\n \r\n //cambiamos el href y texto de la stage tab para que apunte al correcto\r\n $($ex12stage_tabs[$key]).find(\'a\').attr(\'href\', \'#stage\' + $key);\r\n // $($ex12stage_tabs[$key]).find(\'a\').text(\'Stage\' + ($indexStage+1));\r\n $($ex12stage_tabs[$key]).find(\'a\').text(\'Stage\');\r\n \r\n //cambiamos el id del contenido del stage para añadirle el numero\r\n $ex12stage_tab_content[$key].id = \'stage\' + $key;\r\n \r\n //añadimos la stage tab\r\n $(\'#\' + $customer.value +\' #stage_tab\').append($ex12stage_tabs[$key]);\r\n \r\n //añadimos el contenido del stage\r\n $(\'#\' + $customer.value +\' #stage_tab_content\').append($ex12stage_tab_content[$key]);\r\n \r\n \r\n $indexStage = $indexStage + 1;\r\n \r\n $numero_customers = $numero_customers + 1;\r\n \r\n }\r\n \r\n $customerAnterior = $customer.value;\r\n \r\n });\r\n\r\n $indexBorrar = 0;\r\n if($ex12customers.length>0){\r\n //BORRAMOS LAS PESTAÑAS QUE SOBREN DE LOS CUSTOMER\r\n for (i=$numero_customers; i < $ex12customers.length; i++){\r\n //console.log(i+\'de\'+$indexBorrar)\r\n $(\'#wizard\').steps(\'remove\', i - $indexBorrar);\r\n\r\n $indexBorrar = $indexBorrar + 1;\r\n\r\n }\r\n }\r\n // updateWizard();\r\n\r\n }', 'N;', '2020-05-25 09:45:21', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(83, 'eco-design next prev save css', 'eco-desisgn/nextprevsavecss.html.twig', '{# sin dependencias #}\r\n\r\n.exercise-btn-moves-group{\r\n\r\n position: fixed;\r\n bottom: 0;\r\n right: 0;\r\n width: 100%;\r\n z-index: 999;\r\n background: #ecf0f5;\r\n display: grid;\r\n grid-gap: 15px;\r\n grid-template-columns: auto auto 1fr auto auto;\r\n align-items: center;\r\n padding: 10px;\r\n border-top: solid 2px #d4dae2;\r\n justify-items: flex-start;\r\n\r\n}\r\n\r\n.exercise-btn-moves-group a{\r\n\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n background: #333333;\r\n\r\n}\r\n\r\n.exercise-btn-moves-group a:hover, .exercise-btn-moves-group a:focus, .exercise-btn-moves-group a:active{\r\n\r\n background: #4d4d4d;\r\n color: #fff;\r\n\r\n}\r\n\r\n.exercise-btn-moves-group .btn-prev{\r\n\r\n\r\n \r\n \r\n}\r\n\r\n.exercise-btn-moves-group .btn-prev.ocultar{\r\n\r\n padding: 0;\r\n margin: 0;\r\n width: 0;\r\n height: 0;\r\n \r\n}\r\n\r\n.exercise-btn-moves-group .btn-save{\r\n\r\n\r\n\r\n}\r\n\r\n.exercise-btn-moves-group .btn-next{\r\n\r\n \r\n\r\n}\r\n\r\n.exercise-btn-moves-group .mensaje{\r\n\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n width: 100%;\r\n font-size: 2rem;\r\n line-height: 2rem;\r\n color: #e74f00;\r\n font-weight: 700;\r\n\r\n}', 'N;', '2020-05-22 09:28:22', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(84, 'Eco-Design next prev save', 'eco-design/nextprevsave.html.twig', '{# sin dependencias #}\r\n\r\n{% set tareaanterior=null %}\r\n{% set tareacurrent=tarea[0] %}\r\n{% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n\r\n{% for tareadep in tareas %}\r\n {% if not tareadep.invisible %}\r\n {% for tusuario in tareadep.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% if tusuario.completada==true %}\r\n {% if tareadep.position < tareacurrent.position %}\r\n {% set tareaanterior=tareadep %}\r\n {% endif %}\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %} \r\n {% endif %}\r\n{% endfor %}\r\n\r\n<div class=\"exercise-btn-moves-group\">\r\n\r\n <a class=\"btn btn-up\" href=\"#\"><i class=\"fa fa-arrow-up\"></i></a>\r\n\r\n {% if tareaanterior is defined and tareaanterior is not null %}\r\n {% if tareaanterior.position < tarea[0].position %}\r\n <a class=\"btn btn-prev\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':tareaanterior.id}) }}\">{{\'Previous\'|trans({})}}</a>\r\n\r\n <script>\r\n $(\'.btn.btn-prev\').on(\'click\', function(e){\r\n e.preventDefault();\r\n Swal.fire({\r\n title: \'Are you sure to go previous step without save?\',\r\n text: \"You won\'t be able to revert this!\",\r\n icon: \'warning\',\r\n showCancelButton: true,\r\n confirmButtonColor: \'#3085d6\',\r\n cancelButtonColor: \'#d33\',\r\n confirmButtonText: \'Yes, I´m not interested in save!\'\r\n }).then((result) => {\r\n if (result.value) {\r\n window.location.href = \"{{ path(\'admin.procesos.realizartarea\',{\'id\':tareaanterior.id}) }}\";\r\n }\r\n });\r\n})</script> \r\n {% else %}\r\n <a class=\"btn btn-prev ocultar\" href=\"\"></a>\r\n {% endif %}\r\n {% else %}\r\n <a class=\"btn btn-prev ocultar\" href=\"\"></a>\r\n {% endif %}\r\n\r\n <span class=\"mensaje\"></span>\r\n\r\n <a id=\"save\" class=\"btn btn-save\" href=\"#\" onclick=\"$.ajax({ type: \'POST\', url: \'{{ path(\'api_app_api_guardartareaapi_savetask\', {\'id\': tarea[0].id})}}\', data: $(\'form\').serialize(), cache: false,}).done(function() {$(\'.exercise-btn-moves-group .mensaje\').text(\'Saving...\');window.setTimeout(function(){$(\'.exercise-btn-moves-group .mensaje\').text(\'Changes saved\');}, 1000);}).fail(function() {$(\'.exercise-btn-moves-group .mensaje\').text(\'Saving...\');window.setTimeout(function(){$(\'.exercise-btn-moves-group .mensaje\').text(\'Error saving changes\');}, 1000);});\">{{\'Save\'|trans({})}}</a>\r\n <a class=\"btn btn-next\" href=\"#\" onclick=\"$(\'#wizard\').submit()\">{{\'Next\'|trans({})}}</a>\r\n\r\n</div>', 'N;', '2020-06-03 10:13:40', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(85, 'Menu Tarea 14', 'gbc/menu_tarea14.html.twig', '{# PINTAR SUBMENÚ EJERCICIO 14 #}\r\n\r\n {# MIRAMOS SI ESTAMOS EN ALGUNA TAREA DEL EJERCICIO 14 #}\r\n {% set esEjercicio14 = false %}\r\n\r\n {% for i in 1..8 %}\r\n\r\n {% if tarea[0].alias == \'exercise14-card\'~i %}\r\n\r\n {% set esEjercicio14 = true %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {# FIN MIRAMOS SI ESTAMOS EN ALGUNA TAREA DEL EJERCICIO 14 #}\r\n\r\n {% if esEjercicio14 == true %}\r\n\r\n <h2 class=\"exercises_links_ex14__title\">14 - Cards</h2>\r\n\r\n <ul class=\"exercises_links_ex14\">\r\n {% set tareasex14 = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n\r\n {% for i in 1..8 %}\r\n\r\n {% for tareaex14 in tareasex14 %}\r\n\r\n {% if tareaex14.alias == \'exercise14-card\'~i %}\r\n\r\n {% set encontrada=false %}\r\n\r\n {% for tusuario in tareaex14.getTareaUsuario %}\r\n\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% set encontrada=true %}\r\n {% if tusuario.completada==true %}\r\n <li class=\"{{ tareaex14.class ~ \' \' ~ tareaex14.alias}}\">\r\n <a id=\"link-{{ tareaex14.alias }}\" class=\"completada\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':tareaex14.id}) }}\" style=\"height:20vh;width: 5vw;\"><img src=\"/images/card{{i}}.png\"></a>\r\n </li>\r\n {% else %}\r\n <li class=\"{{ tareaex14.class ~ \' \' ~ tareaex14.alias}}\">\r\n <a id=\"link-{{ tareaex14.alias }}\" class=\"no-completada\" href=\"#\" style=\"height:20vh;width: 5vw;\"><img src=\"/images/card{{i}}.png\"></a>\r\n </li>\r\n {% endif %}\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% if encontrada==false %}\r\n <li class=\"{{ tareaex14.class ~ \' \' ~ tareaex14.alias}}\">\r\n <a id=\"link-{{ tareaex14.alias }}\" class=\"no-completada\" href=\"#\" style=\"height:20vh;width: 5vw;\"><img src=\"/images/card{{i}}.png\"></a>\r\n </li>\r\n {% endif %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% endfor %}\r\n\r\n {% for tareaex14 in tareasex14 %}\r\n\r\n {% if tareaex14.alias == \'ex14informe\' %}\r\n\r\n {% set encontrada=false %}\r\n\r\n {% for tusuario in tareaex14.getTareaUsuario %}\r\n\r\n {% if tusuario.greenEntrepreneur.id==app.user.id %}\r\n {% set encontrada=true %}\r\n {% if tusuario.completada==true %}\r\n <li class=\"{{ tareaex14.class ~ \' \' ~ tareaex14.alias}}\">\r\n <a id=\"link-{{ tareaex14.alias }}\" class=\"completada\" href=\"{{ path(\'admin.procesos.realizartarea\',{\'id\':tareaex14.id}) }}\" style=\"height:20vh;width: 5vw;\">Informe</a>\r\n </li>\r\n {% else %}\r\n <li class=\"{{ tareaex14.class ~ \' \' ~ tareaex14.alias}}\">\r\n <a id=\"link-{{ tareaex14.alias }}\" class=\"no-completada\" href=\"#\" style=\"height:20vh;width: 5vw;\">Informe</a>\r\n </li>\r\n {% endif %}\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% if encontrada==false %}\r\n <li class=\"{{ tareaex14.class ~ \' \' ~ tareaex14.alias}}\">\r\n <a id=\"link-{{ tareaex14.alias }}\" class=\"no-completada\" href=\"#\" style=\"height:100%;width: 7vw;\">Informe</a>\r\n </li>\r\n {% endif %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n </ul>\r\n\r\n {% endif %}\r\n\r\n {# FIN PINTAR SUBMENÚ EJERCICIO 14 #}', 'N;', '2020-05-22 11:58:34', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(86, 'Menu Tarea 14 css', 'gbc/tarea14.css.html.twig', '/* EJERCICIO 14 */\r\n\r\n .ex14card1section2-3preg10Score, \r\n .ex14card1section2-3preg20Score,\r\n .ex14card1section2-3preg30Score, \r\n .ex14card1section2-3preg40Score, \r\n .ex14card1section2-3preg50Score,\r\n \r\n .ex14card2section2-3preg10Score, \r\n .ex14card2section2-3preg20Score, \r\n .ex14card2section2-3preg30Score, \r\n .ex14card2section2-3preg40Score, \r\n .ex14card2section2-3preg50Score,\r\n \r\n .ex14card3section2-3preg10Score, \r\n .ex14card3section2-3preg20Score,\r\n .ex14card3section2-3preg30Score, \r\n .ex14card3section2-3preg40Score, \r\n .ex14card3section2-3preg50Score,\r\n \r\n .ex14card4section2-3preg10Score, \r\n .ex14card4section2-3preg20Score,\r\n .ex14card4section2-3preg30Score, \r\n .ex14card4section2-3preg40Score, \r\n .ex14card4section2-3preg50Score,\r\n \r\n .ex14card5section2-3preg10Score, \r\n .ex14card5section2-3preg20Score,\r\n .ex14card5section2-3preg30Score, \r\n .ex14card5section2-3preg40Score, \r\n .ex14card5section2-3preg50Score,\r\n \r\n .ex14card6section2-3preg10Score, \r\n .ex14card6section2-3preg20Score, \r\n .ex14card6section2-3preg30Score, \r\n .ex14card6section2-3preg40Score, \r\n .ex14card6section2-3preg50Score,\r\n \r\n .ex14card7section2-3preg10Score, \r\n .ex14card7section2-3preg20Score,\r\n .ex14card7section2-3preg30Score, \r\n .ex14card7section2-3preg40Score, \r\n .ex14card7section2-3preg50Score,\r\n \r\n .ex14card8section2-3preg10Score, \r\n .ex14card8section2-3preg20Score,\r\n .ex14card8section2-3preg30Score, \r\n .ex14card8section2-3preg40Score, \r\n .ex14card8section2-3preg50Score \r\n {\r\n \r\n /* margin-bottom: 15px; */\r\n \r\n }\r\n \r\n .ex14card1section2-3preg10Score .form-holder, \r\n .ex14card1section2-3preg20Score .form-holder,\r\n .ex14card1section2-3preg30Score .form-holder, \r\n .ex14card1section2-3preg40Score .form-holder, \r\n .ex14card1section2-3preg50Score .form-holder,\r\n \r\n .ex14card2section2-3preg10Score .form-holder, \r\n .ex14card2section2-3preg20Score .form-holder, \r\n .ex14card2section2-3preg30Score .form-holder, \r\n .ex14card2section2-3preg40Score .form-holder, \r\n .ex14card2section2-3preg50Score .form-holder,\r\n \r\n .ex14card3section2-3preg10Score .form-holder, \r\n .ex14card3section2-3preg20Score .form-holder,\r\n .ex14card3section2-3preg30Score .form-holder, \r\n .ex14card3section2-3preg40Score .form-holder, \r\n .ex14card3section2-3preg50Score .form-holder,\r\n \r\n .ex14card4section2-3preg10Score .form-holder, \r\n .ex14card4section2-3preg20Score .form-holder,\r\n .ex14card4section2-3preg30Score .form-holder, \r\n .ex14card4section2-3preg40Score .form-holder, \r\n .ex14card4section2-3preg50Score .form-holder,\r\n \r\n .ex14card5section2-3preg10Score .form-holder, \r\n .ex14card5section2-3preg20Score .form-holder,\r\n .ex14card5section2-3preg30Score .form-holder, \r\n .ex14card5section2-3preg40Score .form-holder, \r\n .ex14card5section2-3preg50Score .form-holder,\r\n \r\n .ex14card6section2-3preg10Score .form-holder, \r\n .ex14card6section2-3preg20Score .form-holder, \r\n .ex14card6section2-3preg30Score .form-holder, \r\n .ex14card6section2-3preg40Score .form-holder, \r\n .ex14card6section2-3preg50Score .form-holder,\r\n \r\n .ex14card7section2-3preg10Score .form-holder, \r\n .ex14card7section2-3preg20Score .form-holder,\r\n .ex14card7section2-3preg30Score .form-holder, \r\n .ex14card7section2-3preg40Score .form-holder, \r\n .ex14card7section2-3preg50Score .form-holder,\r\n \r\n .ex14card8section2-3preg10Score .form-holder, \r\n .ex14card8section2-3preg20Score .form-holder,\r\n .ex14card8section2-3preg30Score .form-holder, \r\n .ex14card8section2-3preg40Score .form-holder, \r\n .ex14card8section2-3preg50Score .form-holder\r\n {\r\n \r\n display: grid;\r\n grid-template-columns: auto auto 1fr;\r\n align-items: center;\r\n grid-gap: 10px;\r\n \r\n }\r\n \r\n .ex14card1section2-3preg10Score .form-holder .gbc_pretitulo, \r\n .ex14card1section2-3preg20Score .form-holder .gbc_pretitulo, \r\n .ex14card1section2-3preg30Score .form-holder .gbc_pretitulo, \r\n .ex14card1section2-3preg40Score .form-holder .gbc_pretitulo, \r\n .ex14card1section2-3preg50Score .form-holder .gbc_pretitulo, \r\n \r\n .ex14card2section2-3preg10Score .form-holder .gbc_pretitulo, \r\n .ex14card2section2-3preg20Score .form-holder .gbc_pretitulo, \r\n .ex14card2section2-3preg30Score .form-holder .gbc_pretitulo, \r\n .ex14card2section2-3preg40Score .form-holder .gbc_pretitulo, \r\n .ex14card2section2-3preg50Score .form-holder .gbc_pretitulo, \r\n \r\n .ex14card3section2-3preg10Score .form-holder .gbc_pretitulo, \r\n .ex14card3section2-3preg20Score .form-holder .gbc_pretitulo, \r\n .ex14card3section2-3preg30Score .form-holder .gbc_pretitulo, \r\n .ex14card3section2-3preg40Score .form-holder .gbc_pretitulo, \r\n .ex14card3section2-3preg50Score .form-holder .gbc_pretitulo, \r\n \r\n .ex14card4section2-3preg10Score .form-holder .gbc_pretitulo, \r\n .ex14card4section2-3preg20Score .form-holder .gbc_pretitulo, \r\n .ex14card4section2-3preg30Score .form-holder .gbc_pretitulo, \r\n .ex14card4section2-3preg40Score .form-holder .gbc_pretitulo, \r\n .ex14card4section2-3preg50Score .form-holder .gbc_pretitulo, \r\n \r\n .ex14card5section2-3preg10Score .form-holder .gbc_pretitulo, \r\n .ex14card5section2-3preg20Score .form-holder .gbc_pretitulo, \r\n .ex14card5section2-3preg30Score .form-holder .gbc_pretitulo, \r\n .ex14card5section2-3preg40Score .form-holder .gbc_pretitulo, \r\n .ex14card5section2-3preg50Score .form-holder .gbc_pretitulo, \r\n \r\n .ex14card6section2-3preg10Score .form-holder .gbc_pretitulo, \r\n .ex14card6section2-3preg20Score .form-holder .gbc_pretitulo, \r\n .ex14card6section2-3preg30Score .form-holder .gbc_pretitulo, \r\n .ex14card6section2-3preg40Score .form-holder .gbc_pretitulo, \r\n .ex14card6section2-3preg50Score .form-holder .gbc_pretitulo, \r\n \r\n .ex14card7section2-3preg10Score .form-holder .gbc_pretitulo, \r\n .ex14card7section2-3preg20Score .form-holder .gbc_pretitulo, \r\n .ex14card7section2-3preg30Score .form-holder .gbc_pretitulo, \r\n .ex14card7section2-3preg40Score .form-holder .gbc_pretitulo, \r\n .ex14card7section2-3preg50Score .form-holder .gbc_pretitulo, \r\n \r\n .ex14card8section2-3preg10Score .form-holder .gbc_pretitulo, \r\n .ex14card8section2-3preg20Score .form-holder .gbc_pretitulo, \r\n .ex14card8section2-3preg30Score .form-holder .gbc_pretitulo, \r\n .ex14card8section2-3preg40Score .form-holder .gbc_pretitulo, \r\n .ex14card8section2-3preg50Score .form-holder .gbc_pretitulo \r\n {\r\n \r\n grid-column: 1 / end;\r\n \r\n }\r\n \r\n .ex14card1section2-3preg10Score .form-holder .gbc_descripcion, \r\n .ex14card1section2-3preg20Score .form-holder .gbc_descripcion, \r\n .ex14card1section2-3preg30Score .form-holder .gbc_descripcion, \r\n .ex14card1section2-3preg40Score .form-holder .gbc_descripcion, \r\n .ex14card1section2-3preg50Score .form-holder .gbc_descripcion, \r\n \r\n .ex14card2section2-3preg10Score .form-holder .gbc_descripcion, \r\n .ex14card2section2-3preg20Score .form-holder .gbc_descripcion, \r\n .ex14card2section2-3preg30Score .form-holder .gbc_descripcion, \r\n .ex14card2section2-3preg40Score .form-holder .gbc_descripcion, \r\n .ex14card2section2-3preg50Score .form-holder .gbc_descripcion, \r\n \r\n .ex14card3section2-3preg10Score .form-holder .gbc_descripcion, \r\n .ex14card3section2-3preg20Score .form-holder .gbc_descripcion, \r\n .ex14card3section2-3preg30Score .form-holder .gbc_descripcion, \r\n .ex14card3section2-3preg40Score .form-holder .gbc_descripcion, \r\n .ex14card3section2-3preg50Score .form-holder .gbc_descripcion, \r\n \r\n .ex14card4section2-3preg10Score .form-holder .gbc_descripcion, \r\n .ex14card4section2-3preg20Score .form-holder .gbc_descripcion, \r\n .ex14card4section2-3preg30Score .form-holder .gbc_descripcion, \r\n .ex14card4section2-3preg40Score .form-holder .gbc_descripcion, \r\n .ex14card4section2-3preg50Score .form-holder .gbc_descripcion, \r\n \r\n .ex14card5section2-3preg10Score .form-holder .gbc_descripcion, \r\n .ex14card5section2-3preg20Score .form-holder .gbc_descripcion, \r\n .ex14card5section2-3preg30Score .form-holder .gbc_descripcion, \r\n .ex14card5section2-3preg40Score .form-holder .gbc_descripcion, \r\n .ex14card5section2-3preg50Score .form-holder .gbc_descripcion, \r\n \r\n .ex14card6section2-3preg10Score .form-holder .gbc_descripcion, \r\n .ex14card6section2-3preg20Score .form-holder .gbc_descripcion, \r\n .ex14card6section2-3preg30Score .form-holder .gbc_descripcion, \r\n .ex14card6section2-3preg40Score .form-holder .gbc_descripcion, \r\n .ex14card6section2-3preg50Score .form-holder .gbc_descripcion, \r\n \r\n .ex14card7section2-3preg10Score .form-holder .gbc_descripcion, \r\n .ex14card7section2-3preg20Score .form-holder .gbc_descripcion, \r\n .ex14card7section2-3preg30Score .form-holder .gbc_descripcion, \r\n .ex14card7section2-3preg40Score .form-holder .gbc_descripcion, \r\n .ex14card7section2-3preg50Score .form-holder .gbc_descripcion, \r\n \r\n .ex14card8section2-3preg10Score .form-holder .gbc_descripcion, \r\n .ex14card8section2-3preg20Score .form-holder .gbc_descripcion, \r\n .ex14card8section2-3preg30Score .form-holder .gbc_descripcion, \r\n .ex14card8section2-3preg40Score .form-holder .gbc_descripcion, \r\n .ex14card8section2-3preg50Score .form-holder .gbc_descripcion \r\n {\r\n \r\n grid-column: 1 / end;\r\n \r\n }\r\n \r\n .ex14card1section2-3preg10Score .form-holder > p, \r\n .ex14card1section2-3preg20Score .form-holder > p, \r\n .ex14card1section2-3preg30Score .form-holder > p, \r\n .ex14card1section2-3preg40Score .form-holder > p, \r\n .ex14card1section2-3preg50Score .form-holder > p,\r\n \r\n .ex14card2section2-3preg10Score .form-holder > p, \r\n .ex14card2section2-3preg20Score .form-holder > p, \r\n .ex14card2section2-3preg30Score .form-holder > p, \r\n .ex14card2section2-3preg40Score .form-holder > p, \r\n .ex14card2section2-3preg50Score .form-holder > p,\r\n \r\n .ex14card3section2-3preg10Score .form-holder > p, \r\n .ex14card3section2-3preg20Score .form-holder > p, \r\n .ex14card3section2-3preg30Score .form-holder > p, \r\n .ex14card3section2-3preg40Score .form-holder > p, \r\n .ex14card3section2-3preg50Score .form-holder > p,\r\n \r\n .ex14card4section2-3preg10Score .form-holder > p, \r\n .ex14card4section2-3preg20Score .form-holder > p, \r\n .ex14card4section2-3preg30Score .form-holder > p, \r\n .ex14card4section2-3preg40Score .form-holder > p, \r\n .ex14card4section2-3preg50Score .form-holder > p,\r\n \r\n .ex14card5section2-3preg10Score .form-holder > p, \r\n .ex14card5section2-3preg20Score .form-holder > p,\r\n .ex14card5section2-3preg30Score .form-holder > p, \r\n .ex14card5section2-3preg40Score .form-holder > p, \r\n .ex14card5section2-3preg50Score .form-holder > p,\r\n \r\n .ex14card6section2-3preg10Score .form-holder > p, \r\n .ex14card6section2-3preg20Score .form-holder > p, \r\n .ex14card6section2-3preg30Score .form-holder > p, \r\n .ex14card6section2-3preg40Score .form-holder > p, \r\n .ex14card6section2-3preg50Score .form-holder > p,\r\n \r\n .ex14card7section2-3preg10Score .form-holder > p, \r\n .ex14card7section2-3preg20Score .form-holder > p,\r\n .ex14card7section2-3preg30Score .form-holder > p, \r\n .ex14card7section2-3preg40Score .form-holder > p, \r\n .ex14card7section2-3preg50Score .form-holder > p,\r\n \r\n .ex14card8section2-3preg10Score .form-holder > p, \r\n .ex14card8section2-3preg20Score .form-holder > p,\r\n .ex14card8section2-3preg30Score .form-holder > p, \r\n .ex14card8section2-3preg40Score .form-holder > p, \r\n .ex14card8section2-3preg50Score .form-holder > p\r\n {\r\n \r\n display: none;\r\n \r\n }\r\n \r\n .ex14card1section2-3preg10Score .form-holder label[for=\"ex14card1section2-3preg10Score\"], \r\n .ex14card1section2-3preg20Score .form-holder label[for=\"ex14card1section2-3preg20Score\"],\r\n .ex14card1section2-3preg30Score .form-holder label[for=\"ex14card1section2-3preg30Score\"], \r\n .ex14card1section2-3preg40Score .form-holder label[for=\"ex14card1section2-3preg40Score\"],\r\n .ex14card1section2-3preg50Score .form-holder label[for=\"ex14card1section2-3preg50Score\"],\r\n \r\n .ex14card2section2-3preg10Score .form-holder label[for=\"ex14card2section2-3preg10Score\"], \r\n .ex14card2section2-3preg20Score .form-holder label[for=\"ex14card2section2-3preg20Score\"],\r\n .ex14card2section2-3preg30Score .form-holder label[for=\"ex14card2section2-3preg30Score\"], \r\n .ex14card2section2-3preg40Score .form-holder label[for=\"ex14card2section2-3preg40Score\"],\r\n .ex14card2section2-3preg50Score .form-holder label[for=\"ex14card2section2-3preg50Score\"],\r\n \r\n .ex14card3section2-3preg10Score .form-holder label[for=\"ex14card3section2-3preg10Score\"], \r\n .ex14card3section2-3preg20Score .form-holder label[for=\"ex14card3section2-3preg20Score\"],\r\n .ex14card3section2-3preg30Score .form-holder label[for=\"ex14card3section2-3preg30Score\"], \r\n .ex14card3section2-3preg40Score .form-holder label[for=\"ex14card3section2-3preg40Score\"],\r\n .ex14card3section2-3preg50Score .form-holder label[for=\"ex14card3section2-3preg50Score\"],\r\n \r\n .ex14card4section2-3preg10Score .form-holder label[for=\"ex14card4section2-3preg10Score\"], \r\n .ex14card4section2-3preg20Score .form-holder label[for=\"ex14card4section2-3preg20Score\"],\r\n .ex14card4section2-3preg30Score .form-holder label[for=\"ex14card4section2-3preg30Score\"], \r\n .ex14card4section2-3preg40Score .form-holder label[for=\"ex14card4section2-3preg40Score\"],\r\n .ex14card4section2-3preg50Score .form-holder label[for=\"ex14card4section2-3preg50Score\"],\r\n \r\n .ex14card5section2-3preg10Score .form-holder label[for=\"ex14card5section2-3preg10Score\"], \r\n .ex14card5section2-3preg20Score .form-holder label[for=\"ex14card5section2-3preg20Score\"],\r\n .ex14card5section2-3preg30Score .form-holder label[for=\"ex14card5section2-3preg30Score\"], \r\n .ex14card5section2-3preg40Score .form-holder label[for=\"ex14card5section2-3preg40Score\"],\r\n .ex14card5section2-3preg50Score .form-holder label[for=\"ex14card5section2-3preg50Score\"],\r\n \r\n .ex14card6section2-3preg10Score .form-holder label[for=\"ex14card6section2-3preg10Score\"], \r\n .ex14card6section2-3preg20Score .form-holder label[for=\"ex14card6section2-3preg20Score\"],\r\n .ex14card6section2-3preg30Score .form-holder label[for=\"ex14card6section2-3preg30Score\"], \r\n .ex14card6section2-3preg40Score .form-holder label[for=\"ex14card6section2-3preg40Score\"],\r\n .ex14card6section2-3preg50Score .form-holder label[for=\"ex14card6section2-3preg50Score\"],\r\n \r\n .ex14card7section2-3preg10Score .form-holder label[for=\"ex14card7section2-3preg10Score\"], \r\n .ex14card7section2-3preg20Score .form-holder label[for=\"ex14card7section2-3preg20Score\"],\r\n .ex14card7section2-3preg30Score .form-holder label[for=\"ex14card7section2-3preg30Score\"], \r\n .ex14card7section2-3preg40Score .form-holder label[for=\"ex14card7section2-3preg40Score\"],\r\n .ex14card7section2-3preg50Score .form-holder label[for=\"ex14card7section2-3preg50Score\"],\r\n \r\n .ex14card8section2-3preg10Score .form-holder label[for=\"ex14card8section2-3preg10Score\"], \r\n .ex14card8section2-3preg20Score .form-holder label[for=\"ex14card8section2-3preg20Score\"],\r\n .ex14card8section2-3preg30Score .form-holder label[for=\"ex14card8section2-3preg30Score\"], \r\n .ex14card8section2-3preg40Score .form-holder label[for=\"ex14card8section2-3preg40Score\"],\r\n .ex14card8section2-3preg50Score .form-holder label[for=\"ex14card8section2-3preg50Score\"]\r\n {\r\n \r\n grid-row: 1 / 2;\r\n grid-column: 1 / 2;\r\n margin: 0;\r\n margin: 0 !important;\r\n \r\n }\r\n \r\n .ex14card1section2-3preg10Score .form-holder label[for=\"ex14card1section2-3preg10Score\"] > p, \r\n .ex14card1section2-3preg20Score .form-holder label[for=\"ex14card1section2-3preg20Score\"] > p,\r\n .ex14card1section2-3preg30Score .form-holder label[for=\"ex14card1section2-3preg30Score\"] > p, \r\n .ex14card1section2-3preg40Score .form-holder label[for=\"ex14card1section2-3preg40Score\"] > p,\r\n .ex14card1section2-3preg50Score .form-holder label[for=\"ex14card1section2-3preg50Score\"] > p,\r\n \r\n .ex14card2section2-3preg10Score .form-holder label[for=\"ex14card2section2-3preg10Score\"] > p, \r\n .ex14card2section2-3preg20Score .form-holder label[for=\"ex14card2section2-3preg20Score\"] > p,\r\n .ex14card2section2-3preg30Score .form-holder label[for=\"ex14card2section2-3preg30Score\"] > p, \r\n .ex14card2section2-3preg40Score .form-holder label[for=\"ex14card2section2-3preg40Score\"] > p,\r\n .ex14card2section2-3preg50Score .form-holder label[for=\"ex14card2section2-3preg50Score\"] > p,\r\n \r\n .ex14card3section2-3preg10Score .form-holder label[for=\"ex14card3section2-3preg10Score\"] > p, \r\n .ex14card3section2-3preg20Score .form-holder label[for=\"ex14card3section2-3preg20Score\"] > p,\r\n .ex14card3section2-3preg30Score .form-holder label[for=\"ex14card3section2-3preg30Score\"] > p, \r\n .ex14card3section2-3preg40Score .form-holder label[for=\"ex14card3section2-3preg40Score\"] > p,\r\n .ex14card3section2-3preg50Score .form-holder label[for=\"ex14card3section2-3preg50Score\"] > p,\r\n \r\n .ex14card4section2-3preg10Score .form-holder label[for=\"ex14card4section2-3preg10Score\"] > p, \r\n .ex14card4section2-3preg20Score .form-holder label[for=\"ex14card4section2-3preg20Score\"] > p,\r\n .ex14card4section2-3preg30Score .form-holder label[for=\"ex14card4section2-3preg30Score\"] > p, \r\n .ex14card4section2-3preg40Score .form-holder label[for=\"ex14card4section2-3preg40Score\"] > p,\r\n .ex14card4section2-3preg50Score .form-holder label[for=\"ex14card4section2-3preg50Score\"] > p,\r\n \r\n .ex14card5section2-3preg10Score .form-holder label[for=\"ex14card5section2-3preg10Score\"] > p, \r\n .ex14card5section2-3preg20Score .form-holder label[for=\"ex14card5section2-3preg20Score\"] > p,\r\n .ex14card5section2-3preg30Score .form-holder label[for=\"ex14card5section2-3preg30Score\"] > p, \r\n .ex14card5section2-3preg40Score .form-holder label[for=\"ex14card5section2-3preg40Score\"] > p,\r\n .ex14card5section2-3preg50Score .form-holder label[for=\"ex14card5section2-3preg50Score\"] > p,\r\n \r\n .ex14card6section2-3preg10Score .form-holder label[for=\"ex14card6section2-3preg10Score\"] > p, \r\n .ex14card6section2-3preg20Score .form-holder label[for=\"ex14card6section2-3preg20Score\"] > p,\r\n .ex14card6section2-3preg30Score .form-holder label[for=\"ex14card6section2-3preg30Score\"] > p, \r\n .ex14card6section2-3preg40Score .form-holder label[for=\"ex14card6section2-3preg40Score\"] > p,\r\n .ex14card6section2-3preg50Score .form-holder label[for=\"ex14card6section2-3preg50Score\"] > p,\r\n \r\n .ex14card7section2-3preg10Score .form-holder label[for=\"ex14card7section2-3preg10Score\"] > p, \r\n .ex14card7section2-3preg20Score .form-holder label[for=\"ex14card7section2-3preg20Score\"] > p,\r\n .ex14card7section2-3preg30Score .form-holder label[for=\"ex14card7section2-3preg30Score\"] > p, \r\n .ex14card7section2-3preg40Score .form-holder label[for=\"ex14card7section2-3preg40Score\"] > p,\r\n .ex14card7section2-3preg50Score .form-holder label[for=\"ex14card7section2-3preg50Score\"] > p,\r\n \r\n .ex14card8section2-3preg10Score .form-holder label[for=\"ex14card8section2-3preg10Score\"] > p, \r\n .ex14card8section2-3preg20Score .form-holder label[for=\"ex14card8section2-3preg20Score\"] > p,\r\n .ex14card8section2-3preg30Score .form-holder label[for=\"ex14card8section2-3preg30Score\"] > p, \r\n .ex14card8section2-3preg40Score .form-holder label[for=\"ex14card8section2-3preg40Score\"] > p,\r\n .ex14card8section2-3preg50Score .form-holder label[for=\"ex14card8section2-3preg50Score\"] > p\r\n \r\n {\r\n \r\n margin: 0;\r\n \r\n }\r\n \r\n .ex14card1section2-3preg10Score .form-holder .casoestudiobtn, \r\n .ex14card1section2-3preg20Score .form-holder .casoestudiobtn, \r\n .ex14card1section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card1section2-3preg40Score .form-holder .casoestudiobtn, \r\n .ex14card1section2-3preg50Score .form-holder .casoestudiobtn,\r\n \r\n .ex14card2section2-3preg10Score .form-holder .casoestudiobtn, \r\n .ex14card2section2-3preg20Score .form-holder .casoestudiobtn, \r\n .ex14card2section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card2section2-3preg40Score .form-holder .casoestudiobtn, \r\n .ex14card2section2-3preg50Score .form-holder .casoestudiobtn,\r\n \r\n .ex14card3section2-3preg10Score .form-holder .casoestudiobtn, \r\n .ex14card3section2-3preg20Score .form-holder .casoestudiobtn, \r\n .ex14card3section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card3section2-3preg40Score .form-holder .casoestudiobtn, \r\n .ex14card3section2-3preg50Score .form-holder .casoestudiobtn,\r\n \r\n .ex14card4section2-3preg10Score .form-holder .casoestudiobtn, \r\n .ex14card4section2-3preg20Score .form-holder .casoestudiobtn, \r\n .ex14card4section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card4section2-3preg40Score .form-holder .casoestudiobtn, \r\n .ex14card4section2-3preg50Score .form-holder .casoestudiobtn,\r\n \r\n .ex14card5section2-3preg10Score .form-holder .casoestudiobtn, \r\n .ex14card5section2-3preg20Score .form-holder .casoestudiobtn, \r\n .ex14card5section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card5section2-3preg40Score .form-holder .casoestudiobtn, \r\n .ex14card5section2-3preg50Score .form-holder .casoestudiobtn,\r\n \r\n .ex14card6section2-3preg10Score .form-holder .casoestudiobtn, \r\n .ex14card6section2-3preg20Score .form-holder .casoestudiobtn, \r\n .ex14card6section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card6section2-3preg40Score .form-holder .casoestudiobtn, \r\n .ex14card6section2-3preg50Score .form-holder .casoestudiobtn,\r\n \r\n .ex14card7section2-3preg10Score .form-holder .casoestudiobtn, \r\n .ex14card7section2-3preg20Score .form-holder .casoestudiobtn, \r\n .ex14card7section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card7section2-3preg40Score .form-holder .casoestudiobtn, \r\n .ex14card7section2-3preg50Score .form-holder .casoestudiobtn,\r\n \r\n .ex14card8section2-3preg10Score .form-holder .casoestudiobtn, \r\n .ex14card8section2-3preg20Score .form-holder .casoestudiobtn, \r\n .ex14card8section2-3preg30Score .form-holder .casoestudiobtn,\r\n .ex14card8section2-3preg40Score .form-holder .casoestudiobtn, \r\n .ex14card8section2-3preg50Score .form-holder .casoestudiobtn\r\n {\r\n \r\n grid-row: 1 / 2;\r\n grid-column: 3 / 4;\r\n \r\n }\r\n \r\n .ex14card1section2-3preg10Score .form-holder .casoestudiodiv, \r\n .ex14card1section2-3preg20Score .form-holder .casoestudiodiv, \r\n .ex14card1section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card1section2-3preg40Score .form-holder .casoestudiodiv, \r\n .ex14card1section2-3preg50Score .form-holder .casoestudiodiv,\r\n \r\n .ex14card2section2-3preg10Score .form-holder .casoestudiodiv, \r\n .ex14card2section2-3preg20Score .form-holder .casoestudiodiv, \r\n .ex14card2section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card2section2-3preg40Score .form-holder .casoestudiodiv, \r\n .ex14card2section2-3preg50Score .form-holder .casoestudiodiv,\r\n \r\n .ex14card3section2-3preg10Score .form-holder .casoestudiodiv, \r\n .ex14card3section2-3preg20Score .form-holder .casoestudiodiv,\r\n .ex14card3section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card3section2-3preg40Score .form-holder .casoestudiodiv, \r\n .ex14card3section2-3preg50Score .form-holder .casoestudiodiv,\r\n \r\n .ex14card4section2-3preg10Score .form-holder .casoestudiodiv, \r\n .ex14card4section2-3preg20Score .form-holder .casoestudiodiv, \r\n .ex14card4section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card4section2-3preg40Score .form-holder .casoestudiodiv, \r\n .ex14card4section2-3preg50Score .form-holder .casoestudiodiv,\r\n \r\n .ex14card5section2-3preg10Score .form-holder .casoestudiodiv, \r\n .ex14card5section2-3preg20Score .form-holder .casoestudiodiv, \r\n .ex14card5section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card5section2-3preg40Score .form-holder .casoestudiodiv, \r\n .ex14card5section2-3preg50Score .form-holder .casoestudiodiv,\r\n \r\n .ex14card6section2-3preg10Score .form-holder .casoestudiodiv, \r\n .ex14card6section2-3preg20Score .form-holder .casoestudiodiv, \r\n .ex14card6section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card6section2-3preg40Score .form-holder .casoestudiodiv, \r\n .ex14card6section2-3preg50Score .form-holder .casoestudiodiv,\r\n \r\n .ex14card7section2-3preg10Score .form-holder .casoestudiodiv, \r\n .ex14card7section2-3preg20Score .form-holder .casoestudiodiv, \r\n .ex14card7section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card7section2-3preg40Score .form-holder .casoestudiodiv, \r\n .ex14card7section2-3preg50Score .form-holder .casoestudiodiv,\r\n \r\n .ex14card8section2-3preg10Score .form-holder .casoestudiodiv, \r\n .ex14card8section2-3preg20Score .form-holder .casoestudiodiv, \r\n .ex14card8section2-3preg30Score .form-holder .casoestudiodiv,\r\n .ex14card8section2-3preg40Score .form-holder .casoestudiodiv, \r\n .ex14card8section2-3preg50Score .form-holder .casoestudiodiv\r\n {\r\n \r\n grid-row: 2 / 3;\r\n grid-column: 1 / end;\r\n \r\n }\r\n \r\n .ex14card1section2-3preg10Score .form-holder #ex14card1section2-3preg10Score, \r\n .ex14card1section2-3preg20Score .form-holder #ex14card1section2-3preg20Score,\r\n .ex14card1section2-3preg30Score .form-holder #ex14card1section2-3preg30Score, \r\n .ex14card1section2-3preg40Score .form-holder #ex14card1section2-3preg40Score,\r\n .ex14card1section2-3preg50Score .form-holder #ex14card1section2-3preg50Score,\r\n \r\n .ex14card2section2-3preg10Score .form-holder #ex14card2section2-3preg10Score, \r\n .ex14card2section2-3preg20Score .form-holder #ex14card2section2-3preg20Score,\r\n .ex14card2section2-3preg30Score .form-holder #ex14card2section2-3preg30Score, \r\n .ex14card2section2-3preg40Score .form-holder #ex14card2section2-3preg40Score,\r\n .ex14card2section2-3preg50Score .form-holder #ex14card2section2-3preg50Score,\r\n \r\n .ex14card3section2-3preg10Score .form-holder #ex14card3section2-3preg10Score, \r\n .ex14card3section2-3preg20Score .form-holder #ex14card3section2-3preg20Score,\r\n .ex14card3section2-3preg30Score .form-holder #ex14card3section2-3preg30Score, \r\n .ex14card3section2-3preg40Score .form-holder #ex14card3section2-3preg40Score,\r\n .ex14card3section2-3preg50Score .form-holder #ex14card3section2-3preg50Score,\r\n \r\n .ex14card4section2-3preg10Score .form-holder #ex14card4section2-3preg10Score, \r\n .ex14card4section2-3preg20Score .form-holder #ex14card4section2-3preg20Score,\r\n .ex14card4section2-3preg30Score .form-holder #ex14card4section2-3preg30Score, \r\n .ex14card4section2-3preg40Score .form-holder #ex14card4section2-3preg40Score,\r\n .ex14card4section2-3preg50Score .form-holder #ex14card4section2-3preg50Score,\r\n \r\n .ex14card5section2-3preg10Score .form-holder #ex14card5section2-3preg10Score, \r\n .ex14card5section2-3preg20Score .form-holder #ex14card5section2-3preg20Score,\r\n .ex14card5section2-3preg30Score .form-holder #ex14card5section2-3preg30Score, \r\n .ex14card5section2-3preg40Score .form-holder #ex14card5section2-3preg40Score,\r\n .ex14card5section2-3preg50Score .form-holder #ex14card5section2-3preg50Score,\r\n \r\n .ex14card6section2-3preg10Score .form-holder #ex14card6section2-3preg10Score, \r\n .ex14card6section2-3preg20Score .form-holder #ex14card6section2-3preg20Score,\r\n .ex14card6section2-3preg30Score .form-holder #ex14card6section2-3preg30Score, \r\n .ex14card6section2-3preg40Score .form-holder #ex14card6section2-3preg40Score,\r\n .ex14card6section2-3preg50Score .form-holder #ex14card6section2-3preg50Score,\r\n \r\n .ex14card7section2-3preg10Score .form-holder #ex14card7section2-3preg10Score, \r\n .ex14card7section2-3preg20Score .form-holder #ex14card7section2-3preg20Score,\r\n .ex14card7section2-3preg30Score .form-holder #ex14card7section2-3preg30Score, \r\n .ex14card7section2-3preg40Score .form-holder #ex14card7section2-3preg40Score,\r\n .ex14card7section2-3preg50Score .form-holder #ex14card7section2-3preg50Score,\r\n \r\n .ex14card8section2-3preg10Score .form-holder #ex14card8section2-3preg10Score, \r\n .ex14card8section2-3preg20Score .form-holder #ex14card8section2-3preg20Score,\r\n .ex14card8section2-3preg30Score .form-holder #ex14card8section2-3preg30Score, \r\n .ex14card8section2-3preg40Score .form-holder #ex14card8section2-3preg40Score,\r\n .ex14card8section2-3preg50Score .form-holder #ex14card8section2-3preg50Score\r\n {\r\n \r\n grid-row: 1 / 2;\r\n grid-column: 2 / 3;\r\n margin: 0;\r\n \r\n }\r\n \r\n /* SUBMENU CARDS */\r\n \r\n .exercises_links_ex14{\r\n \r\n display: flex;\r\n flex-wrap: wrap;\r\n margin-bottom: 30px;\r\n justify-content: center;\r\n \r\n }\r\n \r\n .exercises_links_ex14__title{\r\n \r\n display: none;\r\n \r\n }\r\n \r\n .exercises_links_ex14 > li{\r\n \r\n \r\n \r\n }\r\n \r\n .exercises_links_ex14 > li > a{\r\n \r\n font-size: 13px;\r\n font-weight: 700;\r\n display: block;\r\n min-width: 50px;\r\n min-height: 40px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px #888888;\r\n border-bottom: solid 5px #888888;\r\n background: #FFF;\r\n color: #505050;\r\n padding: 0 15px;\r\n \r\n }\r\n \r\n .exercises_links_ex14 > li > a.no-completada{\r\n \r\n background: #FFFFFF;\r\n color: #989898;\r\n border: none;\r\n cursor: default;\r\n \r\n }\r\n \r\n .exercises_links_ex14 > li > a:not(.no-completada):hover{\r\n \r\n background: #505050;\r\n color: #fff;\r\n \r\n }\r\n \r\n .exercises_links_ex14 > li.GBC-Step1 > a{\r\n \r\n border-color: #F2932E;\r\n \r\n }\r\n \r\n .exercises_links_ex14 > li.GBC-Step1 > a:not(.no-completada):hover{\r\n \r\n background: #F2932E;\r\n \r\n }\r\n \r\n .exercises_links_ex14 > li.GBC-Step2 > a{\r\n \r\n border-color: #94BD53;\r\n \r\n }\r\n \r\n .exercises_links_ex14 > li.GBC-Step2 > a:not(.no-completada):hover{\r\n \r\n background: #94BD53;\r\n \r\n }\r\n \r\n .exercises_links_ex14 > li.GBC-Step3 > a{\r\n \r\n border-color: #E4312B;\r\n \r\n }\r\n \r\n .exercises_links_ex14 > li.GBC-Step3 > a:not(.no-completada):hover{\r\n \r\n background: #E4312B;\r\n \r\n }\r\n \r\n .exercises_links_ex14 > li.GBC-Step4 > a{\r\n \r\n border-color: #B6866D;\r\n \r\n }\r\n \r\n .exercises_links_ex14 > li.GBC-Step4 > a:not(.no-completada):hover{\r\n \r\n background: #B6866D;\r\n \r\n }\r\n \r\n .exercises_links_ex14 > li.GBC-Step5 > a{\r\n \r\n border-color: #EE8367;\r\n \r\n }\r\n \r\n .exercises_links_ex14 > li.GBC-Step5 > a:not(.no-completada):hover{\r\n \r\n background: #EE8367;\r\n \r\n }\r\n \r\n /* FIN SUBMENU CARDS */\r\n \r\n /* PREGUNTAS EJERCICIO 14 */\r\n \r\n .content-wrapper .container[class*=\"exercise14\"] .wrappertest .content > section .inner .form-row{\r\n \r\n grid-column: 1 / 3;\r\n \r\n }\r\n \r\n .content-wrapper .container[class*=\"exercise14\"] .header-tarea .desc-tarea__container p{\r\n \r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #e44e02;\r\n \r\n }\r\n \r\n .wrappertest .content > section .inner .form-row.ex14preg10 .gbc_nombre{\r\n \r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n \r\n }\r\n \r\n .wrappertest .content > section .inner .form-row[class*=\"section1-3label\"] .gbc_nombre,\r\n .wrappertest .content > section .inner .form-row[class*=\"section2-3label\"] .gbc_nombre,\r\n .wrappertest .content > section .inner .form-row[class*=\"section3-3label\"] .gbc_nombre{\r\n \r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n \r\n }\r\n\r\n /* ex14section2-3score */\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder{\r\n\r\n flex-direction: row;\r\n justify-content: flex-start;\r\n align-items: center;\r\n flex-wrap: wrap;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder .gbc_pretitulo{\r\n\r\n width: 100%;\r\n order: 1;\r\n margin-bottom: 15px !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder .gbc_nombre{\r\n\r\n order: 2;\r\n margin-bottom: 15px !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder input[type=\"text\"]{\r\n\r\n width: auto !important;\r\n margin-left: 15px !important;\r\n order: 3;\r\n margin-bottom: 15px !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder .gbc_descripcion{\r\n\r\n width: 100%;\r\n order: 4;\r\n margin-bottom: 15px !important;\r\n\r\n }\r\n\r\n /* fin ex14section2-3score */\r\n\r\n /* ex14section2-3select */\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder{\r\n\r\n flex-direction: row;\r\n justify-content: space-between;\r\n align-items: center;\r\n flex-wrap: wrap;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .gbc_pretitulo{\r\n\r\n width: 100%;\r\n order: 1;\r\n margin-bottom: 15px !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .gbc_nombre{\r\n\r\n order: 2;\r\n margin-bottom: 15px !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .gbc_nombre p{\r\n\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .select3-container{\r\n\r\n width: 50px !important;\r\n margin-bottom: 15px !important;\r\n margin-left: 15px !important;\r\n order: 3;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .gbc_descripcion{\r\n\r\n width: 100%;\r\n order: 4;\r\n margin-bottom: 15px !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.ex14section2-3select .form-holder .casoestudiodiv,\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.ex14section2-3score .form-holder .casoestudiodiv{\r\n\r\n display: none;\r\n \r\n }\r\n\r\n /* fin ex14section2-3select */\r\n \r\n /* FIN PREGUNTAS EJERCICIO 14 */\r\n \r\n /* FIN EJERCICIO 14 */', 'N;', '2020-05-25 06:25:32', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(87, 'Form Component File Repetible js', 'gbc/repetible/file.js.html.twig', '<div class=\"form-row {{ pregunta.alias }} {{ pregunta.class }}\">\r\n <div class=\"form-holder\">\r\n {% if pregunta.preTitulo is not empty %}\r\n <div class=\"{{ tarea[0].getProcesosId.alias }}_pretitulo\">{{ pregunta.preTitulo|trans({})|raw }}</div>\r\n {% endif %}\r\n <label for=\"{{ pregunta.alias }}-`+index+`\" class=\"{{ tarea[0].getProcesosId.alias }}_nombre\">{{ pregunta.nombre|trans({})|raw }}</label>\r\n {% if pregunta.descripcion is not empty %}\r\n <div class=\"{{ tarea[0].getProcesosId.alias }}_descripcion\">{{ pregunta.descripcion|trans({})|raw }}</div>\r\n {% else %}\r\n <div class=\"{{ tarea[0].getProcesosId.alias }}_descripcion no-contenido\">{{ pregunta.descripcion|trans({})|raw }}</div>\r\n {% endif %}\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% for respuestaca in casoestudio %}\r\n {% if respuestaca.preguntas.id == pregunta.id %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudio{{ pregunta.id }}`+index+`\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudio{{ pregunta.id }}`+index+`\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ respuestaca.valor|json_decode[0]|raw }}</pre>\r\n </div>\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n <input type=\"text\" class=\"form-control\" id=\"{{ pregunta.alias }}-`+index+`\" name=\"{{ pregunta.alias }}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }} {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}\"><span id=\"elfinder_button\" class=\"btn btn-primary elfinder_button\" >{{ \'Search\'|trans({}) }}</span>\r\n \r\n </div>\r\n</div>', 'N;', '2020-05-25 10:22:12', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(88, 'Form Component textarea Repetible js', 'gbc/repetible/textarea.js.html.twig', '<div class=\"form-row {{ pregunta.alias }} {{ pregunta.class }}\">\r\n <div class=\"form-holder\">\r\n {% if pregunta.preTitulo is not empty %}\r\n <div class=\"{{ tarea[0].getProcesosId.alias }}_pretitulo\">{{ pregunta.preTitulo|trans({})|raw }}</div>\r\n {% else %}\r\n <div class=\"{{ tarea[0].getProcesosId.alias }}_pretitulo no-contenido\">{{ pregunta.preTitulo|trans({})|raw }}</div>\r\n {% endif %}\r\n <label for=\"{{ pregunta.alias }}\" class=\"{{ tarea[0].getProcesosId.alias }}_nombre\">{{ pregunta.nombre|trans({})|raw }}</label>\r\n {% if pregunta.descripcion is not empty %}\r\n <div class=\"{{ tarea[0].getProcesosId.alias }}_descripcion\">{{ pregunta.descripcion|trans({})|raw }}</div>\r\n {% else %}\r\n <div class=\"{{ tarea[0].getProcesosId.alias }}_descripcion no-contenido\">{{ pregunta.descripcion|trans({})|raw }}</div>\r\n {% endif %}\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% for respuestaca in casoestudio %}\r\n {% if respuestaca.preguntas.id == pregunta.id %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn\" data-toggle=\"collapse\" data-target=\"#casoestudio{{ pregunta.id }}`+index+`\">{{ \'Caso de estudio\'|trans({}) }}</a>\r\n <div id=\"casoestudio{{ pregunta.id }}`+index+`\" class=\"collapse casoestudiodiv\">\r\n <pre>{{ respuestaca.valor|json_decode[0]|raw }}</pre>\r\n </div>\r\n {% endif %}\r\n {% endfor %}\r\n {% else %}\r\n <a class=\"btn btn-primary btn-sm casoestudiobtn no-contenido\" data-toggle=\"collapse\" data-target=\"#casoestudio{{ pregunta.id }}\"></a>\r\n <div id=\"casoestudio{{ pregunta.id }}\" class=\"collapse casoestudiodiv no-contenido\">\r\n </div>\r\n {% endif %}\r\n\r\n <textarea class=\"form-control\" id=\"{{ pregunta.alias }}-`+index+`\" name=\"{{ pregunta.alias }}[]\" placeholder=\"{{ pregunta.placeholder|trans({}) }}\" {{ pregunta.TipoPreguntaOptions|raw }} rows=\"10\" {% if not pregunta.editable and \'caso_estudio\' not in app.user.username %} readonly {% endif %}></textarea>\r\n \r\n </div>\r\n</div>', 'N;', '2020-05-25 10:29:00', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(89, 'Tarea14 js', 'gbc/component/tarea14.js.html.twig', 'function exercise14RecogerParams(){\r\n\r\n // EJERCICIO 14 RECOGER PARAMETROS COMPLETADO\r\n\r\n var url = new URL(window.location.href);\r\n var ejercicio14informe = url.searchParams.get(\'ejercicio14informe\');\r\n\r\n var ejercicio14completado = \'{{tarea14completada}}\';\r\n\r\n var ejercicio14section = \'wizard-t-2\';\r\n\r\n var section = $(\'#\' + ejercicio14section);\r\n section.parent().addClass(\'tab-3\');\r\n\r\n //si el ejercicio 14 está completado\r\n if (ejercicio14completado===\'si\'){\r\n $(\"#wizard-t-2\").parent().show();\r\n //mostramos la pestaña 3\r\n section.parent().addClass(\'tab-activada\');\r\n\r\n //si además venimos del informe\r\n if (ejercicio14informe != null){\r\n\r\n //forzamos el click a la pestaña 3\r\n console.log(\'vengo del informe!\')\r\n $(\"#wizard-t-2\").get(0).click();\r\n\r\n }\r\n\r\n }else{\r\n $(\"#wizard-t-2\").parent().hide();\r\n }\r\n\r\n }\r\n\r\n {/* FIN EJERCICIO 14 ACTIVAR SECCION 3 */}\r\n\r\n function exercise14Asignaciones (){\r\n\r\n // ASIGNACION EJERCICIO 14 PASO DE DATOS ENTRE LAS DISTINTAS SECCIONES\r\n\r\n {% if tarea[0].id==27 %}\r\n\r\n $(\'#ex14card1section3-3preg10-10\').val($(\'#ex14card1section2-3preg10Score\').val());\r\n $(\'#ex14card1section3-3preg20-10\').val($(\'#ex14card1section2-3preg20Score\').val());\r\n $(\'#ex14card1section3-3preg30-10\').val($(\'#ex14card1section2-3preg30Score\').val());\r\n $(\'#ex14card1section3-3preg40-10\').val($(\'#ex14card1section2-3preg40Score\').val());\r\n $(\'#ex14card1section3-3preg50-10\').val($(\'#ex14card1section2-3preg50Score\').val());\r\n\r\n {% elseif tarea[0].id==28 %}\r\n\r\n $(\'#ex14card2section3-3preg10-10\').val($(\'#ex14card2section2-3preg10Score\').val());\r\n $(\'#ex14card2section3-3preg20-10\').val($(\'#ex14card2section2-3preg20Score\').val());\r\n $(\'#ex14card2section3-3preg30-10\').val($(\'#ex14card2section2-3preg30Score\').val());\r\n $(\'#ex14card2section3-3preg40-10\').val($(\'#ex14card2section2-3preg40Score\').val());\r\n $(\'#ex14card2section3-3preg50-10\').val($(\'#ex14card2section2-3preg50Score\').val());\r\n\r\n {% elseif tarea[0].id==29 %}\r\n\r\n $(\'#ex14card3section3-3preg10-10\').val($(\'#ex14card3section2-3preg10Score\').val());\r\n $(\'#ex14card3section3-3preg20-10\').val($(\'#ex14card3section2-3preg20Score\').val());\r\n $(\'#ex14card3section3-3preg30-10\').val($(\'#ex14card3section2-3preg30Score\').val());\r\n $(\'#ex14card3section3-3preg40-10\').val($(\'#ex14card3section2-3preg40Score\').val());\r\n $(\'#ex14card3section3-3preg50-10\').val($(\'#ex14card3section2-3preg50Score\').val());\r\n\r\n {% elseif tarea[0].id==30 %}\r\n\r\n $(\'#ex14card4section3-3preg10-10\').val($(\'#ex14card4section2-3preg10Score\').val());\r\n $(\'#ex14card4section3-3preg20-10\').val($(\'#ex14card4section2-3preg20Score\').val());\r\n $(\'#ex14card4section3-3preg30-10\').val($(\'#ex14card4section2-3preg30Score\').val());\r\n $(\'#ex14card4section3-3preg40-10\').val($(\'#ex14card4section2-3preg40Score\').val());\r\n $(\'#ex14card4section3-3preg50-10\').val($(\'#ex14card4section2-3preg50Score\').val());\r\n\r\n {% elseif tarea[0].id==31 %}\r\n\r\n $(\'#ex14card5section3-3preg10-10\').val($(\'#ex14card5section2-3preg10Score\').val());\r\n $(\'#ex14card5section3-3preg20-10\').val($(\'#ex14card5section2-3preg20Score\').val());\r\n $(\'#ex14card5section3-3preg30-10\').val($(\'#ex14card5section2-3preg30Score\').val());\r\n $(\'#ex14card5section3-3preg40-10\').val($(\'#ex14card5section2-3preg40Score\').val());\r\n $(\'#ex14card5section3-3preg50-10\').val($(\'#ex14card5section2-3preg50Score\').val());\r\n\r\n {% elseif tarea[0].id==32 %}\r\n\r\n $(\'#ex14card6section3-3preg10-10\').val($(\'#ex14card6section2-3preg10Score\').val());\r\n $(\'#ex14card6section3-3preg20-10\').val($(\'#ex14card6section2-3preg20Score\').val());\r\n $(\'#ex14card6section3-3preg30-10\').val($(\'#ex14card6section2-3preg30Score\').val());\r\n $(\'#ex14card6section3-3preg40-10\').val($(\'#ex14card6section2-3preg40Score\').val());\r\n $(\'#ex14card6section3-3preg50-10\').val($(\'#ex14card6section2-3preg50Score\').val());\r\n\r\n {% elseif tarea[0].id==33 %}\r\n\r\n $(\'#ex14card7section3-3preg10-10\').val($(\'#ex14card7section2-3preg10Score\').val());\r\n $(\'#ex14card7section3-3preg20-10\').val($(\'#ex14card7section2-3preg20Score\').val());\r\n $(\'#ex14card7section3-3preg30-10\').val($(\'#ex14card7section2-3preg30Score\').val());\r\n $(\'#ex14card7section3-3preg40-10\').val($(\'#ex14card7section2-3preg40Score\').val());\r\n $(\'#ex14card7section3-3preg50-10\').val($(\'#ex14card7section2-3preg50Score\').val());\r\n\r\n {% elseif tarea[0].id==34 %}\r\n\r\n $(\'#ex14card8section3-3preg10-10\').val($(\'#ex14card8section2-3preg10Score\').val());\r\n $(\'#ex14card8section3-3preg20-10\').val($(\'#ex14card8section2-3preg20Score\').val());\r\n $(\'#ex14card8section3-3preg30-10\').val($(\'#ex14card8section2-3preg30Score\').val());\r\n $(\'#ex14card8section3-3preg40-10\').val($(\'#ex14card8section2-3preg40Score\').val());\r\n $(\'#ex14card8section3-3preg50-10\').val($(\'#ex14card8section2-3preg50Score\').val());\r\n\r\n {% endif %}\r\n }', 'N;', '2020-05-25 10:59:30', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(90, 'Eco-Design switch', 'admin/eco-design-chooser.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n <div class=\"grid-container-2x2\">\r\n <div class=\"grid-element1\">\r\n <h1>A 5-STEP Eco-design TOOL</h1>\r\n\r\n <p>The SWITCH TO ECO-DESIGN tool is an online tool to assist companies and entrepreneurs to improve the environmental sustainability of products and services.</p>\r\n\r\n <p>Single entrepreneurs will proceed through the journey individually. However, if you have a team we suggest to work together in group sessions, as it will help to move along the journey and to take decisions.</p>\r\n\r\n <p>Groups should include people with different roles, backgrounds and knowledge. Be aware that in case of a team, the tool can only be accessed by the registered member, who will assume the role of Coordinator.</p>\r\n\r\n <p>ARE YOU READY TO START? EXPLORE THE MAP!!</p>\r\n\r\n <p>THIS IS AN INTERACTIVE MAP, SO YOU CAN NAVEGATE ALONG THE VARIOUS STEPS OF THE PROCESS THAT WILL BE ACTIVADED WHILE YOU MOVE ALONG THEM</p>\r\n </div>\r\n\r\n <div class=\"grid-element2\">\r\n <h1>Ecodesign process map</h1>\r\n\r\n <div class=\"absolute-container\"><img alt=\"mapa\" src=\"/uploads/3/mapa-bicolor.png\" /><button data-target=\"#packBagModal\" data-toggle=\"modal\" id=\"pack-the-bag\"></button><button data-target=\"#systemModal\" data-toggle=\"modal\" id=\"system\"></button><button data-target=\"#assessmentModal\" data-toggle=\"modal\" id=\"assessment\"></button><button data-target=\"#strategiesModal\" data-toggle=\"modal\" id=\"strategies\"></button><button data-target=\"#actionPlanModal\" data-toggle=\"modal\" id=\"action-plan\"></button></div>\r\n </div>\r\n\r\n <div class=\"grid-element3\">\r\n <p>Products and services can be produced and delivered in many ways. Most of the environmental impacts and costs of products and services are determined at the design stage. Eco-design is a methodology that helps to include effectively environmental criteria in a product, service or business model.</p>\r\n\r\n <p>The SWITCH TO ECO-DESIGN tool is specifically designed to apply strategies to reduce the negative environmental impact of products and services. Therefore, it focuses on the product that you manufacture and on the service that you provide, excluding the surrounding actions needed to run the business. Thus, it is NOT designed to create a green business model, or to reduce the environmental impact of a company.</p>\r\n\r\n <p>It is under this focus that the following definitions apply:</p>\r\n\r\n <p>PRODUCT: the object or item that you conceive, produce and sell.</p>\r\n\r\n <p>SERVICE: the action of generating, delivering and exchanging value throughout the performance of certain tasks. This value can either be information, emotions or material.</p>\r\n\r\n <p>Make sure you understand the difference between a service and a product, sometimes the border between both is blurred (read the information provided beforehand).</p>\r\n\r\n <p>BE READY TO INTRODUCE CHANGES TO YOUR PRODUCT OR SERVICE!!!</p>\r\n </div>\r\n\r\n\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% if pregunta.alias == \"welcomedt2-chooser\" %}\r\n {{ pregunta.nombre | raw }}\r\n\r\n <div class=\"grid-container3\">\r\n <div class=\"div-element1\"><label for=\"product-radio\">{{ \"product\" |trans({})}}</label><img src=\"/uploads/3/product-ic.png\" data-target=\"#productModal\" data-toggle=\"modal\">\r\n {% if respuesta != null and respuesta[\"welcomedt2-chooser\"] != null and respuesta[\"welcomedt2-chooser\"] == \'service\' %}\r\n <input type=\"radio\" id=\"product-radio\" name=\"welcomedt2-chooser\" value=\"product\">\r\n {% else %}\r\n <input checked type=\"radio\" id=\"product-radio\" name=\"welcomedt2-chooser\" value=\"product\">\r\n {% endif %}\r\n </div>\r\n <div class=\"div-element2\">?</div>\r\n <div class=\"div-element3\"><label for=\"service-radio\">{{ \"service\" |trans({})}}</label><img src=\"/uploads/3/service-ic.png\" data-target=\"#serviceModal\" data-toggle=\"modal\">\r\n {% if respuesta != null and respuesta[\"welcomedt2-chooser\"] != null and respuesta[\"welcomedt2-chooser\"] == \'service\' %}\r\n <input checked type=\"radio\" id=\"service-radio\" name=\"welcomedt2-chooser\" value=\"service\">\r\n {% else %}\r\n <input type=\"radio\" id=\"service-radio\" name=\"welcomedt2-chooser\" value=\"service\">\r\n {% endif %}\r\n </div>\r\n </div>\r\n {% else %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% endif %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% endif %}\r\n {% endfor %}\r\n </div>\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n </div>\r\n </div>\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"modal fade\" id=\"packBagModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"packBagModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/packbag-ic.png\')}}\">\r\n <p>1. Pack the bag</p>\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h4>PACK THE BAG FOR YOUR JOURNEY!!</h4>\r\n <p>It is a reflection step to gain a common understanding of the project.</p>\r\n <p>It involves creating the team, describing the project, analyzing the context and imagining a SUSTAINABLE VISION of your product/service.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"systemModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"systemModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/system-ic.png\')}}\">\r\n <p>2. System</p>\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h4>UNDERSTAND YOUR SYSTEM!!</h4>\r\n <p>The eco-design embraces a perspective of life cycle for products and service blueprint for services.</p>\r\n <p>This step guides you to understand your system and to define the attributes that it needs to comply in order to attain the sustainable vision of your product/service. </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"assessmentModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"assessmentModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/assessment-ic.png\')}}\">\r\n <p>3. Assessment</p>\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h4>DISCOVER YOUR PRODUCT/SERVICE ENVIRONMENTAL PERFORMANCE!!</h4>\r\n <p>This step asks you to evaluate the previously defined attributes in relation to your current product/service in order to identify the areas of improvement as well as critical environmental hotspots.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"strategiesModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"strategiesModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/strategies-ic.png\')}}\">\r\n <p>4. Strategies</p>\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h4>SET YOUR STRATEGY!!</h4>\r\n <p>You will select and prioritize a set of eco-design strategies to improve the environmental performance of your product/service thus moving towards sustainability.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"actionPlanModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"actionPlanModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/actionplan-ic.png\')}}\">\r\n <p>5. Action plan</p>\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h4>TAKE ACTION !!</h4>\r\n <p>To finalise the eco-design process, you will describe the actions to implement the strategies selected in the previous step.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"productModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"productModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/product-ic.png\')}}\">\r\n <p>Product</p>\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <p>A product is an article or substance that is manufactured or refined for sale. So, <strong>it is the object or item that your business conceive, produce and sell.</strong></p>\r\n <p>A product is tangible and physical, and it can either be natural or artificial. Thus, it is the key element a customer is willing to pay for.</p>\r\n <p>Some examples of products are an item -car, bag, or T-shirt,…-; a crop - fruit, vegetables,…- or an animal –cow, ship,…-.</p>\r\n <p>So, think about your main business activity: are you producing an item to be sold?</p>\r\n <p>If so, this is your path. Select it.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"modal fade\" id=\"serviceModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"serviceModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <img class=\"modal-icon-title\" src=\"{{ asset(\'/uploads/3/service-ic.png\')}}\">\r\n <p>Service</p>\r\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\r\n <span aria-hidden=\"true\">&times;</span>\r\n </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <p>Action of helping or doing work for someone.</p>\r\n <p>A service is about generating, delivering and exchanging value throughout the performance of certain tasks. This value can be information, emotions or material.</p>\r\n <p>For instance, one can deliver a service in a: restaurant or hotel (serving food or providing rooms); shop or market (selling items); car rental office (renting cars), a laundry facility (cleaning clothes); museum, or in nature (providing knowledge or leisure), etc.</p>\r\n <p>Sometimes the delivery of a service involves the use of a key asset: the product with which the service is provided. It is the case of a car, bike or electric mobility item in rental businesses, washing and drying machines in a laundry shop, or solar panels in a renewable energy provider. Regardless of whether you manufacture or purchase the key asset, you are still delivering a service.</p>\r\n <p>So, think about your main business activity.<br />Are you providing a service for someone?</p>\r\n <p>If so, this is your path. Select it.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-26 18:46:41', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n\r\n<style type=\"text/css\">\r\n .modal-icon-title {\r\n width: 28px;\r\n }\r\n .grid-container3 > .div-element1, .grid-container3 > .div-element3 {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n flex-flow: column; \r\n }\r\n .grid-container3 > .div-element2 {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n font-size: 100px;\r\n color: black;\r\n }\r\n .grid-container3 img {\r\n margin: 10px;\r\n }\r\n .grid-container3 {\r\n display: grid;\r\n grid-template-columns: repeat(3, 1fr);\r\n }\r\n .grid-container3 > div > label {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n flex-flow: column;\r\n }\r\n .grid-element2, #wizard .inner {\r\n text-align: center;\r\n }\r\n .grid-container-2x2 {\r\n display: grid;\r\n grid-template-columns: 1fr 2fr;\r\n }\r\n .absolute-container {\r\n position: relative;\r\n }\r\n .absolute-container button {\r\n position: absolute;\r\n width: 3%;\r\n height: 4%;\r\n background: no-repeat;\r\n border: none; \r\n }\r\n #pack-the-bag {\r\n top: 27%;\r\n left: 17.5%;\r\n }\r\n #system {\r\n top: 55%;\r\n left: 15.5%;\r\n }\r\n #assessment {\r\n top: 43%;\r\n left: 41.5%;\r\n }\r\n #strategies {\r\n top: 57%;\r\n left: 50%;\r\n }\r\n #action-plan {\r\n top: 43%;\r\n left: 69.5%;\r\n }\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n#hidden_form_item {\r\n display: none;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n });\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(91, 'Eco-Design-canvas-import', 'admin/eco-design-canvas-import.html.twig', '<div class=\"container\">\r\n <!-- Pregunta ex3preg10 {{ tarea[0].getProcesosId.getParent.getRespuestaPregunta(\'exercise3\', \'ex3preg10\', app.user.id)}}-->\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n {% include \'eco-design/resources.html.twig\' %}\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in preguntas %}\r\n {# respuesta[pregunta.alias] #}\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% endif %}\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n </form>\r\n <div class=\"import-canvas-data\"><button id=\"import-canvas-button\">{{ \"IMPORT FROM BMC\" |trans({}) }}</button><img id=\"info-icon\" src=\"{{ asset(\'/uploads/3/info-ic.png\')}}\" /></div>\r\n {{ dump(tarea[0].getProcesosId.parent()) }}\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-05-27 10:39:15', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n\r\n<style type=\"text/css\">\r\n {% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n .import-canvas-data {\r\n text-align: center;\r\n }\r\n#hidden_form_item {\r\n display: none;\r\n}\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-teams {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\"\")\r\n });\r\n</script>', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL),
(92, 'Canvas Exercises Links Trainer', 'gbc/exerciseslinktrainer.html.twig', '{# Dibuja la lista de enlaces del canvas y rellena la variable tareaanterior definida en gbc/initialvariables.html.twig #}\r\n<ul class=\"exercises_links\">\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% for tarea in tareas %}\r\n {% set encontrada=false %}\r\n {% if not tarea.invisible %}\r\n {% for tusuario in tarea.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==ge.id %}\r\n {% set encontrada=true %}\r\n {% if tusuario.completada==true %}\r\n {% if tarea.position< tareacurrent.position %}\r\n {% set tareaanterior=tarea %}\r\n {% endif %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"completada\" href=\"{{ path(\'realizar_tarea_comentar\',{\'id\':tarea.id,\'userge\': ge.id}) }}\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% else %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"no-completada\" href=\"#\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n {% if encontrada==false %}\r\n <li class=\"{{ tarea.class ~ \' \' ~ tarea.alias}}\">\r\n <a id=\"link-{{ tarea.alias }}\" class=\"no-completada\" href=\"#\">{{ tarea.nombre|split(\'-\')[0]}}</a>\r\n </li>\r\n {% endif %}\r\n {% endif %}\r\n {% endfor %}\r\n </ul>', 'N;', '2020-05-28 11:10:02', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(93, 'Bussiness Plan Basic', 'admin/bussiness_plan_basic_view.html.twig', '<div class=\"{{ (\'container\' ~ \' \' ~ tarea[0].class) ~ \' \' ~ tarea[0].alias }}\">\r\n\r\n <input id=\"current\" type=\"hidden\" value=\"0\">\r\n\r\n {% set respuesta=[] %}\r\n {% set tareaanterior=0 %}\r\n {% set tareacurrent=tarea[0] %}\r\n {% set respuestaca=[] %}\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% if casoestudio is defined and casoestudio is not empty %}\r\n {% for respuestafor in casoestudio %}\r\n {% set respuestaca= respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% endif %}\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n {{ include(\'gbc/exerciseslinktrainer.html.twig\')}}\r\n {% else %}\r\n {{ include(\'gbc/exerciseslink.html.twig\')}}\r\n {% endif %}\r\n\r\n\r\n <div class=\"header-tarea\">\r\n\r\n <div class=\"avatar__container\">\r\n\r\n <a href=\"#\" class=\"avartar\"><img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\"></a>\r\n\r\n </div>\r\n\r\n {{ include(\'gbc/menu_tarea14.html.twig\') }}\r\n <div class=\"titulo-tarea__container\">\r\n\r\n <h2>{{ tarea[0].nombre|trans({}) }}</h2>\r\n\r\n </div>\r\n\r\n <div class=\"desc-tarea__container\">\r\n\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n\r\n </div>\r\n\r\n </div>\r\n\r\n <div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n </div>\r\n {% if tarea[0].visconjunto %}\r\n {% include \'gbc/visualizacion_de_conjunto.html.twig\' %}\r\n {% endif %}\r\n <div class=\"wrappertest\" >\r\n\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\" data-parsley-validate>\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n <input type=\"hidden\" name=\"ge\" id=\"ge\" value=\"{{ ge.id }}\">\r\n {% endif %}\r\n {% block nextprevsave %}\r\n {% include \'gbc/nextprevsave.html.twig\' %}\r\n {% endblock nextprevsave %}\r\n\r\n {% set preguntasIndex=1%}\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId|sort((a, b) => a.posicion <=> b.posicion) %}\r\n\r\n <h4 {% if tarea[0].SeccionesTareaId|length == 1 %} class=\"seccion-unica\" {% else %} class=\"seccion-multiple\"{% endif %}>{{ seccion.nombre|trans({}) }}</h4>\r\n\r\n <section>\r\n\r\n <div class=\"inner\">\r\n {% for pregunta in seccion.PreguntasId %}\r\n\r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n {% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"hidden\" %}\r\n {% include \'formcomponents/hidden.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"file\" %}\r\n\r\n {% include \'formcomponents/file.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"ckeditor\" %}\r\n\r\n {% include \'formcomponents/ckeditor.html.twig\' %}\r\n\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% if tarea[0].alias starts with \'exercise14\' %}\r\n <script>\r\n setTimeout(function(){$(\'#{{pregunta.alias}}\').trigger(\'change\');}, 2000);\r\n </script>\r\n {% endif %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"datetime\" %}\r\n {% include \'formcomponents/datetime.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"datatable\" %}\r\n {% include \'formcomponents/datatable.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"arraytotext\" %}\r\n {% include \'formcomponents/arraytotext.html.twig\' %}\r\n {% else %}\r\n\r\n {% include \'formcomponents/string.html.twig\' %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n </div>\r\n\r\n </section>\r\n {% endfor %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-06-05 07:02:02', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'bootstrap-datepicker/css/bootstrap-datepicker.min.css\') }}\" rel=\"stylesheet\"> \r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/parsley.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.datatables.net/v/dt/dt-1.10.21/datatables.min.css\"/>\r\n\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n\r\n/* ELEMENTOS COMUNES */\r\n\r\n /* ESTRUCTURA */\r\n\r\n body {\r\n padding-top: 50px;\r\n }\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n padding: 0;\r\n }\r\n\r\n .content-wrapper .content .container{\r\n\r\n padding: 0;\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n }\r\n\r\n /* FIN ESTRUCTURA */\r\n\r\n /* BASICOS */\r\n\r\n a {\r\n\r\n text-decoration: none;\r\n\r\n }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle; \r\n }\r\n\r\n ul {\r\n\r\n padding: 0;\r\n margin: 0;\r\n list-style: none;\r\n\r\n }\r\n\r\n input[type=text]{\r\n\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n\r\n }\r\n\r\n textarea {\r\n\r\n resize: none;\r\n\r\n }\r\n\r\n /* FIN BASICOS */\r\n\r\n /* EXERCISES LINK */\r\n\r\n {% include \'gbc/exerciseslinkcss.html.twig\' %}\r\n\r\n /* FIN EXERCISES LINK */\r\n\r\n /* HEADER TAREA */\r\n\r\n .header-tarea{\r\n\r\n /* background: azure; */\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container{\r\n\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container a{\r\n\r\n display: block;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container{\r\n\r\n margin-bottom: 7.5px;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container h2{\r\n\r\n margin: 0;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container{\r\n\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container h2{\r\n \r\n font-size: 25px;\r\n line-height: 30px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .header-tarea .desc-tarea__container h3{\r\n\r\n font-size: 20px;\r\n line-height: 25px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container p{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n\r\n /* FIN HEADER TAREA */\r\n\r\n /* RECURSOS */\r\n\r\n .recursos__container{\r\n\r\n margin-bottom: 45px;\r\n\r\n }\r\n\r\n /* BOTONES */\r\n\r\n .recursos__container > .nav{\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a:hover,\r\n .recursos__container > .nav > li > a:focus,\r\n .recursos__container > .nav > li > a:active,\r\n .recursos__container > .nav > li.active > a{\r\n\r\n font-weight: 500;\r\n\r\n }\r\n\r\n /* read-before */\r\n\r\n .recursos__container > .nav > li > a.btn-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-read-before:hover,\r\n .recursos__container > .nav > li > a.btn-read-before:focus,\r\n .recursos__container > .nav > li > a.btn-read-before:active,\r\n .recursos__container > .nav > li.active > a.btn-read-before{\r\n\r\n background: #118c53;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-read-before.disabled, .btn-read-before[disabled], fieldset[disabled] .btn-read-before, .btn-read-before.disabled:hover,\r\n .btn-read-before[disabled]:hover, fieldset[disabled] .btn-read-before:hover, .btn-read-before.disabled:focus, .btn-read-before[disabled]:focus,\r\n fieldset[disabled] .btn-read-before:focus, .btn-read-before.disabled:active, .btn-read-before[disabled]:active, fieldset[disabled] .btn-read-before:active,\r\n .btn-read-before.disabled.active, .btn-read-before[disabled].active, fieldset[disabled] .btn-read-before.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin read-before */\r\n\r\n /* tips */\r\n\r\n .recursos__container > .nav > li > a.btn-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-tips:hover,\r\n .recursos__container > .nav > li > a.btn-tips:focus,\r\n .recursos__container > .nav > li > a.btn-tips:active,\r\n .recursos__container > .nav > li.active > a.btn-tips{\r\n\r\n background: #3d0b7d;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-tips.disabled, .btn-tips[disabled], fieldset[disabled] .btn-tips, .btn-tips.disabled:hover,\r\n .btn-tips[disabled]:hover, fieldset[disabled] .btn-tips:hover, .btn-tips.disabled:focus, .btn-tips[disabled]:focus,\r\n fieldset[disabled] .btn-tips:focus, .btn-tips.disabled:active, .btn-tips[disabled]:active, fieldset[disabled] .btn-tips:active,\r\n .btn-tips.disabled.active, .btn-tips[disabled].active, fieldset[disabled] .btn-tips.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin tips */\r\n\r\n /* caso-estudio */\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n \r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio:hover,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:focus,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:active,\r\n .recursos__container > .nav > li.active > a.btn-caso-estudio{\r\n\r\n background: #287daf;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-caso-estudio.disabled, .btn-caso-estudio[disabled], fieldset[disabled] .btn-caso-estudio, .btn-caso-estudio.disabled:hover,\r\n .btn-caso-estudio[disabled]:hover, fieldset[disabled] .btn-caso-estudio:hover, .btn-caso-estudio.disabled:focus, .btn-caso-estudio[disabled]:focus,\r\n fieldset[disabled] .btn-caso-estudio:focus, .btn-caso-estudio.disabled:active, .btn-caso-estudio[disabled]:active, fieldset[disabled] .btn-caso-estudio:active,\r\n .btn-caso-estudio.disabled.active, .btn-caso-estudio[disabled].active, fieldset[disabled] .btn-caso-estudio.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin caso-estudio */\r\n\r\n /* FIN BOTONES */\r\n\r\n /* VENTANAS */\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane{\r\n \r\n background: #505050;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n \r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 75%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n \r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n \r\n display: none;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n \r\n width: auto;\r\n height: 100%;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > button{\r\n \r\n color: #fff;\r\n opacity: 1;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > h2{\r\n \r\n color: #fff;\r\n font-size: 2.7rem;\r\n line-height: 2.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > div > h3{\r\n \r\n color: #fff;\r\n font-size: 2rem;\r\n line-height: 2.4rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > p{\r\n \r\n color: #fff;\r\n font-size: 1.4rem;\r\n line-height: 2.2rem;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul{\r\n \r\n color: #fff;\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul > li{\r\n \r\n margin-bottom: 3px;\r\n \r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n\r\n }\r\n\r\n /* FIN VENTANAS */\r\n\r\n /* FIN RECURSOS */\r\n\r\n /* ACTIONS */\r\n {% include \'gbc/stepactionscss.html.twig\' %}\r\n /* FIN ACTIONS */\r\n\r\n /* INFORME */\r\n\r\n .informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n }\r\n\r\n .informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* FIN INFORME */\r\n\r\n /* PREGUNTAS */\r\n\r\n /* form-row */\r\n\r\n .wrappertest .content > section .inner{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row{\r\n\r\n \r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .form-holder{\r\n\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-preg100{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* fin form-row */\r\n\r\n /* inputs */\r\n\r\n .wrappertest .content > section .inner .form-row textarea{\r\n\r\n align-self: flex-end;\r\n margin: 0;\r\n flex: 1;\r\n\r\n }\r\n\r\n /* radio */\r\n \r\n .wrappertest .content > section .inner .form-row.gbc-radio .form-holder{\r\n\r\n display: block;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiodiv{\r\n\r\n display: none;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio label{\r\n\r\n display: inline-block;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n /* fin radio */\r\n\r\n .wrappertest .content > section .inner .form-row .select3-container{\r\n\r\n width: 100% !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .switch{\r\n\r\n margin: 0;\r\n margin-bottom: 25px;\r\n \r\n }\r\n\r\n /* fin inputs */\r\n\r\n /* titulos */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo{\r\n \r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_nombre{\r\n\r\n display: block;\r\n font-size: 1.6rem;\r\n line-height: 2rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .GBC-Step1 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #F2932E;}\r\n .GBC-Step2 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #94BD53;}\r\n .GBC-Step3 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #E4312B;}\r\n .GBC-Step4 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #B6866D;}\r\n .GBC-Step5 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #EE8367;}\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin titulos */\r\n\r\n /* casos estudio */\r\n\r\n .casoestudiobtn{\r\n\r\n background: #3c8dbc;\r\n color: #fff;\r\n font-size: 1.2rem;\r\n line-height: 1.2rem;\r\n border: none;\r\n padding: 10px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-bottom: 7.5px;\r\n align-self: flex-start;\r\n\r\n }\r\n\r\n .casoestudiodiv{\r\n\r\n \r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n /* fin casos estudio */\r\n\r\n /* ocultar elementos sin contenido */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiobtn.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiodiv.no-contenido{\r\n \r\n width: 0;\r\n height: 0;\r\n padding: 0;\r\n margin: 0;\r\n \r\n }\r\n \r\n /* fin ocultar elementos sin contenido */\r\n\r\n /* grupos de preguntas */\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group{\r\n\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n background: #fff;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group.gbc-preg100{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group .title{\r\n\r\n margin: 0;\r\n padding: 0;\r\n grid-column: 1 / 3;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n line-height: 2.5rem;\r\n color: #2d2d2d;\r\n border-bottom: solid 1px #2d2d2d;\r\n padding-bottom: 7.5px;\r\n\r\n }\r\n\r\n /* fin grupos de preguntas */\r\n\r\n /* FIN PREGUNTAS */\r\n\r\n /* EXERCISE-BTN-MOVES-GROUP */\r\n\r\n {% include \'gbc/nextprevsavecss.html.twig\' %}\r\n\r\n /* FIN EXERCISE-BTN-MOVES-GROUP */\r\n \r\n /* VISUALIZACION DE CONJUNTO */\r\n\r\n {% include \'gbc/visualizacion_de_conjunto_css.html.twig\' %}\r\n\r\n /* FIN VISUALIZACION DE CONJUNTO */\r\n\r\n/* FIN ELEMENTOS COMUNES */\r\n\r\n/* ELEMENTOS DE PLANTILLA */\r\n\r\n /* STEPS */\r\n\r\n .steps .tablist .a .current-info{\r\n \r\n }\r\n\r\n .steps .tablist .a .number{\r\n\r\n }\r\n\r\n .steps > ul > li.current > a > span.current-info{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a {\r\n\r\n color: #5d5d5d;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n }\r\n .steps > ul > li > a:hover{\r\n\r\n color: #464545;\r\n\r\n }\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n\r\n {% if seccion.posicion == 1 %}\r\n\r\n .steps {\r\n\r\n height: 2px;\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n /* margin-top: 30px; */\r\n margin-bottom: 75px;\r\n\r\n }\r\n\r\n .steps ul {\r\n\r\n height: 2px;\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n\r\n }\r\n\r\n .steps > ul > li{\r\n\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3.tab-activada{\r\n\r\n display: flex;\r\n\r\n }\r\n\r\n .steps > ul > li.current{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n .steps > ul > li:hover{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n\r\n {% elseif seccion.posicion == loop.length %}\r\n\r\n .steps.step-{{seccion.posicion }} ul {\r\n\r\n width: 100%;\r\n transition: all 0.3s ease;\r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; \r\n\r\n }\r\n\r\n {% else %}\r\n\r\n .steps.step-{{seccion.posicion}} ul {\r\n\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n \r\n }\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% if tarea[0].SeccionesTareaId|length == 1 %}\r\n\r\n .steps{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n {% endif %}\r\n\r\n .content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n }\r\n\r\n /* FIN STEPS */\r\n\r\n {{ include(\'gbc/tarea14.css.html.twig\') }}\r\n\r\n/* FIN ELEMENTOS DE PLANTILLA */\r\n {% if getvars.modal is defined and getvars.modal==1 %}\r\n body{\r\n padding-top: 0px;\r\n }\r\n header.main-header{display:none;}\r\n aside.main-sidebar{display:none;}\r\n div.content-wrapper{margin-left: 0px;padding-top: 100px!important;}\r\n {% endif %}\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fmelfinder/js/elfinder.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fosckeditor/ckeditor.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/jquery.steps.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/slider/bootstrap-slider.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bootstrap-datepicker/js/bootstrap-datepicker.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/select3.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/parsley/parsley.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/parsley/i18n/\'~app.request.locale~\'.js\') }}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.36/pdfmake.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.36/vfs_fonts.js\"></script>\r\n<script type=\"text/javascript\" src=\"https://cdn.datatables.net/v/bs4/jszip-2.5.0/dt-1.10.21/b-1.6.2/b-html5-1.6.2/b-print-1.6.2/r-2.2.5/datatables.min.js\"></script>\r\n\r\n\r\n\r\n<script type=\"text/javascript\">\r\n $(document).ready(function () {\r\n $(\'#wizard\').parsley();\r\n $(\'#wizard\').on(\'submit\', function (event){\r\n $(this).parsley(\'validate\');\r\n if($(this).attr(\'action\')==\'/en/admin/search\')\r\n return false;\r\n });\r\n \r\n \r\n \r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n\r\n {% set tarea14completada = \'no\' %}\r\n {% set tarea14informe=0 %} \r\n {% for tarea in tareas %}\r\n {% if tarea.alias == \'ex14informe\' %}\r\n {% set tarea14informe=tarea.id %} \r\n {% endif %}\r\n {% if tarea.alias == \'exercise14-card8\' %}\r\n\r\n {% for tareausuario in tarea.getTareaUsuario %}\r\n\r\n {% if tareausuario.greenEntrepreneur.id==app.user.id %}\r\n\r\n {% if tareausuario.completada==true %}\r\n\r\n {% set tarea14completada = \'si\' %}\r\n\r\n {% endif %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n $(\"#wizard\").steps({\r\n headerTag: \"h4\",\r\n bodyTag: \"section\",\r\n transitionEffect: \"fade\",\r\n enableAllSteps: true,\r\n transitionEffectSpeed: 300,\r\n labels: {\r\n next: \"Next Step\",\r\n previous: \"Previous Step\"\r\n },\r\n onFinished: function (event, currentIndex) {\r\n $(\"#wizard\").submit();\r\n },\r\n onStepChanging: function (event, currentIndex, newIndex) {\r\n\r\n // ASIGNACION EJERCICIO 14 PASO DE DATOS ENTRE LAS DISTINTAS SECCIONES\r\n {% if tarea[0].alias starts with \'exercise14\' %}\r\n exercise14Asignaciones();\r\n {% endif %}\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n if ( newIndex === {{seccion.posicion}} ) {\r\n $(\'.steps\').addClass(\'step-{{seccion.posicion + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{seccion.posicion + 1}}\');\r\n }\r\n {% endfor %}\r\n\r\n return true;\r\n },\r\n {% if tarea[0].alias starts with \'exercise14\' %}\r\n onStepChanged: function (event, currentIndex, newIndex) {\r\n currentStep = currentIndex; //Set current step number in currentStep variable\r\n\r\n if ((currentIndex === 1 && \'{{tarea14completada}}\' === \'si\') || currentIndex < 1) \r\n {\r\n $(\'a[href=\"#next\"]\').parent().attr(\"style\", \"display: block;\");\r\n }else{\r\n $(\'a[href=\"#next\"]\').parent().attr(\"style\", \"display: none;\");\r\n }\r\n }, \r\n {% endif %}\r\n });\r\n // Custom Jquery Steps\r\n $(\'.forward\').click(function(){\r\n $(\"#wizard\").steps(\'next\');\r\n })\r\n $(\'.backward\').click(function(){\r\n $(\"#wizard\").steps(\'previous\');\r\n })\r\n // Select\r\n $(\'html\').click(function() {\r\n $(\'.select .dropdown\').hide();\r\n });\r\n $(\'.select\').click(function(event){\r\n event.stopPropagation();\r\n });\r\n $(\'.select .select-control\').click(function(){\r\n $(this).parent().next().toggle().toggleClass(\'active\');\r\n })\r\n $(\'.select .dropdown li\').click(function(){\r\n $(this).parent().toggle();\r\n var text = $(this).attr(\'rel\');\r\n $(this).parent().prev().find(\'div\').text(text);\r\n })\r\n // Payment\r\n $(\'.payment-block .payment-item\').click(function(){\r\n $(\'.payment-block .payment-item\').removeClass(\'active\');\r\n $(this).addClass(\'active\');\r\n })\r\n \r\n\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n $(\'input.icheckbox_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n {% endif %}\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\"input.slider\").bootstrapSlider(); \r\n \r\n $(\'.btn-up\').click(function(){\r\n $(\'body, html\').animate({\r\n scrollTop: \'0px\'\r\n }, 300)\r\n });\r\n {% if tarea[0].alias starts with \'exercise14\' %}\r\n exercise14RecogerParams();\r\n $(\'#gotofullreport\').on(\'click\', function(){ window.location.href= \'{{ path(\'admin.procesos.realizartarea\',{\'id\':tarea14informe}) }}\'; });\r\n {% endif %}\r\n\r\n $(\'.ex14section2-3select .form-holder > input[type=\"text\"]\').on(\'change\', function (e) {\r\n \r\n //elemento que a cambiado\r\n $id = e.target.id;\r\n\r\n $id_recortado = $id.substring(0, ($id.length-3))\r\n\r\n $score = 0;\r\n\r\n if ($(\'#\' + $id_recortado + \'-10\').val() == 1){\r\n\r\n $score = $score + 1;\r\n\r\n }\r\n\r\n if ($(\'#\' + $id_recortado + \'-20\').val() == 1){\r\n\r\n $score = $score + 1;\r\n\r\n }\r\n\r\n if ($(\'#\' + $id_recortado + \'-30\').val() == 1){\r\n\r\n $score = $score + 1;\r\n\r\n }\r\n\r\n $(\'#\' + $id_recortado + \'Score\').val($score);\r\n \r\n });\r\n\r\n });\r\n\r\n {/* EJERCICIO 14 ACTIVAR SECCION 3 */}\r\n\r\n {/* recogemos si el ejercicio 14 está completado */}\r\n {% set tareas=tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n\r\n {% set tarea14completada = \'no\' %}\r\n\r\n {% for tarea in tareas %}\r\n\r\n {% if tarea.alias == \'exercise14-card8\' %}\r\n\r\n {% for tareausuario in tarea.getTareaUsuario %}\r\n\r\n {% if tareausuario.greenEntrepreneur.id==app.user.id %}\r\n\r\n {% if tareausuario.completada==true %}\r\n\r\n {% set tarea14completada = \'si\' %}\r\n\r\n {% endif %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n {{ include(\'gbc/component/tarea14.js.html.twig\') }}\r\n</script>\r\n<![endif]-->', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(94, 'Green Bussiness Plan Steps', 'admin/gbpsteps.html.twig', '<div class=\"{{ (\'container gbc-steps\' ~ \' \' ~ tarea[0].class) ~ \' \' ~ tarea[0].alias }}\">\r\n\r\n <input id=\"current\" type=\"hidden\" value=\"0\">\r\n\r\n {% set respuesta=[] %}\r\n {% set tareaanterior=0 %}\r\n {% set tareacurrent=tarea[0] %}\r\n {% set respuestaca=[] %}\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n{% if casoestudio is defined and casoestudio is not empty %}\r\n {% for respuestafor in casoestudio %}\r\n {% set respuestaca= respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {% endif %}\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n {{ include(\'gbc/exerciseslinktrainer.html.twig\')}}\r\n {% else %}\r\n {{ include(\'gbc/exerciseslink.html.twig\')}}\r\n {% endif %}\r\n <a href=\"#\" class=\"avartar\">\r\n <img height=\"50px\" src=\"{{ asset(\'images/toolbox.png\')}}\" alt=\"\">\r\n </a>\r\n <h2 class=\"tarea-titulo\"><strong>{{ tarea[0].nombre|trans({}) }}</strong></h2>\r\n <div class=\"tarea-desc\">{{ tarea[0].descripcion|trans({})|raw }}<div>\r\n<div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n\r\n</div>\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if app.user.getType == \'trainer\' and ge is defined and ge is not null %}\r\n <input type=\"hidden\" name=\"ge\" id=\"ge\" value=\"{{ ge.id }}\">\r\n {% endif %}\r\n {% block nextprevsave %}\r\n {% include \'gbc/nextprevsave.html.twig\' %}\r\n {% endblock nextprevsave %}\r\n \r\n {% set preguntasIndex=1%}\r\n \r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n \r\n <h4 {% if tarea[0].SeccionesTareaId|length == 1 %} class=\"seccion-unica\" {% else %} class=\"seccion-multiple\"{% endif %}>{{ seccion.nombre|trans({}) }}</h4>\r\n \r\n <section>\r\n \r\n <div class=\"inner\">\r\n {% for pregunta in seccion.PreguntasId %}\r\n \r\n {% if pregunta.TipoPregunta.nombre==\"label\" %}\r\n{% include \'formcomponents/label.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"no-renderizable\" %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"custom\" %}\r\n {{pregunta.pretitulo|trans({})|raw}} {{pregunta.nombre|trans({})|raw}} {{ pregunta.descripcion|trans({})|raw }}\r\n {% elseif pregunta.TipoPregunta.nombre==\"wrapper\" %}\r\n {{pregunta.TipoPreguntaOptions|raw}}\r\n {% elseif pregunta.TipoPregunta.nombre==\"string\" %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"file\" %}\r\n {% include \'formcomponents/file.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"checkbox\" %}\r\n {% include \'formcomponents/checkbox.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"radio\" %}\r\n {% include \'formcomponents/radio.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre==\"range\" %}\r\n {% include \'formcomponents/range.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"text\" %}\r\n {% include \'formcomponents/text.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"ckeditor\" %}\r\n {% include \'formcomponents/ckeditor.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"select\" %}\r\n {% include \'formcomponents/select.html.twig\' %}\r\n {% elseif pregunta.TipoPregunta.nombre== \"datetime\" %}\r\n {% include \'formcomponents/datetime.html.twig\' %}\r\n {% else %}\r\n {% include \'formcomponents/string.html.twig\' %}\r\n {% endif %}\r\n {% endfor %}\r\n\r\n </div>\r\n \r\n </section>\r\n {% endfor %}\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-06-03 11:56:43', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'bootstrap-datepicker/css/bootstrap-datepicker.min.css\') }}\" rel=\"stylesheet\"> \r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/select3-bootstrap4.css\')}}\" rel=\"stylesheet\">\r\n\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n\r\n/* ELEMENTOS COMUNES */\r\n\r\n /* ESTRUCTURA */\r\n\r\n body {\r\n padding-top: 50px;\r\n }\r\n\r\n .wrappertest .content{\r\n margin-bottom: 100px;\r\n padding: 0;\r\n }\r\n\r\n .content-wrapper .content .container{\r\n\r\n padding: 0;\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n }\r\n\r\n /* FIN ESTRUCTURA */\r\n\r\n /* BASICOS */\r\n\r\n a {\r\n\r\n text-decoration: none;\r\n\r\n }\r\n\r\n img {\r\n max-width: 100%;\r\n vertical-align: middle; \r\n }\r\n\r\n ul {\r\n\r\n padding: 0;\r\n margin: 0;\r\n list-style: none;\r\n\r\n }\r\n\r\n input[type=text]{\r\n\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n\r\n }\r\n\r\n textarea {\r\n\r\n resize: none;\r\n\r\n }\r\n\r\n /* FIN BASICOS */\r\n\r\n /* EXERCISES LINK */\r\n\r\n .exercises_links{\r\n\r\n display: flex;\r\n flex-wrap: wrap;\r\n margin-bottom: 30px;\r\n position: absolute;\r\n top: -160px;\r\n\r\n }\r\n\r\n .exercises_links > li > a{\r\n\r\n font-size: 13px;\r\n font-weight: 700;\r\n display: block;\r\n min-width: 50px;\r\n min-height: 40px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px #505050;\r\n border-bottom: solid 5px #505050;\r\n background: #FFF;\r\n color: #505050;\r\n padding: 0 15px;\r\n\r\n }\r\n\r\n .exercises_links > li > a.no-completada{\r\n\r\n background: #d8d8d8;\r\n color: #989898;\r\n border: none;\r\n cursor: default;\r\n\r\n }\r\n\r\n .exercises_links > li > a:not(.no-completada):hover{\r\n\r\n background: #505050;\r\n color: #fff;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a{\r\n\r\n border-color: #F2932E;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step1 > a:not(.no-completada):hover{\r\n\r\n background: #F2932E;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a{\r\n\r\n border-color: #94BD53;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step2 > a:not(.no-completada):hover{\r\n\r\n background: #94BD53;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a{\r\n\r\n border-color: #E4312B;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step3 > a:not(.no-completada):hover{\r\n\r\n background: #E4312B;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a{\r\n\r\n border-color: #B6866D;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step4 > a:not(.no-completada):hover{\r\n\r\n background: #B6866D;\r\n\r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a{\r\n\r\n border-color: #EE8367;\r\n \r\n }\r\n\r\n .exercises_links > li.GBC-Step5 > a:not(.no-completada):hover{\r\n\r\n background: #EE8367;\r\n\r\n }\r\n\r\n /* FIN EXERCISES LINK */\r\n\r\n /* HEADER TAREA */\r\n\r\n .header-tarea{\r\n\r\n /* background: azure; */\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container{\r\n\r\n margin-bottom: 15px;\r\n\r\n }\r\n\r\n .header-tarea .avatar__container a{\r\n\r\n display: block;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container{\r\n\r\n margin-bottom: 7.5px;\r\n\r\n }\r\n\r\n .header-tarea .titulo-tarea__container h2{\r\n\r\n margin: 0;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container{\r\n\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container h2{\r\n \r\n font-size: 25px;\r\n line-height: 30px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n }\r\n\r\n .header-tarea .desc-tarea__container h3{\r\n\r\n font-size: 20px;\r\n line-height: 25px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container p{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul{\r\n\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n }\r\n\r\n .header-tarea .desc-tarea__container ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n }\r\n\r\n /* FIN HEADER TAREA */\r\n\r\n /* RECURSOS */\r\n\r\n .recursos__container{\r\n\r\n margin-bottom: 45px;\r\n\r\n }\r\n\r\n /* BOTONES */\r\n\r\n .recursos__container > .nav{\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li{\r\n\r\n\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a{\r\n\r\n background: #505050;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a:hover,\r\n .recursos__container > .nav > li > a:focus,\r\n .recursos__container > .nav > li > a:active,\r\n .recursos__container > .nav > li.active > a{\r\n\r\n font-weight: 500;\r\n\r\n }\r\n\r\n /* read-before */\r\n\r\n .recursos__container > .nav > li > a.btn-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-read-before:hover,\r\n .recursos__container > .nav > li > a.btn-read-before:focus,\r\n .recursos__container > .nav > li > a.btn-read-before:active,\r\n .recursos__container > .nav > li.active > a.btn-read-before{\r\n\r\n background: #118c53;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-read-before.disabled, .btn-read-before[disabled], fieldset[disabled] .btn-read-before, .btn-read-before.disabled:hover,\r\n .btn-read-before[disabled]:hover, fieldset[disabled] .btn-read-before:hover, .btn-read-before.disabled:focus, .btn-read-before[disabled]:focus,\r\n fieldset[disabled] .btn-read-before:focus, .btn-read-before.disabled:active, .btn-read-before[disabled]:active, fieldset[disabled] .btn-read-before:active,\r\n .btn-read-before.disabled.active, .btn-read-before[disabled].active, fieldset[disabled] .btn-read-before.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin read-before */\r\n\r\n /* tips */\r\n\r\n .recursos__container > .nav > li > a.btn-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-tips:hover,\r\n .recursos__container > .nav > li > a.btn-tips:focus,\r\n .recursos__container > .nav > li > a.btn-tips:active,\r\n .recursos__container > .nav > li.active > a.btn-tips{\r\n\r\n background: #3d0b7d;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-tips.disabled, .btn-tips[disabled], fieldset[disabled] .btn-tips, .btn-tips.disabled:hover,\r\n .btn-tips[disabled]:hover, fieldset[disabled] .btn-tips:hover, .btn-tips.disabled:focus, .btn-tips[disabled]:focus,\r\n fieldset[disabled] .btn-tips:focus, .btn-tips.disabled:active, .btn-tips[disabled]:active, fieldset[disabled] .btn-tips:active,\r\n .btn-tips.disabled.active, .btn-tips[disabled].active, fieldset[disabled] .btn-tips.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin tips */\r\n\r\n /* caso-estudio */\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n \r\n\r\n }\r\n\r\n .recursos__container > .nav > li > a.btn-caso-estudio:hover,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:focus,\r\n .recursos__container > .nav > li > a.btn-caso-estudio:active,\r\n .recursos__container > .nav > li.active > a.btn-caso-estudio{\r\n\r\n background: #287daf;\r\n background-image: none;\r\n\r\n }\r\n\r\n .btn-caso-estudio.disabled, .btn-caso-estudio[disabled], fieldset[disabled] .btn-caso-estudio, .btn-caso-estudio.disabled:hover,\r\n .btn-caso-estudio[disabled]:hover, fieldset[disabled] .btn-caso-estudio:hover, .btn-caso-estudio.disabled:focus, .btn-caso-estudio[disabled]:focus,\r\n fieldset[disabled] .btn-caso-estudio:focus, .btn-caso-estudio.disabled:active, .btn-caso-estudio[disabled]:active, fieldset[disabled] .btn-caso-estudio:active,\r\n .btn-caso-estudio.disabled.active, .btn-caso-estudio[disabled].active, fieldset[disabled] .btn-caso-estudio.active {\r\n\r\n background-color: #6d6d6d;\r\n\r\n }\r\n\r\n /* fin caso-estudio */\r\n\r\n /* FIN BOTONES */\r\n\r\n /* VENTANAS */\r\n\r\n .recursos__container > .tab-content{\r\n\r\n\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane{\r\n \r\n background: #505050;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n \r\n position: fixed;\r\n top: 10%;\r\n z-index: 999999999;\r\n left: 5%;\r\n width: 90%;\r\n height: 75%;\r\n padding: 30px;\r\n overflow-y: scroll;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon{\r\n \r\n position: initial;\r\n width: auto;\r\n height: 40px;\r\n top: initial;\r\n left: initial;\r\n border: none;\r\n background: none;\r\n padding: 0;\r\n margin: 0;\r\n display: flex;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon::after{\r\n \r\n display: none;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > .tab-pane > .icon > img{\r\n \r\n width: auto;\r\n height: 100%;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > button{\r\n \r\n color: #fff;\r\n opacity: 1;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > h2{\r\n \r\n color: #fff;\r\n font-size: 2.7rem;\r\n line-height: 2.7rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n\r\n }\r\n \r\n .recursos__container > .tab-content > div > h3{\r\n \r\n color: #fff;\r\n font-size: 2rem;\r\n line-height: 2.4rem;\r\n font-weight: 700;\r\n margin: 0;\r\n padding: 0;\r\n margin-top: 20px;\r\n margin-bottom: 10px;\r\n font-family: \'Open Sans\', sans-serif;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > p{\r\n \r\n color: #fff;\r\n font-size: 1.4rem;\r\n line-height: 2.2rem;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul{\r\n \r\n color: #fff;\r\n font-size: 14px;\r\n line-height: 20px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n \r\n }\r\n \r\n .recursos__container > .tab-content > div > ul > li{\r\n \r\n margin-bottom: 3px;\r\n \r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-read-before{\r\n\r\n background: #00a65a;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-tips{\r\n\r\n background: #611BBD;\r\n\r\n }\r\n\r\n .recursos__container > .tab-content > .tab-pane.alert-caso-estudio{\r\n\r\n background: #3c8dbc;\r\n\r\n }\r\n\r\n /* FIN VENTANAS */\r\n\r\n /* FIN RECURSOS */\r\n\r\n /* ACTIONS */\r\n\r\n .actions ul {\r\n\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n\r\n }\r\n\r\n .actions li a {\r\n\r\n border: none;\r\n display: inline-flex;\r\n align-items: center;\r\n cursor: pointer;\r\n font-size: 15px;\r\n background: #333;\r\n \r\n position: fixed;\r\n bottom: 70px;\r\n height: auto;\r\n width: auto;\r\n color: #fff;\r\n font-size: 1.5rem;\r\n line-height: 1.5rem;\r\n border: none;\r\n padding: 10px 20px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin: 0;\r\n\r\n }\r\n\r\n .actions li a[href=\"#previous\"]{\r\n \r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n right: 130px;\r\n width: 136px;\r\n\r\n }\r\n\r\n .actions li a[href=\"#next\"]{\r\n \r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n right: 10px;\r\n width: 110px;\r\n\r\n }\r\n\r\n .actions li a[href=\"#finish\"]{\r\n \r\n display: none;\r\n\r\n }\r\n\r\n .actions li a:before {\r\n\r\n /* content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; */\r\n\r\n }\r\n\r\n .actions li a:hover {\r\n\r\n background: #4d4d4d; \r\n\r\n }\r\n\r\n .actions li:first-child a {\r\n\r\n /* background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; */\r\n\r\n }\r\n\r\n .actions li:first-child a:before {\r\n\r\n /* content: \"\\f2ea\";\r\n right: 77px; */\r\n\r\n }\r\n\r\n .actions li:first-child a:hover {\r\n\r\n /* background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; */\r\n\r\n }\r\n\r\n .actions li:last-child a {\r\n\r\n /* padding-left: 28px; */\r\n\r\n }\r\n\r\n .actions li:last-child a:before {\r\n\r\n /* right: 27px; */\r\n\r\n }\r\n\r\n .actions li[aria-disabled=\"true\"] a {\r\n\r\n opacity: 0;\r\n transition: all 1s; \r\n\r\n }\r\n\r\n /* FIN ACTIONS */\r\n\r\n /* INFORME */\r\n\r\n .informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n }\r\n\r\n .informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* FIN INFORME */\r\n\r\n /* PREGUNTAS */\r\n\r\n /* form-row */\r\n\r\n .wrappertest .content > section .inner{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row{\r\n\r\n \r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .form-holder{\r\n\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: flex-start;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-preg100{\r\n\r\n grid-column: 1 / 3;\r\n\r\n }\r\n\r\n /* fin form-row */\r\n\r\n /* inputs */\r\n\r\n .wrappertest .content > section .inner .form-row textarea{\r\n\r\n align-self: flex-end;\r\n margin: 0;\r\n flex: 1;\r\n\r\n }\r\n\r\n /* radio */\r\n \r\n .wrappertest .content > section .inner .form-row.gbc-radio .form-holder{\r\n\r\n display: block;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiobtn,\r\n .wrappertest .content > section .inner .form-row.gbc-radio .casoestudiodiv{\r\n\r\n display: none;\r\n \r\n }\r\n\r\n .wrappertest .content > section .inner .form-row.gbc-radio label{\r\n\r\n display: inline-block;\r\n margin-right: 10px;\r\n\r\n }\r\n\r\n /* fin radio */\r\n\r\n .wrappertest .content > section .inner .form-row .select3-container{\r\n\r\n width: 100% !important;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .switch{\r\n\r\n margin: 0;\r\n margin-bottom: 25px;\r\n \r\n }\r\n\r\n /* fin inputs */\r\n\r\n /* titulos */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo{\r\n \r\n display: block;\r\n font-size: 2rem;\r\n line-height: 2.2rem;\r\n font-weight: 700;\r\n margin: 0;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_nombre{\r\n\r\n display: block;\r\n font-size: 1.6rem;\r\n line-height: 2rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #2b2b2b;\r\n margin: 0;\r\n\r\n }\r\n\r\n .GBC-Step1 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #F2932E;}\r\n .GBC-Step2 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #94BD53;}\r\n .GBC-Step3 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #E4312B;}\r\n .GBC-Step4 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #B6866D;}\r\n .GBC-Step5 .wrappertest .content > section .inner .form-row .gbc_nombre{color: #EE8367;}\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion{\r\n\r\n display: block;\r\n font-size: 1.4rem;\r\n line-height: 1.7rem;\r\n font-weight: 700;\r\n margin-bottom: 15px;\r\n color: #716f6f;\r\n margin: 0;\r\n\r\n }\r\n\r\n /* fin titulos */\r\n\r\n /* casos estudio */\r\n\r\n .casoestudiobtn{\r\n\r\n background: #3c8dbc;\r\n color: #fff;\r\n font-size: 1.2rem;\r\n line-height: 1.2rem;\r\n border: none;\r\n padding: 10px;\r\n font-weight: 500;\r\n border-radius: 0;\r\n margin-bottom: 7.5px;\r\n align-self: flex-start;\r\n\r\n }\r\n\r\n .casoestudiodiv{\r\n\r\n \r\n\r\n }\r\n\r\n .casoestudiodiv pre{\r\n\r\n white-space: pre-line;\r\n background: #3c8dbc;\r\n color: #fff;\r\n border: none;\r\n border-radius: 0;\r\n font-family: unset;\r\n\r\n }\r\n\r\n /* fin casos estudio */\r\n\r\n /* ocultar elementos sin contenido */\r\n\r\n .wrappertest .content > section .inner .form-row .gbc_pretitulo.no-contenido,\r\n .wrappertest .content > section .inner .form-row .gbc_descripcion.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiobtn.no-contenido,\r\n .wrappertest .content > section .inner .form-row .casoestudiodiv.no-contenido{\r\n \r\n width: 0;\r\n height: 0;\r\n padding: 0;\r\n margin: 0;\r\n \r\n }\r\n \r\n /* fin ocultar elementos sin contenido */\r\n\r\n /* grupos de preguntas */\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group{\r\n\r\n padding: 15px;\r\n border: solid 1px #cccccc;\r\n background: #fff;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group.gbc-preg100{\r\n\r\n display: grid;\r\n grid-template-columns: 1fr 1fr;\r\n grid-gap: 15px;\r\n\r\n }\r\n\r\n .wrappertest .content > section .inner .gbc-form-row-group .title{\r\n\r\n margin: 0;\r\n padding: 0;\r\n grid-column: 1 / 3;\r\n font-size: 2.5rem;\r\n font-weight: 700;\r\n line-height: 2.5rem;\r\n color: #2d2d2d;\r\n border-bottom: solid 1px #2d2d2d;\r\n padding-bottom: 7.5px;\r\n\r\n }\r\n\r\n /* fin grupos de preguntas */\r\n\r\n /* FIN PREGUNTAS */\r\n\r\n /* EXERCISE-BTN-MOVES-GROUP */\r\n\r\n {% include \'gbc/nextprevsavecss.html.twig\' %}\r\n\r\n /* FIN EXERCISE-BTN-MOVES-GROUP */\r\n\r\n/* FIN ELEMENTOS COMUNES */\r\n\r\n/* ELEMENTOS DE PLANTILLA */\r\n\r\n /* STEPS */\r\n\r\n .steps .tablist .a .current-info{\r\n \r\n }\r\n\r\n .steps .tablist .a .number{\r\n\r\n }\r\n\r\n .steps > ul > li.current > a > span.current-info{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li > a {\r\n\r\n color: #5d5d5d;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n\r\n }\r\n .steps > ul > li > a:hover{\r\n\r\n color: #464545;\r\n\r\n }\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n\r\n {% if seccion.posicion == 1 %}\r\n\r\n .steps {\r\n\r\n height: 2px;\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n /* margin-top: 30px; */\r\n margin-bottom: 75px;\r\n\r\n }\r\n\r\n .steps ul {\r\n\r\n height: 2px;\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n\r\n }\r\n\r\n .steps > ul > li{\r\n\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .steps > ul > li.tab-3.tab-activada{\r\n\r\n display: flex;\r\n\r\n }\r\n\r\n .steps > ul > li.current{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n .steps > ul > li:hover{\r\n\r\n background: #5d5d5d;\r\n\r\n }\r\n\r\n {% elseif seccion.posicion == loop.length %}\r\n\r\n .steps.step-{{seccion.posicion }} ul {\r\n\r\n width: 100%;\r\n transition: all 0.3s ease;\r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; \r\n\r\n }\r\n\r\n {% else %}\r\n\r\n .steps.step-{{seccion.posicion}} ul {\r\n\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n\r\n }\r\n\r\n .steps.step-{{seccion.posicion}}:before {\r\n\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; \r\n \r\n }\r\n\r\n {% endif %}\r\n\r\n {% endfor %}\r\n\r\n {% if tarea[0].SeccionesTareaId|length == 1 %}\r\n\r\n .steps{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n {% endif %}\r\n\r\n .content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n }\r\n\r\n .content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n }\r\n\r\n /* FIN STEPS */\r\n\r\n /* TITULO STEPS */\r\n\r\n .gbc-steps .tarea-titulo{\r\n\r\n font-size: 10rem;\r\n line-height: 10rem;\r\n \r\n }\r\n \r\n .gbc-steps .tarea-desc{\r\n \r\n font-size: 5rem;\r\n line-height: 5rem;\r\n \r\n }\r\n \r\n .gbc-steps.gbc_step1 .tarea-titulo, .gbc-steps.gbc_step1 .tarea-desc{\r\n \r\n color: #F2932E;\r\n \r\n }\r\n \r\n .gbc-steps.gbc_step2 .tarea-titulo, .gbc-steps.gbc_step2 .tarea-desc{\r\n \r\n color: #94BD53;\r\n \r\n }\r\n \r\n .gbc-steps.gbc_step3 .tarea-titulo, .gbc-steps.gbc_step3 .tarea-desc{\r\n \r\n color: #E4312B;\r\n \r\n }\r\n \r\n .gbc-steps.gbc_step4 .tarea-titulo, .gbc-steps.gbc_step4 .tarea-desc{\r\n \r\n color: #B6866D;\r\n \r\n }\r\n \r\n .gbc-steps.gbc_step5 .tarea-titulo, .gbc-steps.gbc_step5 .tarea-desc{\r\n \r\n color: #EE8367;\r\n \r\n }\r\n\r\n /* FIN TITULO STEPS */\r\n\r\n/* FIN ELEMENTOS DE PLANTILLA */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fmelfinder/js/elfinder.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bundles/fosckeditor/ckeditor.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/jquery.steps.js\')}}\"></script>\r\n\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/slider/bootstrap-slider.min.js\')}}\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'bootstrap-datepicker/js/bootstrap-datepicker.min.js\') }}\"></script>\r\n\r\n<script type=\"text/javascript\" >\r\n $(document).ready(function () {\r\n\r\n $(\"#wizard\").steps({\r\n headerTag: \"h4\",\r\n bodyTag: \"section\",\r\n transitionEffect: \"fade\",\r\n enableAllSteps: true,\r\n transitionEffectSpeed: 300,\r\n labels: {\r\n next: \"Next Step\",\r\n previous: \"Previous Step\"\r\n },\r\n onFinished: function (event, currentIndex) {\r\n $(\"#wizard\").submit();\r\n },\r\n onStepChanging: function (event, currentIndex, newIndex) {\r\n\r\n {% for seccion in tarea[0].SeccionesTareaId %}\r\n if ( newIndex === {{seccion.posicion}} ) {\r\n $(\'.steps\').addClass(\'step-{{seccion.posicion + 1}}\');\r\n } else {\r\n $(\'.steps\').removeClass(\'step-{{seccion.posicion + 1}}\');\r\n }\r\n {% endfor %}\r\n\r\n return true;\r\n }\r\n });\r\n // Custom Jquery Steps\r\n $(\'.forward\').click(function(){\r\n $(\"#wizard\").steps(\'next\');\r\n })\r\n $(\'.backward\').click(function(){\r\n $(\"#wizard\").steps(\'previous\');\r\n })\r\n // Select\r\n $(\'html\').click(function() {\r\n $(\'.select .dropdown\').hide();\r\n });\r\n $(\'.select\').click(function(event){\r\n event.stopPropagation();\r\n });\r\n $(\'.select .select-control\').click(function(){\r\n $(this).parent().next().toggle().toggleClass(\'active\');\r\n })\r\n $(\'.select .dropdown li\').click(function(){\r\n $(this).parent().toggle();\r\n var text = $(this).attr(\'rel\');\r\n $(this).parent().prev().find(\'div\').text(text);\r\n })\r\n // Payment\r\n $(\'.payment-block .payment-item\').click(function(){\r\n $(\'.payment-block .payment-item\').removeClass(\'active\');\r\n $(this).addClass(\'active\');\r\n })\r\n \r\n\r\n\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\"input.slider\").bootstrapSlider(); \r\n \r\n $(\'.btn-up\').click(function(){\r\n $(\'body, html\').animate({\r\n scrollTop: \'0px\'\r\n }, 300)\r\n });\r\n\r\n });\r\n\r\n</script>\r\n<![endif]-->', NULL, NULL, NULL, 'template', 'P', 'A4', NULL, NULL);
INSERT INTO `templates` (`id`, `nombre`, `filename`, `source`, `required_params`, `last_updated`, `style`, `javascript`, `pdffilename`, `pdftwig`, `parent_id`, `type`, `pdforientation`, `pdfsize`, `emailfilename`, `emailtwig`) VALUES
(95, 'Service_table', 'eco-design/servicetable.html.twig', '<script>\r\n function getServiceData() {\r\n return JSON.parse(\"{\\\"consumable\\\": [{\\\"id\\\":\\\"first-consumable\\\", \\\"title\\\":\\\"Purchase: Amount (weight) of consumables used\\\",\\\"description\\\":\\\"It can be represented by the weight and/or quantity of consumables used to deliver your service. The less consumables used, the better.\\\"}, {\\\"id\\\":\\\"second-consumable\\\", \\\"title\\\":\\\"Purchase: Ecological rucksack of consumables\\\",\\\"description\\\":\\\"An Ecological Rucksack is the total quantity of materials and energy moved from nature to create a product or service. Ecological rucksacks take a life cycle approach and signify the environmental strain or resource efficiency of the product or service.\\\"}, {\\\"id\\\":\\\"third-consumable\\\", \\\"title\\\":\\\"Purchase: Consumables with recovered components and/or recycled content\\\",\\\"description\\\":\\\"Recovered materials are products, components or parts of a production or waste stream captured or separated for reuse (without processing, which would be recycling). On the other hand, the recycled content is the proportion, by mass, of recycled material in a product or packaging.\\\"}, {\\\"id\\\":\\\"forth-consumable\\\", \\\"title\\\":\\\"Purchase: Reciclability of materials\\\",\\\"description\\\":\\\"Reciclability refers to the ability of a material to be captured and separated from a waste stream for being recycled.\\\"}, {\\\"id\\\":\\\"fifth-consumable\\\", \\\"title\\\":\\\"Purchase: Biodegradability of materials\\\",\\\"description\\\":\\\"Biodegradability refers to the capability of being decomposed by biological agents, especially bacteria.\\\"}, {\\\"id\\\":\\\"sixth-consumable\\\", \\\"title\\\":\\\"Purchase: Scarcity of materials\\\",\\\"description\\\":\\\"It refers to the lack or the limited existence of resources that are fundamental for the product or service provided. The more scarce, the worse.\\\"}, {\\\"id\\\":\\\"seventh-consumable\\\", \\\"title\\\":\\\"Purchase: Origin of goods\\\",\\\"description\\\":\\\"The origin of goods refers to the geographical location from which they are obtained. Local goods are desirable due to shorter distances.\\\"}, {\\\"id\\\":\\\"eighth-consumable\\\", \\\"title\\\":\\\"Purchase: Toxicity\\\",\\\"description\\\":\\\"Toxicity refers to the degree to which a substance can damage an organism.\\\"}, {\\\"id\\\":\\\"nineth-consumable\\\", \\\"title\\\":\\\"Purchase: Dose or Size\\\",\\\"description\\\":\\\"Purchasting consumables on the higher dose possible (bigger size), makes sure you are not wasting packaging and it makes transport more efficient, reducing the amount of greenhouse gas emissions.\\\"}, {\\\"id\\\":\\\"tenth-consumable\\\", \\\"title\\\":\\\"Purchase: Perish\\\",\\\"description\\\":\\\"Perish refers to the durability of perishable / expirable consumables. In general, it is preferrable to select consumables with higher life expectancy, in order to avoid wasting them without being used.\\\"}, {\\\"id\\\":\\\"eleventh-consumable\\\", \\\"title\\\":\\\"Purchase: Packaging of your consumables\\\",\\\"description\\\":\\\"This packaging refers to the materials used to pack your purchases (upstream packaging). In some occasions, the amount of packaging used is unjustified.\\\"}, {\\\"id\\\":\\\"twelfth-consumable\\\", \\\"title\\\":\\\"Purchase: Own packaging\\\",\\\"description\\\":\\\"Own packaging refers to the materials used to pack your own products that you deliver to your customers (downstream packaging). Example: food cases for a food delivering company, bags for a dry cleaner, etc.\\\"}], \\\"infrastructure\\\": [{\\\"id\\\":\\\"first-infrastructure\\\", \\\"title\\\":\\\"Durability of your infrastructure\\\",\\\"description\\\":\\\"Durability is aimed at extending the lifetime of products and infrastructure thanks to the inherent material properties and to the maintenance tasks.\\\"}, {\\\"id\\\":\\\"second-infrastructure\\\", \\\"title\\\":\\\"Process complexity\\\",\\\"description\\\":\\\"It refers to the level of intricateness of the production process. It can be simplified as the number of production processes (the less, the better).\\\"}, {\\\"id\\\":\\\"third-infrastructure\\\", \\\"title\\\":\\\"Efficiency of the processes and activities\\\",\\\"description\\\":\\\"It refers to the capability of the production processes and technology to produce the desired results without wasting inputs (materials, time, energy, waste...). The generation of waste is a symptom of an inefficient use of resources.\\\"}, {\\\"id\\\":\\\"forth-infrastructure\\\", \\\"title\\\":\\\"Origin and renewability of energy used for your infrastructure\\\",\\\"description\\\":\\\"A renewable resource is a natural resource which can replenish with the passage of time, either through biological reproduction or other naturally recurring processes. The origin of energy refers to the geographical location from which it is obtained. Local energy is desirable.\\\"}, {\\\"id\\\":\\\"fifth-infrastructure\\\", \\\"title\\\":\\\"Waste generation along your infrastructure\\\",\\\"description\\\":\\\"It refers to the quantity of waste generated from the activities taking place within your infrastructures.\\\"}, {\\\"id\\\":\\\"sixth-infrastructure\\\", \\\"title\\\":\\\"Treatment of generated waste\\\",\\\"description\\\":\\\"Generated waste can be treated by means of different ways. In general, the waste treatment hierarchy in order of their environmental performance is as follows: preparing for re-use; recycling (material recovery); other recovery, e.g. energy recovery; and disposal.\\\"}], \\\"keyAsset\\\": [{\\\"id\\\":\\\"first-key-asset\\\", \\\"title\\\":\\\"Purchase: Amount (weight) of materials of key assets\\\",\\\"description\\\":\\\"It can be represented by the weight and/or quantity of material of your key asset (in general, the less materiality, the better).\\\"}, {\\\"id\\\":\\\"second-key-asset\\\", \\\"title\\\":\\\"Purchase: Ecological rucksack of materials of key assets\\\",\\\"description\\\":\\\"An Ecological Rucksack is the total quantity of materials and energy moved from nature to create a product or service. Ecological rucksacks take a life cycle approach and signify the environmental strain or resource efficiency of the product or service.\\\"}, {\\\"id\\\":\\\"third-key-asset\\\", \\\"title\\\":\\\"Purchase: key assets with recovered components and/or recycled content\\\",\\\"description\\\":\\\"Recovered materials are products, components or parts of a production or waste stream captured or separated for reuse (without processing, which would be recycling). On the other hand, the recycled content is the proportion, by mass, of recycled material in a product or packaging.\\\"}, {\\\"id\\\":\\\"forth-key-asset\\\", \\\"title\\\":\\\"Purchase: Reciclability of materials\\\",\\\"description\\\":\\\"Reciclability refers to the ability of a material to be captured and separated from a waste stream for being recycled.\\\"}, {\\\"id\\\":\\\"fifth-key-asset\\\", \\\"title\\\":\\\"Purchase: Biodegradability of materials\\\",\\\"description\\\":\\\"Biodegradability refers to the capability of being decomposed by biological agents, especially bacteria.\\\"}, {\\\"id\\\":\\\"sixth-key-asset\\\", \\\"title\\\":\\\"Purchase: Scarcity of materials\\\",\\\"description\\\":\\\"It refers to the lack or the limited existence of resources that are fundamental for the product or service provided. The more scarce, the worse.\\\"}, {\\\"id\\\":\\\"seventh-key-asset\\\", \\\"title\\\":\\\"Purchase: Origin of goods\\\",\\\"description\\\":\\\"The origin of goods refers to the geographical location from which they are obtained. Local goods are desirable due to shorter distances.\\\"}, {\\\"id\\\":\\\"eighth-key-asset\\\", \\\"title\\\":\\\"Purchase: Toxicity\\\",\\\"description\\\":\\\"Toxicity refers to the degree to which a substance can damage an organism.\\\"}], \\\"access\\\": [{\\\"id\\\":\\\"first-access\\\", \\\"title\\\":\\\"Environmental communication for the use\\\",\\\"description\\\":\\\"It refers to the (un)existence of environmental communication aspects aiming to promote an environmentally-friendly use by the user.\\\"}, {\\\"id\\\":\\\"second-access\\\", \\\"title\\\":\\\"Environmental sustainability of logistics\\\",\\\"description\\\":\\\"It refers to the overall environmental performance of the logistics in place, understood as the management of the flow of resources between the point of origin and the point of consumption in order to meet some requirements.\\\"}, {\\\"id\\\":\\\"third-access\\\", \\\"title\\\":\\\"Efficiency of transported load\\\",\\\"description\\\":\\\"It refers to the optimization of the ratio between the transported load and the loading capacity of the transportation mode.\\\"}, {\\\"id\\\":\\\"forth-access\\\", \\\"title\\\":\\\"Distances\\\",\\\"description\\\":\\\"The distance between the location of production and the market contributes to the environmental impact. The shorter distances, the better.\\\"}, {\\\"id\\\":\\\"fifth-access\\\", \\\"title\\\":\\\"Technology of the vehicle\\\",\\\"description\\\":\\\"The technology of the vehicle conditions not only the performance of the vehicle but also its environmental impact. Some vehicles, such as cars, are classified according to their technologies (EURO 4, EURO 5, etc...). The more efficient vehicles, the better.\\\"}, {\\\"id\\\":\\\"sixth-access\\\", \\\"title\\\":\\\"Adaptability to user needs\\\",\\\"description\\\":\\\"An adaptable ‘product’ can be utilized under varying service requirements and, thus, prevents premature product replacement.\\\"}, {\\\"id\\\":\\\"seventh-access\\\", \\\"title\\\":\\\"Potential to customize the service\\\",\\\"description\\\":\\\"User customization allows for the customer to create a personalized variation of the initial design, which may create an attachment between the product and the user.\\\"}, {\\\"id\\\":\\\"eighth-access\\\", \\\"title\\\":\\\"Appreciation of the product\\\",\\\"description\\\":\\\"It refers to the level in which the user estimates the qualities of the product and services and gives them their proper value. In other words, it is about recognizing the quality, value or significance of the product/service.\\\"}]}\");\r\n }\r\n \r\n function getKeyOfDataTable($title, $category) {\r\n $data = getLifeCycleData();\r\n $code = \"Not found\";\r\n $($data[$category]).each(function() {\r\n if(this.title == $title.replace(\"&amp;\", \"&\")) {\r\n $code = this.id\r\n }\r\n });\r\n return $code;\r\n } \r\n</script>', 'N;', '2020-06-03 19:52:08', NULL, NULL, NULL, NULL, NULL, 'component', 'P', 'A4', NULL, NULL),
(96, 'Eco-Design-inquiri-group (Service)', 'admin/eco-design-inquiri-group-service.html.twig', '<div class=\"container\">\r\n {% set tareas = tarea[0].getProcesosId.getTarea|sort((a, b) => a.position <=> b.position) %}\r\n {% set tareaActual = \"\" %}\r\n {% for num, tareaselement in tareas %}\r\n {% if tarea[0].nombre == tareaselement.nombre %}\r\n {% set tareaActual = tareaselement %}\r\n {% endif %}\r\n {% endfor %}\r\n {% set respuesta=[] %}\r\n\r\n {% for respuestafor in respuestas %}\r\n {% set respuesta= respuesta|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}\r\n {#{% for respuestafor in casoestudio %}\r\n {% set respuestaca = respuestaca|merge({(respuestafor.preguntas.alias) : respuestafor.valor }) %}\r\n {% endfor %}#}\r\n\r\n {% include \'eco-design/navigation-bar.html.twig\' %}\r\n {{ tarea[0].descripcion|trans({})|raw }}\r\n <div class=\"row inquiri-group-container\">\r\n <div class=\"col-sm-6\">\r\n <div class=\"row\">\r\n <div class=\"col-sm-3\">Email</div>\r\n\r\n <div class=\"col-sm-9\"><input class=\"input-inquiri-group\" id=\"email-input\" type=\"email\" /></div>\r\n </div>\r\n\r\n <div class=\"row\">\r\n <div class=\"col-sm-3\">Text</div>\r\n\r\n <div class=\"col-sm-9\"><textarea class=\"input-inquiri-group\" id=\"texto-input\" rows=\"6\">\r\n Dear,\\nPlease find attached the Qualitative assessment to fulfil.\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\nMany thanks,\\nThe Coordinator\r\n </textarea>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"col-sm-2 buttons-container\"><button class=\"button-inquiri-group\" id=\"add-inquiri-member\">Add</button></div>\r\n\r\n <div class=\"col-sm-4\"><select data-sonata-select2=\"false\" id=\"list-of-inquiri-members\" multiple=\"multiple\"></select></div>\r\n </div>\r\n\r\n <div class=\"buttons recursos__container\">\r\n <ul class=\"nav nav-pills\" id=\"pills-tab\" role=\"tablist\">\r\n {% for recurso in tarea[0].recursotarea|sort((a, b) => a.position <=> b.position) %}\r\n <li id=\"recursotab-{{ recurso.recursos.id }}\">\r\n <a href=\"#recurso-{{ recurso.recursos.id }}\" class=\"btn btn-{{recurso.recursos.TiposRecursosId.Style}}\" data-toggle=\"tab\">{{ recurso.recursos.TiposRecursosId.Tipo|trans({})}}</a>\r\n </li>\r\n {% endfor %}\r\n </ul>\r\n <div class=\"tab-content clearfix\">\r\n {% for recurso in tarea[0].recursotarea %}\r\n <div id=\"recurso-{{ recurso.recursos.id }}\" class=\"tab-pane alert alert-{{recurso.recursos.TiposRecursosId.Style}} alert-white rounded \" >\r\n <button type=\"button\" aria-hidden=\"true\" class=\"close\" onclick=\"$(this).parent().toggleClass(\'active\');$(\'#recursotab-{{ recurso.recursos.id }}\').toggleClass(\'active\');\">×</button>\r\n <div class=\"icon\">\r\n <img src=\"{{ asset(\"images/\"~recurso.recursos.TiposRecursosId.Alias~\".png\") }}\"/>\r\n </div>\r\n {{recurso.recursos.texto|trans({})|raw}}\r\n </div>\r\n {% endfor %}\r\n </div>\r\n\r\n </div>\r\n <div class=\"wrappertest\" >\r\n <form action=\"{{ path(\'admin.procesos.repuestastarea\', {\'id\':tarea[0].id}) }}\" id=\"wizard\" method=\"post\">\r\n {% if preguntas|length > 0 %}\r\n {% set responseString = \"\" %}\r\n {% set responseString2 = \"\" %}\r\n {% set allResponded = false %}\r\n {% for pregunta in preguntas %}\r\n {% if \"eco_service_e3_s1_preg10_data\" == pregunta.alias%}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% elseif \"eco_service_e3_s1_preg20_email_data\" == pregunta.alias %}\r\n {% for respuesta in pregunta.respuestas %}\r\n {% if respuesta.greenEntrepreneur.id==app.user.id %}\r\n {% set responseString2 = respuesta.valor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% endif %}\r\n {% endfor %}\r\n {% if responseString2 != \"\" and responseString2 != null and responseString != \"\" and responseString != null %}\r\n {% set responsesEmail = responseString2 | json_decode %}\r\n {% set responsesEmailArray = responsesEmail | cast_to_array %}\r\n {% set emailList = responseString | json_decode %}\r\n {% set counter = 0 %}\r\n {% for email in emailList.emails %}\r\n {% set isResponded = false%}\r\n {% if responsesEmailArray[email] is defined %}\r\n {% set isResponded = true %}\r\n {% endif %}\r\n {% if isResponded == true %}\r\n {% set counter = counter + 1 %}\r\n {% endif %}\r\n {% endfor %}\r\n {% if counter == emailList.emails | length %}\r\n <p class=\"completed\">{{\'All emails responded\'|trans({})}}</p>\r\n {% set allResponded = true %}\r\n {% else %}\r\n <p class=\"not-completed\">{{\'Responded \'|trans({})}}{{ counter }}{{\' of \'|trans({})}}{{ emailList.emails | length }}</p>\r\n {% endif %}\r\n {% endif %}\r\n <section>\r\n <div class=\"inner\">\r\n <input type=\"text\" id=\"hidden_form_item\" name=\"eco_service_e3_s1_preg10_data\" value=\"{{ responseString }}\" />\r\n <input type=\"text\" id=\"hidden_form_item_aux\" name=\"eco_service_e3_s1_preg20_email_data\" value=\"{{ responseString2 }}\" />\r\n </div>\r\n </section>\r\n\r\n {% endif %}\r\n {% include \'eco-design/nextprevsave.html.twig\' %}\r\n <script>\r\n function send_mail() {\r\n createArray();\r\n $.ajax({ type: \'POST\', url: \'{{ path(\'api_app_api_guardartareaapi_savetask\', {\'id\': tarea[0].id})}}\', data: $(\'#wizard\').serialize(), cache: false,}).done(function() {$.ajax({ type: \'POST\', url: \'{{ path(\'api_app_api_guardartareaapi_sendmail\', {\'id\': preguntas[0].id})}}\', data: $(\'form\').serialize(), cache: false,}).done(function() {alert(\'Saved\')}).fail(function() {alert(\'Error sending mail\');});}).fail(function() {alert(\'Error saving changes\');});\r\n }\r\n </script>\r\n <a href=\"#\" onclick=\"send_mail()\" id=\"send_mail_button\" class=\'btn btn-success\'>Enviar Mails</a>\r\n </form>\r\n </div>\r\n</div><!-- /container -->', 'N;', '2020-06-05 06:24:43', '{{ parent() }}\r\n<link href=\"{{ asset(\'css/main.css\')}}\" rel=\"stylesheet\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset(\'fonts/material-design-iconic-font/css/material-design-iconic-font.css\')}}\" />\r\n<link href=\"{{ asset(\'css/datepicker.min.css\')}}\" rel=\"stylesheet\">\r\n<link href=\"{{ asset(\'css/slider/bootstrap-slider.min.css\')}}\" rel=\"stylesheet\">\r\n{% include \'eco-design/styles.html.twig\' %}\r\n{# <link href=\"{{ asset(\'css/style.css\')}}\" rel=\"stylesheet\">#}\r\n<meta name=\"Author\" content=\"\">\r\n<style type=\"text/css\">\r\n{% include \'eco-desisgn/nextprevsavecss.html.twig\' %}\r\n #hidden_form_item {\r\ndisplay: none;\r\n}\r\ninput[type=text], textarea {\r\n height: auto;\r\n}\r\n #hidden_form_item_aux {\r\n display: none; \r\n }\r\nbody {\r\n padding-top: 60px;\r\n background: #a6a6a6;\r\n}\r\nbody > .wrapper > .content-wrapper {\r\n background-color: #a6a6a6;\r\n}\r\n.white {\r\n color: white\r\n}\r\n.green {\r\n color: #4F6228;\r\n}\r\n.center-items {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n}\r\n.center-items > p {\r\n text-align: center;\r\n}\r\n.btn-violet {\r\n color: #fff !important;\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\ninput[type=text], input[type=email]{\r\n background:#fff;\r\n border: 1px solid #cdcbcc;\r\n}\r\ninput[type=email] {\r\n font-size: 13px;\r\n display: block;\r\n width: 100%;\r\n box-shadow: none;\r\n height: 30px;\r\n line-height: 18px;\r\n padding: 0;\r\n text-indent: 18px;\r\n margin: 0 0 18px;\r\n}\r\nbutton.button-inquiri-group {\r\n display: block;\r\n margin: 20px;\r\n background: #DDDD00;\r\n width: 100%;\r\n}\r\n.inquiri-group-container textarea {\r\n background: white;\r\n}\r\n.inquiri-group-container {\r\n display: flex;\r\n}\r\n.inquiri-group-container .buttons-container {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n.inquiri-group-container select {\r\n width: 100%;\r\n height: 100%;\r\n}\r\n.btn-violet:hover,\r\n.btn-violet:focus,\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n color: #611BBD !important;\r\n background-color: #49247A;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet:active,\r\n.btn-violet.active,\r\n.open .dropdown-toggle.btn-violet {\r\n background-image: none;\r\n}\r\n\r\n.btn-violet.disabled,\r\n.btn-violet[disabled],\r\nfieldset[disabled] .btn-violet,\r\n.btn-violet.disabled:hover,\r\n.btn-violet[disabled]:hover,\r\nfieldset[disabled] .btn-violet:hover,\r\n.btn-violet.disabled:focus,\r\n.btn-violet[disabled]:focus,\r\nfieldset[disabled] .btn-violet:focus,\r\n.btn-violet.disabled:active,\r\n.btn-violet[disabled]:active,\r\nfieldset[disabled] .btn-violet:active,\r\n.btn-violet.disabled.active,\r\n.btn-violet[disabled].active,\r\nfieldset[disabled] .btn-violet.active {\r\n background-color: #611BBD;\r\n border-color: #130269;\r\n}\r\n\r\n.btn-violet .badge {\r\n color: #611BBD;\r\n background-color: #ffffff;\r\n}\r\n.alert {\r\n border-radius: 0;\r\n -webkit-border-radius: 0;\r\n box-shadow: 0 1px 2px rgba(0,0,0,0.11);\r\n display: table;\r\n width: 100%;\r\n}\r\n\r\n.alert-white {\r\n background-image: linear-gradient(to bottom, #fff, #f9f9f9);\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #404040;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-success.alert-white {\r\n background: #60c060!important;\r\n border-top-color: #d8d8d8;\r\n border-bottom-color: #bdbdbd;\r\n border-left-color: #cacaca;\r\n border-right-color: #cacaca;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-violet.alert-white {\r\n background: #611BBD;\r\n border-color: #130269;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-danger.alert-white {\r\n background: #b94a48;\r\n border-color: #e0b1b8;\r\n color: #FFFF!important;\r\n padding-left: 61px;\r\n position: relative;\r\n}\r\n.alert-white.rounded {\r\n border-radius: 3px;\r\n -webkit-border-radius: 3px;\r\n}\r\n\r\n.alert-white.rounded .icon {\r\n border-radius: 3px 0 0 3px;\r\n -webkit-border-radius: 3px 0 0 3px;\r\n}\r\n\r\n.alert-white .icon {\r\n text-align: center;\r\n width: 45px;\r\n height: 100%;\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n border: 1px solid #bdbdbd;\r\n padding-top: 15px;\r\n}\r\n\r\n\r\n.alert-success.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #60c060;\r\n}\r\n.alert-danger.alert-white .icon:after {\r\n -webkit-transform: rotate(45deg);\r\n -moz-transform: rotate(45deg);\r\n -ms-transform: rotate(45deg);\r\n -o-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n display: block;\r\n content: \'\';\r\n width: 10px;\r\n height: 10px;\r\n border: 1px solid #bdbdbd;\r\n position: absolute;\r\n border-left: 0;\r\n border-bottom: 0;\r\n top: 50%;\r\n right: -6px;\r\n margin-top: -3px;\r\n background: #fff;\r\n}\r\n.alert-white .icon i {\r\n font-size: 20px;\r\n color: #fff;\r\n left: 12px;\r\n margin-top: -10px;\r\n position: absolute;\r\n top: 50%;\r\n}\r\n/*============ colors ========*/\r\n.alert-success {\r\n color: #3c763d;\r\n background-color: #dff0d8;\r\n border-color: #d6e9c6;\r\n}\r\n\r\n.alert-white.alert-success .icon,\r\n.alert-white.alert-success .icon:after {\r\n border-color: #54a754;\r\n background: #54a754;\r\n}\r\n\r\n.alert-info {\r\n background-color: #d9edf7;\r\n border-color: #98cce6;\r\n color: #3a87ad;\r\n}\r\n\r\n.alert-white.alert-info .icon,\r\n.alert-white.alert-info .icon:after {\r\n border-color: #3a8ace;\r\n background: #4d90fd;\r\n}\r\n\r\n\r\n.alert-white.alert-warning .icon,\r\n.alert-white.alert-warning .icon:after {\r\n border-color: #d68000;\r\n background: #fc9700;\r\n}\r\n\r\n.alert-warning {\r\n background-color: #fcf8e3;\r\n border-color: #f1daab;\r\n color: #c09853;\r\n}\r\n\r\n.alert-danger {\r\n background-color: #f2dede;\r\n border-color: #e0b1b8;\r\n color: #b94a48;\r\n}\r\n\r\n.alert-white.alert-danger .icon,\r\n.alert-white.alert-danger .icon:after {\r\n border-color: #ca452e;\r\n background: #da4932;\r\n}\r\n\r\na {\r\n text-decoration: none; }\r\n\r\ntextarea {\r\n resize: none; }\r\n\r\nimg {\r\n max-width: 100%;\r\n vertical-align: middle; }\r\n.actions ul {\r\n display: flex;\r\n justify-content: space-between;\r\n position: fixed;\r\n bottom: 49px;\r\n right: 58px;\r\n}\r\n.actions li a {\r\n border: none;\r\n display: inline-flex;\r\n height: 51px;\r\n width: 118px;\r\n align-items: center;\r\n color: #fff;\r\n cursor: pointer;\r\n padding-left: 33px;\r\n font-size: 15px;\r\n position: relative;\r\n background: #333; }\r\n.actions li a:before {\r\n content: \"\\f2ee\";\r\n font-family: Material-Design-Iconic-Font;\r\n position: absolute;\r\n top: 50%;\r\n transform: translateY(-50%);\r\n right: 32px; }\r\n.actions li a:hover {\r\n background: #4d4d4d; }\r\n.actions li:first-child a {\r\n background: none;\r\n border: 1px solid #333;\r\n padding-left: 50px;\r\n color: #333; }\r\n.actions li:first-child a:before {\r\n content: \"\\f2ea\";\r\n right: 77px; }\r\n.actions li:first-child a:hover {\r\n background: #4d4d4d;\r\n border-color: transparent;\r\n color: #fff; }\r\n.actions li:last-child a {\r\n padding-left: 28px; }\r\n.actions li:last-child a:before {\r\n right: 27px; }\r\n.actions li[aria-disabled=\"true\"] a {\r\n opacity: 0;\r\n transition: all 1s; }\r\n\r\n.steps .tablist .a .current-info{\r\n\r\n}\r\n.steps .tablist .a .number{\r\n\r\n}\r\n.steps > ul > li.current > a > span.current-info{\r\n display: none;\r\n}\r\n.steps > ul > li > a > span.number, .steps > ul > li > a:hover > span.number{\r\n /* color: #00a65a;\r\n font-size: 20px; */\r\n display: none;\r\n}\r\n.steps > ul > li > a {\r\n color: #00a65a;\r\n font-size: 16px;\r\n height: 25px;\r\n width: 100%;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n /* background: red; */\r\n}\r\n.steps > ul > li > a:hover{\r\n color: #007c44;\r\n}\r\n{% for seccion in tarea[0].SeccionesTareaId %}\r\n{% if seccion.posicion == 1 %}\r\n.steps {\r\n height: 2px;\r\n /* position: absolute; */\r\n width: calc(100% /{{ loop.length }});\r\n background: #b7b2ab;\r\n display: -webkit-inline-box;\r\n top: 30px;\r\n left: 50%;\r\n transform: translateX(-50%); \r\n width: 100%;\r\n top: -50px;\r\n left: 0;\r\n transform: initial;\r\n margin-top: 30px;\r\n margin-bottom: 60px;\r\n}\r\n.steps ul {\r\n height: 2px;\r\n /* position: absolute; */\r\n background: #fff;\r\n width: calc(100% /{{ loop.length }});\r\n bottom: 0;\r\n left: 0;\r\n transition: all 0.3s ease; \r\n width: 100%;\r\n display: flex;\r\n justify-content: space-between;\r\n}\r\n.steps > ul > li{\r\n width: calc(100% /{{ loop.length }});\r\n display: flex;\r\n justify-content: center;\r\n padding-top: 5px;\r\n}\r\n.steps > ul > li.current{\r\n background: #00a65a;\r\n}\r\n.steps > ul > li:hover{\r\n background: #00a65a;\r\n}\r\n/* .steps:before {\r\ncontent: \"1\";\r\ncolor: #333;\r\nposition: absolute;\r\nleft: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\";\r\ntransition: all 0.3s ease; }\r\n.steps:after {\r\ncontent: \"{{loop.length}}\";\r\ncolor: #333;\r\nposition: absolute;\r\nright: 0;\r\nbottom: 3px;\r\nfont-size: 13px;\r\nfont-family: \"Poppins-Regular\"; } */\r\n\r\n\r\n.content-wrapper .content .container{\r\n\r\n position: relative;\r\n margin-top: 100px;\r\n\r\n}\r\n\r\n{% elseif seccion.posicion == loop.length %}\r\n\r\n.steps.step-{{seccion.posicion }} ul {\r\n width: 100%;\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'\';\r\n left: 100%;\r\n transition: all 0.1s ease; }\r\n{% else %}\r\n.steps.step-{{seccion.posicion}} ul {\r\n width: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n.steps.step-{{seccion.posicion}}:before {\r\n content: \'{{seccion.posicion}}\';\r\n left: calc({{seccion.posicion}}*(100% /{{ loop.length }}));\r\n transition: all 0.3s ease; }\r\n{% endif %}\r\n{% endfor %}\r\n\r\n.wrappertest .content{\r\n margin-bottom: 100px;\r\n}\r\n\r\n.informe__container{\r\n\r\n display: grid;\r\n grid-template-columns: repeat(10, 1fr);\r\n\r\n}\r\n\r\n.informe__section{\r\n\r\n grid-column: 1 / 3;\r\n\r\n}\r\n\r\n{% if tarea[0].SeccionesTareaId|length == 1 %}\r\n.steps{\r\n display: none;\r\n}\r\n{% endif %}\r\n\r\n.content > h4.seccion-unica{\r\n\r\n display: none;\r\n\r\n}\r\n\r\n.content > h4.seccion-multiple{\r\n\r\n visibility: hidden;\r\n margin: 0;\r\n height: 0;\r\n width: 0;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content{\r\n\r\n\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > button{\r\n\r\n color: #FFF;\r\n opacity: 1;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > h2{\r\n\r\n color: #FFF;\r\n font-size: 25px;\r\n line-height: 27px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.recursos__container > .tab-content > div > h3{\r\n\r\n color: #FFF;\r\n font-size: 20px;\r\n line-height: 22px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > p{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul{\r\n\r\n color: #FFF;\r\n font-size: 14px;\r\n line-height: 16px;\r\n margin: 0;\r\n padding: 0;\r\n margin-bottom: 10px;\r\n list-style: initial;\r\n margin-left: 25px;\r\n\r\n}\r\n\r\n.recursos__container > .tab-content > div > ul > li{\r\n\r\n margin-bottom: 3px;\r\n\r\n}\r\n\r\n.exercises_links{\r\n display: inline-block;\r\n list-style: none;\r\n padding: 0;\r\n}\r\n\r\n.exercises_links > li{\r\n display: inline-block;\r\n\r\n\r\n}\r\n\r\n.exercises_links > li > a{\r\n width: 20px;\r\n height: 20px;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n margin: 5px;\r\n border: solid 2px white;\r\n border-radius: 25px;\r\n}\r\n\r\n.exercises_links > li > a.inicio-etapa {\r\n height: 40px ;\r\n width: 40px;\r\n}\r\n.exercises_links > li > a.fin-etapa {\r\n height: 30px;\r\n width: 30px;\r\n}\r\n\r\n.exercises_links > li > a.no-completada:not(.actual){\r\n background: #d8d8d8;\r\n cursor: default;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)) {\r\n background: #104872;\r\n}\r\n\r\n.exercises_links > li > a:not(.no-completada:not(.actual)):hover{\r\n background: #0092ff;\r\n}\r\n\r\n.exercises_links > li > a.my-position{\r\n background: #AA0000 !important;\r\n}\r\n\r\n/* .exercises_links > li:hover{\r\n\r\nbackground: #e74e00;\r\n\r\n}\r\n\r\n.exercises_links > li:hover > a{\r\n\r\ncolor: #FFF;\r\n\r\n} */\r\n\r\n</style>\r\n<!-- Google Fonts call. Font Used Open Sans & Raleway -->\r\n<link href=\"http://fonts.googleapis.com/css?family=Raleway:400,300\" rel=\"stylesheet\" type=\"text/css\">\r\n<link href=\"http://fonts.googleapis.com/css?family=Open+Sans\" rel=\"stylesheet\" type=\"text/css\">', '{{ parent() }}\r\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.0/showdown.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"{{ asset(\'js/sweetalert2.all.min.js\') }}\"></script>\r\n<script type=\"text/javascript\" >\r\n $(document).ready(\r\n function () {\r\n $(\'input.iradio_minimal\').iCheck({\r\n checkboxClass: \'icheckbox_square-blue\',\r\n radioClass: \'iradio_square-blue\',\r\n increaseArea: \'20%\' // optional\r\n });\r\n $(\"#add-inquiri-member\").on( \"click\", function() {\r\n email = $(\"#email-input\").val();\r\n if(validateEmail(email)) {\r\n texto = $(\"#texto-input\").val();\r\n if(empty(email) == true) {\r\n alert(\"Debes de rellenar todos los campos para guardar un miembro\");\r\n } else {\r\n createElement(email, texto)\r\n clear();\r\n }\r\n } else {\r\n alert(\"Debes introducir un email valido\");\r\n }\r\n });\r\n $(\"#wizard\").on(\'submit\', function(e) {\r\n createArray();\r\n if($(\"#wizard > p.completed\").length < 1) {\r\n e.preventDefault();\r\n }\r\n });\r\n fillFields();\r\n });\r\n\r\nfunction fillFields() {\r\n $respuesta = $(\"#hidden_form_item\").val();\r\n if($respuesta.length > 0) {\r\n $respuestaObjeto = JSON.parse($respuesta);\r\n if($respuestaObjeto.text != \"\") {\r\n $(\"#texto-input\").val($respuestaObjeto.text);\r\n } else {\r\n fillDefaultText();\r\n }\r\n for(i = 0; i < $respuestaObjeto.emails.length; i++) {\r\n createElement($respuestaObjeto.emails[i], $respuestaObjeto.emails[i])\r\n }\r\n } else {\r\n fillDefaultText();\r\n }\r\n}\r\n\r\nfunction fillDefaultText() {\r\n $(\"#texto-input\").val(\"Dear,\\n\\nPlease find attached the Qualitative assessment to fulfil.\\n\\nYou will score the room for improvement of the product that we want to eco-design for each of the selected attributes (being 1 low room for improvement and 5 high room for improvement). The scoring should be made based on an informed knowledge and avoiding subjectivity as much as possible. In case that information is not available, or you are unsure about what score should be given to a specific criteria, the tool allows you to tick ‘No answer’.\\n\\nDo the exercise as soon as possible and within a time frame of two weeks. Do it all in once, in order to maintain the same ‘assessment scale’ when giving scores to all life cycle attributes. It should not take more than one hour.\\n\\nMany thanks,\\n\\nThe Coordinator\")\r\n}\r\n\r\nfunction createElement(email, texto) {\r\n $(\"#list-of-inquiri-members\").append(new Option(email , email));\r\n}\r\n\r\nfunction empty(email) {\r\n return email.length == 0;\r\n}\r\n\r\nfunction clear() {\r\n $(\"#email-input\").val(\"\");\r\n var converter = new showdown.Converter(),\r\n text = $(\"#texto-input\").val(),\r\n html = converter.makeHtml(text);\r\n console.log(html.replace(/[ ]*(?<!<\\/p>)\\n/g, \"<br />\\n\"));\r\n}\r\n\r\nfunction createArray() {\r\n $response = {};\r\n $response.text = $(\"#texto-input\").val();\r\n var converter = new showdown.Converter(),\r\n text = $(\"#texto-input\").val(),\r\n html = converter.makeHtml(text);\r\n $response.textProcessed = html.replace(/[ ]*(?<!<\\/p>)\\n/g, \"<br />\\n\");\r\n $response.emails = [];\r\n $longitud = $(\"#list-of-inquiri-members option\").length\r\n $items = $(\"#list-of-inquiri-members option\");\r\n if($longitud > 0) {\r\n for(i = 0; i < $longitud; i++) {\r\n $response.emails.push($items[i].value);\r\n }\r\n }\r\n\r\n $(\"#hidden_form_item\").val(JSON.stringify($response));\r\n}\r\n\r\nfunction validateEmail(email) {\r\n var re = /^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;\r\n return re.test(String(email).toLowerCase());\r\n}\r\n</script>', NULL, '{# a #}', NULL, 'template', 'P', 'A4', 'ecodesign/mailservice.html.twig', '<h1>Eco-Design automated mail</h1>\r\n{% set response = respuestas[\'eco_service_e3_s1_preg10_data\'] | json_decode %}\r\n{{ response.textProcessed | raw }}\r\n{% set hash = null %}\r\n{% for tusuario in tarea.getTareaUsuario %}\r\n {% if tusuario.greenEntrepreneur.id==user.id %}\r\n {% set hash=tusuario.hash %}\r\n {% endif %}\r\n{% endfor %}\r\n<a href=\"{{ app.request.getSchemeAndHttpHost() }}{{ path(\'external\')}}?hash={{ hash }}&email={{ email | base64_encode }}\">Link Aqui</a>');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tiporecurso_translation`
--
CREATE TABLE `tiporecurso_translation` (
`id` int(11) NOT NULL,
`object_id` int(11) DEFAULT NULL,
`locale` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL,
`field` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tiposrecurso_translation`
--
CREATE TABLE `tiposrecurso_translation` (
`id` int(11) NOT NULL,
`object_id` int(11) DEFAULT NULL,
`locale` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL,
`field` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
`content` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tipos_recursos`
--
CREATE TABLE `tipos_recursos` (
`id` int(11) NOT NULL,
`tipo` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`alias` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`style` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `tipos_recursos`
--
INSERT INTO `tipos_recursos` (`id`, `tipo`, `alias`, `style`) VALUES
(1, 'Read Before', 'read_before', 'read-before'),
(2, 'Archievement', 'archievement', 'danger'),
(3, 'Instructions', 'instructions', 'danger'),
(4, 'Guiding Questions', 'guiding_questions', 'danger'),
(5, 'Tips', 'ecodesign_tips', 'tips'),
(6, 'Review', 'review', 'success'),
(7, 'Validation', 'validation', 'success'),
(8, 'Study Case', 'case_study', 'caso-estudio'),
(9, 'What is ecodesign?', 'ecodesign01-1', 'read-before'),
(10, 'Why green economy?', 'ecodesign01-2', 'read-before'),
(11, 'Circular Economy, the new business paradigm', 'ecodesign01-3', 'read-before'),
(12, 'Learn about the navegability', 'ecodesign02-1', 'read-before'),
(13, 'How to create a sustainable vision: SCAMPER', 'ecodesign1-4', 'read-before'),
(14, 'What is a product’s life cycle?', 'ecodesign2-1', 'read-before'),
(15, 'Useful concepts to select attributes', 'eco-design2-2', 'read-before'),
(16, 'Life Cycle Analysis', 'eco-design4.inicio', 'read-before'),
(17, 'Concepts to select the strategies', 'eco-design4-1', 'read-before'),
(18, 'Need some questions to get the discussion started?', 'eco-design4-2', 'read-before'),
(19, 'Road Map', 'roadmap', 'danger');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tipo_pregunta`
--
CREATE TABLE `tipo_pregunta` (
`id` int(11) NOT NULL,
`nombre` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`valores_posibles` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`component_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `tipo_pregunta`
--
INSERT INTO `tipo_pregunta` (`id`, `nombre`, `valores_posibles`, `component_id`) VALUES
(1, 'text', NULL, NULL),
(2, 'select', 'Si, No', NULL),
(3, 'string', NULL, NULL),
(4, 'draganddrop', NULL, NULL),
(5, 'hidden', NULL, NULL),
(6, 'label', NULL, NULL),
(7, 'repetible', NULL, NULL),
(8, 'range', NULL, NULL),
(9, 'checkbox', NULL, NULL),
(10, 'radio', NULL, NULL),
(11, 'no-renderizable', NULL, NULL),
(12, 'custom', NULL, NULL),
(13, 'wrapper', NULL, NULL),
(14, 'file', NULL, NULL),
(15, 'ckeditor', NULL, NULL),
(16, 'datetime', NULL, NULL),
(17, 'dinamictaglist', NULL, NULL),
(18, 'arraytotext', NULL, NULL),
(19, 'multicheckbox', NULL, NULL),
(20, 'datatable', NULL, NULL);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `tipo_recurso`
--
CREATE TABLE `tipo_recurso` (
`id` int(11) NOT NULL,
`nombre` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `UserHasContacto`
--
CREATE TABLE `UserHasContacto` (
`usuario_id` int(11) NOT NULL,
`contacto_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `userHasSala`
--
CREATE TABLE `userHasSala` (
`sala_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `via`
--
CREATE TABLE `via` (
`id` int(11) NOT NULL,
`activo_clave_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `ViaHasEtapa`
--
CREATE TABLE `ViaHasEtapa` (
`etapa_id` int(11) NOT NULL,
`via_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `Via_Has_TipoRecurso`
--
CREATE TABLE `Via_Has_TipoRecurso` (
`tipo_recurso_id` int(11) NOT NULL,
`via_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `WorkShop2GreenEntrepreneur`
--
CREATE TABLE `WorkShop2GreenEntrepreneur` (
`green_entrepreneur_id` int(11) NOT NULL,
`work_shop_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `WorkShop2GreenEntrepreneur`
--
INSERT INTO `WorkShop2GreenEntrepreneur` (`green_entrepreneur_id`, `work_shop_id`) VALUES
(5, 1),
(8, 1),
(17, 1);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `work_shop`
--
CREATE TABLE `work_shop` (
`id` int(11) NOT NULL,
`trainer_id` int(11) DEFAULT NULL,
`convocatoria_id` int(11) NOT NULL,
`procesos_id` int(11) DEFAULT NULL,
`nombre` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`fecha_inicio` datetime NOT NULL,
`fecha_fin` datetime DEFAULT NULL,
`activo` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Volcado de datos para la tabla `work_shop`
--
INSERT INTO `work_shop` (`id`, `trainer_id`, `convocatoria_id`, `procesos_id`, `nombre`, `fecha_inicio`, `fecha_fin`, `activo`) VALUES
(1, 31, 1, 1, 'Workshop de Prueba', '2020-06-10 00:00:00', '2020-06-15 00:00:00', NULL);
--
-- Índices para tablas volcadas
--
--
-- Indices de la tabla `activo_clave`
--
ALTER TABLE `activo_clave`
ADD PRIMARY KEY (`id`);
--
-- Indices de la tabla `atributo`
--
ALTER TABLE `atributo`
ADD PRIMARY KEY (`id`);
--
-- Indices de la tabla `atributo_php`
--
ALTER TABLE `atributo_php`
ADD PRIMARY KEY (`id`);
--
-- Indices de la tabla `atributo_producto`
--
ALTER TABLE `atributo_producto`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_6989399CD2ECFB19` (`ciclo_vida_id`);
--
-- Indices de la tabla `atributo_seleccionado`
--
ALTER TABLE `atributo_seleccionado`
ADD PRIMARY KEY (`atributo_id`,`proyecto_id`),
ADD KEY `IDX_64B4D3BDA55FF1F3` (`atributo_id`),
ADD KEY `IDX_64B4D3BDF625D1BA` (`proyecto_id`);
--
-- Indices de la tabla `atributo_servicio`
--
ALTER TABLE `atributo_servicio`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_5B4CDA374AD6E66` (`tipo_recurso_id`);
--
-- Indices de la tabla `BsoAcreditaTrainer`
--
ALTER TABLE `BsoAcreditaTrainer`
ADD PRIMARY KEY (`trainer_id`,`bso_id`),
ADD KEY `IDX_5A17656AFB08EDF6` (`trainer_id`),
ADD KEY `IDX_5A17656AB0C96E9A` (`bso_id`);
--
-- Indices de la tabla `bussiness_stage`
--
ALTER TABLE `bussiness_stage`
ADD PRIMARY KEY (`id`);
--
-- Indices de la tabla `bussines_stage_translations`
--
ALTER TABLE `bussines_stage_translations`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_BEA93B2232D562B` (`object_id`),
ADD KEY `bussinessstage_translation_idx` (`locale`,`field`);
--
-- Indices de la tabla `calendario`
--
ALTER TABLE `calendario`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `UNIQ_2F19AB8CA76ED395` (`user_id`);
--
-- Indices de la tabla `comentarios`
--
ALTER TABLE `comentarios`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `respuestas_uniq` (`respuestas_green_entrepreneur_id`,`respuestas_preguntas_id`),
ADD KEY `IDX_F54B3FC0FB08EDF6` (`trainer_id`);
--
-- Indices de la tabla `comentarios_historico`
--
ALTER TABLE `comentarios_historico`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_BB05E104E3EE1A1` (`comentarios_id`);
--
-- Indices de la tabla `contacto_green_enterpreneur`
--
ALTER TABLE `contacto_green_enterpreneur`
ADD PRIMARY KEY (`contacto_id`,`green_entrepreneur_id`),
ADD KEY `IDX_BA8CDE1A6B505CA9` (`contacto_id`),
ADD KEY `IDX_BA8CDE1A9360D8B4` (`green_entrepreneur_id`);
--
-- Indices de la tabla `convocatoria`
--
ALTER TABLE `convocatoria`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_6D773021B0C96E9A` (`bso_id`);
--
-- Indices de la tabla `database_logger`
--
ALTER TABLE `database_logger`
ADD PRIMARY KEY (`id`);
--
-- Indices de la tabla `documentos`
--
ALTER TABLE `documentos`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_1EB82936A76ED395` (`user_id`);
--
-- Indices de la tabla `estrategia`
--
ALTER TABLE `estrategia`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_4E97C77EA55FF1F3` (`atributo_id`);
--
-- Indices de la tabla `estrategia_seleccionada`
--
ALTER TABLE `estrategia_seleccionada`
ADD PRIMARY KEY (`estrategia_id`),
ADD KEY `IDX_E3ECEEA618C6E5652F64E1F` (`atributo_seleccionado_atributo_id`,`atributo_seleccionado_proyecto_id`);
--
-- Indices de la tabla `etapa`
--
ALTER TABLE `etapa`
ADD PRIMARY KEY (`id`);
--
-- Indices de la tabla `fases_ciclo_vida`
--
ALTER TABLE `fases_ciclo_vida`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_E91BA85ABA3C6D35` (`activo_clave_id`);
--
-- Indices de la tabla `fechas_predeterminadas`
--
ALTER TABLE `fechas_predeterminadas`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_64C4269F1577B076` (`procesos_id`);
--
-- Indices de la tabla `fos_user_group`
--
ALTER TABLE `fos_user_group`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `UNIQ_583D1F3E5E237E06` (`name`);
--
-- Indices de la tabla `fos_user_user`
--
ALTER TABLE `fos_user_user`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `UNIQ_C560D76192FC23A8` (`username_canonical`),
ADD UNIQUE KEY `UNIQ_C560D761A0D96FBF` (`email_canonical`),
ADD UNIQUE KEY `UNIQ_C560D761C05FB297` (`confirmation_token`),
ADD KEY `IDX_C560D761211CEF4` (`bussiness_stage_id`),
ADD KEY `IDX_C560D761DE95C867` (`sector_id`);
--
-- Indices de la tabla `fos_user_user_group`
--
ALTER TABLE `fos_user_user_group`
ADD PRIMARY KEY (`user_id`,`group_id`),
ADD KEY `IDX_B3C77447A76ED395` (`user_id`),
ADD KEY `IDX_B3C77447FE54D947` (`group_id`);
--
-- Indices de la tabla `GreenEnterPreneurConvocatoria`
--
ALTER TABLE `GreenEnterPreneurConvocatoria`
ADD PRIMARY KEY (`convocatoria_id`,`green_entrepreneur_id`),
ADD KEY `IDX_A8B7D8A84EE93BE6` (`convocatoria_id`),
ADD KEY `IDX_A8B7D8A89360D8B4` (`green_entrepreneur_id`);
--
-- Indices de la tabla `GreenEntrepreneurHasTrainer`
--
ALTER TABLE `GreenEntrepreneurHasTrainer`
ADD PRIMARY KEY (`trainer_id`,`green_entrepreneur_id`),
ADD KEY `IDX_DE8605E8FB08EDF6` (`trainer_id`),
ADD KEY `IDX_DE8605E89360D8B4` (`green_entrepreneur_id`);
--
-- Indices de la tabla `mail_logger`
--
ALTER TABLE `mail_logger`
ADD PRIMARY KEY (`id`);
--
-- Indices de la tabla `mensaje`
--
ALTER TABLE `mensaje`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_9B631D01A76ED395` (`user_id`),
ADD KEY `IDX_9B631D01C51CDF3F` (`sala_id`);
--
-- Indices de la tabla `mensajeHasUsers`
--
ALTER TABLE `mensajeHasUsers`
ADD PRIMARY KEY (`user_id`,`mensaje_id`),
ADD KEY `IDX_CE58D59AA76ED395` (`user_id`),
ADD KEY `IDX_CE58D59A4C54F362` (`mensaje_id`);
--
-- Indices de la tabla `news`
--
ALTER TABLE `news`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_1DD39950B0C96E9A` (`bso_id`);
--
-- Indices de la tabla `parametro`
--
ALTER TABLE `parametro`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_4C12795FA76ED395` (`user_id`);
--
-- Indices de la tabla `preguntas`
--
ALTER TABLE `preguntas`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_387948556D5BDFE1` (`tarea_id`),
ADD KEY `IDX_38794855481AEE6` (`tipo_pregunta_id`),
ADD KEY `IDX_387948557A5A413A` (`seccion_id`);
--
-- Indices de la tabla `preguntas_translations`
--
ALTER TABLE `preguntas_translations`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_406D53F8232D562B` (`object_id`),
ADD KEY `preguntas_translation_idx` (`locale`,`field`);
--
-- Indices de la tabla `procesos`
--
ALTER TABLE `procesos`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `UNIQ_E493B93F1ED285CA` (`tareainicial_id`),
ADD UNIQUE KEY `UNIQ_E493B93F6AA00552` (`tareafinal_id`),
ADD KEY `IDX_E493B93F727ACA70` (`parent_id`),
ADD KEY `IDX_E493B93F5DA0FB8` (`template_id`);
--
-- Indices de la tabla `proceso_green_enterpreneur`
--
ALTER TABLE `proceso_green_enterpreneur`
ADD PRIMARY KEY (`proceso_id`,`green_entrepreneur_id`),
ADD KEY `IDX_925F4BD9360D8B4` (`green_entrepreneur_id`),
ADD KEY `IDX_925F4BD640D1D53` (`proceso_id`);
--
-- Indices de la tabla `proyecto`
--
ALTER TABLE `proyecto`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_6FD202B9E201D607` (`via_id`);
--
-- Indices de la tabla `recurso`
--
ALTER TABLE `recurso`
ADD PRIMARY KEY (`id`);
--
-- Indices de la tabla `recursoatarea`
--
ALTER TABLE `recursoatarea`
ADD PRIMARY KEY (`recurso_id`,`tarea_id`),
ADD KEY `IDX_4251318E52B6C4E` (`recurso_id`),
ADD KEY `IDX_42513186D5BDFE1` (`tarea_id`);
--
-- Indices de la tabla `recursos`
--
ALTER TABLE `recursos`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_5163D17DB2DAE42E` (`tipos_recursos_id`);
--
-- Indices de la tabla `recursototarea`
--
ALTER TABLE `recursototarea`
ADD PRIMARY KEY (`tarea_id`,`recursos_id`),
ADD KEY `IDX_3081D2456D5BDFE1` (`tarea_id`),
ADD KEY `IDX_3081D24576F0FADE` (`recursos_id`);
--
-- Indices de la tabla `recurso_to_tarea`
--
ALTER TABLE `recurso_to_tarea`
ADD PRIMARY KEY (`tarea_id`,`recursos_id`),
ADD KEY `IDX_E2AB04DE6D5BDFE1` (`tarea_id`),
ADD KEY `IDX_E2AB04DE76F0FADE` (`recursos_id`);
--
-- Indices de la tabla `respuestas`
--
ALTER TABLE `respuestas`
ADD PRIMARY KEY (`green_entrepreneur_id`,`preguntas_id`),
ADD KEY `IDX_5CD06EB19360D8B4` (`green_entrepreneur_id`),
ADD KEY `IDX_5CD06EB11D4F25C6` (`preguntas_id`);
--
-- Indices de la tabla `respuestas_historicas`
--
ALTER TABLE `respuestas_historicas`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_C8902BEC69C857508567B9` (`respuestas_green_entrepreneur_id`,`respuestas_preguntas_id`);
--
-- Indices de la tabla `rules`
--
ALTER TABLE `rules`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_899A993C6D5BDFE1` (`tarea_id`);
--
-- Indices de la tabla `sala`
--
ALTER TABLE `sala`
ADD PRIMARY KEY (`id`);
--
-- Indices de la tabla `secciones_tarea`
--
ALTER TABLE `secciones_tarea`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_F97C8D586D5BDFE1` (`tarea_id`);
--
-- Indices de la tabla `sector`
--
ALTER TABLE `sector`
ADD PRIMARY KEY (`id`);
--
-- Indices de la tabla `sector_translations`
--
ALTER TABLE `sector_translations`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_A7A6BB69232D562B` (`object_id`),
ADD KEY `sector_translation_idx` (`locale`,`field`);
--
-- Indices de la tabla `subetapas`
--
ALTER TABLE `subetapas`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_E1547336C5EE35FA` (`etapa_id`);
--
-- Indices de la tabla `tarea`
--
ALTER TABLE `tarea`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_3CA053665DA0FB8` (`template_id`),
ADD KEY `IDX_3CA053661577B076` (`procesos_id`),
ADD KEY `IDX_3CA053665852A1B8` (`external`);
--
-- Indices de la tabla `tarea_green_enterpreneur`
--
ALTER TABLE `tarea_green_enterpreneur`
ADD PRIMARY KEY (`tarea_id`,`green_entrepreneur_id`),
ADD KEY `IDX_57C6C95D6D5BDFE1` (`tarea_id`),
ADD KEY `IDX_57C6C95D9360D8B4` (`green_entrepreneur_id`);
--
-- Indices de la tabla `tarea_translations`
--
ALTER TABLE `tarea_translations`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_FAADEDAF232D562B` (`object_id`),
ADD KEY `tarea_translation_idx` (`locale`,`field`);
--
-- Indices de la tabla `templates`
--
ALTER TABLE `templates`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_6F287D8E727ACA70` (`parent_id`);
--
-- Indices de la tabla `tiporecurso_translation`
--
ALTER TABLE `tiporecurso_translation`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_E910B0CD232D562B` (`object_id`),
ADD KEY `tiporecurso_translation_idx` (`locale`,`field`);
--
-- Indices de la tabla `tiposrecurso_translation`
--
ALTER TABLE `tiposrecurso_translation`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_5F6F36A4232D562B` (`object_id`),
ADD KEY `tiposrecurso_translation_idx` (`locale`,`field`);
--
-- Indices de la tabla `tipos_recursos`
--
ALTER TABLE `tipos_recursos`
ADD PRIMARY KEY (`id`);
--
-- Indices de la tabla `tipo_pregunta`
--
ALTER TABLE `tipo_pregunta`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `UNIQ_7825BB3EE2ABAFFF` (`component_id`);
--
-- Indices de la tabla `tipo_recurso`
--
ALTER TABLE `tipo_recurso`
ADD PRIMARY KEY (`id`);
--
-- Indices de la tabla `UserHasContacto`
--
ALTER TABLE `UserHasContacto`
ADD PRIMARY KEY (`usuario_id`,`contacto_id`),
ADD KEY `IDX_7FB2511DB38439E` (`usuario_id`),
ADD KEY `IDX_7FB25116B505CA9` (`contacto_id`);
--
-- Indices de la tabla `userHasSala`
--
ALTER TABLE `userHasSala`
ADD PRIMARY KEY (`sala_id`,`user_id`),
ADD KEY `IDX_68632A00C51CDF3F` (`sala_id`),
ADD KEY `IDX_68632A00A76ED395` (`user_id`);
--
-- Indices de la tabla `via`
--
ALTER TABLE `via`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_21B74CD0BA3C6D35` (`activo_clave_id`);
--
-- Indices de la tabla `ViaHasEtapa`
--
ALTER TABLE `ViaHasEtapa`
ADD PRIMARY KEY (`etapa_id`,`via_id`),
ADD KEY `IDX_EFB8946DC5EE35FA` (`etapa_id`),
ADD KEY `IDX_EFB8946DE201D607` (`via_id`);
--
-- Indices de la tabla `Via_Has_TipoRecurso`
--
ALTER TABLE `Via_Has_TipoRecurso`
ADD PRIMARY KEY (`tipo_recurso_id`,`via_id`),
ADD KEY `IDX_1540DB3A74AD6E66` (`tipo_recurso_id`),
ADD KEY `IDX_1540DB3AE201D607` (`via_id`);
--
-- Indices de la tabla `WorkShop2GreenEntrepreneur`
--
ALTER TABLE `WorkShop2GreenEntrepreneur`
ADD PRIMARY KEY (`green_entrepreneur_id`,`work_shop_id`),
ADD KEY `IDX_87005E309360D8B4` (`green_entrepreneur_id`),
ADD KEY `IDX_87005E3098DD7CFF` (`work_shop_id`);
--
-- Indices de la tabla `work_shop`
--
ALTER TABLE `work_shop`
ADD PRIMARY KEY (`id`),
ADD KEY `IDX_55A9FD9AFB08EDF6` (`trainer_id`),
ADD KEY `IDX_55A9FD9A4EE93BE6` (`convocatoria_id`),
ADD KEY `IDX_55A9FD9A1577B076` (`procesos_id`);
--
-- AUTO_INCREMENT de las tablas volcadas
--
--
-- AUTO_INCREMENT de la tabla `activo_clave`
--
ALTER TABLE `activo_clave`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `atributo`
--
ALTER TABLE `atributo`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `atributo_php`
--
ALTER TABLE `atributo_php`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `atributo_producto`
--
ALTER TABLE `atributo_producto`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `atributo_servicio`
--
ALTER TABLE `atributo_servicio`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `bussiness_stage`
--
ALTER TABLE `bussiness_stage`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT de la tabla `bussines_stage_translations`
--
ALTER TABLE `bussines_stage_translations`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `calendario`
--
ALTER TABLE `calendario`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `comentarios`
--
ALTER TABLE `comentarios`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT de la tabla `comentarios_historico`
--
ALTER TABLE `comentarios_historico`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;
--
-- AUTO_INCREMENT de la tabla `convocatoria`
--
ALTER TABLE `convocatoria`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT de la tabla `database_logger`
--
ALTER TABLE `database_logger`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `documentos`
--
ALTER TABLE `documentos`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT de la tabla `estrategia`
--
ALTER TABLE `estrategia`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `etapa`
--
ALTER TABLE `etapa`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `fases_ciclo_vida`
--
ALTER TABLE `fases_ciclo_vida`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `fechas_predeterminadas`
--
ALTER TABLE `fechas_predeterminadas`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `fos_user_group`
--
ALTER TABLE `fos_user_group`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `fos_user_user`
--
ALTER TABLE `fos_user_user`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;
--
-- AUTO_INCREMENT de la tabla `mail_logger`
--
ALTER TABLE `mail_logger`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `mensaje`
--
ALTER TABLE `mensaje`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `news`
--
ALTER TABLE `news`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `parametro`
--
ALTER TABLE `parametro`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `preguntas`
--
ALTER TABLE `preguntas`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1032;
--
-- AUTO_INCREMENT de la tabla `preguntas_translations`
--
ALTER TABLE `preguntas_translations`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `procesos`
--
ALTER TABLE `procesos`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT de la tabla `proyecto`
--
ALTER TABLE `proyecto`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `recurso`
--
ALTER TABLE `recurso`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `recursos`
--
ALTER TABLE `recursos`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=71;
--
-- AUTO_INCREMENT de la tabla `respuestas_historicas`
--
ALTER TABLE `respuestas_historicas`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31216;
--
-- AUTO_INCREMENT de la tabla `rules`
--
ALTER TABLE `rules`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=188;
--
-- AUTO_INCREMENT de la tabla `sala`
--
ALTER TABLE `sala`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `secciones_tarea`
--
ALTER TABLE `secciones_tarea`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=92;
--
-- AUTO_INCREMENT de la tabla `sector`
--
ALTER TABLE `sector`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `sector_translations`
--
ALTER TABLE `sector_translations`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `subetapas`
--
ALTER TABLE `subetapas`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `tarea`
--
ALTER TABLE `tarea`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=128;
--
-- AUTO_INCREMENT de la tabla `tarea_translations`
--
ALTER TABLE `tarea_translations`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT de la tabla `templates`
--
ALTER TABLE `templates`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=97;
--
-- AUTO_INCREMENT de la tabla `tiporecurso_translation`
--
ALTER TABLE `tiporecurso_translation`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `tiposrecurso_translation`
--
ALTER TABLE `tiposrecurso_translation`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `tipos_recursos`
--
ALTER TABLE `tipos_recursos`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;
--
-- AUTO_INCREMENT de la tabla `tipo_pregunta`
--
ALTER TABLE `tipo_pregunta`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
--
-- AUTO_INCREMENT de la tabla `tipo_recurso`
--
ALTER TABLE `tipo_recurso`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `via`
--
ALTER TABLE `via`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT de la tabla `work_shop`
--
ALTER TABLE `work_shop`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- Restricciones para tablas volcadas
--
--
-- Filtros para la tabla `atributo_producto`
--
ALTER TABLE `atributo_producto`
ADD CONSTRAINT `FK_6989399CD2ECFB19` FOREIGN KEY (`ciclo_vida_id`) REFERENCES `fases_ciclo_vida` (`id`);
--
-- Filtros para la tabla `atributo_seleccionado`
--
ALTER TABLE `atributo_seleccionado`
ADD CONSTRAINT `FK_64B4D3BDA55FF1F3` FOREIGN KEY (`atributo_id`) REFERENCES `atributo` (`id`),
ADD CONSTRAINT `FK_64B4D3BDF625D1BA` FOREIGN KEY (`proyecto_id`) REFERENCES `proyecto` (`id`);
--
-- Filtros para la tabla `atributo_servicio`
--
ALTER TABLE `atributo_servicio`
ADD CONSTRAINT `FK_5B4CDA374AD6E66` FOREIGN KEY (`tipo_recurso_id`) REFERENCES `tipo_recurso` (`id`);
--
-- Filtros para la tabla `BsoAcreditaTrainer`
--
ALTER TABLE `BsoAcreditaTrainer`
ADD CONSTRAINT `FK_5A17656AB0C96E9A` FOREIGN KEY (`bso_id`) REFERENCES `fos_user_user` (`id`),
ADD CONSTRAINT `FK_5A17656AFB08EDF6` FOREIGN KEY (`trainer_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `bussines_stage_translations`
--
ALTER TABLE `bussines_stage_translations`
ADD CONSTRAINT `FK_BEA93B2232D562B` FOREIGN KEY (`object_id`) REFERENCES `bussiness_stage` (`id`) ON DELETE CASCADE;
--
-- Filtros para la tabla `calendario`
--
ALTER TABLE `calendario`
ADD CONSTRAINT `FK_2F19AB8CA76ED395` FOREIGN KEY (`user_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `comentarios`
--
ALTER TABLE `comentarios`
ADD CONSTRAINT `FK_F54B3FC0C69C857508567B9` FOREIGN KEY (`respuestas_green_entrepreneur_id`,`respuestas_preguntas_id`) REFERENCES `respuestas` (`green_entrepreneur_id`, `preguntas_id`),
ADD CONSTRAINT `FK_F54B3FC0FB08EDF6` FOREIGN KEY (`trainer_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `comentarios_historico`
--
ALTER TABLE `comentarios_historico`
ADD CONSTRAINT `FK_BB05E104E3EE1A1` FOREIGN KEY (`comentarios_id`) REFERENCES `comentarios` (`id`);
--
-- Filtros para la tabla `contacto_green_enterpreneur`
--
ALTER TABLE `contacto_green_enterpreneur`
ADD CONSTRAINT `FK_BA8CDE1A6B505CA9` FOREIGN KEY (`contacto_id`) REFERENCES `fos_user_user` (`id`),
ADD CONSTRAINT `FK_BA8CDE1A9360D8B4` FOREIGN KEY (`green_entrepreneur_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `convocatoria`
--
ALTER TABLE `convocatoria`
ADD CONSTRAINT `FK_6D773021B0C96E9A` FOREIGN KEY (`bso_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `documentos`
--
ALTER TABLE `documentos`
ADD CONSTRAINT `FK_1EB82936A76ED395` FOREIGN KEY (`user_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `estrategia`
--
ALTER TABLE `estrategia`
ADD CONSTRAINT `FK_4E97C77EA55FF1F3` FOREIGN KEY (`atributo_id`) REFERENCES `atributo` (`id`);
--
-- Filtros para la tabla `estrategia_seleccionada`
--
ALTER TABLE `estrategia_seleccionada`
ADD CONSTRAINT `FK_E3ECEEA618C6E5652F64E1F` FOREIGN KEY (`atributo_seleccionado_atributo_id`,`atributo_seleccionado_proyecto_id`) REFERENCES `atributo_seleccionado` (`atributo_id`, `proyecto_id`),
ADD CONSTRAINT `FK_E3ECEEA6D2FEC74A` FOREIGN KEY (`estrategia_id`) REFERENCES `estrategia` (`id`);
--
-- Filtros para la tabla `fases_ciclo_vida`
--
ALTER TABLE `fases_ciclo_vida`
ADD CONSTRAINT `FK_E91BA85ABA3C6D35` FOREIGN KEY (`activo_clave_id`) REFERENCES `activo_clave` (`id`);
--
-- Filtros para la tabla `fechas_predeterminadas`
--
ALTER TABLE `fechas_predeterminadas`
ADD CONSTRAINT `FK_64C4269F1577B076` FOREIGN KEY (`procesos_id`) REFERENCES `procesos` (`id`);
--
-- Filtros para la tabla `fos_user_user`
--
ALTER TABLE `fos_user_user`
ADD CONSTRAINT `FK_C560D761211CEF4` FOREIGN KEY (`bussiness_stage_id`) REFERENCES `bussiness_stage` (`id`),
ADD CONSTRAINT `FK_C560D761DE95C867` FOREIGN KEY (`sector_id`) REFERENCES `sector` (`id`);
--
-- Filtros para la tabla `fos_user_user_group`
--
ALTER TABLE `fos_user_user_group`
ADD CONSTRAINT `FK_B3C77447A76ED395` FOREIGN KEY (`user_id`) REFERENCES `fos_user_user` (`id`),
ADD CONSTRAINT `FK_B3C77447FE54D947` FOREIGN KEY (`group_id`) REFERENCES `fos_user_group` (`id`);
--
-- Filtros para la tabla `GreenEnterPreneurConvocatoria`
--
ALTER TABLE `GreenEnterPreneurConvocatoria`
ADD CONSTRAINT `FK_A8B7D8A84EE93BE6` FOREIGN KEY (`convocatoria_id`) REFERENCES `convocatoria` (`id`),
ADD CONSTRAINT `FK_A8B7D8A89360D8B4` FOREIGN KEY (`green_entrepreneur_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `GreenEntrepreneurHasTrainer`
--
ALTER TABLE `GreenEntrepreneurHasTrainer`
ADD CONSTRAINT `FK_DE8605E89360D8B4` FOREIGN KEY (`green_entrepreneur_id`) REFERENCES `fos_user_user` (`id`),
ADD CONSTRAINT `FK_DE8605E8FB08EDF6` FOREIGN KEY (`trainer_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `mensaje`
--
ALTER TABLE `mensaje`
ADD CONSTRAINT `FK_9B631D01A76ED395` FOREIGN KEY (`user_id`) REFERENCES `fos_user_user` (`id`),
ADD CONSTRAINT `FK_9B631D01C51CDF3F` FOREIGN KEY (`sala_id`) REFERENCES `sala` (`id`);
--
-- Filtros para la tabla `mensajeHasUsers`
--
ALTER TABLE `mensajeHasUsers`
ADD CONSTRAINT `FK_CE58D59A4C54F362` FOREIGN KEY (`mensaje_id`) REFERENCES `mensaje` (`id`),
ADD CONSTRAINT `FK_CE58D59AA76ED395` FOREIGN KEY (`user_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `news`
--
ALTER TABLE `news`
ADD CONSTRAINT `FK_1DD39950B0C96E9A` FOREIGN KEY (`bso_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `parametro`
--
ALTER TABLE `parametro`
ADD CONSTRAINT `FK_4C12795FA76ED395` FOREIGN KEY (`user_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `preguntas`
--
ALTER TABLE `preguntas`
ADD CONSTRAINT `FK_38794855481AEE6` FOREIGN KEY (`tipo_pregunta_id`) REFERENCES `tipo_pregunta` (`id`),
ADD CONSTRAINT `FK_387948556D5BDFE1` FOREIGN KEY (`tarea_id`) REFERENCES `tarea` (`id`),
ADD CONSTRAINT `FK_387948557A5A413A` FOREIGN KEY (`seccion_id`) REFERENCES `secciones_tarea` (`id`);
--
-- Filtros para la tabla `preguntas_translations`
--
ALTER TABLE `preguntas_translations`
ADD CONSTRAINT `FK_406D53F8232D562B` FOREIGN KEY (`object_id`) REFERENCES `preguntas` (`id`) ON DELETE CASCADE;
--
-- Filtros para la tabla `procesos`
--
ALTER TABLE `procesos`
ADD CONSTRAINT `FK_E493B93F1ED285CA` FOREIGN KEY (`tareainicial_id`) REFERENCES `tarea` (`id`),
ADD CONSTRAINT `FK_E493B93F5DA0FB8` FOREIGN KEY (`template_id`) REFERENCES `templates` (`id`),
ADD CONSTRAINT `FK_E493B93F6AA00552` FOREIGN KEY (`tareafinal_id`) REFERENCES `tarea` (`id`),
ADD CONSTRAINT `FK_E493B93F727ACA70` FOREIGN KEY (`parent_id`) REFERENCES `procesos` (`id`);
--
-- Filtros para la tabla `proceso_green_enterpreneur`
--
ALTER TABLE `proceso_green_enterpreneur`
ADD CONSTRAINT `FK_925F4BD640D1D53` FOREIGN KEY (`proceso_id`) REFERENCES `procesos` (`id`),
ADD CONSTRAINT `FK_925F4BD9360D8B4` FOREIGN KEY (`green_entrepreneur_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `proyecto`
--
ALTER TABLE `proyecto`
ADD CONSTRAINT `FK_6FD202B9E201D607` FOREIGN KEY (`via_id`) REFERENCES `via` (`id`);
--
-- Filtros para la tabla `recursoatarea`
--
ALTER TABLE `recursoatarea`
ADD CONSTRAINT `FK_42513186D5BDFE1` FOREIGN KEY (`tarea_id`) REFERENCES `tarea` (`id`),
ADD CONSTRAINT `FK_4251318E52B6C4E` FOREIGN KEY (`recurso_id`) REFERENCES `recursos` (`id`);
--
-- Filtros para la tabla `recursos`
--
ALTER TABLE `recursos`
ADD CONSTRAINT `FK_5163D17DB2DAE42E` FOREIGN KEY (`tipos_recursos_id`) REFERENCES `tipos_recursos` (`id`);
--
-- Filtros para la tabla `recursototarea`
--
ALTER TABLE `recursototarea`
ADD CONSTRAINT `FK_3081D2456D5BDFE1` FOREIGN KEY (`tarea_id`) REFERENCES `tarea` (`id`),
ADD CONSTRAINT `FK_3081D24576F0FADE` FOREIGN KEY (`recursos_id`) REFERENCES `recursos` (`id`);
--
-- Filtros para la tabla `recurso_to_tarea`
--
ALTER TABLE `recurso_to_tarea`
ADD CONSTRAINT `FK_E2AB04DE6D5BDFE1` FOREIGN KEY (`tarea_id`) REFERENCES `tarea` (`id`),
ADD CONSTRAINT `FK_E2AB04DE76F0FADE` FOREIGN KEY (`recursos_id`) REFERENCES `recursos` (`id`);
--
-- Filtros para la tabla `respuestas`
--
ALTER TABLE `respuestas`
ADD CONSTRAINT `FK_5CD06EB11D4F25C6` FOREIGN KEY (`preguntas_id`) REFERENCES `preguntas` (`id`),
ADD CONSTRAINT `FK_5CD06EB19360D8B4` FOREIGN KEY (`green_entrepreneur_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `respuestas_historicas`
--
ALTER TABLE `respuestas_historicas`
ADD CONSTRAINT `FK_C8902BEC69C857508567B9` FOREIGN KEY (`respuestas_green_entrepreneur_id`,`respuestas_preguntas_id`) REFERENCES `respuestas` (`green_entrepreneur_id`, `preguntas_id`);
--
-- Filtros para la tabla `rules`
--
ALTER TABLE `rules`
ADD CONSTRAINT `FK_899A993C6D5BDFE1` FOREIGN KEY (`tarea_id`) REFERENCES `tarea` (`id`);
--
-- Filtros para la tabla `secciones_tarea`
--
ALTER TABLE `secciones_tarea`
ADD CONSTRAINT `FK_F97C8D586D5BDFE1` FOREIGN KEY (`tarea_id`) REFERENCES `tarea` (`id`);
--
-- Filtros para la tabla `sector_translations`
--
ALTER TABLE `sector_translations`
ADD CONSTRAINT `FK_A7A6BB69232D562B` FOREIGN KEY (`object_id`) REFERENCES `sector` (`id`) ON DELETE CASCADE;
--
-- Filtros para la tabla `subetapas`
--
ALTER TABLE `subetapas`
ADD CONSTRAINT `FK_E1547336C5EE35FA` FOREIGN KEY (`etapa_id`) REFERENCES `etapa` (`id`);
--
-- Filtros para la tabla `tarea`
--
ALTER TABLE `tarea`
ADD CONSTRAINT `FK_3CA053661577B076` FOREIGN KEY (`procesos_id`) REFERENCES `procesos` (`id`),
ADD CONSTRAINT `FK_3CA053665852A1B8` FOREIGN KEY (`external`) REFERENCES `templates` (`id`),
ADD CONSTRAINT `FK_3CA053665DA0FB8` FOREIGN KEY (`template_id`) REFERENCES `templates` (`id`);
--
-- Filtros para la tabla `tarea_green_enterpreneur`
--
ALTER TABLE `tarea_green_enterpreneur`
ADD CONSTRAINT `FK_57C6C95D6D5BDFE1` FOREIGN KEY (`tarea_id`) REFERENCES `tarea` (`id`),
ADD CONSTRAINT `FK_57C6C95D9360D8B4` FOREIGN KEY (`green_entrepreneur_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `tarea_translations`
--
ALTER TABLE `tarea_translations`
ADD CONSTRAINT `FK_FAADEDAF232D562B` FOREIGN KEY (`object_id`) REFERENCES `tarea` (`id`) ON DELETE CASCADE;
--
-- Filtros para la tabla `templates`
--
ALTER TABLE `templates`
ADD CONSTRAINT `FK_6F287D8E727ACA70` FOREIGN KEY (`parent_id`) REFERENCES `templates` (`id`);
--
-- Filtros para la tabla `tiporecurso_translation`
--
ALTER TABLE `tiporecurso_translation`
ADD CONSTRAINT `FK_E910B0CD232D562B` FOREIGN KEY (`object_id`) REFERENCES `tipo_recurso` (`id`) ON DELETE CASCADE;
--
-- Filtros para la tabla `tiposrecurso_translation`
--
ALTER TABLE `tiposrecurso_translation`
ADD CONSTRAINT `FK_5F6F36A4232D562B` FOREIGN KEY (`object_id`) REFERENCES `tipos_recursos` (`id`) ON DELETE CASCADE;
--
-- Filtros para la tabla `tipo_pregunta`
--
ALTER TABLE `tipo_pregunta`
ADD CONSTRAINT `FK_7825BB3EE2ABAFFF` FOREIGN KEY (`component_id`) REFERENCES `templates` (`id`);
--
-- Filtros para la tabla `UserHasContacto`
--
ALTER TABLE `UserHasContacto`
ADD CONSTRAINT `FK_7FB25116B505CA9` FOREIGN KEY (`contacto_id`) REFERENCES `fos_user_user` (`id`),
ADD CONSTRAINT `FK_7FB2511DB38439E` FOREIGN KEY (`usuario_id`) REFERENCES `fos_user_user` (`id`);
--
-- Filtros para la tabla `userHasSala`
--
ALTER TABLE `userHasSala`
ADD CONSTRAINT `FK_68632A00A76ED395` FOREIGN KEY (`user_id`) REFERENCES `fos_user_user` (`id`),
ADD CONSTRAINT `FK_68632A00C51CDF3F` FOREIGN KEY (`sala_id`) REFERENCES `sala` (`id`);
--
-- Filtros para la tabla `via`
--
ALTER TABLE `via`
ADD CONSTRAINT `FK_21B74CD0BA3C6D35` FOREIGN KEY (`activo_clave_id`) REFERENCES `activo_clave` (`id`);
--
-- Filtros para la tabla `ViaHasEtapa`
--
ALTER TABLE `ViaHasEtapa`
ADD CONSTRAINT `FK_EFB8946DC5EE35FA` FOREIGN KEY (`etapa_id`) REFERENCES `etapa` (`id`),
ADD CONSTRAINT `FK_EFB8946DE201D607` FOREIGN KEY (`via_id`) REFERENCES `via` (`id`);
--
-- Filtros para la tabla `Via_Has_TipoRecurso`
--
ALTER TABLE `Via_Has_TipoRecurso`
ADD CONSTRAINT `FK_1540DB3A74AD6E66` FOREIGN KEY (`tipo_recurso_id`) REFERENCES `tipo_recurso` (`id`),
ADD CONSTRAINT `FK_1540DB3AE201D607` FOREIGN KEY (`via_id`) REFERENCES `via` (`id`);
--
-- Filtros para la tabla `WorkShop2GreenEntrepreneur`
--
ALTER TABLE `WorkShop2GreenEntrepreneur`
ADD CONSTRAINT `FK_87005E309360D8B4` FOREIGN KEY (`green_entrepreneur_id`) REFERENCES `fos_user_user` (`id`),
ADD CONSTRAINT `FK_87005E3098DD7CFF` FOREIGN KEY (`work_shop_id`) REFERENCES `work_shop` (`id`);
--
-- Filtros para la tabla `work_shop`
--
ALTER TABLE `work_shop`
ADD CONSTRAINT `FK_55A9FD9A1577B076` FOREIGN KEY (`procesos_id`) REFERENCES `procesos` (`id`),
ADD CONSTRAINT `FK_55A9FD9A4EE93BE6` FOREIGN KEY (`convocatoria_id`) REFERENCES `convocatoria` (`id`),
ADD CONSTRAINT `FK_55A9FD9AFB08EDF6` FOREIGN KEY (`trainer_id`) REFERENCES `fos_user_user` (`id`);
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;