{% extends "base.html" %} {% block title %}{{ page_title }} · Lumière{% endblock %} {% block content %} {% if error %} {{ error }} {% endif %} TMDB title search Search {% set current_stars = film.stars if film and film.stars else 0 %} Diary Entry {{ page_title }} {% for value in range(1, 4) %} ✦ {% endfor %} Display title Original title Director Year Country Genre Language Runtime Watched Shelf {% set current_shelf = shelf_override if shelf_override else (film.shelf if film and film.shelf else 'diary') %} Diary Queue Abandoned Rewatch Rewatch count Watched with How found Context Poster URL {% if film and film.poster_url %} {% else %} {% endif %} Notes {{ film.notes if film and film.notes else '' }} Cancel {{ submit_label }} {% endblock %}
Diary Entry