{# -*- engine:django -*- #} {% extends "core/base_simple_print.html" %} {% load i18n static barcode %} {% block size %} {% with width=86 height=55 %} {{ block.super }} {% endwith %} {% endblock %} {% block browser_title %}{% blocktrans %}Test PDF generation{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans %}Test PDF generation{% endblocktrans %}{% endblock %} {% block extra_head %} {% endblock %} {% block content %} Schüler:innenausweis Student ID Card / Carte de Collégien Name/Surname/Nom Mustermann Vornamen/Given names/Prénoms Max Wohnort/Residence/Résidence Musterstraße 1, 12345 Musterstadt Geburtsdatum/Date of birth/Date de naissance 01.01.2007 Katharineum zu Lübeck Städtisches Gymnasium mit altsprachlichen Zweig Königstraße 27-31 23552 Lübeck {% endblock %}