how to add footer at botton
i will try this code
{% if print_settings.repeat_header_footer %}
{% if not no_letterhead and footer %}
{{ footer }}
{% endif %}
{{ _(“Page {0} of {1}”).format(‘’, ‘’) }}
{% endif %}
but not working
how to add footer at botton
i will try this code
{% if print_settings.repeat_header_footer %}
@Govind_Gupta
Try this
work for me
{% if letter_head and not no_letterhead -%}
{% if print_settings.repeat_header_footer %}
<span>{{ letter_head }}</span>
{%- endif %}
{%- endif %}
i want to add in botton of page