Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {% if certificate.total_price is not null %}
  2. <div class="price sale-price">
  3. <span>{{ certificate.price }}</span> ₽
  4. <div>
  5. <span>{{ certificate.total_price }}</span> ₽
  6. </div>
  7. </div>
  8. {% else %}
  9. <div class="price sale-price">
  10. <div>
  11. <span>{{ certificate.price }}</span> ₽
  12. </div>
  13. </div>
  14. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement