{% extends 'theme_one.html' %} {% block head_title %}{% firstof view.page_header 'Add File' %}{% endblock %} {% load static common %} {% block body_content %}
{% if user|can_any:'manager_commands' %}
First Of Week

Reset 40 games to 0 and active first special game of week for all accounts

{% csrf_token %}
{% endif %} {% if user|can_any:'manager_commands' %}
Active Special Two

Active special game two of week for all accounts

{% csrf_token %}
{% endif %} {% if user|can_any:'manager_commands' %}
Force Discharge

Active Force Discharge for all accounts

{% csrf_token %}
{% endif %} {% if user|can_any:'manager_commands' %}
Stop Xbox S

Stop xboxs accounts for update Fifa

{% csrf_token %}
{% endif %} {% if user|can_any:'manager_commands' %}
Stop Xbox 360

Stop xbox 360 accounts for update Fifa

{% csrf_token %}
{% endif %} {% if user|can_any:'manager_commands' %}
Continue Xbox S

continue xboxs accounts after update Fifa

{% csrf_token %}
{% endif %} {% if user|can_any:'manager_commands' %}
Continue Xbox 360

continue xboxs accounts after update Fifa

{% csrf_token %}
{% endif %} {% if user|can_any:'manager_commands' %}
Open Last SBC Type

delete last active sbc process to consoles can run sbc

{% csrf_token %}
{% endif %} {% if user|can_any:'manager_commands' %}
Fix Check Sbc Solution

delete last processes to build team for sbc again

{% csrf_token %}
{% endif %} {% if user|can_any:'manager_commands' %}
Set Week Allowed Play Game

set week allowed play game for every account in console 0 to 9000

{% csrf_token %}
{% endif %} {% if user|can_any:'manager_commands' %}
Remove new disabled information

remove new disabled accounts in 1 to 31 days information as credit , sbc process , ...

{% csrf_token %}
{% endif %} {% if user|can_any:'manager_commands,operator_commands' %}
PCs Sleep

pc of active consoles will sleep after work

{% csrf_token %}
{% endif %} {% if user|can_any:'manager_commands,operator_commands' %}
PCs Don`t Sleep

pc of active consoles will not sleep after work

{% csrf_token %}
{% endif %}
{% endblock %}