From 7e38fd922a8dd4742d09758cd1c94fb0302045d3 Mon Sep 17 00:00:00 2001 From: Parth Buch Date: Tue, 28 Aug 2012 17:03:37 +0530 Subject: Reboot for scipy 2012 --- project/templates/registration/activate.html | 31 +++++ .../registration/activation_complete.html | 30 +++++ .../templates/registration/activation_email.txt | 17 +++ .../registration/activation_email_subject.txt | 1 + project/templates/registration/download-csv.html | 41 ++++++ .../templates/registration/edit-registration.html | 21 ++++ project/templates/registration/invoice.html | 140 +++++++++++++++++++++ .../templates/registration/manage_payments.html | 90 +++++++++++++ .../registration/registration_complete.html | 31 +++++ .../templates/registration/registration_form.html | 33 +++++ project/templates/registration/registrations.html | 33 +++++ project/templates/registration/regstats.html | 45 +++++++ .../registration/submit-registration.html | 94 ++++++++++++++ 13 files changed, 607 insertions(+) create mode 100755 project/templates/registration/activate.html create mode 100755 project/templates/registration/activation_complete.html create mode 100755 project/templates/registration/activation_email.txt create mode 100755 project/templates/registration/activation_email_subject.txt create mode 100644 project/templates/registration/download-csv.html create mode 100644 project/templates/registration/edit-registration.html create mode 100644 project/templates/registration/invoice.html create mode 100644 project/templates/registration/manage_payments.html create mode 100755 project/templates/registration/registration_complete.html create mode 100755 project/templates/registration/registration_form.html create mode 100644 project/templates/registration/registrations.html create mode 100644 project/templates/registration/regstats.html create mode 100644 project/templates/registration/submit-registration.html (limited to 'project/templates/registration') diff --git a/project/templates/registration/activate.html b/project/templates/registration/activate.html new file mode 100755 index 0000000..5542ccf --- /dev/null +++ b/project/templates/registration/activate.html @@ -0,0 +1,31 @@ +{% extends "base.html" %} + +{% load i18n %} + +{% block content %} +
+

{% trans "Register" %}

+ +{% endblock %} diff --git a/project/templates/registration/activation_complete.html b/project/templates/registration/activation_complete.html new file mode 100755 index 0000000..3035a4f --- /dev/null +++ b/project/templates/registration/activation_complete.html @@ -0,0 +1,30 @@ +{% extends "base.html" %} + +{% load i18n %} + +{% block content %} +
+

{% trans "Register" %}

+ +{% endblock %} diff --git a/project/templates/registration/activation_email.txt b/project/templates/registration/activation_email.txt new file mode 100755 index 0000000..170b0f2 --- /dev/null +++ b/project/templates/registration/activation_email.txt @@ -0,0 +1,17 @@ +Hello everyone, + + It looks like you have registered for SciPy.in with this email address. +To confirm your registration please activate your account by clicking on the +link below. + + http://scipy.in/accounts/activate/{{ activation_key }} + +If your browser doesn't support clicking on the link, please copy +paste the URL in your browser's address bar. + +Note: Your activation key is valid only for 7 days. Please activate your account +before that. + +-- + Thanks for registering, + SciPy team diff --git a/project/templates/registration/activation_email_subject.txt b/project/templates/registration/activation_email_subject.txt new file mode 100755 index 0000000..4496f3d --- /dev/null +++ b/project/templates/registration/activation_email_subject.txt @@ -0,0 +1 @@ +[SciPy.in] Account activation mail \ No newline at end of file diff --git a/project/templates/registration/download-csv.html b/project/templates/registration/download-csv.html new file mode 100644 index 0000000..69df90f --- /dev/null +++ b/project/templates/registration/download-csv.html @@ -0,0 +1,41 @@ +{% extends "admin/base_site.html" %} + +{% block title %}Download Registrations{% endblock %} + +{% block content %} +

Edit Registration

+ +{% include '_errors.html' %} + +
+
+ Select Registrations + + {{ form }} +
+ +
+
+ +{% if no_results %} +

{{ no_results }}

