{% extends 'atom/base.html' %} {% block title %}Autoquota settings{% endblock %} {% block content %}

Autoquoted lists Add new

{% for q in objects %}

{{q.production_list}} Edit

Target: {{q.target_show_rate}} (current multiplier: x{{q.current_multiplier}})

{% with q.graph as graph %} {% for datapoint in graph.datapoints %} {% endfor %} {% if 0 %} {% for idx, lb in graph.latest.bins.noshow %} {% endfor %} {% endif %} {% endwith %}
{% endfor %} {% endblock %} {% block body_js %} {{block.super}} {% endblock %}