{% extends 'partials/new_base.html' %} {% load static %} {% load humanize %} {% block content %}
Latest Order History
{% for p in logs %} {% endfor %}
Product Copy
{% endblock content %}