{% extends 'navigation.html' %} {% block body %}

View Equipment

{% for i in equ %} {% endfor %}
Equipment `Name Price Unit Date Description Remove
{{i.name}} {{i.price}} {{i.unit}} {{i.date}} {{i.description}} Delete
{% endblock %} {% block css %} .footer { position: fixed; left: 0; bottom: 0; width: 100%; color: white; text-align: center; } {% endblock %} {% block footer %} {% endblock%}