{% extends "admin/base_site.html" %} {% block content %}

The pricing status for the user with id:

is:

{% for i in prices %} {% for j in times %} {% if forloop.counter == forloop.parentloop.counter %} {% endif %} {% endfor %} {% endfor %}
{{ i }} {{ j }}
{% endblock %}