{% extends "layout.html" %} {% block body %}
| Filling Station | Price/{{ consumable.unit }} |
|---|---|
|
{{ offer[0].name }}
{{ offer[0].street }} {{ offer[0].houseNumber }}
{{ offer[0].postCode }} {{ offer[0].place }}
|
{% if offer[0].open %} {{ offer[1] }} €/{{ consumable.unit }} {% else %} Closed {% endif %} |