{% extends "base.html" %} {% load static %} {% block title %}Request Statement - IHICL Investment{% endblock %} {% block content %}

Request Account Statement

Request Your Account Statement

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% csrf_token %}
{{ form.period_start }} {% if form.period_start.errors %}
{{ form.period_start.errors.0 }}
{% endif %}
Leave blank for all-time statement
{{ form.period_end }} {% if form.period_end.errors %}
{{ form.period_end.errors.0 }}
{% endif %}
Leave blank for current date
{{ form.notes }} {% if form.notes.errors %}
{{ form.notes.errors.0 }}
{% endif %}
Specify any particular requirements for your statement
Important Information
  • Statements are typically processed within 24 hours
  • You will receive your statement via email
  • If no date range is specified, you'll receive a complete statement
  • For urgent requests, please contact support directly
Cancel
{% endblock %}