var/cache/dev/twig/40/40da2d8fb9760c09d95e0be0b9789a09.php line 38

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* forms/rcs-club-sign-up.html.twig */
  14. class __TwigTemplate_303d2cdc34f12b8768fe7bac5a84b15c extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'body' => [$this'block_body'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "base.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""forms/rcs-club-sign-up.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""forms/rcs-club-sign-up.html.twig"));
  38.         $this->parent $this->loadTemplate("base.html.twig""forms/rcs-club-sign-up.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 3
  46.     public function block_body($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  53.         // line 4
  54.         echo "
  55. ";
  56.         // line 5
  57.         $this->loadTemplate("forms/rcs-club-sign-up.html.twig""forms/rcs-club-sign-up.html.twig"5"2121161117")->display($context);
  58.         // line 502
  59.         echo "
  60. ";
  61.         
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  63.         
  64.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  65.     }
  66.     public function getTemplateName()
  67.     {
  68.         return "forms/rcs-club-sign-up.html.twig";
  69.     }
  70.     public function isTraitable()
  71.     {
  72.         return false;
  73.     }
  74.     public function getDebugInfo()
  75.     {
  76.         return array (  73 => 502,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  77.     }
  78.     public function getSourceContext()
  79.     {
  80.         return new Source("{% extends \"base.html.twig\" %}
  81. {% block body %}
  82. {% embed \"1-col-sidebar.html.twig\" %}
  83. {% block column %}
  84. \t{% if message is defined and message %}
  85.         <div class=\"alert alert-{{ message.type }}\">
  86.         {% if message.type == 'warning' %}
  87.             <i class=\"fa fa-exclamation-triangle\"></i> 
  88.         {% elseif message.type == 'success' %}
  89.             <i class=\"fa fa-check\"></i> 
  90.         {% endif %}
  91.         {{ message.text | raw}}
  92.         </div>
  93.     {% endif %}
  94. \t{% if site_code == constant(\"App\\\\Entity\\\\Content::SITE_RCS\") %}
  95. \t\t{% include  \"includes/curtain-ads/rclub.html.twig\" %}
  96. \t{% endif %}
  97. {% if content.getShowTitle() %}
  98. \t<h1>{{ content.getTitle() | raw }}</h1>
  99. {% endif %}
  100. {% if content.getFeaturedImageTag() %}
  101. \t{% if content.getMediaURL() %}<a href=\"{{content.getMediaURL()}}\">{% endif %}
  102. \t\t{{ content.getFeaturedImageTag(\"display-block\",\"\")|raw }}
  103. \t\t{% if content.getMediaURL() %}</a>{% endif %}
  104. {% endif %}
  105. <form id=\"rcsclubform\" method=\"post\" action=\"\" enctype=\"multipart/form-data\" style=\"margin-top:20px;\">
  106. \t
  107. \t{% if app.user is empty %}
  108. \t<div class=\"row mb-3\">
  109. \t\t<div class=\"col-md-12\">
  110. \t\t\t<div class=\"alert alert-info\">
  111. \t\t\t\t<i class=\"fa fa-info\"></i> 
  112. \t\t\t\t A user account is required to continue. If you don't have an account, you can create one below.<br>Your account details will be confirmed via e-mail. <!-- ' -->
  113. \t\t\t</div>
  114. \t\t</div>
  115. \t\t<div class=\"col-md-6\" style=\"margin-top:0px;\">
  116. \t\t\t{#
  117. \t\t\t<strong>Have an Account?</strong>
  118. \t\t\t<div class=\"\">
  119. \t\t\t\t<a class=\"button text-white\" href=\"/sign-in\"><i class=\"fa fa-key\"></i> Sign In</a>
  120. \t\t\t</div>
  121. \t\t\t#}
  122. \t\t\t<strong>Have an Account?</strong>
  123. \t\t\t<div class=\"form-check\">
  124. \t\t\t\t<input class=\"form-check-input\" type=\"radio\" name=\"signType\" id=\"signInRadio\" value=\"signIn\" required>
  125. \t\t\t\t<label class=\"form-check-label\" for=\"signInRadio\">
  126. \t\t\t\t\tSign In
  127. \t\t\t\t</label>
  128. \t\t\t</div>
  129. \t\t</div>
  130. \t\t<div class=\"col-md-6\">
  131. \t\t\t{#<strong>First Time User?</strong>
  132. \t\t\t<div class=\"\">
  133. \t\t\t\t<a class=\"button text-white\" href=\"/sign-up\"><i class=\"fa fa-key\"></i> Sign Up</a>
  134. \t\t\t</div>
  135. \t\t\t#}
  136. \t\t\t<strong>First Time User?</strong>
  137. \t\t\t<div class=\"form-check\">
  138. \t\t\t\t<input class=\"form-check-input\" type=\"radio\" name=\"signType\" id=\"signUpRadio\" value=\"signUp\" required>
  139. \t\t\t\t<label class=\"form-check-label\" for=\"signUpRadio\">
  140. \t\t\t\t\tSign Up
  141. \t\t\t\t</label>
  142. \t\t\t</div>
  143. \t\t</div>
  144. \t</div>
  145. \t<div class=\"row mb-3\" id=\"signInSection\" style=\"display:none;\">
  146. \t\t<div class=\"col-md-12\">
  147. \t\t\t{#<form action=\"/sign-in\" method=\"post\">#}
  148. \t\t\t{#<form id=\"rcsclubform\" method=\"post\" action=\"\" enctype=\"multipart/form-data\">#}
  149. \t\t\t\t
  150. \t\t\t\t<input type=\"hidden\" id=\"signin\" name=\"signin\" value=\"1\">
  151. \t\t\t\t<div class=\"row\">
  152. \t\t\t\t\t<div class=\"col-sm-6\">
  153. \t\t\t\t\t\t<label class=\"btn-block\">Username or Email Address
  154. \t\t\t\t\t\t\t<input 
  155. \t\t\t\t\t\t\t\tclass=\"form-control\" 
  156. \t\t\t\t\t\t\t\ttype=\"text\" 
  157. \t\t\t\t\t\t\t\tname=\"_username\" 
  158. \t\t\t\t\t\t\t\tplaceholder=\"Your Username or Email Address\"
  159. \t\t\t\t\t\t\t/>
  160. \t\t\t\t\t\t</label>
  161. \t\t\t\t\t</div>
  162. \t\t\t\t\t<div class=\"col-sm-6\">
  163. \t\t\t\t\t\t<label class=\"btn-block\">Password
  164. \t\t\t\t\t\t\t<input 
  165. \t\t\t\t\t\t\t\tclass=\"form-control\" 
  166. \t\t\t\t\t\t\t\ttype=\"password\" 
  167. \t\t\t\t\t\t\t\tname=\"_password\" 
  168. \t\t\t\t\t\t\t\tplaceholder=\"Your Password\"
  169. \t\t\t\t\t\t\t/>
  170. \t\t\t\t\t\t</label>
  171. \t\t\t\t\t</div>
  172. \t\t\t\t</div>
  173. \t\t\t\t
  174. \t\t\t\t{#<button 
  175. \t\t\t\t\ttype=\"submit\" 
  176. \t\t\t\t\tclass=\"btn btn-secondary text-white bg-dark mt-2\"
  177. \t\t\t\t>Sign In</button>#}
  178. \t\t\t{#</form>#}
  179. \t\t</div>
  180. \t</div>
  181. \t<div class=\"row mb-3\" id=\"signUpSection\" style=\"display:none;\">
  182. \t\t<div class=\"col-md-12\">
  183. \t\t\t{#<form method=\"post\" action=\"\">#}
  184. \t\t\t{#<form id=\"rcsclubform\" method=\"post\" action=\"\" enctype=\"multipart/form-data\">#}
  185. \t\t\t\t<input type=\"hidden\" id=\"site-signup\" name=\"site-signup\" value=\"1\">
  186. \t\t\t\t
  187. \t\t\t\t<div class=\"row\">
  188. \t\t\t\t\t<div class=\"col-sm-6\">
  189. \t\t\t\t\t\t<label class=\"btn-block\"><span>First Name:<span style=\"color:red\"> *</span></span>
  190. \t\t\t\t\t\t\t<input
  191. \t\t\t\t\t\t\t\tclass=\"form-control\"
  192. \t\t\t\t\t\t\t\ttype=\"text\"
  193. \t\t\t\t\t\t\t\tname=\"lead[firstname]\"
  194. \t\t\t\t\t\t\t\tplaceholder=\"Your First Name\"
  195. \t\t\t\t\t\t\t\tvalue=\"{{ firstname is defined ? firstname : '' }}\"
  196. \t\t\t\t\t\t\t/>
  197. \t\t\t\t\t\t</label>\t
  198. \t\t\t\t\t</div>
  199. \t\t\t\t\t<div class=\"col-sm-6\">
  200. \t\t\t\t\t\t<label class=\"btn-block\"><span>Last Name:<span style=\"color:red\"> *</span></span>
  201. \t\t\t\t\t\t\t<input
  202. \t\t\t\t\t\t\t\tclass=\"form-control\"
  203. \t\t\t\t\t\t\t\ttype=\"text\"
  204. \t\t\t\t\t\t\t\tname=\"lead[lastname]\"
  205. \t\t\t\t\t\t\t\tplaceholder=\"Your Last Name\"
  206. \t\t\t\t\t\t\t\tvalue=\"{{ lastname is defined ? lastname : '' }}\"
  207. \t\t\t\t\t\t\t/>
  208. \t\t\t\t\t\t</label>
  209. \t\t\t\t\t</div>
  210. \t\t\t\t\t
  211. \t\t\t\t\t<div class=\"col-sm-6\">
  212. \t\t\t\t\t\t<label class=\"btn-block\">Your Username<span style=\"color:red\"> *</span>
  213. \t\t\t\t\t\t\t<input
  214. \t\t\t\t\t\t\t\tclass=\"form-control\"
  215. \t\t\t\t\t\t\t\ttype=\"text\"
  216. \t\t\t\t\t\t\t\tname=\"lead[username]\"
  217. \t\t\t\t\t\t\t\tplaceholder=\"Your Username\"
  218. \t\t\t\t\t\t\t\tvalue=\"{{ username is defined ? username : '' }}\"
  219. \t\t\t\t\t\t\t/>
  220. \t\t\t\t\t\t</label>
  221. \t\t\t\t\t\t<span><i class=\"fa fa-exclamation-triangle\"></i> Username must be greater than 5 characters in length.</span>
  222. \t\t\t\t\t</div>
  223. \t\t\t\t\t<div class=\"col-sm-6\">
  224. \t\t\t\t\t\t<label class=\"btn-block\">Your E-mail Address<span style=\"color:red\"> *</span>
  225. \t\t\t\t\t\t\t<input
  226. \t\t\t\t\t\t\t\tclass=\"form-control\"
  227. \t\t\t\t\t\t\t\ttype=\"text\"
  228. \t\t\t\t\t\t\t\tname=\"lead[email]\"
  229. \t\t\t\t\t\t\t\tplaceholder=\"Your E-mail Address\"
  230. \t\t\t\t\t\t\t\tvalue=\"{{ email is defined ? email : '' }}\"
  231. \t\t\t\t\t\t\t/>
  232. \t\t\t\t\t\t</label>
  233. \t\t\t\t\t</div>
  234. \t\t\t\t\t
  235. \t\t\t\t\t<div class=\"col-sm-6\">
  236. \t\t\t\t\t\t<label class=\"btn-block\">Your Password<span style=\"color:red\"> *</span>
  237. \t\t\t\t\t\t\t<input
  238. \t\t\t\t\t\t\t\tclass=\"form-control\"
  239. \t\t\t\t\t\t\t\ttype=\"password\"
  240. \t\t\t\t\t\t\t\tname=\"password1\"
  241. \t\t\t\t\t\t\t\tplaceholder=\"Your Password\"
  242. \t\t\t\t\t\t\t/>
  243. \t\t\t\t\t\t</label>
  244. \t\t\t\t\t</div>
  245. \t\t\t\t\t<div class=\"col-sm-6\">
  246. \t\t\t\t\t\t<label class=\"btn-block\">Confirm Password<span style=\"color:red\"> *</span>
  247. \t\t\t\t\t\t\t<input
  248. \t\t\t\t\t\t\t\tclass=\"form-control\"
  249. \t\t\t\t\t\t\t\ttype=\"password\"
  250. \t\t\t\t\t\t\t\tname=\"password2\"
  251. \t\t\t\t\t\t\t\tplaceholder=\"Confirm Your Password\"
  252. \t\t\t\t\t\t\t/>
  253. \t\t\t\t\t\t</label>
  254. \t\t\t\t\t</div>
  255. \t\t\t\t\t
  256. \t\t\t\t\t<div class=\"col-sm-6\">
  257. \t\t\t\t\t\t<label class=\"btn-block\">Address Line 1<span style=\"color:red\"> *</span>
  258. \t\t\t\t\t\t\t<input
  259. \t\t\t\t\t\t\t\tclass=\"form-control\"
  260. \t\t\t\t\t\t\t\ttype=\"text\"
  261. \t\t\t\t\t\t\t\tname=\"lead[address1]\"
  262. \t\t\t\t\t\t\t\tplaceholder=\"Your Address Line 1\"
  263. \t\t\t\t\t\t\t\tvalue=\"{{ address1 is defined ? firstname : '' }}\"
  264. \t\t\t\t\t\t\t/>
  265. \t\t\t\t\t\t</label>
  266. \t\t\t\t\t</div>
  267. \t\t\t\t\t<div class=\"col-sm-6\">
  268. \t\t\t\t\t\t<label class=\"btn-block\">Address Line 2<span style=\"color:red\"></span>
  269. \t\t\t\t\t\t\t<input
  270. \t\t\t\t\t\t\t\tclass=\"form-control\"
  271. \t\t\t\t\t\t\t\ttype=\"text\"
  272. \t\t\t\t\t\t\t\tname=\"lead[address2]\"
  273. \t\t\t\t\t\t\t\tplaceholder=\"Your Address Line 2\"
  274. \t\t\t\t\t\t\t\tvalue=\"{{ address2 is defined ? firstname : '' }}\"
  275. \t\t\t\t\t\t\t/>
  276. \t\t\t\t\t\t</label>
  277. \t\t\t\t\t</div>
  278. \t\t\t\t\t<div class=\"col-sm-6\">
  279. \t\t\t\t\t\t<label class=\"btn-block\">City<span style=\"color:red\"> *</span>
  280. \t\t\t\t\t\t\t<input
  281. \t\t\t\t\t\t\t\tclass=\"form-control\"
  282. \t\t\t\t\t\t\t\ttype=\"text\"
  283. \t\t\t\t\t\t\t\tname=\"lead[city]\"
  284. \t\t\t\t\t\t\t\tplaceholder=\"Your City\"
  285. \t\t\t\t\t\t\t\tvalue=\"{{ city is defined ? firstname : '' }}\"
  286. \t\t\t\t\t\t\t/>
  287. \t\t\t\t\t\t</label>
  288. \t\t\t\t\t</div>
  289. \t\t\t\t\t<div class=\"col-sm-6\">
  290. \t\t\t\t\t\t<label class=\"btn-block\">State / Region<span style=\"color:red\"> *</span>
  291. \t\t\t\t\t\t\t<input
  292. \t\t\t\t\t\t\t\tclass=\"form-control\"
  293. \t\t\t\t\t\t\t\ttype=\"text\"
  294. \t\t\t\t\t\t\t\tname=\"lead[state]\"
  295. \t\t\t\t\t\t\t\tplaceholder=\"Your State / Region\"
  296. \t\t\t\t\t\t\t\tvalue=\"{{ state is defined ? firstname : '' }}\"
  297. \t\t\t\t\t\t\t/>
  298. \t\t\t\t\t\t</label>
  299. \t\t\t\t\t</div>
  300. \t\t\t\t\t<div class=\"col-sm-6\">
  301. \t\t\t\t\t\t<label class=\"btn-block\">Zip Code<span style=\"color:red\"> *</span>
  302. \t\t\t\t\t\t\t<input
  303. \t\t\t\t\t\t\t\tclass=\"form-control\"
  304. \t\t\t\t\t\t\t\ttype=\"text\"
  305. \t\t\t\t\t\t\t\tname=\"lead[zip]\"
  306. \t\t\t\t\t\t\t\tplaceholder=\"Your Zip Code\"
  307. \t\t\t\t\t\t\t\tvalue=\"{{ zip is defined ? firstname : '' }}\"
  308. \t\t\t\t\t\t\t/>
  309. \t\t\t\t\t\t</label>
  310. \t\t\t\t\t</div>
  311. \t\t\t\t\t<div class=\"col-sm-6\" id=\"outer-company-div\" {#style=\"display:none;\"#}>
  312. \t\t\t\t\t\t<label class=\"btn-block\">Company<span style=\"color:red\"> *</span>
  313. \t\t\t\t\t\t\t<input
  314. \t\t\t\t\t\t\t\tclass=\"form-control\"
  315. \t\t\t\t\t\t\t\ttype=\"text\"
  316. \t\t\t\t\t\t\t\t{#name=\"lead[company_inactive]\"#}
  317. \t\t\t\t\t\t\t\tname=\"lead[company]\"
  318. \t\t\t\t\t\t\t\tplaceholder=\"Your Company\"
  319. \t\t\t\t\t\t\t\tvalue=\"{% if company is defined %}{{company}}{% endif %}\"
  320. \t\t\t\t\t\t\t\tid=\"company1\"
  321. \t\t\t\t\t\t\t/>
  322. \t\t\t\t\t\t</label>
  323. \t\t\t\t\t</div>
  324. \t\t\t\t\t
  325. \t\t\t\t\t<div class=\"col-sm-6\">
  326. \t\t\t\t\t\t<label class=\"btn-block\"><span>Phone Number:{#<span style=\"color:red\"> *</span>#}</span>
  327. \t\t\t\t\t\t\t<input
  328. \t\t\t\t\t\t\t\ttype=\"text\"
  329. \t\t\t\t\t\t\t\tclass=\"form-control enews-field\"
  330. \t\t\t\t\t\t\t\tplaceholder=\"Your Phone Number\"
  331. \t\t\t\t\t\t\t\tname=\"lead[phone]\"
  332. \t\t\t\t\t\t\t\tvalue=\"{% if phone is defined %}{{phone}}{% endif %}\"
  333. \t\t\t\t\t\t\t\t{#required#}
  334. \t\t\t\t\t\t\t/>
  335. \t\t\t\t\t\t</label>
  336. \t\t\t\t\t</div>
  337. \t\t\t\t\t
  338. \t\t\t\t\t<div class=\"col-sm-6\">
  339. \t\t\t\t\t\t<label class=\"btn-block\"><span>Type of Work Performed:<span style=\"color:red\"> *</span></span>
  340. \t\t\t\t\t\t\t<select
  341. \t\t\t\t\t\t\t\tclass=\"form-control enews-field\"
  342. \t\t\t\t\t\t\t\tname=\"lead[contractor_type]\"
  343. \t\t\t\t\t\t\t>
  344. \t\t\t\t\t\t\t<option value=\"Primarily Commercial\">Primarily Commercial</option>
  345. \t\t\t\t\t\t\t<option value=\"Primarily Residential\">Primarily Residential</option>
  346. \t\t\t\t\t\t\t<option value=\"Both\">Both</option>
  347. \t\t\t\t\t\t\t<option value=\"Other\">Other</option>
  348. \t\t\t\t\t\t\t<option value=\"Not a Contractor\">Not a Contractor</option>
  349. \t\t\t\t\t\t\t</select>
  350. \t\t\t\t\t\t</label>
  351. \t\t\t\t\t</div>
  352. \t\t\t\t\t
  353. \t\t\t\t\t<div class=\"col-sm-6\">
  354. \t\t\t\t\t\t<label class=\"btn-block\"><span>Country:<span style=\"color:red\"> *</span></span></label>
  355. \t\t\t\t\t\t<label class=\"btn-block\">
  356. \t\t\t\t\t\t\t<input
  357. \t\t\t\t\t\t\t\ttype=\"radio\"
  358. \t\t\t\t\t\t\t\tname=\"lead[country]\"
  359. \t\t\t\t\t\t\t\tvalue=\"United States\"
  360. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  361. \t\t\t\t\t\t\t\tchecked
  362. \t\t\t\t\t\t\t/>
  363. \t\t\t\t\t\t\t<span>United States</span>
  364. \t\t\t\t\t\t</label>
  365. \t\t\t\t\t\t<label class=\"btn-block\">
  366. \t\t\t\t\t\t\t<input
  367. \t\t\t\t\t\t\t\ttype=\"radio\"
  368. \t\t\t\t\t\t\t\tname=\"lead[country]\"
  369. \t\t\t\t\t\t\t\tvalue=\"Canada\"
  370. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  371. \t\t\t\t\t\t\t/>
  372. \t\t\t\t\t\t\t<span>Canada</span>
  373. \t\t\t\t\t\t</label>
  374. \t\t\t\t\t\t<label class=\"btn-block\">
  375. \t\t\t\t\t\t\t<input
  376. \t\t\t\t\t\t\t\ttype=\"radio\"
  377. \t\t\t\t\t\t\t\tname=\"lead[country]\"
  378. \t\t\t\t\t\t\t\tvalue=\"European Countries\"
  379. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  380. \t\t\t\t\t\t\t/>
  381. \t\t\t\t\t\t\t<span>European Countries</span>
  382. \t\t\t\t\t\t</label>
  383. \t\t\t\t\t\t<label class=\"btn-block\">
  384. \t\t\t\t\t\t\t<input
  385. \t\t\t\t\t\t\t\ttype=\"radio\"
  386. \t\t\t\t\t\t\t\tname=\"lead[country]\"
  387. \t\t\t\t\t\t\t\tvalue=\"Other\"
  388. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  389. \t\t\t\t\t\t\t/>
  390. \t\t\t\t\t\t\t<span><input
  391. \t\t\t\t\t\t\t\ttype=\"text\"
  392. \t\t\t\t\t\t\t\tplaceholder=\"Other\"
  393. \t\t\t\t\t\t\t\tname=\"lead[country_other]\"
  394. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  395. \t\t\t\t\t\t\t/></span>
  396. \t\t\t\t\t\t</label>
  397. \t\t\t\t\t</div>
  398. \t\t\t\t\t
  399. \t\t\t\t\t<div class=\"col-sm-6\">
  400. \t\t\t\t\t\t<label class=\"btn-block\"><span>Business Type:<span style=\"color:red\"> *</span></span>
  401. \t\t\t\t\t\t\t<select
  402. \t\t\t\t\t\t\t\tclass=\"form-control enews-field\"
  403. \t\t\t\t\t\t\t\tname=\"lead[business_type]\"
  404. \t\t\t\t\t\t\t>
  405. \t\t\t\t\t\t\t\t<option value=\"Roofing Contractor\">Roofing Contractor</option>
  406. \t\t\t\t\t\t\t\t<option value=\"Exterior/General Contractor\">Exterior/General Contractor</option>
  407. \t\t\t\t\t\t\t\t<option value=\"Distributor\">Distributor</option>
  408. \t\t\t\t\t\t\t\t<option value=\"Manufacturer/Business Services\">Manufacturer/Business Services</option>
  409. \t\t\t\t\t\t\t\t<option value=\"Other\">Other</option>
  410. \t\t\t\t\t\t\t</select>
  411. \t\t\t\t\t\t</label>
  412. \t\t\t\t\t</div>
  413. \t\t\t\t\t
  414. \t\t\t\t\t
  415. \t\t\t\t\t{#<h6>2. Add the \"Week In Roofing\" E-news</h6>#}
  416. \t\t\t\t\t
  417. \t\t\t\t\t<div class=\"col-sm-12\" {# class=\"form-check\" #} style=\"margin-top:30px;padding-left:25px;\">
  418. \t\t\t\t\t\t<input class=\"form-check-input\" type=\"checkbox\" value=\"1\" id=\"enews\" name=\"enews\" {#onclick=\"clickEnews()\"#} checked>
  419. \t\t\t\t\t\t<label class=\"form-check-label\" for=\"enews\">
  420. \t\t\t\t\t\t\t<span class=\"rtooltip\">Sign up for Week In Roofing? <i class=\"fa fa-info-circle\"></i>
  421. \t\t\t\t\t\t\t\t<div class=\"rtooltiptext\" style=\"top:-30px;left:225px;width:260px;padding-left:10px;\">
  422. \t\t\t\t\t\t\t\t\tOur weekly newsletter - an inside look <br>at the roofing industry, week by week!
  423. \t\t\t\t\t\t\t\t</div>
  424. \t\t\t\t\t\t\t</span>
  425. \t\t\t\t\t\t</label>
  426. \t\t\t\t\t</div>
  427. \t\t\t\t\t<div class=\"col-sm-12\" style=\"margin-top:30px;padding-left:25px;\">
  428. \t\t\t\t\t\t<input class=\"form-check-input\" type=\"checkbox\" value=\"1\" id=\"metal-enews\" name=\"metal-enews\" checked>
  429. \t\t\t\t\t\t<label class=\"form-check-label\" for=\"metal-enews\">
  430. \t\t\t\t\t\t\t<span class=\"rtooltip\">Sign up for Week In Metal? <i class=\"fa fa-info-circle\"></i>
  431. \t\t\t\t\t\t\t\t<div class=\"rtooltiptext\" style=\"top:-30px;left:225px;width:260px;padding-left:10px;\">
  432. \t\t\t\t\t\t\t\t\tOur weekly newsletter - an inside look <br>at the metal industry, week by week!
  433. \t\t\t\t\t\t\t\t</div>
  434. \t\t\t\t\t\t\t</span>
  435. \t\t\t\t\t\t</label>
  436. \t\t\t\t\t</div>
  437. \t\t\t\t\t<div class=\"col-sm-12\" style=\"margin-top:30px;padding-left:25px;\">
  438. \t\t\t\t\t\t<input class=\"form-check-input\" type=\"checkbox\" value=\"yes\" id=\"rclub_interest\" name=\"lead_custom[rclub_interest]\">
  439. \t\t\t\t\t\t<label class=\"form-check-label\" for=\"rclub_interest\">
  440. \t\t\t\t\t\t\t<span class=\"rtooltip\">Interested in R-Club? <i class=\"fa fa-info-circle\"></i>
  441. \t\t\t\t\t\t\t\t<div class=\"rtooltiptext\" style=\"top:-30px;left:165px;width:210px;padding-left:10px;\">
  442. \t\t\t\t\t\t\t\t\tThe most exclusive roofing contractors club in the world!
  443. \t\t\t\t\t\t\t\t</div>
  444. \t\t\t\t\t\t\t</span>
  445. \t\t\t\t\t\t</label>
  446. \t\t\t\t\t</div>
  447. \t\t\t\t\t
  448. \t\t\t\t\t
  449. \t\t\t\t</div>
  450. \t\t\t\t{#
  451. \t\t\t\t<div style=\"text-align:center;\">
  452. \t\t\t\t\t<button
  453. \t\t\t\t\t\ttype=\"submit\" 
  454. \t\t\t\t\t\tclass=\"btn btn-secondary mt-2\"
  455. \t\t\t\t\t\tstyle=\"font-size: 22px;\"
  456. \t\t\t\t\t>Sign Up</button>
  457. \t\t\t\t</div>
  458. \t\t\t\t
  459. \t\t\t\t<br>
  460. \t\t\t\t<p>*Please check your spam folder if you don't receive an activation e-mail after several minutes. Contact us at info@rooferscoffeeshop.com if you need any additional help.</p>
  461. \t\t\t\t#}
  462. \t\t\t{#</form>#}
  463. \t\t</div>
  464. \t</div>
  465.     
  466.     
  467. \t{% endif %}
  468. \t
  469. \t
  470. \t{% if app.user is not empty and app.user.isMember() %}
  471. \t\t<h4><center>You're already a member, thank you!</center><h4> {# ' #}
  472. \t{% else %}
  473. \t\t
  474. \t\t{% for product in products %}
  475. \t\t\t<label class=\"d-block\">
  476. \t\t\t\t<table class=\"table\">
  477. \t\t\t\t\t<tr>
  478. \t\t\t\t\t\t<td style=\"width: 1px\">
  479. \t\t\t\t\t\t<input
  480. \t\t\t\t\t\t\tname=\"club_product_id\"
  481. \t\t\t\t\t\t\ttype=\"radio\"
  482. \t\t\t\t\t\t\tvalue=\"{{ product.getId() }}\"
  483. \t\t\t\t\t\t\trequired
  484. \t\t\t\t\t\t/>
  485. \t\t\t\t\t\t</td>
  486. \t\t\t\t\t\t<td>
  487. \t\t\t\t\t\t\t<h5 class=\"m-0 p-0\">{{ product.getTitle() }}</h5>
  488. \t\t\t\t\t\t\t{{ product.getDescription()|raw }}<br />
  489. \t\t\t\t\t\t\t<strong>{{ product.getFullPrice() }}</strong>
  490. \t\t\t\t\t\t</td>
  491. \t\t\t\t\t</tr>
  492. \t\t\t\t</table>
  493. \t\t\t</label>
  494. \t\t{% endfor %}
  495. \t\t<div class=\"form-row g-recaptcha\" data-sitekey=\"6LeEIlMUAAAAAGhdmJJLdJHPxaWx2GqBjber5n6B\" required></div>
  496. \t\t<center>
  497. \t\t<button
  498. \t\t\tclass=\"btn btn-primary\"
  499. \t\t\ttype=\"submit\"
  500. \t\t>Become a Member</button>
  501. \t\t</center>
  502. \t\t<br>
  503. \t\t<p>Each directory offers the ability to list your company name, logo (that links to your website), company description, corporate address, phone number, email address and links to your website, Facebook, X, LinkedIn, Instagram, and YouTube pages. You can also add unlimited keywords to be searched by in the directory and the website at large. This listing will be featured on future in the RoofersCoffeeShop directory.</p>
  504. \t\t<p>Please contact our R-Club Coordinator, Alex Tolle, with any questions or if you need any assistance signing up.</p>
  505. \t\t<p>*Standard Directory included with Company Membership only.</p>
  506. \t\t<p>**Interactive Directory included with Premium Contractors Membership only.</p>
  507. \t\t</p>
  508. \t{% endif %}
  509. \t\t
  510. \t{#{% endif %}#}
  511. \t
  512. </form>
  513. <hr style=\"margin-top:20px;margin-bottom:35px;\">
  514. <div>
  515. \t{{ content.getContentFull() | wordpress | raw }}
  516. </div>
  517. <script>
  518. \t(function (\$) {
  519. \t\t\$(function () {
  520. \t\t\t\$(\"input[name\$='signType']\").prop('checked', false);
  521. \t\t\t
  522. \t\t\t \$(\"input[name\$='signType']\").change(function() {
  523. \t\t\t\tvar signType = \$(this).val();
  524. \t\t\t\tif(signType == \"signIn\") {
  525. \t\t\t\t\t
  526. \t\t\t\t\t\$(\"#signInSection > input\").each(function() {
  527. \t\t\t\t\t\t\$(this).prop('required',true);
  528. \t\t\t\t\t});
  529. \t\t\t\t\t\$(\"#signUpSection > input\").each(function() {
  530. \t\t\t\t\t\t\$(this).prop('required',false);
  531. \t\t\t\t\t});
  532. \t\t\t\t\t\$(\"#signInSection\").show();
  533. \t\t\t\t\t\$(\"#signUpSection\").hide();
  534. \t\t\t\t} else if(signType == \"signUp\") {
  535. \t\t\t\t\t\$(\"#signInSection > input\").each(function() {
  536. \t\t\t\t\t\t\$(this).prop('required',false);
  537. \t\t\t\t\t});
  538. \t\t\t\t\t\$(\"#signUpSection > input\").each(function() {
  539. \t\t\t\t\t\tif(\$(this).attr('name') != 'lead[address2]' && \$(this).attr('name') != 'lead[phone]') {
  540. \t\t\t\t\t\t\t\$(this).prop('required',true);
  541. \t\t\t\t\t\t}
  542. \t\t\t\t\t});
  543. \t\t\t\t\t\$(\"#signInSection\").hide();
  544. \t\t\t\t\t\$(\"#signUpSection\").show();
  545. \t\t\t\t}
  546. \t\t\t});
  547. \t\t});
  548. \t}(jQuery));
  549. </script>
  550. {% endblock %}
  551. {% block sidebar %}
  552. \t{% include \"includes/sidebar.html.twig\" %}
  553. {% endblock %}
  554. {% endembed %}
  555. {% endblock %}""forms/rcs-club-sign-up.html.twig""/var/www/vhosts/rooferscoffeeshop.com/staging.rooferscoffeeshop.com/rcs-website/templates/forms/rcs-club-sign-up.html.twig");
  556.     }
  557. }
  558. /* forms/rcs-club-sign-up.html.twig */
  559. class __TwigTemplate_303d2cdc34f12b8768fe7bac5a84b15c___2121161117 extends Template
  560. {
  561.     private $source;
  562.     private $macros = [];
  563.     public function __construct(Environment $env)
  564.     {
  565.         parent::__construct($env);
  566.         $this->source $this->getSourceContext();
  567.         $this->blocks = [
  568.             'column' => [$this'block_column'],
  569.             'sidebar' => [$this'block_sidebar'],
  570.         ];
  571.     }
  572.     protected function doGetParent(array $context)
  573.     {
  574.         // line 5
  575.         return "1-col-sidebar.html.twig";
  576.     }
  577.     protected function doDisplay(array $context, array $blocks = [])
  578.     {
  579.         $macros $this->macros;
  580.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  581.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""forms/rcs-club-sign-up.html.twig"));
  582.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  583.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""forms/rcs-club-sign-up.html.twig"));
  584.         $this->parent $this->loadTemplate("1-col-sidebar.html.twig""forms/rcs-club-sign-up.html.twig"5);
  585.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  586.         
  587.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  588.         
  589.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  590.     }
  591.     // line 6
  592.     public function block_column($context, array $blocks = [])
  593.     {
  594.         $macros $this->macros;
  595.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  596.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""column"));
  597.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  598.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""column"));
  599.         // line 7
  600.         echo "
  601. \t";
  602.         // line 8
  603.         if ((array_key_exists("message"$context) && (isset($context["message"]) || array_key_exists("message"$context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.'8$this->source); })()))) {
  604.             // line 9
  605.             echo "        <div class=\"alert alert-";
  606.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["message"]) || array_key_exists("message"$context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.'9$this->source); })()), "type", [], "any"falsefalsefalse9), "html"nulltrue);
  607.             echo "\">
  608.         ";
  609.             // line 10
  610.             if ((twig_get_attribute($this->env$this->source, (isset($context["message"]) || array_key_exists("message"$context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.'10$this->source); })()), "type", [], "any"falsefalsefalse10) == "warning")) {
  611.                 // line 11
  612.                 echo "            <i class=\"fa fa-exclamation-triangle\"></i> 
  613.         ";
  614.             } elseif ((twig_get_attribute($this->env$this->source,             // line 12
  615. (isset($context["message"]) || array_key_exists("message"$context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.'12$this->source); })()), "type", [], "any"falsefalsefalse12) == "success")) {
  616.                 // line 13
  617.                 echo "            <i class=\"fa fa-check\"></i> 
  618.         ";
  619.             }
  620.             // line 15
  621.             echo "        ";
  622.             echo twig_get_attribute($this->env$this->source, (isset($context["message"]) || array_key_exists("message"$context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.'15$this->source); })()), "text", [], "any"falsefalsefalse15);
  623.             echo "
  624.         </div>
  625.     ";
  626.         }
  627.         // line 18
  628.         echo "
  629. \t";
  630.         // line 19
  631.         if (((isset($context["site_code"]) || array_key_exists("site_code"$context) ? $context["site_code"] : (function () { throw new RuntimeError('Variable "site_code" does not exist.'19$this->source); })()) == twig_constant("App\\Entity\\Content::SITE_RCS"))) {
  632.             // line 20
  633.             echo "\t\t";
  634.             $this->loadTemplate("includes/curtain-ads/rclub.html.twig""forms/rcs-club-sign-up.html.twig"20)->display($context);
  635.             // line 21
  636.             echo "\t";
  637.         }
  638.         // line 22
  639.         echo "
  640. ";
  641.         // line 23
  642.         if (twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'23$this->source); })()), "getShowTitle", [], "method"falsefalsefalse23)) {
  643.             // line 24
  644.             echo "\t<h1>";
  645.             echo twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'24$this->source); })()), "getTitle", [], "method"falsefalsefalse24);
  646.             echo "</h1>
  647. ";
  648.         }
  649.         // line 26
  650.         echo "
  651. ";
  652.         // line 27
  653.         if (twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'27$this->source); })()), "getFeaturedImageTag", [], "method"falsefalsefalse27)) {
  654.             // line 28
  655.             echo "\t";
  656.             if (twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'28$this->source); })()), "getMediaURL", [], "method"falsefalsefalse28)) {
  657.                 echo "<a href=\"";
  658.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'28$this->source); })()), "getMediaURL", [], "method"falsefalsefalse28), "html"nulltrue);
  659.                 echo "\">";
  660.             }
  661.             // line 29
  662.             echo "\t\t";
  663.             echo twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'29$this->source); })()), "getFeaturedImageTag", ["display-block"""], "method"falsefalsefalse29);
  664.             echo "
  665. \t\t";
  666.             // line 30
  667.             if (twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'30$this->source); })()), "getMediaURL", [], "method"falsefalsefalse30)) {
  668.                 echo "</a>";
  669.             }
  670.         }
  671.         // line 32
  672.         echo "
  673. <form id=\"rcsclubform\" method=\"post\" action=\"\" enctype=\"multipart/form-data\" style=\"margin-top:20px;\">
  674. \t
  675. \t";
  676.         // line 35
  677.         if (twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'35$this->source); })()), "user", [], "any"falsefalsefalse35))) {
  678.             // line 36
  679.             echo "
  680. \t<div class=\"row mb-3\">
  681. \t\t<div class=\"col-md-12\">
  682. \t\t\t<div class=\"alert alert-info\">
  683. \t\t\t\t<i class=\"fa fa-info\"></i> 
  684. \t\t\t\t A user account is required to continue. If you don't have an account, you can create one below.<br>Your account details will be confirmed via e-mail. <!-- ' -->
  685. \t\t\t</div>
  686. \t\t</div>
  687. \t\t<div class=\"col-md-6\" style=\"margin-top:0px;\">
  688. \t\t\t";
  689.             // line 51
  690.             echo "\t\t\t<strong>Have an Account?</strong>
  691. \t\t\t<div class=\"form-check\">
  692. \t\t\t\t<input class=\"form-check-input\" type=\"radio\" name=\"signType\" id=\"signInRadio\" value=\"signIn\" required>
  693. \t\t\t\t<label class=\"form-check-label\" for=\"signInRadio\">
  694. \t\t\t\t\tSign In
  695. \t\t\t\t</label>
  696. \t\t\t</div>
  697. \t\t</div>
  698. \t\t<div class=\"col-md-6\">
  699. \t\t\t";
  700.             // line 65
  701.             echo "\t\t\t<strong>First Time User?</strong>
  702. \t\t\t<div class=\"form-check\">
  703. \t\t\t\t<input class=\"form-check-input\" type=\"radio\" name=\"signType\" id=\"signUpRadio\" value=\"signUp\" required>
  704. \t\t\t\t<label class=\"form-check-label\" for=\"signUpRadio\">
  705. \t\t\t\t\tSign Up
  706. \t\t\t\t</label>
  707. \t\t\t</div>
  708. \t\t</div>
  709. \t</div>
  710. \t<div class=\"row mb-3\" id=\"signInSection\" style=\"display:none;\">
  711. \t\t<div class=\"col-md-12\">
  712. \t\t\t";
  713.             // line 78
  714.             echo "\t\t\t";
  715.             // line 79
  716.             echo "\t\t\t\t
  717. \t\t\t\t<input type=\"hidden\" id=\"signin\" name=\"signin\" value=\"1\">
  718. \t\t\t\t<div class=\"row\">
  719. \t\t\t\t\t<div class=\"col-sm-6\">
  720. \t\t\t\t\t\t<label class=\"btn-block\">Username or Email Address
  721. \t\t\t\t\t\t\t<input 
  722. \t\t\t\t\t\t\t\tclass=\"form-control\" 
  723. \t\t\t\t\t\t\t\ttype=\"text\" 
  724. \t\t\t\t\t\t\t\tname=\"_username\" 
  725. \t\t\t\t\t\t\t\tplaceholder=\"Your Username or Email Address\"
  726. \t\t\t\t\t\t\t/>
  727. \t\t\t\t\t\t</label>
  728. \t\t\t\t\t</div>
  729. \t\t\t\t\t<div class=\"col-sm-6\">
  730. \t\t\t\t\t\t<label class=\"btn-block\">Password
  731. \t\t\t\t\t\t\t<input 
  732. \t\t\t\t\t\t\t\tclass=\"form-control\" 
  733. \t\t\t\t\t\t\t\ttype=\"password\" 
  734. \t\t\t\t\t\t\t\tname=\"_password\" 
  735. \t\t\t\t\t\t\t\tplaceholder=\"Your Password\"
  736. \t\t\t\t\t\t\t/>
  737. \t\t\t\t\t\t</label>
  738. \t\t\t\t\t</div>
  739. \t\t\t\t</div>
  740. \t\t\t\t
  741. \t\t\t\t";
  742.             // line 109
  743.             echo "\t\t\t";
  744.             // line 110
  745.             echo "\t\t</div>
  746. \t</div>
  747. \t<div class=\"row mb-3\" id=\"signUpSection\" style=\"display:none;\">
  748. \t\t<div class=\"col-md-12\">
  749. \t\t\t";
  750.             // line 116
  751.             echo "\t\t\t";
  752.             // line 117
  753.             echo "\t\t\t\t<input type=\"hidden\" id=\"site-signup\" name=\"site-signup\" value=\"1\">
  754. \t\t\t\t
  755. \t\t\t\t<div class=\"row\">
  756. \t\t\t\t\t<div class=\"col-sm-6\">
  757. \t\t\t\t\t\t<label class=\"btn-block\"><span>First Name:<span style=\"color:red\"> *</span></span>
  758. \t\t\t\t\t\t\t<input
  759. \t\t\t\t\t\t\t\tclass=\"form-control\"
  760. \t\t\t\t\t\t\t\ttype=\"text\"
  761. \t\t\t\t\t\t\t\tname=\"lead[firstname]\"
  762. \t\t\t\t\t\t\t\tplaceholder=\"Your First Name\"
  763. \t\t\t\t\t\t\t\tvalue=\"";
  764.             // line 127
  765.             ((array_key_exists("firstname"$context)) ? (print (twig_escape_filter($this->env, (isset($context["firstname"]) || array_key_exists("firstname"$context) ? $context["firstname"] : (function () { throw new RuntimeError('Variable "firstname" does not exist.'127$this->source); })()), "html"nulltrue))) : (print ("")));
  766.             echo "\"
  767. \t\t\t\t\t\t\t/>
  768. \t\t\t\t\t\t</label>\t
  769. \t\t\t\t\t</div>
  770. \t\t\t\t\t<div class=\"col-sm-6\">
  771. \t\t\t\t\t\t<label class=\"btn-block\"><span>Last Name:<span style=\"color:red\"> *</span></span>
  772. \t\t\t\t\t\t\t<input
  773. \t\t\t\t\t\t\t\tclass=\"form-control\"
  774. \t\t\t\t\t\t\t\ttype=\"text\"
  775. \t\t\t\t\t\t\t\tname=\"lead[lastname]\"
  776. \t\t\t\t\t\t\t\tplaceholder=\"Your Last Name\"
  777. \t\t\t\t\t\t\t\tvalue=\"";
  778.             // line 138
  779.             ((array_key_exists("lastname"$context)) ? (print (twig_escape_filter($this->env, (isset($context["lastname"]) || array_key_exists("lastname"$context) ? $context["lastname"] : (function () { throw new RuntimeError('Variable "lastname" does not exist.'138$this->source); })()), "html"nulltrue))) : (print ("")));
  780.             echo "\"
  781. \t\t\t\t\t\t\t/>
  782. \t\t\t\t\t\t</label>
  783. \t\t\t\t\t</div>
  784. \t\t\t\t\t
  785. \t\t\t\t\t<div class=\"col-sm-6\">
  786. \t\t\t\t\t\t<label class=\"btn-block\">Your Username<span style=\"color:red\"> *</span>
  787. \t\t\t\t\t\t\t<input
  788. \t\t\t\t\t\t\t\tclass=\"form-control\"
  789. \t\t\t\t\t\t\t\ttype=\"text\"
  790. \t\t\t\t\t\t\t\tname=\"lead[username]\"
  791. \t\t\t\t\t\t\t\tplaceholder=\"Your Username\"
  792. \t\t\t\t\t\t\t\tvalue=\"";
  793.             // line 150
  794.             ((array_key_exists("username"$context)) ? (print (twig_escape_filter($this->env, (isset($context["username"]) || array_key_exists("username"$context) ? $context["username"] : (function () { throw new RuntimeError('Variable "username" does not exist.'150$this->source); })()), "html"nulltrue))) : (print ("")));
  795.             echo "\"
  796. \t\t\t\t\t\t\t/>
  797. \t\t\t\t\t\t</label>
  798. \t\t\t\t\t\t<span><i class=\"fa fa-exclamation-triangle\"></i> Username must be greater than 5 characters in length.</span>
  799. \t\t\t\t\t</div>
  800. \t\t\t\t\t<div class=\"col-sm-6\">
  801. \t\t\t\t\t\t<label class=\"btn-block\">Your E-mail Address<span style=\"color:red\"> *</span>
  802. \t\t\t\t\t\t\t<input
  803. \t\t\t\t\t\t\t\tclass=\"form-control\"
  804. \t\t\t\t\t\t\t\ttype=\"text\"
  805. \t\t\t\t\t\t\t\tname=\"lead[email]\"
  806. \t\t\t\t\t\t\t\tplaceholder=\"Your E-mail Address\"
  807. \t\t\t\t\t\t\t\tvalue=\"";
  808.             // line 163
  809.             ((array_key_exists("email"$context)) ? (print (twig_escape_filter($this->env, (isset($context["email"]) || array_key_exists("email"$context) ? $context["email"] : (function () { throw new RuntimeError('Variable "email" does not exist.'163$this->source); })()), "html"nulltrue))) : (print ("")));
  810.             echo "\"
  811. \t\t\t\t\t\t\t/>
  812. \t\t\t\t\t\t</label>
  813. \t\t\t\t\t</div>
  814. \t\t\t\t\t
  815. \t\t\t\t\t<div class=\"col-sm-6\">
  816. \t\t\t\t\t\t<label class=\"btn-block\">Your Password<span style=\"color:red\"> *</span>
  817. \t\t\t\t\t\t\t<input
  818. \t\t\t\t\t\t\t\tclass=\"form-control\"
  819. \t\t\t\t\t\t\t\ttype=\"password\"
  820. \t\t\t\t\t\t\t\tname=\"password1\"
  821. \t\t\t\t\t\t\t\tplaceholder=\"Your Password\"
  822. \t\t\t\t\t\t\t/>
  823. \t\t\t\t\t\t</label>
  824. \t\t\t\t\t</div>
  825. \t\t\t\t\t<div class=\"col-sm-6\">
  826. \t\t\t\t\t\t<label class=\"btn-block\">Confirm Password<span style=\"color:red\"> *</span>
  827. \t\t\t\t\t\t\t<input
  828. \t\t\t\t\t\t\t\tclass=\"form-control\"
  829. \t\t\t\t\t\t\t\ttype=\"password\"
  830. \t\t\t\t\t\t\t\tname=\"password2\"
  831. \t\t\t\t\t\t\t\tplaceholder=\"Confirm Your Password\"
  832. \t\t\t\t\t\t\t/>
  833. \t\t\t\t\t\t</label>
  834. \t\t\t\t\t</div>
  835. \t\t\t\t\t
  836. \t\t\t\t\t<div class=\"col-sm-6\">
  837. \t\t\t\t\t\t<label class=\"btn-block\">Address Line 1<span style=\"color:red\"> *</span>
  838. \t\t\t\t\t\t\t<input
  839. \t\t\t\t\t\t\t\tclass=\"form-control\"
  840. \t\t\t\t\t\t\t\ttype=\"text\"
  841. \t\t\t\t\t\t\t\tname=\"lead[address1]\"
  842. \t\t\t\t\t\t\t\tplaceholder=\"Your Address Line 1\"
  843. \t\t\t\t\t\t\t\tvalue=\"";
  844.             // line 196
  845.             ((array_key_exists("address1"$context)) ? (print (twig_escape_filter($this->env, (isset($context["firstname"]) || array_key_exists("firstname"$context) ? $context["firstname"] : (function () { throw new RuntimeError('Variable "firstname" does not exist.'196$this->source); })()), "html"nulltrue))) : (print ("")));
  846.             echo "\"
  847. \t\t\t\t\t\t\t/>
  848. \t\t\t\t\t\t</label>
  849. \t\t\t\t\t</div>
  850. \t\t\t\t\t<div class=\"col-sm-6\">
  851. \t\t\t\t\t\t<label class=\"btn-block\">Address Line 2<span style=\"color:red\"></span>
  852. \t\t\t\t\t\t\t<input
  853. \t\t\t\t\t\t\t\tclass=\"form-control\"
  854. \t\t\t\t\t\t\t\ttype=\"text\"
  855. \t\t\t\t\t\t\t\tname=\"lead[address2]\"
  856. \t\t\t\t\t\t\t\tplaceholder=\"Your Address Line 2\"
  857. \t\t\t\t\t\t\t\tvalue=\"";
  858.             // line 207
  859.             ((array_key_exists("address2"$context)) ? (print (twig_escape_filter($this->env, (isset($context["firstname"]) || array_key_exists("firstname"$context) ? $context["firstname"] : (function () { throw new RuntimeError('Variable "firstname" does not exist.'207$this->source); })()), "html"nulltrue))) : (print ("")));
  860.             echo "\"
  861. \t\t\t\t\t\t\t/>
  862. \t\t\t\t\t\t</label>
  863. \t\t\t\t\t</div>
  864. \t\t\t\t\t<div class=\"col-sm-6\">
  865. \t\t\t\t\t\t<label class=\"btn-block\">City<span style=\"color:red\"> *</span>
  866. \t\t\t\t\t\t\t<input
  867. \t\t\t\t\t\t\t\tclass=\"form-control\"
  868. \t\t\t\t\t\t\t\ttype=\"text\"
  869. \t\t\t\t\t\t\t\tname=\"lead[city]\"
  870. \t\t\t\t\t\t\t\tplaceholder=\"Your City\"
  871. \t\t\t\t\t\t\t\tvalue=\"";
  872.             // line 218
  873.             ((array_key_exists("city"$context)) ? (print (twig_escape_filter($this->env, (isset($context["firstname"]) || array_key_exists("firstname"$context) ? $context["firstname"] : (function () { throw new RuntimeError('Variable "firstname" does not exist.'218$this->source); })()), "html"nulltrue))) : (print ("")));
  874.             echo "\"
  875. \t\t\t\t\t\t\t/>
  876. \t\t\t\t\t\t</label>
  877. \t\t\t\t\t</div>
  878. \t\t\t\t\t<div class=\"col-sm-6\">
  879. \t\t\t\t\t\t<label class=\"btn-block\">State / Region<span style=\"color:red\"> *</span>
  880. \t\t\t\t\t\t\t<input
  881. \t\t\t\t\t\t\t\tclass=\"form-control\"
  882. \t\t\t\t\t\t\t\ttype=\"text\"
  883. \t\t\t\t\t\t\t\tname=\"lead[state]\"
  884. \t\t\t\t\t\t\t\tplaceholder=\"Your State / Region\"
  885. \t\t\t\t\t\t\t\tvalue=\"";
  886.             // line 229
  887.             ((array_key_exists("state"$context)) ? (print (twig_escape_filter($this->env, (isset($context["firstname"]) || array_key_exists("firstname"$context) ? $context["firstname"] : (function () { throw new RuntimeError('Variable "firstname" does not exist.'229$this->source); })()), "html"nulltrue))) : (print ("")));
  888.             echo "\"
  889. \t\t\t\t\t\t\t/>
  890. \t\t\t\t\t\t</label>
  891. \t\t\t\t\t</div>
  892. \t\t\t\t\t<div class=\"col-sm-6\">
  893. \t\t\t\t\t\t<label class=\"btn-block\">Zip Code<span style=\"color:red\"> *</span>
  894. \t\t\t\t\t\t\t<input
  895. \t\t\t\t\t\t\t\tclass=\"form-control\"
  896. \t\t\t\t\t\t\t\ttype=\"text\"
  897. \t\t\t\t\t\t\t\tname=\"lead[zip]\"
  898. \t\t\t\t\t\t\t\tplaceholder=\"Your Zip Code\"
  899. \t\t\t\t\t\t\t\tvalue=\"";
  900.             // line 240
  901.             ((array_key_exists("zip"$context)) ? (print (twig_escape_filter($this->env, (isset($context["firstname"]) || array_key_exists("firstname"$context) ? $context["firstname"] : (function () { throw new RuntimeError('Variable "firstname" does not exist.'240$this->source); })()), "html"nulltrue))) : (print ("")));
  902.             echo "\"
  903. \t\t\t\t\t\t\t/>
  904. \t\t\t\t\t\t</label>
  905. \t\t\t\t\t</div>
  906. \t\t\t\t\t<div class=\"col-sm-6\" id=\"outer-company-div\" ";
  907.             // line 244
  908.             echo ">
  909. \t\t\t\t\t\t<label class=\"btn-block\">Company<span style=\"color:red\"> *</span>
  910. \t\t\t\t\t\t\t<input
  911. \t\t\t\t\t\t\t\tclass=\"form-control\"
  912. \t\t\t\t\t\t\t\ttype=\"text\"
  913. \t\t\t\t\t\t\t\t";
  914.             // line 250
  915.             echo "\t\t\t\t\t\t\t\tname=\"lead[company]\"
  916. \t\t\t\t\t\t\t\tplaceholder=\"Your Company\"
  917. \t\t\t\t\t\t\t\tvalue=\"";
  918.             // line 252
  919.             if (array_key_exists("company"$context)) {
  920.                 echo twig_escape_filter($this->env, (isset($context["company"]) || array_key_exists("company"$context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.'252$this->source); })()), "html"nulltrue);
  921.             }
  922.             echo "\"
  923. \t\t\t\t\t\t\t\tid=\"company1\"
  924. \t\t\t\t\t\t\t/>
  925. \t\t\t\t\t\t</label>
  926. \t\t\t\t\t</div>
  927. \t\t\t\t\t
  928. \t\t\t\t\t<div class=\"col-sm-6\">
  929. \t\t\t\t\t\t<label class=\"btn-block\"><span>Phone Number:";
  930.             // line 259
  931.             echo "</span>
  932. \t\t\t\t\t\t\t<input
  933. \t\t\t\t\t\t\t\ttype=\"text\"
  934. \t\t\t\t\t\t\t\tclass=\"form-control enews-field\"
  935. \t\t\t\t\t\t\t\tplaceholder=\"Your Phone Number\"
  936. \t\t\t\t\t\t\t\tname=\"lead[phone]\"
  937. \t\t\t\t\t\t\t\tvalue=\"";
  938.             // line 265
  939.             if (array_key_exists("phone"$context)) {
  940.                 echo twig_escape_filter($this->env, (isset($context["phone"]) || array_key_exists("phone"$context) ? $context["phone"] : (function () { throw new RuntimeError('Variable "phone" does not exist.'265$this->source); })()), "html"nulltrue);
  941.             }
  942.             echo "\"
  943. \t\t\t\t\t\t\t\t";
  944.             // line 267
  945.             echo "\t\t\t\t\t\t\t/>
  946. \t\t\t\t\t\t</label>
  947. \t\t\t\t\t</div>
  948. \t\t\t\t\t
  949. \t\t\t\t\t<div class=\"col-sm-6\">
  950. \t\t\t\t\t\t<label class=\"btn-block\"><span>Type of Work Performed:<span style=\"color:red\"> *</span></span>
  951. \t\t\t\t\t\t\t<select
  952. \t\t\t\t\t\t\t\tclass=\"form-control enews-field\"
  953. \t\t\t\t\t\t\t\tname=\"lead[contractor_type]\"
  954. \t\t\t\t\t\t\t>
  955. \t\t\t\t\t\t\t<option value=\"Primarily Commercial\">Primarily Commercial</option>
  956. \t\t\t\t\t\t\t<option value=\"Primarily Residential\">Primarily Residential</option>
  957. \t\t\t\t\t\t\t<option value=\"Both\">Both</option>
  958. \t\t\t\t\t\t\t<option value=\"Other\">Other</option>
  959. \t\t\t\t\t\t\t<option value=\"Not a Contractor\">Not a Contractor</option>
  960. \t\t\t\t\t\t\t</select>
  961. \t\t\t\t\t\t</label>
  962. \t\t\t\t\t</div>
  963. \t\t\t\t\t
  964. \t\t\t\t\t<div class=\"col-sm-6\">
  965. \t\t\t\t\t\t<label class=\"btn-block\"><span>Country:<span style=\"color:red\"> *</span></span></label>
  966. \t\t\t\t\t\t<label class=\"btn-block\">
  967. \t\t\t\t\t\t\t<input
  968. \t\t\t\t\t\t\t\ttype=\"radio\"
  969. \t\t\t\t\t\t\t\tname=\"lead[country]\"
  970. \t\t\t\t\t\t\t\tvalue=\"United States\"
  971. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  972. \t\t\t\t\t\t\t\tchecked
  973. \t\t\t\t\t\t\t/>
  974. \t\t\t\t\t\t\t<span>United States</span>
  975. \t\t\t\t\t\t</label>
  976. \t\t\t\t\t\t<label class=\"btn-block\">
  977. \t\t\t\t\t\t\t<input
  978. \t\t\t\t\t\t\t\ttype=\"radio\"
  979. \t\t\t\t\t\t\t\tname=\"lead[country]\"
  980. \t\t\t\t\t\t\t\tvalue=\"Canada\"
  981. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  982. \t\t\t\t\t\t\t/>
  983. \t\t\t\t\t\t\t<span>Canada</span>
  984. \t\t\t\t\t\t</label>
  985. \t\t\t\t\t\t<label class=\"btn-block\">
  986. \t\t\t\t\t\t\t<input
  987. \t\t\t\t\t\t\t\ttype=\"radio\"
  988. \t\t\t\t\t\t\t\tname=\"lead[country]\"
  989. \t\t\t\t\t\t\t\tvalue=\"European Countries\"
  990. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  991. \t\t\t\t\t\t\t/>
  992. \t\t\t\t\t\t\t<span>European Countries</span>
  993. \t\t\t\t\t\t</label>
  994. \t\t\t\t\t\t<label class=\"btn-block\">
  995. \t\t\t\t\t\t\t<input
  996. \t\t\t\t\t\t\t\ttype=\"radio\"
  997. \t\t\t\t\t\t\t\tname=\"lead[country]\"
  998. \t\t\t\t\t\t\t\tvalue=\"Other\"
  999. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  1000. \t\t\t\t\t\t\t/>
  1001. \t\t\t\t\t\t\t<span><input
  1002. \t\t\t\t\t\t\t\ttype=\"text\"
  1003. \t\t\t\t\t\t\t\tplaceholder=\"Other\"
  1004. \t\t\t\t\t\t\t\tname=\"lead[country_other]\"
  1005. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  1006. \t\t\t\t\t\t\t/></span>
  1007. \t\t\t\t\t\t</label>
  1008. \t\t\t\t\t</div>
  1009. \t\t\t\t\t
  1010. \t\t\t\t\t<div class=\"col-sm-6\">
  1011. \t\t\t\t\t\t<label class=\"btn-block\"><span>Business Type:<span style=\"color:red\"> *</span></span>
  1012. \t\t\t\t\t\t\t<select
  1013. \t\t\t\t\t\t\t\tclass=\"form-control enews-field\"
  1014. \t\t\t\t\t\t\t\tname=\"lead[business_type]\"
  1015. \t\t\t\t\t\t\t>
  1016. \t\t\t\t\t\t\t\t<option value=\"Roofing Contractor\">Roofing Contractor</option>
  1017. \t\t\t\t\t\t\t\t<option value=\"Exterior/General Contractor\">Exterior/General Contractor</option>
  1018. \t\t\t\t\t\t\t\t<option value=\"Distributor\">Distributor</option>
  1019. \t\t\t\t\t\t\t\t<option value=\"Manufacturer/Business Services\">Manufacturer/Business Services</option>
  1020. \t\t\t\t\t\t\t\t<option value=\"Other\">Other</option>
  1021. \t\t\t\t\t\t\t</select>
  1022. \t\t\t\t\t\t</label>
  1023. \t\t\t\t\t</div>
  1024. \t\t\t\t\t
  1025. \t\t\t\t\t
  1026. \t\t\t\t\t";
  1027.             // line 349
  1028.             echo "\t\t\t\t\t
  1029. \t\t\t\t\t<div class=\"col-sm-12\" ";
  1030.             // line 350
  1031.             echo " style=\"margin-top:30px;padding-left:25px;\">
  1032. \t\t\t\t\t\t<input class=\"form-check-input\" type=\"checkbox\" value=\"1\" id=\"enews\" name=\"enews\" ";
  1033.             // line 351
  1034.             echo " checked>
  1035. \t\t\t\t\t\t<label class=\"form-check-label\" for=\"enews\">
  1036. \t\t\t\t\t\t\t<span class=\"rtooltip\">Sign up for Week In Roofing? <i class=\"fa fa-info-circle\"></i>
  1037. \t\t\t\t\t\t\t\t<div class=\"rtooltiptext\" style=\"top:-30px;left:225px;width:260px;padding-left:10px;\">
  1038. \t\t\t\t\t\t\t\t\tOur weekly newsletter - an inside look <br>at the roofing industry, week by week!
  1039. \t\t\t\t\t\t\t\t</div>
  1040. \t\t\t\t\t\t\t</span>
  1041. \t\t\t\t\t\t</label>
  1042. \t\t\t\t\t</div>
  1043. \t\t\t\t\t<div class=\"col-sm-12\" style=\"margin-top:30px;padding-left:25px;\">
  1044. \t\t\t\t\t\t<input class=\"form-check-input\" type=\"checkbox\" value=\"1\" id=\"metal-enews\" name=\"metal-enews\" checked>
  1045. \t\t\t\t\t\t<label class=\"form-check-label\" for=\"metal-enews\">
  1046. \t\t\t\t\t\t\t<span class=\"rtooltip\">Sign up for Week In Metal? <i class=\"fa fa-info-circle\"></i>
  1047. \t\t\t\t\t\t\t\t<div class=\"rtooltiptext\" style=\"top:-30px;left:225px;width:260px;padding-left:10px;\">
  1048. \t\t\t\t\t\t\t\t\tOur weekly newsletter - an inside look <br>at the metal industry, week by week!
  1049. \t\t\t\t\t\t\t\t</div>
  1050. \t\t\t\t\t\t\t</span>
  1051. \t\t\t\t\t\t</label>
  1052. \t\t\t\t\t</div>
  1053. \t\t\t\t\t<div class=\"col-sm-12\" style=\"margin-top:30px;padding-left:25px;\">
  1054. \t\t\t\t\t\t<input class=\"form-check-input\" type=\"checkbox\" value=\"yes\" id=\"rclub_interest\" name=\"lead_custom[rclub_interest]\">
  1055. \t\t\t\t\t\t<label class=\"form-check-label\" for=\"rclub_interest\">
  1056. \t\t\t\t\t\t\t<span class=\"rtooltip\">Interested in R-Club? <i class=\"fa fa-info-circle\"></i>
  1057. \t\t\t\t\t\t\t\t<div class=\"rtooltiptext\" style=\"top:-30px;left:165px;width:210px;padding-left:10px;\">
  1058. \t\t\t\t\t\t\t\t\tThe most exclusive roofing contractors club in the world!
  1059. \t\t\t\t\t\t\t\t</div>
  1060. \t\t\t\t\t\t\t</span>
  1061. \t\t\t\t\t\t</label>
  1062. \t\t\t\t\t</div>
  1063. \t\t\t\t\t
  1064. \t\t\t\t\t
  1065. \t\t\t\t</div>
  1066. \t\t\t\t";
  1067.             // line 398
  1068.             echo "\t\t\t";
  1069.             // line 399
  1070.             echo "\t\t</div>
  1071. \t</div>
  1072.     
  1073.     
  1074. \t";
  1075.         }
  1076.         // line 404
  1077.         echo "\t
  1078. \t
  1079. \t";
  1080.         // line 406
  1081.         if (( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'406$this->source); })()), "user", [], "any"falsefalsefalse406)) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'406$this->source); })()), "user", [], "any"falsefalsefalse406), "isMember", [], "method"falsefalsefalse406))) {
  1082.             // line 407
  1083.             echo "\t\t<h4><center>You're already a member, thank you!</center><h4> ";
  1084.             // line 408
  1085.             echo "\t";
  1086.         } else {
  1087.             // line 409
  1088.             echo "\t\t
  1089. \t\t";
  1090.             // line 410
  1091.             $context['_parent'] = $context;
  1092.             $context['_seq'] = twig_ensure_traversable((isset($context["products"]) || array_key_exists("products"$context) ? $context["products"] : (function () { throw new RuntimeError('Variable "products" does not exist.'410$this->source); })()));
  1093.             foreach ($context['_seq'] as $context["_key"] => $context["product"]) {
  1094.                 // line 411
  1095.                 echo "\t\t\t<label class=\"d-block\">
  1096. \t\t\t\t<table class=\"table\">
  1097. \t\t\t\t\t<tr>
  1098. \t\t\t\t\t\t<td style=\"width: 1px\">
  1099. \t\t\t\t\t\t<input
  1100. \t\t\t\t\t\t\tname=\"club_product_id\"
  1101. \t\t\t\t\t\t\ttype=\"radio\"
  1102. \t\t\t\t\t\t\tvalue=\"";
  1103.                 // line 418
  1104.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["product"], "getId", [], "method"falsefalsefalse418), "html"nulltrue);
  1105.                 echo "\"
  1106. \t\t\t\t\t\t\trequired
  1107. \t\t\t\t\t\t/>
  1108. \t\t\t\t\t\t</td>
  1109. \t\t\t\t\t\t<td>
  1110. \t\t\t\t\t\t\t<h5 class=\"m-0 p-0\">";
  1111.                 // line 423
  1112.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["product"], "getTitle", [], "method"falsefalsefalse423), "html"nulltrue);
  1113.                 echo "</h5>
  1114. \t\t\t\t\t\t\t";
  1115.                 // line 424
  1116.                 echo twig_get_attribute($this->env$this->source$context["product"], "getDescription", [], "method"falsefalsefalse424);
  1117.                 echo "<br />
  1118. \t\t\t\t\t\t\t<strong>";
  1119.                 // line 425
  1120.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["product"], "getFullPrice", [], "method"falsefalsefalse425), "html"nulltrue);
  1121.                 echo "</strong>
  1122. \t\t\t\t\t\t</td>
  1123. \t\t\t\t\t</tr>
  1124. \t\t\t\t</table>
  1125. \t\t\t</label>
  1126. \t\t";
  1127.             }
  1128.             $_parent $context['_parent'];
  1129.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['product'], $context['_parent'], $context['loop']);
  1130.             $context array_intersect_key($context$_parent) + $_parent;
  1131.             // line 431
  1132.             echo "\t\t<div class=\"form-row g-recaptcha\" data-sitekey=\"6LeEIlMUAAAAAGhdmJJLdJHPxaWx2GqBjber5n6B\" required></div>
  1133. \t\t<center>
  1134. \t\t<button
  1135. \t\t\tclass=\"btn btn-primary\"
  1136. \t\t\ttype=\"submit\"
  1137. \t\t>Become a Member</button>
  1138. \t\t</center>
  1139. \t\t<br>
  1140. \t\t<p>Each directory offers the ability to list your company name, logo (that links to your website), company description, corporate address, phone number, email address and links to your website, Facebook, X, LinkedIn, Instagram, and YouTube pages. You can also add unlimited keywords to be searched by in the directory and the website at large. This listing will be featured on future in the RoofersCoffeeShop directory.</p>
  1141. \t\t<p>Please contact our R-Club Coordinator, Alex Tolle, with any questions or if you need any assistance signing up.</p>
  1142. \t\t<p>*Standard Directory included with Company Membership only.</p>
  1143. \t\t<p>**Interactive Directory included with Premium Contractors Membership only.</p>
  1144. \t\t</p>
  1145. \t";
  1146.         }
  1147.         // line 445
  1148.         echo "\t\t
  1149. \t";
  1150.         // line 447
  1151.         echo "\t
  1152. </form>
  1153. <hr style=\"margin-top:20px;margin-bottom:35px;\">
  1154. <div>
  1155. \t";
  1156.         // line 451
  1157.         echo $this->extensions['App\Twig\RCSExtension']->wordpress(twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'451$this->source); })()), "getContentFull", [], "method"falsefalsefalse451));
  1158.         echo "
  1159. </div>
  1160. <script>
  1161. \t(function (\$) {
  1162. \t\t\$(function () {
  1163. \t\t\t\$(\"input[name\$='signType']\").prop('checked', false);
  1164. \t\t\t
  1165. \t\t\t \$(\"input[name\$='signType']\").change(function() {
  1166. \t\t\t\tvar signType = \$(this).val();
  1167. \t\t\t\tif(signType == \"signIn\") {
  1168. \t\t\t\t\t
  1169. \t\t\t\t\t\$(\"#signInSection > input\").each(function() {
  1170. \t\t\t\t\t\t\$(this).prop('required',true);
  1171. \t\t\t\t\t});
  1172. \t\t\t\t\t\$(\"#signUpSection > input\").each(function() {
  1173. \t\t\t\t\t\t\$(this).prop('required',false);
  1174. \t\t\t\t\t});
  1175. \t\t\t\t\t\$(\"#signInSection\").show();
  1176. \t\t\t\t\t\$(\"#signUpSection\").hide();
  1177. \t\t\t\t} else if(signType == \"signUp\") {
  1178. \t\t\t\t\t\$(\"#signInSection > input\").each(function() {
  1179. \t\t\t\t\t\t\$(this).prop('required',false);
  1180. \t\t\t\t\t});
  1181. \t\t\t\t\t\$(\"#signUpSection > input\").each(function() {
  1182. \t\t\t\t\t\tif(\$(this).attr('name') != 'lead[address2]' && \$(this).attr('name') != 'lead[phone]') {
  1183. \t\t\t\t\t\t\t\$(this).prop('required',true);
  1184. \t\t\t\t\t\t}
  1185. \t\t\t\t\t});
  1186. \t\t\t\t\t\$(\"#signInSection\").hide();
  1187. \t\t\t\t\t\$(\"#signUpSection\").show();
  1188. \t\t\t\t}
  1189. \t\t\t});
  1190. \t\t});
  1191. \t}(jQuery));
  1192. </script>
  1193. ";
  1194.         
  1195.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1196.         
  1197.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1198.     }
  1199.     // line 497
  1200.     public function block_sidebar($context, array $blocks = [])
  1201.     {
  1202.         $macros $this->macros;
  1203.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1204.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sidebar"));
  1205.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1206.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sidebar"));
  1207.         // line 498
  1208.         echo "\t";
  1209.         $this->loadTemplate("includes/sidebar.html.twig""forms/rcs-club-sign-up.html.twig"498)->display($context);
  1210.         
  1211.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1212.         
  1213.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1214.     }
  1215.     public function getTemplateName()
  1216.     {
  1217.         return "forms/rcs-club-sign-up.html.twig";
  1218.     }
  1219.     public function isTraitable()
  1220.     {
  1221.         return false;
  1222.     }
  1223.     public function getDebugInfo()
  1224.     {
  1225.         return array (  1291 => 498,  1281 => 497,  1225 => 451,  1219 => 447,  1216 => 445,  1200 => 431,  1188 => 425,  1184 => 424,  1180 => 423,  1172 => 418,  1163 => 411,  1159 => 410,  1156 => 409,  1153 => 408,  1151 => 407,  1149 => 406,  1145 => 404,  1138 => 399,  1136 => 398,  1099 => 351,  1096 => 350,  1093 => 349,  1010 => 267,  1004 => 265,  996 => 259,  984 => 252,  980 => 250,  973 => 244,  966 => 240,  952 => 229,  938 => 218,  924 => 207,  910 => 196,  874 => 163,  858 => 150,  843 => 138,  829 => 127,  817 => 117,  815 => 116,  808 => 110,  806 => 109,  778 => 79,  776 => 78,  762 => 65,  751 => 51,  740 => 36,  738 => 35,  733 => 32,  728 => 30,  723 => 29,  716 => 28,  714 => 27,  711 => 26,  705 => 24,  703 => 23,  700 => 22,  697 => 21,  694 => 20,  692 => 19,  689 => 18,  682 => 15,  678 => 13,  676 => 12,  673 => 11,  671 => 10,  666 => 9,  664 => 8,  661 => 7,  651 => 6,  628 => 5,  73 => 502,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  1226.     }
  1227.     public function getSourceContext()
  1228.     {
  1229.         return new Source("{% extends \"base.html.twig\" %}
  1230. {% block body %}
  1231. {% embed \"1-col-sidebar.html.twig\" %}
  1232. {% block column %}
  1233. \t{% if message is defined and message %}
  1234.         <div class=\"alert alert-{{ message.type }}\">
  1235.         {% if message.type == 'warning' %}
  1236.             <i class=\"fa fa-exclamation-triangle\"></i> 
  1237.         {% elseif message.type == 'success' %}
  1238.             <i class=\"fa fa-check\"></i> 
  1239.         {% endif %}
  1240.         {{ message.text | raw}}
  1241.         </div>
  1242.     {% endif %}
  1243. \t{% if site_code == constant(\"App\\\\Entity\\\\Content::SITE_RCS\") %}
  1244. \t\t{% include  \"includes/curtain-ads/rclub.html.twig\" %}
  1245. \t{% endif %}
  1246. {% if content.getShowTitle() %}
  1247. \t<h1>{{ content.getTitle() | raw }}</h1>
  1248. {% endif %}
  1249. {% if content.getFeaturedImageTag() %}
  1250. \t{% if content.getMediaURL() %}<a href=\"{{content.getMediaURL()}}\">{% endif %}
  1251. \t\t{{ content.getFeaturedImageTag(\"display-block\",\"\")|raw }}
  1252. \t\t{% if content.getMediaURL() %}</a>{% endif %}
  1253. {% endif %}
  1254. <form id=\"rcsclubform\" method=\"post\" action=\"\" enctype=\"multipart/form-data\" style=\"margin-top:20px;\">
  1255. \t
  1256. \t{% if app.user is empty %}
  1257. \t<div class=\"row mb-3\">
  1258. \t\t<div class=\"col-md-12\">
  1259. \t\t\t<div class=\"alert alert-info\">
  1260. \t\t\t\t<i class=\"fa fa-info\"></i> 
  1261. \t\t\t\t A user account is required to continue. If you don't have an account, you can create one below.<br>Your account details will be confirmed via e-mail. <!-- ' -->
  1262. \t\t\t</div>
  1263. \t\t</div>
  1264. \t\t<div class=\"col-md-6\" style=\"margin-top:0px;\">
  1265. \t\t\t{#
  1266. \t\t\t<strong>Have an Account?</strong>
  1267. \t\t\t<div class=\"\">
  1268. \t\t\t\t<a class=\"button text-white\" href=\"/sign-in\"><i class=\"fa fa-key\"></i> Sign In</a>
  1269. \t\t\t</div>
  1270. \t\t\t#}
  1271. \t\t\t<strong>Have an Account?</strong>
  1272. \t\t\t<div class=\"form-check\">
  1273. \t\t\t\t<input class=\"form-check-input\" type=\"radio\" name=\"signType\" id=\"signInRadio\" value=\"signIn\" required>
  1274. \t\t\t\t<label class=\"form-check-label\" for=\"signInRadio\">
  1275. \t\t\t\t\tSign In
  1276. \t\t\t\t</label>
  1277. \t\t\t</div>
  1278. \t\t</div>
  1279. \t\t<div class=\"col-md-6\">
  1280. \t\t\t{#<strong>First Time User?</strong>
  1281. \t\t\t<div class=\"\">
  1282. \t\t\t\t<a class=\"button text-white\" href=\"/sign-up\"><i class=\"fa fa-key\"></i> Sign Up</a>
  1283. \t\t\t</div>
  1284. \t\t\t#}
  1285. \t\t\t<strong>First Time User?</strong>
  1286. \t\t\t<div class=\"form-check\">
  1287. \t\t\t\t<input class=\"form-check-input\" type=\"radio\" name=\"signType\" id=\"signUpRadio\" value=\"signUp\" required>
  1288. \t\t\t\t<label class=\"form-check-label\" for=\"signUpRadio\">
  1289. \t\t\t\t\tSign Up
  1290. \t\t\t\t</label>
  1291. \t\t\t</div>
  1292. \t\t</div>
  1293. \t</div>
  1294. \t<div class=\"row mb-3\" id=\"signInSection\" style=\"display:none;\">
  1295. \t\t<div class=\"col-md-12\">
  1296. \t\t\t{#<form action=\"/sign-in\" method=\"post\">#}
  1297. \t\t\t{#<form id=\"rcsclubform\" method=\"post\" action=\"\" enctype=\"multipart/form-data\">#}
  1298. \t\t\t\t
  1299. \t\t\t\t<input type=\"hidden\" id=\"signin\" name=\"signin\" value=\"1\">
  1300. \t\t\t\t<div class=\"row\">
  1301. \t\t\t\t\t<div class=\"col-sm-6\">
  1302. \t\t\t\t\t\t<label class=\"btn-block\">Username or Email Address
  1303. \t\t\t\t\t\t\t<input 
  1304. \t\t\t\t\t\t\t\tclass=\"form-control\" 
  1305. \t\t\t\t\t\t\t\ttype=\"text\" 
  1306. \t\t\t\t\t\t\t\tname=\"_username\" 
  1307. \t\t\t\t\t\t\t\tplaceholder=\"Your Username or Email Address\"
  1308. \t\t\t\t\t\t\t/>
  1309. \t\t\t\t\t\t</label>
  1310. \t\t\t\t\t</div>
  1311. \t\t\t\t\t<div class=\"col-sm-6\">
  1312. \t\t\t\t\t\t<label class=\"btn-block\">Password
  1313. \t\t\t\t\t\t\t<input 
  1314. \t\t\t\t\t\t\t\tclass=\"form-control\" 
  1315. \t\t\t\t\t\t\t\ttype=\"password\" 
  1316. \t\t\t\t\t\t\t\tname=\"_password\" 
  1317. \t\t\t\t\t\t\t\tplaceholder=\"Your Password\"
  1318. \t\t\t\t\t\t\t/>
  1319. \t\t\t\t\t\t</label>
  1320. \t\t\t\t\t</div>
  1321. \t\t\t\t</div>
  1322. \t\t\t\t
  1323. \t\t\t\t{#<button 
  1324. \t\t\t\t\ttype=\"submit\" 
  1325. \t\t\t\t\tclass=\"btn btn-secondary text-white bg-dark mt-2\"
  1326. \t\t\t\t>Sign In</button>#}
  1327. \t\t\t{#</form>#}
  1328. \t\t</div>
  1329. \t</div>
  1330. \t<div class=\"row mb-3\" id=\"signUpSection\" style=\"display:none;\">
  1331. \t\t<div class=\"col-md-12\">
  1332. \t\t\t{#<form method=\"post\" action=\"\">#}
  1333. \t\t\t{#<form id=\"rcsclubform\" method=\"post\" action=\"\" enctype=\"multipart/form-data\">#}
  1334. \t\t\t\t<input type=\"hidden\" id=\"site-signup\" name=\"site-signup\" value=\"1\">
  1335. \t\t\t\t
  1336. \t\t\t\t<div class=\"row\">
  1337. \t\t\t\t\t<div class=\"col-sm-6\">
  1338. \t\t\t\t\t\t<label class=\"btn-block\"><span>First Name:<span style=\"color:red\"> *</span></span>
  1339. \t\t\t\t\t\t\t<input
  1340. \t\t\t\t\t\t\t\tclass=\"form-control\"
  1341. \t\t\t\t\t\t\t\ttype=\"text\"
  1342. \t\t\t\t\t\t\t\tname=\"lead[firstname]\"
  1343. \t\t\t\t\t\t\t\tplaceholder=\"Your First Name\"
  1344. \t\t\t\t\t\t\t\tvalue=\"{{ firstname is defined ? firstname : '' }}\"
  1345. \t\t\t\t\t\t\t/>
  1346. \t\t\t\t\t\t</label>\t
  1347. \t\t\t\t\t</div>
  1348. \t\t\t\t\t<div class=\"col-sm-6\">
  1349. \t\t\t\t\t\t<label class=\"btn-block\"><span>Last Name:<span style=\"color:red\"> *</span></span>
  1350. \t\t\t\t\t\t\t<input
  1351. \t\t\t\t\t\t\t\tclass=\"form-control\"
  1352. \t\t\t\t\t\t\t\ttype=\"text\"
  1353. \t\t\t\t\t\t\t\tname=\"lead[lastname]\"
  1354. \t\t\t\t\t\t\t\tplaceholder=\"Your Last Name\"
  1355. \t\t\t\t\t\t\t\tvalue=\"{{ lastname is defined ? lastname : '' }}\"
  1356. \t\t\t\t\t\t\t/>
  1357. \t\t\t\t\t\t</label>
  1358. \t\t\t\t\t</div>
  1359. \t\t\t\t\t
  1360. \t\t\t\t\t<div class=\"col-sm-6\">
  1361. \t\t\t\t\t\t<label class=\"btn-block\">Your Username<span style=\"color:red\"> *</span>
  1362. \t\t\t\t\t\t\t<input
  1363. \t\t\t\t\t\t\t\tclass=\"form-control\"
  1364. \t\t\t\t\t\t\t\ttype=\"text\"
  1365. \t\t\t\t\t\t\t\tname=\"lead[username]\"
  1366. \t\t\t\t\t\t\t\tplaceholder=\"Your Username\"
  1367. \t\t\t\t\t\t\t\tvalue=\"{{ username is defined ? username : '' }}\"
  1368. \t\t\t\t\t\t\t/>
  1369. \t\t\t\t\t\t</label>
  1370. \t\t\t\t\t\t<span><i class=\"fa fa-exclamation-triangle\"></i> Username must be greater than 5 characters in length.</span>
  1371. \t\t\t\t\t</div>
  1372. \t\t\t\t\t<div class=\"col-sm-6\">
  1373. \t\t\t\t\t\t<label class=\"btn-block\">Your E-mail Address<span style=\"color:red\"> *</span>
  1374. \t\t\t\t\t\t\t<input
  1375. \t\t\t\t\t\t\t\tclass=\"form-control\"
  1376. \t\t\t\t\t\t\t\ttype=\"text\"
  1377. \t\t\t\t\t\t\t\tname=\"lead[email]\"
  1378. \t\t\t\t\t\t\t\tplaceholder=\"Your E-mail Address\"
  1379. \t\t\t\t\t\t\t\tvalue=\"{{ email is defined ? email : '' }}\"
  1380. \t\t\t\t\t\t\t/>
  1381. \t\t\t\t\t\t</label>
  1382. \t\t\t\t\t</div>
  1383. \t\t\t\t\t
  1384. \t\t\t\t\t<div class=\"col-sm-6\">
  1385. \t\t\t\t\t\t<label class=\"btn-block\">Your Password<span style=\"color:red\"> *</span>
  1386. \t\t\t\t\t\t\t<input
  1387. \t\t\t\t\t\t\t\tclass=\"form-control\"
  1388. \t\t\t\t\t\t\t\ttype=\"password\"
  1389. \t\t\t\t\t\t\t\tname=\"password1\"
  1390. \t\t\t\t\t\t\t\tplaceholder=\"Your Password\"
  1391. \t\t\t\t\t\t\t/>
  1392. \t\t\t\t\t\t</label>
  1393. \t\t\t\t\t</div>
  1394. \t\t\t\t\t<div class=\"col-sm-6\">
  1395. \t\t\t\t\t\t<label class=\"btn-block\">Confirm Password<span style=\"color:red\"> *</span>
  1396. \t\t\t\t\t\t\t<input
  1397. \t\t\t\t\t\t\t\tclass=\"form-control\"
  1398. \t\t\t\t\t\t\t\ttype=\"password\"
  1399. \t\t\t\t\t\t\t\tname=\"password2\"
  1400. \t\t\t\t\t\t\t\tplaceholder=\"Confirm Your Password\"
  1401. \t\t\t\t\t\t\t/>
  1402. \t\t\t\t\t\t</label>
  1403. \t\t\t\t\t</div>
  1404. \t\t\t\t\t
  1405. \t\t\t\t\t<div class=\"col-sm-6\">
  1406. \t\t\t\t\t\t<label class=\"btn-block\">Address Line 1<span style=\"color:red\"> *</span>
  1407. \t\t\t\t\t\t\t<input
  1408. \t\t\t\t\t\t\t\tclass=\"form-control\"
  1409. \t\t\t\t\t\t\t\ttype=\"text\"
  1410. \t\t\t\t\t\t\t\tname=\"lead[address1]\"
  1411. \t\t\t\t\t\t\t\tplaceholder=\"Your Address Line 1\"
  1412. \t\t\t\t\t\t\t\tvalue=\"{{ address1 is defined ? firstname : '' }}\"
  1413. \t\t\t\t\t\t\t/>
  1414. \t\t\t\t\t\t</label>
  1415. \t\t\t\t\t</div>
  1416. \t\t\t\t\t<div class=\"col-sm-6\">
  1417. \t\t\t\t\t\t<label class=\"btn-block\">Address Line 2<span style=\"color:red\"></span>
  1418. \t\t\t\t\t\t\t<input
  1419. \t\t\t\t\t\t\t\tclass=\"form-control\"
  1420. \t\t\t\t\t\t\t\ttype=\"text\"
  1421. \t\t\t\t\t\t\t\tname=\"lead[address2]\"
  1422. \t\t\t\t\t\t\t\tplaceholder=\"Your Address Line 2\"
  1423. \t\t\t\t\t\t\t\tvalue=\"{{ address2 is defined ? firstname : '' }}\"
  1424. \t\t\t\t\t\t\t/>
  1425. \t\t\t\t\t\t</label>
  1426. \t\t\t\t\t</div>
  1427. \t\t\t\t\t<div class=\"col-sm-6\">
  1428. \t\t\t\t\t\t<label class=\"btn-block\">City<span style=\"color:red\"> *</span>
  1429. \t\t\t\t\t\t\t<input
  1430. \t\t\t\t\t\t\t\tclass=\"form-control\"
  1431. \t\t\t\t\t\t\t\ttype=\"text\"
  1432. \t\t\t\t\t\t\t\tname=\"lead[city]\"
  1433. \t\t\t\t\t\t\t\tplaceholder=\"Your City\"
  1434. \t\t\t\t\t\t\t\tvalue=\"{{ city is defined ? firstname : '' }}\"
  1435. \t\t\t\t\t\t\t/>
  1436. \t\t\t\t\t\t</label>
  1437. \t\t\t\t\t</div>
  1438. \t\t\t\t\t<div class=\"col-sm-6\">
  1439. \t\t\t\t\t\t<label class=\"btn-block\">State / Region<span style=\"color:red\"> *</span>
  1440. \t\t\t\t\t\t\t<input
  1441. \t\t\t\t\t\t\t\tclass=\"form-control\"
  1442. \t\t\t\t\t\t\t\ttype=\"text\"
  1443. \t\t\t\t\t\t\t\tname=\"lead[state]\"
  1444. \t\t\t\t\t\t\t\tplaceholder=\"Your State / Region\"
  1445. \t\t\t\t\t\t\t\tvalue=\"{{ state is defined ? firstname : '' }}\"
  1446. \t\t\t\t\t\t\t/>
  1447. \t\t\t\t\t\t</label>
  1448. \t\t\t\t\t</div>
  1449. \t\t\t\t\t<div class=\"col-sm-6\">
  1450. \t\t\t\t\t\t<label class=\"btn-block\">Zip Code<span style=\"color:red\"> *</span>
  1451. \t\t\t\t\t\t\t<input
  1452. \t\t\t\t\t\t\t\tclass=\"form-control\"
  1453. \t\t\t\t\t\t\t\ttype=\"text\"
  1454. \t\t\t\t\t\t\t\tname=\"lead[zip]\"
  1455. \t\t\t\t\t\t\t\tplaceholder=\"Your Zip Code\"
  1456. \t\t\t\t\t\t\t\tvalue=\"{{ zip is defined ? firstname : '' }}\"
  1457. \t\t\t\t\t\t\t/>
  1458. \t\t\t\t\t\t</label>
  1459. \t\t\t\t\t</div>
  1460. \t\t\t\t\t<div class=\"col-sm-6\" id=\"outer-company-div\" {#style=\"display:none;\"#}>
  1461. \t\t\t\t\t\t<label class=\"btn-block\">Company<span style=\"color:red\"> *</span>
  1462. \t\t\t\t\t\t\t<input
  1463. \t\t\t\t\t\t\t\tclass=\"form-control\"
  1464. \t\t\t\t\t\t\t\ttype=\"text\"
  1465. \t\t\t\t\t\t\t\t{#name=\"lead[company_inactive]\"#}
  1466. \t\t\t\t\t\t\t\tname=\"lead[company]\"
  1467. \t\t\t\t\t\t\t\tplaceholder=\"Your Company\"
  1468. \t\t\t\t\t\t\t\tvalue=\"{% if company is defined %}{{company}}{% endif %}\"
  1469. \t\t\t\t\t\t\t\tid=\"company1\"
  1470. \t\t\t\t\t\t\t/>
  1471. \t\t\t\t\t\t</label>
  1472. \t\t\t\t\t</div>
  1473. \t\t\t\t\t
  1474. \t\t\t\t\t<div class=\"col-sm-6\">
  1475. \t\t\t\t\t\t<label class=\"btn-block\"><span>Phone Number:{#<span style=\"color:red\"> *</span>#}</span>
  1476. \t\t\t\t\t\t\t<input
  1477. \t\t\t\t\t\t\t\ttype=\"text\"
  1478. \t\t\t\t\t\t\t\tclass=\"form-control enews-field\"
  1479. \t\t\t\t\t\t\t\tplaceholder=\"Your Phone Number\"
  1480. \t\t\t\t\t\t\t\tname=\"lead[phone]\"
  1481. \t\t\t\t\t\t\t\tvalue=\"{% if phone is defined %}{{phone}}{% endif %}\"
  1482. \t\t\t\t\t\t\t\t{#required#}
  1483. \t\t\t\t\t\t\t/>
  1484. \t\t\t\t\t\t</label>
  1485. \t\t\t\t\t</div>
  1486. \t\t\t\t\t
  1487. \t\t\t\t\t<div class=\"col-sm-6\">
  1488. \t\t\t\t\t\t<label class=\"btn-block\"><span>Type of Work Performed:<span style=\"color:red\"> *</span></span>
  1489. \t\t\t\t\t\t\t<select
  1490. \t\t\t\t\t\t\t\tclass=\"form-control enews-field\"
  1491. \t\t\t\t\t\t\t\tname=\"lead[contractor_type]\"
  1492. \t\t\t\t\t\t\t>
  1493. \t\t\t\t\t\t\t<option value=\"Primarily Commercial\">Primarily Commercial</option>
  1494. \t\t\t\t\t\t\t<option value=\"Primarily Residential\">Primarily Residential</option>
  1495. \t\t\t\t\t\t\t<option value=\"Both\">Both</option>
  1496. \t\t\t\t\t\t\t<option value=\"Other\">Other</option>
  1497. \t\t\t\t\t\t\t<option value=\"Not a Contractor\">Not a Contractor</option>
  1498. \t\t\t\t\t\t\t</select>
  1499. \t\t\t\t\t\t</label>
  1500. \t\t\t\t\t</div>
  1501. \t\t\t\t\t
  1502. \t\t\t\t\t<div class=\"col-sm-6\">
  1503. \t\t\t\t\t\t<label class=\"btn-block\"><span>Country:<span style=\"color:red\"> *</span></span></label>
  1504. \t\t\t\t\t\t<label class=\"btn-block\">
  1505. \t\t\t\t\t\t\t<input
  1506. \t\t\t\t\t\t\t\ttype=\"radio\"
  1507. \t\t\t\t\t\t\t\tname=\"lead[country]\"
  1508. \t\t\t\t\t\t\t\tvalue=\"United States\"
  1509. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  1510. \t\t\t\t\t\t\t\tchecked
  1511. \t\t\t\t\t\t\t/>
  1512. \t\t\t\t\t\t\t<span>United States</span>
  1513. \t\t\t\t\t\t</label>
  1514. \t\t\t\t\t\t<label class=\"btn-block\">
  1515. \t\t\t\t\t\t\t<input
  1516. \t\t\t\t\t\t\t\ttype=\"radio\"
  1517. \t\t\t\t\t\t\t\tname=\"lead[country]\"
  1518. \t\t\t\t\t\t\t\tvalue=\"Canada\"
  1519. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  1520. \t\t\t\t\t\t\t/>
  1521. \t\t\t\t\t\t\t<span>Canada</span>
  1522. \t\t\t\t\t\t</label>
  1523. \t\t\t\t\t\t<label class=\"btn-block\">
  1524. \t\t\t\t\t\t\t<input
  1525. \t\t\t\t\t\t\t\ttype=\"radio\"
  1526. \t\t\t\t\t\t\t\tname=\"lead[country]\"
  1527. \t\t\t\t\t\t\t\tvalue=\"European Countries\"
  1528. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  1529. \t\t\t\t\t\t\t/>
  1530. \t\t\t\t\t\t\t<span>European Countries</span>
  1531. \t\t\t\t\t\t</label>
  1532. \t\t\t\t\t\t<label class=\"btn-block\">
  1533. \t\t\t\t\t\t\t<input
  1534. \t\t\t\t\t\t\t\ttype=\"radio\"
  1535. \t\t\t\t\t\t\t\tname=\"lead[country]\"
  1536. \t\t\t\t\t\t\t\tvalue=\"Other\"
  1537. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  1538. \t\t\t\t\t\t\t/>
  1539. \t\t\t\t\t\t\t<span><input
  1540. \t\t\t\t\t\t\t\ttype=\"text\"
  1541. \t\t\t\t\t\t\t\tplaceholder=\"Other\"
  1542. \t\t\t\t\t\t\t\tname=\"lead[country_other]\"
  1543. \t\t\t\t\t\t\t\tclass=\"enews-field\"
  1544. \t\t\t\t\t\t\t/></span>
  1545. \t\t\t\t\t\t</label>
  1546. \t\t\t\t\t</div>
  1547. \t\t\t\t\t
  1548. \t\t\t\t\t<div class=\"col-sm-6\">
  1549. \t\t\t\t\t\t<label class=\"btn-block\"><span>Business Type:<span style=\"color:red\"> *</span></span>
  1550. \t\t\t\t\t\t\t<select
  1551. \t\t\t\t\t\t\t\tclass=\"form-control enews-field\"
  1552. \t\t\t\t\t\t\t\tname=\"lead[business_type]\"
  1553. \t\t\t\t\t\t\t>
  1554. \t\t\t\t\t\t\t\t<option value=\"Roofing Contractor\">Roofing Contractor</option>
  1555. \t\t\t\t\t\t\t\t<option value=\"Exterior/General Contractor\">Exterior/General Contractor</option>
  1556. \t\t\t\t\t\t\t\t<option value=\"Distributor\">Distributor</option>
  1557. \t\t\t\t\t\t\t\t<option value=\"Manufacturer/Business Services\">Manufacturer/Business Services</option>
  1558. \t\t\t\t\t\t\t\t<option value=\"Other\">Other</option>
  1559. \t\t\t\t\t\t\t</select>
  1560. \t\t\t\t\t\t</label>
  1561. \t\t\t\t\t</div>
  1562. \t\t\t\t\t
  1563. \t\t\t\t\t
  1564. \t\t\t\t\t{#<h6>2. Add the \"Week In Roofing\" E-news</h6>#}
  1565. \t\t\t\t\t
  1566. \t\t\t\t\t<div class=\"col-sm-12\" {# class=\"form-check\" #} style=\"margin-top:30px;padding-left:25px;\">
  1567. \t\t\t\t\t\t<input class=\"form-check-input\" type=\"checkbox\" value=\"1\" id=\"enews\" name=\"enews\" {#onclick=\"clickEnews()\"#} checked>
  1568. \t\t\t\t\t\t<label class=\"form-check-label\" for=\"enews\">
  1569. \t\t\t\t\t\t\t<span class=\"rtooltip\">Sign up for Week In Roofing? <i class=\"fa fa-info-circle\"></i>
  1570. \t\t\t\t\t\t\t\t<div class=\"rtooltiptext\" style=\"top:-30px;left:225px;width:260px;padding-left:10px;\">
  1571. \t\t\t\t\t\t\t\t\tOur weekly newsletter - an inside look <br>at the roofing industry, week by week!
  1572. \t\t\t\t\t\t\t\t</div>
  1573. \t\t\t\t\t\t\t</span>
  1574. \t\t\t\t\t\t</label>
  1575. \t\t\t\t\t</div>
  1576. \t\t\t\t\t<div class=\"col-sm-12\" style=\"margin-top:30px;padding-left:25px;\">
  1577. \t\t\t\t\t\t<input class=\"form-check-input\" type=\"checkbox\" value=\"1\" id=\"metal-enews\" name=\"metal-enews\" checked>
  1578. \t\t\t\t\t\t<label class=\"form-check-label\" for=\"metal-enews\">
  1579. \t\t\t\t\t\t\t<span class=\"rtooltip\">Sign up for Week In Metal? <i class=\"fa fa-info-circle\"></i>
  1580. \t\t\t\t\t\t\t\t<div class=\"rtooltiptext\" style=\"top:-30px;left:225px;width:260px;padding-left:10px;\">
  1581. \t\t\t\t\t\t\t\t\tOur weekly newsletter - an inside look <br>at the metal industry, week by week!
  1582. \t\t\t\t\t\t\t\t</div>
  1583. \t\t\t\t\t\t\t</span>
  1584. \t\t\t\t\t\t</label>
  1585. \t\t\t\t\t</div>
  1586. \t\t\t\t\t<div class=\"col-sm-12\" style=\"margin-top:30px;padding-left:25px;\">
  1587. \t\t\t\t\t\t<input class=\"form-check-input\" type=\"checkbox\" value=\"yes\" id=\"rclub_interest\" name=\"lead_custom[rclub_interest]\">
  1588. \t\t\t\t\t\t<label class=\"form-check-label\" for=\"rclub_interest\">
  1589. \t\t\t\t\t\t\t<span class=\"rtooltip\">Interested in R-Club? <i class=\"fa fa-info-circle\"></i>
  1590. \t\t\t\t\t\t\t\t<div class=\"rtooltiptext\" style=\"top:-30px;left:165px;width:210px;padding-left:10px;\">
  1591. \t\t\t\t\t\t\t\t\tThe most exclusive roofing contractors club in the world!
  1592. \t\t\t\t\t\t\t\t</div>
  1593. \t\t\t\t\t\t\t</span>
  1594. \t\t\t\t\t\t</label>
  1595. \t\t\t\t\t</div>
  1596. \t\t\t\t\t
  1597. \t\t\t\t\t
  1598. \t\t\t\t</div>
  1599. \t\t\t\t{#
  1600. \t\t\t\t<div style=\"text-align:center;\">
  1601. \t\t\t\t\t<button
  1602. \t\t\t\t\t\ttype=\"submit\" 
  1603. \t\t\t\t\t\tclass=\"btn btn-secondary mt-2\"
  1604. \t\t\t\t\t\tstyle=\"font-size: 22px;\"
  1605. \t\t\t\t\t>Sign Up</button>
  1606. \t\t\t\t</div>
  1607. \t\t\t\t
  1608. \t\t\t\t<br>
  1609. \t\t\t\t<p>*Please check your spam folder if you don't receive an activation e-mail after several minutes. Contact us at info@rooferscoffeeshop.com if you need any additional help.</p>
  1610. \t\t\t\t#}
  1611. \t\t\t{#</form>#}
  1612. \t\t</div>
  1613. \t</div>
  1614.     
  1615.     
  1616. \t{% endif %}
  1617. \t
  1618. \t
  1619. \t{% if app.user is not empty and app.user.isMember() %}
  1620. \t\t<h4><center>You're already a member, thank you!</center><h4> {# ' #}
  1621. \t{% else %}
  1622. \t\t
  1623. \t\t{% for product in products %}
  1624. \t\t\t<label class=\"d-block\">
  1625. \t\t\t\t<table class=\"table\">
  1626. \t\t\t\t\t<tr>
  1627. \t\t\t\t\t\t<td style=\"width: 1px\">
  1628. \t\t\t\t\t\t<input
  1629. \t\t\t\t\t\t\tname=\"club_product_id\"
  1630. \t\t\t\t\t\t\ttype=\"radio\"
  1631. \t\t\t\t\t\t\tvalue=\"{{ product.getId() }}\"
  1632. \t\t\t\t\t\t\trequired
  1633. \t\t\t\t\t\t/>
  1634. \t\t\t\t\t\t</td>
  1635. \t\t\t\t\t\t<td>
  1636. \t\t\t\t\t\t\t<h5 class=\"m-0 p-0\">{{ product.getTitle() }}</h5>
  1637. \t\t\t\t\t\t\t{{ product.getDescription()|raw }}<br />
  1638. \t\t\t\t\t\t\t<strong>{{ product.getFullPrice() }}</strong>
  1639. \t\t\t\t\t\t</td>
  1640. \t\t\t\t\t</tr>
  1641. \t\t\t\t</table>
  1642. \t\t\t</label>
  1643. \t\t{% endfor %}
  1644. \t\t<div class=\"form-row g-recaptcha\" data-sitekey=\"6LeEIlMUAAAAAGhdmJJLdJHPxaWx2GqBjber5n6B\" required></div>
  1645. \t\t<center>
  1646. \t\t<button
  1647. \t\t\tclass=\"btn btn-primary\"
  1648. \t\t\ttype=\"submit\"
  1649. \t\t>Become a Member</button>
  1650. \t\t</center>
  1651. \t\t<br>
  1652. \t\t<p>Each directory offers the ability to list your company name, logo (that links to your website), company description, corporate address, phone number, email address and links to your website, Facebook, X, LinkedIn, Instagram, and YouTube pages. You can also add unlimited keywords to be searched by in the directory and the website at large. This listing will be featured on future in the RoofersCoffeeShop directory.</p>
  1653. \t\t<p>Please contact our R-Club Coordinator, Alex Tolle, with any questions or if you need any assistance signing up.</p>
  1654. \t\t<p>*Standard Directory included with Company Membership only.</p>
  1655. \t\t<p>**Interactive Directory included with Premium Contractors Membership only.</p>
  1656. \t\t</p>
  1657. \t{% endif %}
  1658. \t\t
  1659. \t{#{% endif %}#}
  1660. \t
  1661. </form>
  1662. <hr style=\"margin-top:20px;margin-bottom:35px;\">
  1663. <div>
  1664. \t{{ content.getContentFull() | wordpress | raw }}
  1665. </div>
  1666. <script>
  1667. \t(function (\$) {
  1668. \t\t\$(function () {
  1669. \t\t\t\$(\"input[name\$='signType']\").prop('checked', false);
  1670. \t\t\t
  1671. \t\t\t \$(\"input[name\$='signType']\").change(function() {
  1672. \t\t\t\tvar signType = \$(this).val();
  1673. \t\t\t\tif(signType == \"signIn\") {
  1674. \t\t\t\t\t
  1675. \t\t\t\t\t\$(\"#signInSection > input\").each(function() {
  1676. \t\t\t\t\t\t\$(this).prop('required',true);
  1677. \t\t\t\t\t});
  1678. \t\t\t\t\t\$(\"#signUpSection > input\").each(function() {
  1679. \t\t\t\t\t\t\$(this).prop('required',false);
  1680. \t\t\t\t\t});
  1681. \t\t\t\t\t\$(\"#signInSection\").show();
  1682. \t\t\t\t\t\$(\"#signUpSection\").hide();
  1683. \t\t\t\t} else if(signType == \"signUp\") {
  1684. \t\t\t\t\t\$(\"#signInSection > input\").each(function() {
  1685. \t\t\t\t\t\t\$(this).prop('required',false);
  1686. \t\t\t\t\t});
  1687. \t\t\t\t\t\$(\"#signUpSection > input\").each(function() {
  1688. \t\t\t\t\t\tif(\$(this).attr('name') != 'lead[address2]' && \$(this).attr('name') != 'lead[phone]') {
  1689. \t\t\t\t\t\t\t\$(this).prop('required',true);
  1690. \t\t\t\t\t\t}
  1691. \t\t\t\t\t});
  1692. \t\t\t\t\t\$(\"#signInSection\").hide();
  1693. \t\t\t\t\t\$(\"#signUpSection\").show();
  1694. \t\t\t\t}
  1695. \t\t\t});
  1696. \t\t});
  1697. \t}(jQuery));
  1698. </script>
  1699. {% endblock %}
  1700. {% block sidebar %}
  1701. \t{% include \"includes/sidebar.html.twig\" %}
  1702. {% endblock %}
  1703. {% endembed %}
  1704. {% endblock %}""forms/rcs-club-sign-up.html.twig""/var/www/vhosts/rooferscoffeeshop.com/staging.rooferscoffeeshop.com/rcs-website/templates/forms/rcs-club-sign-up.html.twig");
  1705.     }
  1706. }