{% extends "templates/web.html" %} {% block page_content %} {% macro chapter_button() %}
{% endmacro %} {% if frappe.session.user=='Guest' %}Please signup and login to join this chapter
{% else %} {% if already_member %}You are already a member of {{ chapter.name }}!
{{ chapter_button() }} {% else %} {% if request.method=='POST' %}Welcome to chapter {{ chapter.name }}!
{{ chapter_button() }} {% else %}