2021-12-30 09:51:12 +09:00
|
|
|
<section class="section-widget 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">
|
2021-12-30 09:51:12 +09:00
|
|
|
<h2>{{ctitle}}</h2>
|
2021-12-24 09:38:06 +09:00
|
|
|
{{ icon('arrow-down', 'icon icon-details-open') | raw }}
|
|
|
|
</summary>
|
2021-12-28 03:38:47 +09:00
|
|
|
{% if has_collections %}
|
|
|
|
<fieldset class="section-form">
|
|
|
|
{{ form(add_form) }}
|
|
|
|
</fieldset>
|
2021-12-26 02:31:16 +09:00
|
|
|
|
2021-12-28 13:39:09 +09:00
|
|
|
<details class="section-widget-subtitle-details section-padding"
|
|
|
|
title="Expand if you want to access more options.">
|
2021-12-28 03:38:47 +09:00
|
|
|
<summary class="section-subtitle-summary">
|
|
|
|
<strong>{% trans %}Other options{% endtrans %}</strong>
|
|
|
|
{{ icon('arrow-down', 'icon icon-details-close') | raw }}
|
|
|
|
</summary>
|
|
|
|
<fieldset class="section-form">
|
|
|
|
{{ form(create_form) }}
|
|
|
|
</fieldset>
|
|
|
|
</details>
|
|
|
|
{% else %}
|
2021-12-26 02:31:16 +09:00
|
|
|
<fieldset class="section-form">
|
|
|
|
{{ form(create_form) }}
|
|
|
|
</fieldset>
|
2021-12-28 03:38:47 +09:00
|
|
|
{% endif %}
|
2021-12-24 09:38:06 +09:00
|
|
|
</details>
|
|
|
|
</section>
|
|
|
|
|