{% extends "layout.html" %} {% macro text_table_row(parameter, edit_text, show_text) -%} {{ show_text }} {%- endmacro %} {% block header %} {% endblock %} {% block body %}

{{_(title)}}

{% if g.user.role_edit() %} {% endif %} {{ text_table_row('title', _('Enter Title'),_('Title')) }} {{ text_table_row('sort', _('Enter Titlesort'),_('Sort')) }} {{ text_table_row('author_sort', _('Enter Authorsort'),_('Authors Sort')) }} {{ text_table_row('authors', _('Enter Authors'),_('Authors')) }} {{ text_table_row('tags', _('Enter Tags'),_('Tags')) }} {{ text_table_row('series', _('Enter Series'),_('Series')) }} {{ text_table_row('languages', _('Enter Languages'),_('Languages')) }} {{ text_table_row('publishers', _('Enter Publishers'),_('Publishers')) }} {% if g.user.role_edit() %} {% endif %}
{{_('Series Index')}}Publishing Date
{% endblock %} {% block modal %} {{ delete_book(0) }} {% endblock %} {% block js %} {% endblock %}