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