{% extends 'base.html.twig' %} {% block css %} {{ parent() }} {% endblock %} {% block javascript %} {{ parent() }} {% endblock %} {% block content %} {# @var torrent \App\Magnetico\Entity\Torrent #}
Name {{ torrent.name }}
Magnet {{ torrent.infoHash }} (Redirect)
Size {{ torrent.totalSize | humanize_size }}
Discovered {{ torrent.discoveredOn | date('Y-m-d H:i:s')}}
{% include 'torrent_files.html.twig' with {'torrent': torrent} only %} {% endblock %}