{% extends "layout.html" %} {% block body %}

IXAS Member: {{member.email}}:
Member Number: {{member.key}}
Email: {{member.email}} {%if pw_confirmed %} Account confirmed. {% else %} Password not set: {% endif %}
Name: {{member.firstname}} {{member.lastname}}
Affiliation:{{member.affiliation}}
Country:{{member.country}}
Region:{{region_name}}
Role:{{role_name}}
Join Date:{{join_date}}
Membership Expires:{{expire_date}} {%if needs_renewal %} Your membership has expired. Renew now! {% else %} Your membership is up-to-date. Thanks! You can make an additional donation to the IXAS

The code for IXAS member discount for registation to the XAFS 2025 Conference is "iXAS2025". {% endif %}

Edit Member Profile


{% if voting_open %}

Vote Now for IXAS Executive Committee and Vice-Chair!    Voting is open until noon (UTC) on 8-July-2022

{% endif %}

{% if payments|count == 0 %} No payments recorded. {% else %} Your Payment history: {% for pay in payments %} {% endfor %}
{{pay.date}} {{pay.value}}
{% endif %}


{% endblock %}