{% extends "security/security.html" %} {% from "_form.html" import form_field %} {% block content %}
Please register. You will be able to submit an order, and see the IHC antibody catalog, price, shipping instructions, dropbox locations and more.

Login

{{ login_user_form.hidden_tag() }}
{{ form_field(login_user_form.email, placeholder=True) }} {{ form_field(login_user_form.password, placeholder=True) }} {{ form_field(login_user_form.remember) }}

{{ super() }}
Loading..
Loading demo library, please wait...
{% endblock %}