{% extends 'user_dashboard/dashboard_base.html' %} {% block title %}Manual Weights{% endblock %} {% block content %}

Manual Weights

Weight Daily

{% for item in manual_weight %}
{{ item.name }}
{{ item.description }}
{{ item.table_weight_daily|safe }}
{% empty %}
Belum ada data Manual Weight.
{% endfor %}
{% endblock %}