{% extends "layout.html" %} {% block page_title %} Forms {% endblock %} {% block content %} {% if valid_doc %}
Your form doc is valid, you can now go back to Forms and proceed using the forms.
{% else %}Oops, something is wrong with your form doc at {{ doc_path }}
{{ yaml_error }}
{% elif validation_error is not none %}
{{ value_error }}
{% endif %}
{% endif %}
{% endblock content %}