Module check

Source
Expand description

Helps rendering each template with sample data

Functionsยง

render_account_deactivated
Render the pages/account/deactivated.html template with sample contexts
render_account_locked
Render the pages/account/locked.html template with sample contexts
render_account_logged_out
Render the pages/account/logged_out.html template with sample contexts
render_app
Render the app.html template with sample contexts
render_consent
Render the pages/consent.html template with sample contexts
render_device_consent
Render the pages/device_consent.html template with sample contexts
render_device_link
Render the pages/device_link.html template with sample contexts
render_email_recovery_html
Render the emails/recovery.html template with sample contexts
render_email_recovery_subject
Render the emails/recovery.subject template with sample contexts
render_email_recovery_txt
Render the emails/recovery.txt template with sample contexts
render_email_verification_html
Render the emails/verification.html template with sample contexts
render_email_verification_subject
Render the emails/verification.subject template with sample contexts
render_email_verification_txt
Render the emails/verification.txt template with sample contexts
render_error
Render the pages/error.html template with sample contexts
render_form_post
Render the form_post.html template with sample contexts
render_index
Render the pages/index.html template with sample contexts
render_login
Render the pages/login.html template with sample contexts
render_not_found
Render the pages/404.html template with sample contexts
render_password_register
Render the pages/register/password.html template with sample contexts
render_policy_violation
Render the pages/policy_violation.html template with sample contexts
render_reauth
Render the pages/reauth.html template with sample contexts
render_recovery_consumed
Render the pages/recovery/consumed.html template with sample contexts
render_recovery_disabled
Render the pages/recovery/disabled.html template with sample contexts
render_recovery_expired
Render the pages/recovery/expired.html template with sample contexts
render_recovery_finish
Render the pages/recovery/finish.html template with sample contexts
render_recovery_progress
Render the pages/recovery/progress.html template with sample contexts
render_recovery_start
Render the pages/recovery/start.html template with sample contexts
render_register
Render the pages/register/index.html template with sample contexts
render_register_steps_display_name
Render the pages/register/steps/display_name.html template with sample contexts
render_register_steps_email_in_use
Render the pages/register/steps/email_in_use.html template with sample contexts
render_register_steps_verify_email
Render the pages/register/steps/verify_email.html template with sample contexts
render_sso_login
Render the pages/sso.html template with sample contexts
render_swagger
Render the swagger/doc.html template with sample contexts
render_swagger_callback
Render the swagger/oauth2-redirect.html template with sample contexts
render_upstream_oauth2_do_register
Render the pages/upstream_oauth2/do_register.html template with sample contexts
render_upstream_oauth2_link_mismatch
Render the pages/upstream_oauth2/link_mismatch.html template with sample contexts
render_upstream_oauth2_suggest_link
Render the pages/upstream_oauth2/suggest_link.html template with sample contexts