{% extends "AppBundle::layout.html.twig" %} {% block javascripts %} {{parent()}} {% javascripts "@AppBundle/Resources/public/components/datatables/media/js/jquery.dataTables.min.js" "@AppBundle/Resources/public/components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.min.js" %} {% endjavascripts %} {% endblock %} {% block sub_body %} {% for flashMessage in app.session.flashbag.get('notice') %}
{{ flashMessage|raw }}
{% endfor %}

Search Rank List

{% for product in products %} {% endfor %}
id ASIN 关键词 产品名称
{{product.id}} {{product.ASIN}}
    {% for row in product.keywords %}
  • {{row.keyword}} {% for rank in row.ranks %} {% if loop.index == loop.last %} (最新排名:{{rank.rank}}) {% endif %} {% endfor %}
  • {% endfor %}
{{product.title|raw}}
{% endblock %}