{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% load i18n %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
{% trans "Journal Entry" %}
{% trans "Object" %} {{ object.assigned_object|linkify }}
{% trans "Created" %} {{ object.created|annotated_date }}
{% trans "Created By" %} {{ object.created_by }}
{% trans "Kind" %} {% badge object.get_kind_display bg_color=object.get_kind_color %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}