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

View Plan

{% for i in pln %} {% endfor %}
Name Amount Duration Remove
{{i.name}} {{i.amount}} {{i.duration}} Delete
{% endblock %} {% block css %} .footer { position: fixed; left: 0; bottom: 0; width: 100%; color: white; text-align: center; } {% endblock %} {% block footer %} {% endblock%}