🔒
Password Required
This preview is password protected
{{ ad.name }}
📋 Protection Level: {{ password_level }}
{% if password_level == "Campaign" %}
This ad is protected by the campaign password.
{% else %}
This ad has its own password protection.
{% endif %}
{% with messages = get_flashed_messages() %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% endwith %}