Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {% extends '::base.html.twig' %}
- {% form_theme form _self %}
- {% block radio_widget %}
- {% spaceless %}
- <br /><p>To jest dodatkowe </p><input type="radio" {{ block('widget_attributes') }}{% if value is defined %} value="{{ value }}"{% endif %}{% if checked %} checked="checked"{% endif %} />
- {% endspaceless %}
- {% endblock radio_widget %}
- {% block content %}
- <form>
- {{ form_row(form.samopoczucie) }}
- </form>
- {% endblock %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement