{% load static %} {% load i18n %} {% load django_ledger %} {% if not header_style %}
{% if header_subtitle_icon %}
{% icon header_subtitle_icon 36 %}
{% icon header_subtitle_icon 48 %}
{% icon header_subtitle_icon 60 %}
{% endif %}

{{ header_title }}

{% if header_subtitle %}

{{ header_subtitle }}

{% endif %}
{% else %}
{% if header_title %}

{{ header_title }}

{% endif %}
{% endif %}