";
}
public function getTemplateName()
{
return "task-form-add.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 121 => 38, 116 => 37, 112 => 36, 106 => 34, 101 => 33, 97 => 32, 91 => 30, 86 => 29, 82 => 28, 77 => 26, 73 => 25, 69 => 23, 66 => 22, 60 => 19, 55 => 18, 52 => 17, 47 => 14, 44 => 13, 39 => 10, 37 => 11, 31 => 10,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Source("", "task-form-add.twig", "/home/mgatv524/public_html/edurocha/views/task-form-add.twig");
}
}