cover.html.twig 171 B

123456789
  1. <div class='form'>
  2. {{ form(cover) }}
  3. </div>
  4. {% if cover_remove_form is not null %}
  5. <div class='form'>
  6. {{ form(cover_remove_form) }}
  7. </div>
  8. {% endif %}