2021-12-30 00:51:12 +00:00
|
|
|
<section class="section-widget collections">
|
2021-12-24 00:38:06 +00:00
|
|
|
<details class="section-widget-title-details" title="Expand if you want to access more options.">
|
|
|
|
<summary class="section-title-summary">
|
2021-12-30 00:51:12 +00:00
|
|
|
<h2>{{ctitle}}</h2>
|
2021-12-24 00:38:06 +00:00
|
|
|
</summary>
|
2021-12-27 18:38:47 +00:00
|
|
|
{% if has_collections %}
|
|
|
|
<fieldset class="section-form">
|
|
|
|
{{ form(add_form) }}
|
|
|
|
</fieldset>
|
2021-12-25 17:31:16 +00:00
|
|
|
|
2021-12-28 04:39:09 +00:00
|
|
|
<details class="section-widget-subtitle-details section-padding"
|
|
|
|
title="Expand if you want to access more options.">
|
2021-12-27 18:38:47 +00:00
|
|
|
<summary class="section-subtitle-summary">
|
|
|
|
<strong>{% trans %}Other options{% endtrans %}</strong>
|
|
|
|
</summary>
|
|
|
|
<fieldset class="section-form">
|
|
|
|
{{ form(create_form) }}
|
|
|
|
</fieldset>
|
|
|
|
</details>
|
|
|
|
{% else %}
|
2021-12-25 17:31:16 +00:00
|
|
|
<fieldset class="section-form">
|
|
|
|
{{ form(create_form) }}
|
|
|
|
</fieldset>
|
2021-12-27 18:38:47 +00:00
|
|
|
{% endif %}
|
2021-12-24 00:38:06 +00:00
|
|
|
</details>
|
|
|
|
</section>
|
|
|
|
|