+{% endif %} +{% if results %} + +{% for reg in results %} + + + + + + + +{% endfor %} +
{{reg.registrant.get_full_name }}{{reg.registrant.email }}{{reg.amount }}{{reg.payment }}{{reg.party }}
+{% endif %} +{% endblock content %} + diff --git a/project/templates/registration/edit-registration.html b/project/templates/registration/edit-registration.html new file mode 100644 index 0000000..7e317af --- /dev/null +++ b/project/templates/registration/edit-registration.html @@ -0,0 +1,21 @@ +{% extends "registration/submit-registration.html" %} + +{% block title %}Edit Registration{% endblock %} + +{% block formheading %} +

Edit Registration

+{% endblock formheading %} + +{% block overreg %}{% endblock overreg %} + +{% block url_select_login %} + "{% url scipycon_edit_registration params.scope registration.id %}" +{% endblock url_select_login %} + +{% block url_select_reg %} + "{% url scipycon_edit_registration params.scope registration.id %}" +{% endblock url_select_reg %} + +{% block formextras %} + {{ registration_form.id }} +{% endblock formextras %} diff --git a/project/templates/registration/invoice.html b/project/templates/registration/invoice.html new file mode 100644 index 0000000..67339f2 --- /dev/null +++ b/project/templates/registration/invoice.html @@ -0,0 +1,140 @@ + + + + + + + + + + + +
+ SciPy.in Logo +

+
+ 41 Hihitahi Rise
+ Te Haumi, Paihia 0200
+ Incorporated Society #2250349
+
+ + + + + + + + + + + + + + + + + + + + {% if registration.sponsor %} + + + + {% endif %} + {% if registration.discount %} + + + + {% endif %} + {% ifequal registration.amount 10 %} + + + + {% endifequal %} + + + + + +
+

New Zealand Python Users Group Incorporated

+
+
+ + + + + +
Invoice Number: {{ registration.slug }} + Date: {{ registration.submitted|date:"d F, Y"}}
+
+
+
+
+ To:
+ {{ user.get_profile.fullname }}
+ {{ user.email }}
+ < {{ user.username }} >
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
ItemPriceQtyAmount (NZ$)

NZPycon 2009 Attendence fee{{ registration.amount }}.001{{ registration.amount }}.00

Total${{ registration.amount }}.00
+
+
+
+
+ As a guest of {{ registration.sponsor|title }} please ignore this invoice. +
+ Your fee has been discounted because you are a student or otherwise on a + low income. You will be required to present your Student ID or a Community + Services Card on arrival. +
+ Your fee has been discounted because you are a presenter at NZPycon 2009. +
Thanks for your registration! +
+
+ {% if registration.payment %} + {% if registration.sponsor %} + Thank you, no payment required + {% else %} + Thank you, this invoice has been paid + {% endif %} + {% else %} + Please pay to:
+New Zealand Python User Group
+06-0158-0360348-00
+The National Bank
+Auckland University Branch
+PO Box 2132
+ {% endif %} +
+ + + diff --git a/project/templates/registration/manage_payments.html b/project/templates/registration/manage_payments.html new file mode 100644 index 0000000..30cd3bd --- /dev/null +++ b/project/templates/registration/manage_payments.html @@ -0,0 +1,90 @@ +{% extends "base.html" %} + +{% block title %}Manage Payments - {% endblock %} + +{% block addscripts %} + +{% endblock addscripts %} + +{% block content %} +

Manage Payments

+ +
+ +
+ Payment Details + + + + + + + + + + {% for registrant in registrants %} + + + + + + + + + {% endfor %} + + + +
Full NameReg. ConfirmedAccommodation. ConfirmedDate of PaymentPayment ModeDetails
+ + + {{ field.errors }} +
+
+ {{ field.errors }} +
+
+ {{ field.errors }} +
+
{{ registrant.registrant.payment_set.get.type }}{{ registrant.registrant.payment_set.get.details }}
+ +
+
+ +
+{% endblock content %} diff --git a/project/templates/registration/registration_complete.html b/project/templates/registration/registration_complete.html new file mode 100755 index 0000000..d4b4bc6 --- /dev/null +++ b/project/templates/registration/registration_complete.html @@ -0,0 +1,31 @@ +{% extends "base.html" %} + +{% load i18n %} + +{% block content %} +
+

{% trans "Register" %}

+ +{% endblock %} diff --git a/project/templates/registration/registration_form.html b/project/templates/registration/registration_form.html new file mode 100755 index 0000000..6cef77d --- /dev/null +++ b/project/templates/registration/registration_form.html @@ -0,0 +1,33 @@ +{% extends "base.html" %} + +{% load i18n %} + +{% block content %} +
+

