(depth0,data)
| 659 | } |
| 660 | |
| 661 | function program13(depth0,data) { |
| 662 | |
| 663 | var buffer = "", stack1; |
| 664 | buffer += "\n <input class='parameter' minlength='0' name='"; |
| 665 | if (stack1 = helpers.name) { stack1 = stack1.call(depth0, {hash:{},data:data}); } |
| 666 | else { stack1 = depth0.name; stack1 = typeof stack1 === functionType ? stack1.apply(depth0) : stack1; } |
| 667 | buffer += escapeExpression(stack1) |
| 668 | + "' placeholder='' type='text' value=''/>\n "; |
| 669 | return buffer; |
| 670 | } |
| 671 | |
| 672 | buffer += "<td class='code'>"; |
| 673 | if (stack1 = helpers.name) { stack1 = stack1.call(depth0, {hash:{},data:data}); } |
nothing calls this directly
no outgoing calls
no test coverage detected