inscription.tpl 302 B

123456789101112131415
  1. {%
  2. extends hide_header == true
  3. ? template ~ "/layout/blank.tpl"
  4. : template ~ "/layout/layout_1_col.tpl"
  5. %}
  6. {% block content %}
  7. <div class="page-inscription">
  8. {{ inscription_header }}
  9. {{ inscription_content }}
  10. {{ form }}
  11. {{ text_after_registration }}
  12. </div>
  13. {% endblock %}