{% extends 'template/template.j2.html' %} {% block title %} {{ $t('sidebar.formExample') }} {% endblock %} {% block content %}
{{ $t('Form validation example') }}
{{ $t('Test Credentials') }}
{{ $t('form.validation.credentials.email') }}: example@uproid.com
{{ $t('form.validation.credentials.password') }}: @Test123
{{ $t('Enter your credentials to continue') }}
{{ $t('form.validation.loginSuccess') }}
{{ $t('Logged in as') }} {{ user.name }}
{{ $t('Related files for this form example') }}
example/lib/widgets/example/form.j2.html
example/lib/controllers/home_controller.dart