{% extends 'swiftwind/base.html' %} {% load bootstrap3 %} {% block page_name %}Create a Recurring Cost{% endblock %} {% block page_description %}A recurring cost will be billed to all housemates every billing cycle{% endblock %} {% block content %}
{% csrf_token %} {% bootstrap_form form layout='horizontal' %}
{% endblock %}