الميزانية:{{ proto.budget_range or '-' }}
الموعد:{{ proto.deadline.strftime('%Y-%m-%d') if proto.deadline else '-' }}
NDA:{{ proto.nda_status or 'لا يوجد' }}
{% if proto.nda_generated_at %}
تاريخ NDA:{{ proto.nda_generated_at.strftime('%Y-%m-%d') }}
{% endif %}
{% if proto.nda_approved_at %}
اعتماد NDA:{{ proto.nda_approved_at.strftime('%Y-%m-%d') }}
{% endif %}