{% extends 'detail/protected_app.html' %}
{% block title %}
{# L10n: {0} is the name of the app. #}
{{ mkt_page_title(_('Privacy Policy for {0}')|f(product.name)) }}
{% endblock %}
{% block content %}
{{ mkt_breadcrumbs(product, [(None, _('Privacy Policy'))]) }}
{% if not (is_dev or is_admin) and not product.is_public() %}