{% extends 'base.html' %} {% block content %} {% if state == 0 %}

{{ book.title|title }}

{{ globals.text.author }} : {{ book.get_authors|title }}

{{ globals.text.accession_number}} {{ book.accession_number }}

{{globals.text.more_info}}

के यो किताबलाई हटाउने हो?

{{globals.text.discard_book}}
{% elif state == -1 %}
{{ message }}
{% endif %} {% endblock %}