|
Olá, {{ registrantfirstname }}.
Nevolus: a nova marca da Central Server.
Informamos que o plano do seu Cloud Server foi alterado, conforme detalhes a seguir:
|
Dados do Servidor
|
|
Serviço
|
{{ servicename }}
|
|
Hostname
|
{{ webdomain }}
|
|
Apelido
|
{{ cloudname }}
|
|
Relação de Recursos da Contratação Anterior
|
|
Descrição
|
Valor hora (R$)
|
Valor mensal (R$)
|
Qtd.
|
Horas /Dias
|
Total (R$)
|
{% for item in oldconfig|dictsort:"index" %}
{% if item.qtde > 0 %}
{{ item.description }}
{% if item.subdesc %}
{{ item.subdesc }}
{% endif %}
|
{% if item.hour_value or item.hour_value == 0 %} {{ item.hour_value|currency_hour }} {% else %} - {% endif %}
|
{% if item.month_value or item.month_value == 0 %} {{ item.month_value|currency }} {% else %} - {% endif %}
|
{{ item.qtde|floatformat:-1 }}
|
{{ item.refer }}
|
{{ item.total|currency }}
|
{% endif %}
{% endfor %}
|
Estimativa
de Gasto Mensal: R$ {{ totals.old|currency }} |
|
Relação de Recursos da Nova Contratação
|
|
Descrição
|
Valor hora (R$)
|
Valor mensal (R$)
|
Qtd.
|
Horas /Dias
|
Total (R$)
|
{% for item in newconfig|dictsort:"index" %}
{% if item.qtde > 0 %}
{{ item.description }}
{% if item.subdesc %}
{{ item.subdesc }}
{% endif %}
|
{% if item.hour_value or item.hour_value == 0 %} {{ item.hour_value|currency_hour }} {% else %} - {% endif %}
|
{% if item.month_value or item.month_value == 0 %} {{ item.month_value|currency }} {% else %} - {% endif %}
|
{{ item.qtde|floatformat:-1 }}
|
{{ item.refer }}
|
{{ item.total|currency }}
|
{% endif %}
{% endfor %}
|
Estimativa
de Gasto Mensal: R$ {{ totals.new|currency }} |
Segue em anexo o Termo de uso com os detalhes da operação.
|
Detalhes da Transação
|
|
Data e hora da reconfiguração
|
{{ createdate }}
|
|
Nome
|
{{ user_name }}
|
|
Email
|
{{ user_email }}
|
|
Reconfiguração realizada a partir do IP
|
{{ remote_ip }}
|
|