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

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


    {% csrf_token %} {{ form|as_bootstrap:"horizontal" }}
    {% endblock content %}