{% trans "Register" %}

+ +{% endblock %} diff --git a/project/templates/registration/registrations.html b/project/templates/registration/registrations.html new file mode 100644 index 0000000..e15a4a1 --- /dev/null +++ b/project/templates/registration/registrations.html @@ -0,0 +1,33 @@ +{% extends "base.html" %} + +{% block title %} +Registrations +{% endblock %} + +{% block content %} + +

Registration Statistics

+ + {% if over_reg %} +
+ We have already reached the total number of registrations for the + conference. If you would like to be put on a waiting list in the event + that someone can't make it to the conference, please follow the link + below to register and we will be in contact if a registration spot comes + available. +
+ {% endif %} + +

+ Currently {{ registrations }} people have registered + to attend {{ event.get_full_name }}. +

+ +{% if not registration %} +

+ To attend {{ event.get_full_name }} please register +

+{% endif %} + +{% endblock %} diff --git a/project/templates/registration/regstats.html b/project/templates/registration/regstats.html new file mode 100644 index 0000000..a0b3786 --- /dev/null +++ b/project/templates/registration/regstats.html @@ -0,0 +1,45 @@ +{% extends "base.html" %} + +{% block title %}Registration Statistics - {% endblock %} + +{% block content %} +

Registration Statistics

+ + + + + + + + + + + + + + + + + + + + + + + + + + +{% for acco in acco_days %} + + + + + {% endfor %} +
EventNumber of people registered
Conference{{ conf_num }}
Tutorials{{ tut_num }}
Sprint{{ sprint_num }}
Male participants requesting accommodation{{ male }}
Female participants requesting accommodation{{ female }}
Accommodation requested on {{ forloop.counter|add:"11" }}th night{{ acco.total }} (Male: {{ acco.male }} Female: {{ acco.female }})
+ +


+To download CSV Click +here + +{% endblock content %} diff --git a/project/templates/registration/submit-registration.html b/project/templates/registration/submit-registration.html new file mode 100644 index 0000000..23d17bb --- /dev/null +++ b/project/templates/registration/submit-registration.html @@ -0,0 +1,94 @@ +{% extends "base.html" %} +{% block content %} +

Submit Registration

+
+ + +

Note:

+ +

Accommodation

+ +
    +
  • +Accommodation will be provided at a subsidized rate of Rs.100 per day for outstation teachers and students alone. +
  • +
  • +If you are sending us a DD, it should reach us on or before 20th of November, 2011. +
  • +
  • +Accommodation will be confirmed at the venue only for participants with valid identity cards from their respective institutions. +
  • +
+ +

Registration Fees

+ +

Online Transfer

+
    +
  • The prefered way of paying is through DoAttend. If you face any problems with online transfer please contact DoAttend Support
  • +
+ +

Demand Draft

+ +
    +
  • +An email should be sent to info@scipy.in with the name of the +participant, institution, and the +transaction details(reference no. and account no.) +
  • +
  • +Registered participants whose talks have been accepted will be +exempt from the registration fees. +
  • +
  • +The demand draft may be obtained in favour of FOSSEE payable at +Mumbai. +
  • +
  • +The Demand Drafts may be sent to +
    +Prof. Prabhu Ramachandran,
    +Department of Aerospace Engineering,
    +IIT Bombay,Powai,
    +Mumbai, Maharastra,
    +India 400 076
    +
    + +
  • +
+ +

Electronic transfer (NEFT)

+ +
    +
  • +An email should be sent to info@scipy.in with the name of the +participant, institution, and the +transaction details(reference no. and account no., account holder +name from which the transfer was made.) +
  • +
  • +Registered participants whose talks have been accepted will be +exempt from the registration fees. +
  • +
  • +The total amount for fees and accommodation (if applicable) may be +transfered to, +
    +Account Number - 2724101100988
    +Account Name - FOSSEE
    +IFSC code - CNRB0002724
    +Bank - Canara Bank
    +Branch - IIT Powai, Mumbai - 400076
    +
    + +
  • +
  • +While transferring the amount, ensure that the remark of transaction +contain the Full name with email +address registered with us. + +
  • +
+
+ + +{% endblock content %} -- cgit