|
38 | 38 | id=item.id %}
|
39 | 39 | {% if item.help %}
|
40 | 40 | {% include patterns/form-help.html
|
41 |
| - content=item.help %} |
| 41 | + content=item.help more=item.help_more %} |
42 | 42 | {% endif %}
|
43 | 43 | </fieldset>
|
44 | 44 | {% endif %}
|
|
114 | 114 |
|
115 | 115 | {% if item.help %}
|
116 | 116 | {% include patterns/form-help.html
|
117 |
| - content=item.help %} |
| 117 | + content=item.help more=item.help_more %} |
118 | 118 | {% endif %}
|
119 | 119 |
|
120 | 120 | {% include patterns/form-message.html message=item.message %}
|
|
147 | 147 | <br />
|
148 | 148 | {% if item.help %}
|
149 | 149 | {% include patterns/form-help.html
|
150 |
| - content=item.help %} |
| 150 | + content=item.help more=item.help_more %} |
151 | 151 | {% endif %}
|
152 | 152 | {% endif %}
|
153 | 153 |
|
|
177 | 177 |
|
178 | 178 | {% if item.help %}
|
179 | 179 | {% include patterns/form-help.html
|
180 |
| - content=item.help %} |
| 180 | + content=item.help more=item.help_more %} |
181 | 181 | {% endif %}
|
182 | 182 |
|
183 | 183 | {% include patterns/form-message.html message=item.message %}
|
|
205 | 205 | {% include patterns/form-has-changes.html %}
|
206 | 206 | {% if item.help %}
|
207 | 207 | {% include patterns/form-help.html
|
208 |
| - content=item.help %} |
| 208 | + content=item.help more=item.help_more %} |
209 | 209 | {% endif %}
|
210 | 210 | {% include patterns/form-message.html message=item.message %}
|
211 | 211 | </label>
|
|
241 | 241 |
|
242 | 242 | {% if item.help %}
|
243 | 243 | {% include patterns/form-help.html
|
244 |
| - content=item.help %} |
| 244 | + content=item.help more=item.help_more %} |
245 | 245 | {% endif %}
|
246 | 246 |
|
247 | 247 | {% include patterns/form-has-changes.html %}
|
|
275 | 275 |
|
276 | 276 | {% if item.help %}
|
277 | 277 | {% include patterns/form-help.html
|
278 |
| - content=item.help %} |
| 278 | + content=item.help more=item.help_more %} |
279 | 279 | {% endif %}
|
280 | 280 |
|
281 | 281 | {% include patterns/form-has-changes.html %}
|
|
301 | 301 | </span>
|
302 | 302 | {% if item.help %}
|
303 | 303 | {% include patterns/form-help.html
|
304 |
| - content=item.help %} |
| 304 | + content=item.help more=item.help_more %} |
305 | 305 | {% endif %}
|
306 | 306 | </fieldset>
|
307 | 307 | <br />
|
|
323 | 323 |
|
324 | 324 | {% if item.help %}
|
325 | 325 | {% include patterns/form-help.html
|
326 |
| - content=item.help %} |
| 326 | + content=item.help more=item.help_more %} |
327 | 327 | {% endif %}
|
328 | 328 |
|
329 | 329 | {% include patterns/form-has-changes.html %}
|
|
346 | 346 |
|
347 | 347 | {% if item.help %}
|
348 | 348 | {% include patterns/form-help.html
|
349 |
| - content=item.help %} |
| 349 | + content=item.help more=item.help_more %} |
350 | 350 | {% endif %}
|
351 | 351 |
|
352 | 352 | {% include patterns/form-has-changes.html %}
|
|
382 | 382 |
|
383 | 383 | {% if item.help %}
|
384 | 384 | {% include patterns/form-help.html
|
385 |
| - content=item.help %} |
| 385 | + content=item.help more=item.help_more %} |
386 | 386 | {% endif %}
|
387 | 387 |
|
388 | 388 | {% include patterns/form-has-changes.html %}
|
|
419 | 419 |
|
420 | 420 | {% if item.help %}
|
421 | 421 | {% include patterns/form-help.html
|
422 |
| - content=item.help %} |
| 422 | + content=item.help more=item.help_more %} |
423 | 423 | {% endif %}
|
424 | 424 |
|
425 | 425 | {% include patterns/form-has-changes.html %}
|
|
443 | 443 |
|
444 | 444 | {% if item.help %}
|
445 | 445 | {% include patterns/form-help.html
|
446 |
| - content=item.help %} |
| 446 | + content=item.help more=item.help_more %} |
447 | 447 | {% endif %}
|
448 | 448 |
|
449 | 449 | <br {% if item.depends %}class="pat-depends"{% endif %} {% if item.depends %}data-pat-depends="{{ item.depends }}; transition: slide"{% endif %} />
|
|
464 | 464 |
|
465 | 465 | {% if item.help %}
|
466 | 466 | {% include patterns/form-help.html
|
467 |
| - content=item.help %} |
| 467 | + content=item.help more=item.help_more %} |
468 | 468 | {% endif %}
|
469 | 469 |
|
470 | 470 | {% include patterns/form-has-changes.html %}
|
|
616 | 616 |
|
617 | 617 | {% if item.help %}
|
618 | 618 | {% include patterns/form-help.html
|
619 |
| - content=item.help %} |
| 619 | + content=item.help more=item.help_more %} |
620 | 620 | {% endif %}
|
621 | 621 |
|
622 | 622 | {% include patterns/form-has-changes.html %}
|
|
668 | 668 | <br />
|
669 | 669 | {% if item.help %}
|
670 | 670 | {% include patterns/form-help.html
|
671 |
| - content=item.help %} |
| 671 | + content=item.help more=item.help_more %} |
672 | 672 | {% endif %}
|
673 | 673 | {% endif %}
|
674 | 674 |
|
|
708 | 708 | {% endif %}
|
709 | 709 | {% if item.help %}
|
710 | 710 | {% include patterns/form-help.html
|
711 |
| - content=item.help %} |
| 711 | + content=item.help more=item.help_more %} |
712 | 712 | {% endif %}
|
713 | 713 | {% include patterns/form-has-changes.html %}
|
714 | 714 | </label>
|
|
0 commit comments