#encoding utf-8 #extends views.layout #attr $title = 'Список авторов' #def body

Поиск авторов

#from views.search_authors_form import search_authors_form $search_authors_form(searchList=$searchList)

$title

#if $authors #for $author in $authors #end for
$author.fullname
#else

Не найдено ни одного автора!

#end if #end def