1 from django.utils.translation import ugettext_lazy as _
4 ('top', _('Top of all pages.'), True),
5 ('book-page', _('Book page'), False),
6 ('book-text-intermission', _('Book text intermission'), False),
7 ('book-fragment-list', _('Next to list of book fragments.'), False),
8 ('blackout', _('Blackout'), True),
11 PLACE_CHOICES = [p[:2] for p in PLACE_DEFINITIONS]
15 for p in PLACE_DEFINITIONS