{% extends "base.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %}
{{ e }}
{{ form.css_selector.help_text }}
{{ form.alert_price_threshold.help_text }}
{{ form.recurring_notification.help_text }}
{% trans "Uncheck to pause price checks for this watcher." %}
{% trans "Selector tip:" %} inspect the price on the product page and find its CSS class. E.g. .product-price or span[itemprop="price"]
.product-price
span[itemprop="price"]