{% extends 'dashboard/base.html' %} {% block title %}Legal Pages{% endblock %} {% block content %}
| Title | Type | URL | In footer | Status | |
|---|---|---|---|---|---|
| {{ legal_page.title }} | {{ legal_page.get_page_type_display }} | /legal/{{ legal_page.slug }}/ |
{% if legal_page.show_in_footer %}Shown{% else %}Hidden{% endif %} | {% if legal_page.is_active %}Active{% else %}Inactive{% endif %} | Edit |
| No legal pages yet — add a Terms & Conditions or Privacy Policy page to get started. | |||||