{% extends "base.html" %} {% load index %} {% block content%}
{% if level %}

Dustbin ID: {{ dustbin_id }}

Dustbin Location: {{ location }}

Current fill Level: {{ level }}%

Last Recorded on: {{ recorded_on }}

{% else %}

Something went wrong!

{% endif %}
{% endblock %}