{% extends "asamashie_base.html" %} {% load blog_extras %} {% block title %}“気になるキーワード”から楽天商品を紹介{% endblock %} {% block content %} {% include "asamashie_search_form.html" %}

これまでに{{ keyword_counts }}組の“気になるキーワード”が検索されました!

{% if is_paginated %}
{% paginator 10 %}
{% endif %}

カテゴリ

    {% for child in genres %} {% include "rakuten_genre_list_box.html" %} {% endfor %}
{% for asamashi_word in object_list|slice:"1::2" %} {% include "asamashiword_list_box.html" %} {% endfor %}
{% for asamashi_word in object_list|slice:"0::2" %} {% include "asamashiword_list_box.html" %} {% endfor %}
{% if is_paginated %}
{% paginator 10 %}
{% endif %} {% include "asamashie_search_form.html" %} {% block footer_navigation %}{% endblock %} {% endblock %}