{% extends 'base.html' %} {% block extra_css %} {% endblock %} {% block content %}

School Profile

Your school name and logo appear at the top of every exam paper you generate — and as a watermark on each page.

School details
Printed in capitals at the top of every paper.
Include the country code for M-Pesa payments.
Your details
School logo
How your paper will look
{{ (current_user.school_name or '[School Name]')|upper }}
121/1 · MATHEMATICS · PAPER 1

The watermark is printed faintly behind the questions on every page.

{% if current_user.school_logo_url %} {% endif %}
{% endblock %}