{%if manage %}
| {% endif %}
{% if movie["title"] %}
{% autoescape false %}
{{ movie["title"]|replace("\n"," ")}}
{% endautoescape %}
{% endif %}
|
{% if movie["year"] %}
{{ movie["year"] }}
{% endif %}
|
{% if movie["poster"] %}
{% else %}
{% endif %}
|
{% if movie["plot"] %}
{% autoescape false %}
{{ movie["plot"]|replace("\n"," ")}}
{% endautoescape %}
{% endif %}
|
{%if manage %}{%if movie["watched"] %}✔{% else %}✘{% endif %} | {% endif %}
{%if manage or watched %}{%if manage %}{% else %}{% if movie["watchDate"] %}{{ movie["watchDate"] }}{% endif %}{% endif %} |
{% if movie["score"] %}{{ movie["score"] }}{% endif %} | {% endif %}
{% if manage %} | {% endif %}