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

           Extracted texts            

{{ form.csrf_token() }}
{{ form.data_field.label(class="form-control-label") }} {% if form.data_field.errors %} {{ form.data_field(class="form-control form-control-sm is-invalid") }} {% for error in form.data_field.errors %}
{{error}}
{% endfor %} {% else %} {{ form.data_field(class="form-control form-control-sm") }} {% endif %}
{{ form.submit(class="btn btn-primary btn-lg btn-block " )}}
Back
{% if same|length == 0%}

The translation will appear here!

{% else %}


'{{og}}' translation in ASL :

{% for s in same %} {% if "static/" in s%} {% else %}

{{ s }}

{% endif %} {% endfor %} {% endif %}
{% endblock %}