|
|
|
@ -20,6 +20,12 @@
|
|
|
|
{{ macros.post_form(api_uri, "reset_ignored_marks", "True", "reset ignored") }}
|
|
|
|
{{ macros.post_form(api_uri, "reset_ignored_marks", "True", "reset ignored") }}
|
|
|
|
{{ macros.no_input_post_form("/api/refresh/collection/" + collection.id|string, "refresh") }}
|
|
|
|
{{ macros.no_input_post_form("/api/refresh/collection/" + collection.id|string, "refresh") }}
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
{% if collection.has_creator and not collection.is_creator %}
|
|
|
|
|
|
|
|
<li>
|
|
|
|
|
|
|
|
Creator:
|
|
|
|
|
|
|
|
{{ macros.collection_entry_content(collection.creator) }}
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
Pinned:
|
|
|
|
Pinned:
|
|
|
|
{{ collection.pinned | tenary("Yes", "no") }}
|
|
|
|
{{ collection.pinned | tenary("Yes", "no") }}
|
|
|
|
|