I want to create a print format , i want the heading LIBRARY MEMBER and the name of the library member to display at right end in header section.How can i edit this code which is a combination of HTML and Jinja template.Thanks in advance
LIBRARY MEMBER
{{doc.library_member_name}}
Library Member Name: {{doc.library_member_name }}
Phone Number: {{doc.phone_number}}
Email: {{doc.email}}
Author: {{doc.author}}
{%- for row in doc.my_article -%}{%- endfor -%}
Sr | ArticleName |
---|---|
{{ row.sr }} | {{ row.article_name }} |