2021-12-26 02:31:16 +09:00
|
|
|
<section class="section-widget attachment-collections">
|
2021-12-24 09:38:06 +09:00
|
|
|
<details class="section-widget-title-details" title="Expand if you want to access more options.">
|
|
|
|
<summary class="section-title-summary">
|
|
|
|
<h2>{% trans %}Add to collection{% endtrans %}</h2>
|
|
|
|
{{ icon('arrow-down', 'icon icon-details-open') | raw }}
|
|
|
|
</summary>
|
2021-12-26 02:31:16 +09:00
|
|
|
<fieldset class="section-form">
|
|
|
|
{{ form(add_form) }}
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
<details class="section-widget-subtitle-details section-padding" title="Expand if you want to access more options.">
|
2021-12-24 09:38:06 +09:00
|
|
|
<summary class="section-subtitle-summary">
|
2021-12-26 02:31:16 +09:00
|
|
|
<strong>{% trans %}Other options{% endtrans %}</strong>
|
2021-12-24 09:38:06 +09:00
|
|
|
{{ icon('arrow-down', 'icon icon-details-close') | raw }}
|
|
|
|
</summary>
|
2021-12-26 02:31:16 +09:00
|
|
|
<fieldset class="section-form">
|
|
|
|
{{ form(create_form) }}
|
|
|
|
</fieldset>
|
2021-12-24 09:38:06 +09:00
|
|
|
</details>
|
|
|
|
</details>
|
|
|
|
</section>
|
|
|
|
|