{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %}
INSTRUCTIONS:

Please provide accurate and detailed information for each resource. This ensures that the project has all necessary resources accounted for and helps in budget planning and resource allocation.

Note: The total cost will be automatically calculated based on the quantity and unit cost you enter.

1. Resource Name: Enter the full name of the resource. Be specific to avoid any confusion. For example, instead of "Laptop," specify "HP Pavilion Laptop."

2. Quantity: Specify the exact number of units required. If you need 5 projectors, enter "5."

3. Unit Cost: Enter the cost for a single unit of the resource. Ensure that this figure is accurate to avoid budget discrepancies.

4. Use/Function: Describe how this resource will be used in the project. This helps in understanding its necessity and role in the project.

{% include "backend/apps/quicknav.html" %}
New Resource
{% csrf_token %}
Add New Resource
{% if user.is_superuser %}
{% endif %}
{% endblock %}