{% 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' %}

Instrucciones de pago en OXXO

{{ SHOP.get_meta_title }}

Imprimir

{% endif %} {% if transaction.payment_type == 'SEVEN_ELEVEN' %}

Instrucciones de pago en 7 Eleven

{{ SHOP.get_meta_title }}

Imprimir

{% endif %} {% if transaction.payment_type == 'EXTRA' %}

Instrucciones de pago en Extra

{{ SHOP.get_meta_title }}

Imprimir

{% endif %} {% if transaction.payment_type == 'CHEDRAUI' %}

Instrucciones de pago en Chedrahui y Súper Che

{{ SHOP.get_meta_title }}

Imprimir

{% endif %} {% if transaction.payment_type == 'ELEKTRA' %}

Instrucciones de pago en Elektra

{{ SHOP.get_meta_title }}

Imprimir

{% endif %} {% if transaction.payment_type == 'COPPEL' %}

Instrucciones de pago en COPPEL

{{ SHOP.get_meta_title }}

Imprimir

{% endif %} {% if transaction.payment_type == 'FARMACIA_BENAVIDES' %}

Instrucciones de pago en Farmacia Benavides

{{ SHOP.get_meta_title }}

Imprimir

{% endif %} {% if transaction.payment_type == 'FARMACIA_ESQUIVAR' %}

Instrucciones de pago en Farmacia Esquivar

{{ SHOP.get_meta_title }}

Imprimir

{% endif %} {% endif %} {% endblock %}