Incorporation and Transfer comment tester

{{ form.hidden_tag() }}

Enter FLO data:
{{ form.flodata(size=80) }}

{% if parsed_data %} {% if parsed_data['type'] == 'transfer' %}

type : {{ parsed_data['type'] }}

flodata : {{ parsed_data['flodata'] }}

marker : {{ parsed_data['marker'] }}

operation : {{ parsed_data['operation'] }}

amount : {{ parsed_data['amount'] }}

{% endif %} {% if parsed_data['type'] == 'incorporation' %}

type : {{ parsed_data['type'] }}

flodata : {{ parsed_data['flodata'] }}

marker : {{ parsed_data['marker'] }}

initTokens : {{ parsed_data['initTokens'] }}

{% endif %} {% endif %} ------------------
{{ form.hidden_tag() }} Ps - If you find an anamoly, please report the error below

Comments on the error:
{{ errorform.comments(cols="35", rows="10") }}