{% extends "base.html" %} {% block title %}{{ page_title }} · Lumière{% endblock %} {% block content %}
{% if error %}
{{ error }}
{% endif %}
{% set current_stars = film.stars if film and film.stars else 0 %}

Diary Entry

{{ page_title }}

Search TMDB first, then tune the entry like a ledger instead of filling a blank spreadsheet.

{% for value in range(1, 4) %} {% endfor %}

Lookup

TMDB title search

Identity

Core film record

Log

Watch context

{% set current_shelf = shelf_override if shelf_override else (film.shelf if film and film.shelf else 'diary') %}

Archive

Poster and notes

{% if film and film.poster_url %} Poster preview {% else %} Poster preview {% endif %}
Cancel
{% endblock %}