{% extends 'layout.html' %} {% block body %}
| Description of regular cost | {{ regular_cost.description }} |
|---|---|
| Costs (per instance) | {% if regular_cost.costs %} {{ regular_cost.costs }} {% else %} -- {% endif %} € |
| Days for regular costs | {{ regular_cost.days }} |
| regular costs starting from | {{ regular_cost.start_at }} |
| regular costs ending at | {{ regular_cost.ends_at }} |