{% extends "main.html" %} {% block app_content %}

Hola {{name}}! Here is the verb you are conjugating and its English tranlsation:

{{verb}}

{{trans}}

{{tense}} tense:

{{ form.csrf_token }} {{ form.pronoun(value=pronoun) }} {{ form.tense(value=tense) }}

Answer with the properly conjugated form:

{{ pronoun }}   {{ form.answer(autocomplete="off", autofocus=true) }}   {{ form.submit() }}

I don't know: {{ form.showme() }}





{% endblock %}