{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% block breadcrumbs %}
  • Journal Entries
  • {{ object.assigned_object }}
  • {{ object }}
  • {% endblock %} {% block content %}
    Journal Entry
    Object {{ object.assigned_object }}
    Created {{ object.created }}
    Created By {{ object.created_by }}
    Kind {{ object.get_kind_display }}
    Comments
    {{ object.comments|render_markdown }}
    {% endblock %}