{% extends "base.html" %} {% block title %}رفع وثائق — سجل العقارات{% endblock %} {% block content %} {% if stats and stats.total %}
{{ stats.total }}إجمالي الوثائق
{{ stats.confirmed or 0 }}مؤكّدة
{{ stats.pending_review or 0 }}بانتظار المراجعة
{% if stats.errors %}
{{ stats.errors }}أخطاء
{% endif %}
{% if stats.pending_review %}
▶ ابدأ مراجعة {{ stats.pending_review }} وثيقة
{% endif %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}