{% extends "admin/base_site.html" %} {% load i18n admin_static table %} {% block title %} {% trans "Asset possession confirmation" %} {% endblock %} {% block content %}
{% if answer == "yes" %}

{% trans "Are you sure you have following item?" %}

{% elif answer == "no" %}

{% trans "Are you sure you don't have this item?" %}

{% endif %} {% table asset_details.get_table_content %}
{% csrf_token %} Cancel
{% endblock %}