{% extends 'base.html' %} {% block title %}Sign in — AgentForms{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Sign in

Access your form relay dashboard

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% if errors %}
    {% for e in errors %}
  • {{ e }}
  • {% endfor %}
{% endif %}
{% if next %}{% endif %}

Check your inbox — link expires in 15 minutes

or
Sign in with GitHub
{% endblock %} {% block scripts %} {% endblock %}