{% extends 'generic/object.html' %} {% load plugins %} {% load render_table from django_tables2 %} {% load i18n %} {% block content %}
{% trans "Accounting dimension" %}
{% trans "Name" %} {{ object.name }}
{% trans "Value" %} {{ object.value }}
{% trans "Status" %} {% badge object.get_status_display bg_color=object.get_status_color %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% plugin_right_page object %} {% endblock content %}