{% extends 'swiftwind/base.html' %} {% load bootstrap3 %} {% block page_name %}Create a One-off Cost{% endblock %} {% block page_description %}{% endblock %} {% block content %}

A one-off cost will be billed to all housemates. You can choose to spread the cost over several months if you wish.

{% csrf_token %} {% bootstrap_form form layout='horizontal' %} {% for f in formset %} {{ f }} {% endfor %}
{% endblock %}