{% extends 'admin/dashboard.html.twig' %} {% block title %}Admin - All Products{% endblock %} {% block dashboard_content %}
{% for label, messages in app.flashes %} {% for message in messages %} {% endfor %} {% endfor %}

All Washerman Products

{# #} {% for product in products %} {# #} {% else %} {% endfor %}
#ImageProduct Name Wash Press Wash + Press Washerman Actions
{{ loop.index }}#} {# {% if product.image %}#} {# Product Image#} {# {% else %}#} {# No Image#} {# {% endif %}#} {# {{ product.product }} {{ product.washPrice is defined ? product.washPrice ~ ' PKR' : 'N/A' }} {{ product.pressPrice is defined ? product.pressPrice ~ ' PKR' : 'N/A' }} {{ product.washPressPrice is defined ? product.washPressPrice ~ ' PKR' : 'N/A' }} {{ product.washerman.user.name is defined ? product.washerman.user.name : 'Unknown' }} (id:{{ product.washerman.user.id }})
No products found.
{% endblock %}