{{ errormsg }}
7 |9 | {% trans "Simple OPDS Catalog - is a free program for Linux and Windows, which allows for the rapid creation of electronic OPDS-catalog books. OPDS (Open Publication Distribution System) directory allows you to access your library through the Internet with many devices for reading electronic books, tablets, smartphones, etc. More about the program can be found on the project website:" %} www.sopds.ru. 10 |
11 |11 | {% if chars.cnt >= splititems %} 12 | {{ chars.id }} 13 | {% else %} 14 | {{ chars.id }} 15 | {% endif %} 16 | {% blocktrans with chars_cnt=chars.cnt %}Total: {{ chars_cnt }} authors.{% endblocktrans %} 17 | | 18 |
11 | {% if chars.cnt >= splititems %} 12 | {{ chars.id }} 13 | {% else %} 14 | {{ chars.id }} 15 | {% endif %} 16 | {% blocktrans with chars_cnt=chars.cnt %}Total: {{ chars_cnt }} books.{% endblocktrans %} 17 | | 18 |
11 | {% if not parent_id %} 12 | {{ g.section }} 13 | {% else %} 14 | {{ g.subsection }} 15 | {% endif %} 16 | {% blocktrans with g_num_book=g.num_book %}Total: {{ g_num_book }} books.{% endblocktrans %} 17 | | 18 |
11 | {% if chars.cnt >= splititems %} 12 | {{ chars.id }} 13 | {% else %} 14 | {{ chars.id }} 15 | {% endif %} 16 | {% blocktrans with chars_cnt=chars.cnt %}Total: {{ chars_cnt }} series.{% endblocktrans %} 17 | | 18 |