{% extends "_layout.html" %} {% set active_page = 'context' %} {% set page_title = "Context: " + ehash %} {% block content %} {% set entry, context = ledger.context(ehash) %}
{{ _('Hash:') }}
{{ ehash }}
{{ _('Location:') }}
{{ entry.meta.filename }}:{{ entry.meta.lineno }}

{{ _('Journal Entry') }}

{% with journal = [entry] %} {% include "_journal_table.html" %} {% endwith %} {% endblock %}