$_('This merge has been undone.') $_('Details here')
$_('Primary')
$if primary.key:
$label
$else:
$label
$if type == "author":
$if primary.birth_date or primary.death_date:
$ birth = primary.birth_date or ''
$ death = primary.death_date or ''
($(' - '.join([birth, death])))
$_('Duplicates')
$for dup in change.get_duplicates(): $if type == "author": $dup.name $else: $dup.title
$ungettext("%(count)d record modified.", "%(count)d records modified.", len(change.changes), count=len(change.changes))