{# SELECT TIMESTAMPING EXTERNAL SERVICE #}

{# TIMESTAMP LOGIN #}

{# TIMESTAMP PASSWORD #} {% if App.Config.configArr.ts_password|length == 0 %}
{# note: if autocomplete is set to 'off' here it will trigger infinite save bug in chrome #}
{% else %}

{{ 'A password is already set.'|trans }}

{% endif %}

{{ 'This should be the URL used for %sRFC 3161%s-compliant timestamping requests.'|trans|format("", "")|raw }}


{{ 'Number of timestamps over the last 30 days: %d'|trans|format(timestampLastMonth) }}


{{ 'You can set a number of available timestamps here and it will be decremented by 1 on every timestamp.'|trans }}