{% extends 'base.html' %} {% load i18n %} {% block title %} {{ page_title }} {% endblock %} {% block content %}
{{ _('Account Name') }}: {{ account.name }}
{{ _('Account Code') }}: {{ account.code }}
{% if account.balance_type == 'debit' %} {{ _('Balance Type') }}:
{{ _('Active') }}: {{ account.active }}