{% extends 'base.html.twig' %} {% block title %}{{ 'app.card.details'|trans }} - {{ card.name }} - {{ expansion.name }} - {{ 'app.title'|trans }}{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}
{{ card.name }} {{ expansion.name }}
{{ card.name }} {% if cardArtBack %} {% endif %}
{{ render_chart(chart,{'class': 'price-chart'}) }}
{{ component('button', {link: "https://www.cardmarket.com/en/Magic/Products?idProduct="~cardId, text: 'app.card.buy_normal'|trans}) }} {{ component('button', {link: "https://www.cardmarket.com/en/Magic/Products?isFoil=Y&idProduct="~cardId, text: 'app.card.buy_foil'|trans}) }} {{ component('button', {btnType: "btn-info", link: scryfalluri, text: "Scryfall"}) }} {{ component('button', {btnType: "btn-danger", link: gathereruri, text: "Gatherer"}) }}
{{ component('button', {link: "https://www.cardmarket.com/en/Magic/Products?idProduct="~cardId, text: 'app.card.buy_normal'|trans, class: 'w-100'}) }} {{ component('button', {link: "https://www.cardmarket.com/en/Magic/Products?isFoil=Y&idProduct="~cardId, text: 'app.card.buy_foil'|trans, class: 'w-100'}) }}
{{ component('button', {btnType: "btn-info", link: scryfalluri, text: "Scryfall", class: 'flex-fill'}) }} {{ component('button', {btnType: "btn-danger", link: gathereruri, text: "Gatherer", class: 'flex-fill'}) }}
{{ component('table', {headers: headerstable, rows: prices, addPaginationRender: addPaginationRender, exporterPath: exporterPath, exporterParams: exporterParams}) }} {% endblock %} {% block javascripts %} {{ parent() }} {% if cardArtBack %} {% endif %} {% endblock %}