{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block content %}

Confirma los datos de tu factura

Para ofrecerte un cálculo preciso, hemos extraído estos datos de tu factura. Por favor, revísalos y corrige lo necesario.

Datos generales
Valor actual: {{ detection.study_objective or study_objective or 'No definido' }}
Tipo de peaje
Potencias contratadas (kW)
{% for period in ['P1', 'P2', 'P3', 'P4', 'P5', 'P6'] %}
{% endfor %}
Precios de potencia (€/kW/{% if detection.power_price_unit %}{{ detection.power_price_unit }}{% else %}año{% endif %})
{% for period in ['P1', 'P2', 'P3', 'P4', 'P5', 'P6'] %}
{% endfor %}
Consumos de energía (kWh)
{% for period in ['P1', 'P2', 'P3', 'P4', 'P5', 'P6'] %}
{% endfor %}
Precios de energía (€/kWh)
{% for period in ['P1', 'P2', 'P3', 'P4', 'P5', 'P6'] %}
{% endfor %}
Energía reactiva (kVArh)
{% for period in ['P1', 'P2', 'P3', 'P4', 'P5', 'P6'] %}
{% endfor %}
Precios de energía reactiva (€/kVArh)
{% for period in ['P1', 'P2', 'P3', 'P4', 'P5', 'P6'] %}
{% endfor %}
{% endblock %} {% block extra_styles %} {% endblock %}