{% extends "base.html" %} {% block content %}

به سامانه نیوگاه خوش آمدید

Hero مدیریت هوشمند پروژه‌های عمرانی، کنترل حضور مبتنی بر GPS، دریافت و پرداخت قراردادها از صندوق امانی

مدیریت حقوق و دستمزد

آگهی‌های تایید شده

آخرین فرصت‌های همکاری
{% set ads_list = active_ads if active_ads is defined and active_ads|length > 0 else advertisements if advertisements is defined and advertisements|length > 0 else [] %} {% for ad in ads_list %}
{% if ad.image_path %} {{ ad.title }} {% else %}
{% endif %}
تا {{ ad.end_date.strftime('%Y/%m/%d') if ad.end_date else 'نامحدود' }}
{{ ad.category or 'پروژه عمرانی' }}
{{ ad.title }}

{{ ad.description[:120] }}{% if ad.description|length > 120 %}...{% endif %}

{{ ad.view_count or 0 }} {{ ad.click_count or 0 }}
{% if ad.target_url %} مشاهده {% else %} مشاهده {% endif %}
{% else %}
هیچ آگهی تایید شده‌ای موجود نیست

برای ثبت آگهی جدید، روی دکمه "درخواست تبلیغ" کلیک کنید

درخواست تبلیغ
{% endfor %}
{% if ads_list|length > 0 %}
مشاهده همه آگهی‌ها
{% endif %}
{% if current_user.is_authenticated and current_user.is_admin %}
درخواست‌های در انتظار تایید
مدیریت درخواست‌های تبلیغات
{% if pending_ads %}
{% for ad in pending_ads %} {% endfor %}
عنوان تبلیغ‌دهنده تاریخ درخواست عملیات
{{ ad.title }} {{ ad.advertiser_name or 'نامشخص' }} {{ ad.created_at.strftime('%Y/%m/%d') if ad.created_at else '' }} مدیریت
{% else %}

هیچ درخواست در انتظار تاییدی وجود ندارد

{% endif %}
{% endif %} {% endblock %}