{% extends '_quickpost_layout.html' %} {% block content %}

QuickPost Configuration

Version {{qpversion}}
{% if qpLicense|length > 3 %}

You have a QuickPost license

{% elif qpLicense|length > 3 and numberOfTags > 5000: %}

Please contact PiiGAB if you need more tags.

{% else %}

You have no QuickPost license.

{% endif %}
↓ Upload Server
{% set format_options = [('Format 1','FORMAT1'),('Format 2','FORMAT2'),('Format 3','FORMAT3'),('Format 4','FORMAT4')] %}
{% set methods = [('Sftp','SFTP'),('HttpPost (http)','HTTPPOST'), ('HttpsPost (https)', 'HTTPSPOST'), ('Ftp', 'FTP')] %}
↓ M-BusAscii Client Configuration
↓ Data Readout
↓ Startup
{% endblock content %} {% block scripts %} {% endblock scripts %}