1{% from "form_include.html" import text_input %} 2<section class="section"> 3 <div class="container"> 4 5 <div class="box content"> 6 7 <h1>{{ t("import-title") }}</h1> 8 9 {% include 'import.' + current_locale + '.partial.html' %} 10 11 </div> 12 13 </div> 14</section>