inscription.tpl 251 B

1234567891011121314
  1. {%
  2. extends hide_header == true
  3. ? 'layout/blank.tpl'|get_template
  4. : 'layout/layout_1_col.tpl'|get_template
  5. %}
  6. {% block content %}
  7. {{ inscription_header }}
  8. {{ inscription_content }}
  9. {{ form }}
  10. {{ text_after_registration }}
  11. {% endblock %}