{% extends "base.html" %} {% block title %}Utilities — Jason Studio{% endblock %} {% block content %}

Utilities

Back to Dashboard
Database Backup

Create a backup of the application database. Backups include all events, customers, orders, invoices, payments, and photo metadata.

{% if drive_configured %}
{% csrf_token %}
{% else %} {% endif %}
{% csrf_token %}
Download Email Template

Customize the default email sent to customers with their download link. Use placeholders to insert dynamic values.

{customer_name} {event_name} {photographer_name} {download_url}
{% csrf_token %}
{% endblock %}