Refund Policy
- -{% trans "Our Refund Policy" %}
+ +{% trans 'Create Chart of Accounts' %} - +
{% trans "Haikal Refund Policy" %}
diff --git a/templates/header.html b/templates/header.html index 3f84b73c..388a85b4 100644 --- a/templates/header.html +++ b/templates/header.html @@ -483,7 +483,7 @@ {% if request.user.is_authenticated %}
{% trans 'Sign Out' %}
+ href="{% url 'account_logout' %}"> {% trans 'Sign Out' %}
- {% trans 'Privacy policy' %}•{% trans 'Terms' %}•{% trans "Cookies" %}
+ {% trans 'Privacy policy' %}•{% trans 'Terms' %}•Cookies
{% else %}
{% trans 'Sign In' %}
+ href="{% url 'account_login' %}"> {% trans 'Sign In' %}
{% trans 'Sign Up' %}
+ href="{% url 'account_signup' %}"> {% trans 'Sign Up' %}
{% endif %}
- {% blocktrans with object.id as order_id and object.get_status_display as order_status %}Order #{{ order_id }} - (status: {{ order_status }}){% endblocktrans %} -
- {# You should provide displaying django messages in this template #} - {% with object as order %} - {% include "plans/order_detail_table.html" %} - {% endwith %} ++ {% blocktrans with object.id as order_id %}Order #{{ order_id }}{% endblocktrans %} +
+ + + {{ object.get_status_display }} + +{% trans "Order Summary" %}
+ {% with object as order %} + {% include "plans/order_detail_table.html" %} + {% endwith %} +{% trans "Printable documents" %}
--
- {% for invoice in object.get_all_invoices %}
+
- - {{ invoice.get_type_display }} {{ invoice }} + + {{ invoice.get_type_display }} {{ invoice }} + + {% endfor %}
+ {% trans "Printable documents" %} +
+-
+ {% for invoice in object.get_all_invoices %}
{% trans "Payment" %}
- {% if object.completed %} -- {% blocktrans with object.completed as completed %} - Payment completed on: {{ completed }} - {% endblocktrans %} -
- {% else %} - {% if object.is_ready_for_payment %} - {% block payment_method %} -- Here should go bindings to your payment. We recommend using django-getpaid for payment processing. - Use a fake payment below to simulate paying for an order: +
+ {% trans "Payment" %} +
+ {% if object.completed %} ++ {% blocktrans with object.completed as completed %} + Payment completed on: {{ completed|date:"F j, Y" }} + {% endblocktrans %}
- Pay using - FakePayments™ ; - {# An example code snippet for accepting payments using django-getpaid #} - {# #} - {% endblock %} +- {% blocktrans %} - This order is expired. It will accept an incoming payment made earlier, but new payment cannot be - initialized. Please make a new order if necessary. - {% endblocktrans %} -
+ {% if object.is_ready_for_payment %} ++ You can use a fake payment below to simulate paying for this order. +
+ + + Pay using FakePayments™ + + {% else %} ++ {% blocktrans %} + This order is expired. New payments cannot be initialized. Please make a new order if necessary. + {% endblocktrans %} +
+- {% blocktrans %} - This order could not be processed as it is not valid. Please contact with customer service. - {% endblocktrans %} -
- {% endif %} - {% endblock %} + + {% if object.status == object.STATUS.NOT_VALID %} ++ {% blocktrans %} + This order could not be processed as it is not valid. Please contact customer service. + {% endblocktrans %} +
+