-
+ YGGtracker
{% block header_search %}
diff --git a/templates/default/search/module.html.twig b/templates/default/search/module.html.twig
index abc30dd..376d103 100644
--- a/templates/default/search/module.html.twig
+++ b/templates/default/search/module.html.twig
@@ -1,5 +1,6 @@
-
\ No newline at end of file
diff --git a/templates/default/torrent/info.html.twig b/templates/default/torrent/info.html.twig
index 5dc872e..68c3f07 100644
--- a/templates/default/torrent/info.html.twig
+++ b/templates/default/torrent/info.html.twig
@@ -292,7 +292,7 @@
{% if torrent.locales %}
- {% for i, locale in torrent.locales.value %}{% if i > 0 %},{% endif %} {{ locale|locale_name(locale)|u.title }}{% endfor %}
+ {% for i, locale in torrent.locales %}{% if i > 0 %},{% endif %} {{ locale|locale_name(locale)|u.title }}{% endfor %}
{% endif %}
diff --git a/templates/default/search/torrent.html.twig b/templates/default/torrent/list.html.twig
similarity index 97%
rename from templates/default/search/torrent.html.twig
rename to templates/default/torrent/list.html.twig
index bafa83d..51a145b 100644
--- a/templates/default/search/torrent.html.twig
+++ b/templates/default/torrent/list.html.twig
@@ -1,5 +1,5 @@
{% extends 'default/layout.html.twig' %}
-{% block title %}{% if query %}{{ query }}{% else %}{{ 'New' | trans }}{% endif %} - {{ 'Torrents' | trans }} - {{ name }}{% endblock %}
+{% block title %}{% if query %}{{ query }}{% else %}{{ 'Recent' | trans }}{% endif %} - {{ 'Torrents' | trans }} - {{ name }}{% endblock %}
{% block main_content %}
{% if torrents %}
{% for torrent in torrents %}
@@ -21,7 +21,7 @@
{% if torrent.keywords %}
{% for keyword in torrent.keywords %}
-
+
#{{ keyword }}
{% endfor %}
diff --git a/templates/default/user/module.html.twig b/templates/default/user/module.html.twig
index 076a1bd..e47fe07 100644
--- a/templates/default/user/module.html.twig
+++ b/templates/default/user/module.html.twig
@@ -1,17 +1,32 @@