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

Delete Regular Cost?

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 }}
{{ form.hidden_tag() }} {{ render_field_with_errors(form.submit) }}
{% endblock %}