{% if course.me.owned == 0 and course.market_price > 0 %} {% set order_url = url({'for':'home.order.confirm'},{'item_id':course.id,'item_type':1}) %} {% set live_model_ok = course.model == 2 and course.attrs.end_date < date('Y-m-d') %} {% set other_model_ok = course.model != 2 %} {% if live_model_ok or other_model_ok %}
{% endif %} {% endif %} {% if course.market_price == 0 %} {% endif %}