{% extends 'base.html' %} {% block title %}Legal Policies — Admin{% endblock %} {% block content %}
Admin Portal

Legal Policies

← Back to portal

Editing a policy's title or content bumps its version automatically — every user who already accepted an older version will be asked to review and re-accept it the next time they visit the site.

{% for policy in policies %}

{{ policy.title }}

Version {{ policy.version }} — last updated {{ policy.updated_at|slice:":10" }}

{% csrf_token %}

Leave blank to show the English version to Swahili-speaking users until translated.

{% endfor %}
{% endblock %}