{% extends "timepiece/business/base.html" %} {% load bootstrap_toolkit %} {% load url from future %} {% block title %}{% if not business %}Create Business{% else %}Edit {{ business }}{% endif %}{% endblock %} {% block crumbs %} {{ block.super }}
  • / {% if not business %} Create Business {% else %} Edit Business {% endif %}
  • {% endblock crumbs %} {% block content %}

    {% if not business %}Create Business{% else %}Edit {{ business.name }}{% endif %}


    {% csrf_token %} {{ business_form|as_bootstrap:"horizontal" }}
    {% endblock %}