{% extends 'website/base.html' %} {% load url from future %} {% load fiber_tags %} {% block title %}Donasi{% endblock %} {% block bodyclass %}donation-start-page{% endblock %} {% block content %}
{% if content_template %}

{% show_content content_template.header %}

{% show_content content_template.subheader %}

{% else %}

{% show_content 'Donation header' %}

{% show_content 'Donation header description' %}

{% endif %}
{% if content_template %} {% show_content content_template.text %} {% else %}
{% if invitation_code %} {% else %} {% endif %}


{% show_content 'Donation intro' %} {% endif %}
{% if invitation_code %} {% else %} {% endif %}
{% endblock %}