| {{ "Keyword" | rt }} | {{ "CPC" | rt }} (USD) | {% if currency_code and currency_code != "USD" %}{{ "CPC" | rt }} ({{ currency_code }}) | {% endif %}{{ "Volume" | rt }} | {% if trends_available %}{{ "Difficulty" | rt }} | {{ "Trend" | rt }} | {% endif %}
|---|---|---|---|---|---|
| {{ result.text }} | ${{ result.cpc }} | {% if currency_code and currency_code != "USD" %}{{ currency_symbol }}{{ result.cpc_local ?? result.cpc }} {% if not currency_symbol %} {{ currency_code }} {% endif %} | {% endif %}{{ result.vol | number_format }} | {% if trends_available %}{{ (result.competition * 100) }}% | {% endif %} |
| {{ "Nothing to show." | rt }} | |||||