{% extends "timepiece/business/base.html" %} {% load timepiece_tags markup %} {% load url from future %} {% block title %}{{ business.name }}{% endblock %} {% block crumbs %} {{ block.super }}
  • / {{ business.name }}
  • {% endblock crumbs %} {% block content %}

    {{ business.name }}

    Short name:{{ business.short_name }}
    Email:{{ business.email }}
    Description:{{ business.description|linebreaks }}
    Notes:{{ business.notes|linebreaks }}
    {% endblock %}