{% extends "layouts/app.html" %} {% block title %}PDF Export Unavailable - Facilities Management{% endblock %} {% block sidebar %} {% include 'components/sidebar.html' %} {% endblock %} {% block topbar %}

PDF Export Unavailable

WeasyPrint library not installed

{% endblock %} {% block content %}

PDF Export Library Missing

The WeasyPrint library is required for server-side PDF generation but is not currently installed.

To Enable PDF Export:

pip install weasyprint>=68.0

Alternative: Browser Print

You can still export this report using your browser's print function:

  1. {% if version_no %} View Report {% else %} View Report {% endif %}
  2. Press Ctrl+P (Windows/Linux) or Cmd+P (Mac)
  3. Select "Save as PDF" as the destination
  4. Click "Save"

System Requirements:

WeasyPrint requires the following system dependencies:

{% endblock %}