{% extends "ocpp/landing_base.html" %} {% load i18n %} {% block title %}{{ page.display_title }}{% endblock %} {% block content %}
{% trans "Authenticate to Charge" %}
{% if energy_credits_required %} {% trans "Create or log in to an energy account to authorize charging. Credits are required for authorization." %} {% else %} {% trans "Create or log in to an energy account to authorize charging. Credits are optional right now and usage will be tallied for later billing." %} {% endif %}
{% trans "Latest report" %}
{% trans "Reported status" %}: {{ charger.last_status }}
{% endif %} {% if charger_error_code %}{% trans "Error code" %}: {{ charger_error_code }}
{% endif %} {% if charger.last_status_timestamp %}{% trans "Last status update" %}: {{ charger.last_status_timestamp|date:"SHORT_DATETIME_FORMAT" }}
{% endif %}{% trans "How to charge" %}
{% trans "Site rules" %}
{% trans "Support" %}