{% extends 'admin/model/modals/details.html' %} {% import 'bukuserver/lib.html' as buku with context %} {% block header_text %}

{% if request.args.get('id') == 'random' %} {% endif %} {{_gettext('View Record')}} #{{model.id}}

{% endblock %} {% block tail %} {{ super() }} {{ buku.details_formatting('.modal') }} {{ buku.focus('.modal-body') }} {% endblock %}