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

    {{ object.name }}

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