{% if full_table %}
{{books.id}} |
{% endif %}
{{books.user_name}} |
{{books.date}} |
{{books.time}} |
{{books.user_mobile|default:""}} |
{{books.user_email}} |
{% if full_table %}
{{books.created_at}} |
{% if books.approved %}
{% else %}
{% endif %}
|
{% endif %}
{% endfor %}