{{ "Keyword Search" | rt }}

{% if show_tables %}

{{ "Results" | rt }}

{% if results %} {% include 'actions/copy.html' %} {% include 'actions/download.html' %} {% endif %}
{% if currency_code and currency_code != "USD" %} {% endif %} {% if trends_available %} {% endif %} {% for result in results %} {% if currency_code and currency_code != "USD" %} {% endif %} {% if trends_available %} {% endif %} {% else %} {% endfor %}
{{ "Keyword" | rt }} {{ "CPC" | rt }} (USD) {{ "CPC" | rt }} ({{ currency_code }}) {{ "Volume" | rt }}{{ "Difficulty" | rt }} {{ "Trend" | rt }}
{{ result.text }} ${{ result.cpc }} {{ currency_symbol }}{{ result.cpc_local ?? result.cpc }} {% if not currency_symbol %} {{ currency_code }} {% endif %} {{ result.vol | number_format }}{{ (result.competition * 100) }}%
{{ "Nothing to show." | rt }}
{% if trends_available %} {% endif %} {% endif %}