{% extends 'base/base.html' %} {% load static %} {% load widget_tweaks %} {% block othermeta %} {% endblock %} {% block title %}Sayches / Advertising{% endblock %} {% block content %}

Plan Your Ad

{% for ads in ads_pricing %}
{{ ads.title }}{% if ads.type %}{{ ads.type }}{% endif %}

{% if ads.description %} {{ ads.description }} {% endif %}

{% if ads.image %} Ad Sample{% endif %}

{% if ads.price %}£{{ ads.price|floatformat:2 }}{% endif %}{% if ads.per == 'None' %} {{ ads.per }} {% endif %}

{% csrf_token %} {% if ads.pick %}{% else %}Contact Us{% endif%}
{% endfor %}
{% endblock %}