{% extends "admin/base/entity_change_list.html" %} {% load i18n %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block result_list %}
{% trans "OCPP Simulator" %} {% if cpsim_feature %} {{ cpsim_service_status }} {% else %} {% trans "Not configured" %} {% endif %}
{% if cpsim_feature %}
{% csrf_token %}
{% endif %} {% trans "Manage node features" %}
{{ block.super }} {% endblock %}