{% extends "lfs/base.html" %} {% load i18n lfs_tags lfs_portlets_tags %} {% load url from future %} {% block title %} {{ SHOP.get_meta_title }} - Pago en {{payment_type_name}} {% endblock %} {% block section %}comments{% endblock %} {% block content %} {# Note: when you upgrade to Django > 1.4 please replace the multiple ifs with elif #} {% if transaction.payment_status == 'PENDING' or transaction.payment_status == 'charge,pending' %} {% if transaction.payment_type == 'OXXO' %}
{{ SHOP.get_meta_title }}
{% endif %} {% if transaction.payment_type == 'SEVEN_ELEVEN' %}{{ SHOP.get_meta_title }}
{% endif %} {% if transaction.payment_type == 'EXTRA' %}{{ SHOP.get_meta_title }}
{% endif %} {% if transaction.payment_type == 'CHEDRAUI' %}{{ SHOP.get_meta_title }}
{% endif %} {% if transaction.payment_type == 'ELEKTRA' %}{{ SHOP.get_meta_title }}
{% endif %} {% if transaction.payment_type == 'COPPEL' %}{{ SHOP.get_meta_title }}
{% endif %} {% if transaction.payment_type == 'FARMACIA_BENAVIDES' %}{{ SHOP.get_meta_title }}
{% endif %} {% if transaction.payment_type == 'FARMACIA_ESQUIVAR' %}{{ SHOP.get_meta_title }}
{% endif %} {% endif %} {% endblock %}