|
|
@ -13,6 +13,11 @@
|
|
|
|
<h2>Properties</h2>
|
|
|
|
<h2>Properties</h2>
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
{% set api_uri = "/api/collection/" + collection.id|string %}
|
|
|
|
{% set api_uri = "/api/collection/" + collection.id|string %}
|
|
|
|
|
|
|
|
<li>
|
|
|
|
|
|
|
|
Pinned:
|
|
|
|
|
|
|
|
{{ collection.pinned | tenary("Yes", "no") }}
|
|
|
|
|
|
|
|
{{ macros.post_form(api_uri, "pinned", collection.pinned | tenary("false", "true"), "toggle") }}
|
|
|
|
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
Watch In Order:
|
|
|
|
Watch In Order:
|
|
|
|
{{ collection.watch_in_order | tenary("Yes", "no") }}
|
|
|
|
{{ collection.watch_in_order | tenary("Yes", "no") }}
|
|
|
|