Advertisement
Guest User

samopoczucieTest.html.twig

a guest
Jul 17th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {% extends '::base.html.twig' %}
  2.  
  3. {% form_theme form _self %}
  4.  
  5. {% block radio_widget %}
  6. {% spaceless %}
  7. <br /><p>To jest dodatkowe </p><input type="radio" {{ block('widget_attributes') }}{% if value is defined %} value="{{ value }}"{% endif %}{% if checked %} checked="checked"{% endif %} />
  8. {% endspaceless %}
  9. {% endblock radio_widget %}
  10.  
  11.  
  12. {% block content %}
  13. <form>
  14. {{ form_row(form.samopoczucie) }}
  15. </form>
  16. {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement