{% include 'includes/head.html' %} {% include 'includes/header.html' %}
{% if token %}

Paid Ops


{% if all_ops %} {% for op in all_ops['active'] | sort(attribute='create_date', reverse=True) %} {% set balances = op.get_balances() %} {% set unlocked = balances['unlocked'] | from_atomic_xmr %} {% set locked = (balances['balance'] - balances['unlocked']) | from_atomic_xmr %} {% endfor %}
Date Codename XMR Account Droplet ID Volume ID Last Payout Balances
{{ op.create_date }} {{ op.codename }} {{ op.account_idx }} {{ op.droplet_id }} {{ op.volume_id }} {{ op.get_last_payout().create_date | humanize }} {{ unlocked }} XMR ({{ locked }} locked)

Unpaid Ops

    {% for op in all_ops['inactive'] %}
  • {{ op.create_date }} - {{ op.id }} - {{ op.codename }} - {{ op.account_idx }}
  • {% endfor %}
{% endif %} {% else %}

Stats

You're not supposed to be here.

{% endif %}
{% include 'includes/footer.html' %}