{% extends 'badge/badge_layout.html' %} {% block head %} {% endblock %} {% block style %} {% endblock %} {% block content %}
Food Counter Remove Test Record
{% if fc_remove_data %} {% for rd in fc_remove_data %}
{% endfor %} {% else %}
There is no test record
{% endif %}
{% endblock %} {% block bottomscript %} {% endblock %}