diff --git a/vrobbler/templates/foods/food_detail.html b/vrobbler/templates/foods/food_detail.html
new file mode 100644
index 0000000..89c3b41
--- /dev/null
+++ b/vrobbler/templates/foods/food_detail.html
@@ -0,0 +1,33 @@
+{% extends "base_list.html" %}
+{% load static %}
+
+{% block title %}{{object.title}}{% endblock %}
+
+{% block lists %}
+
+
+
{{object.description}}
+
+
+
+{% endblock %}
diff --git a/vrobbler/templates/foods/food_list.html b/vrobbler/templates/foods/food_list.html
new file mode 100644
index 0000000..71167a3
--- /dev/null
+++ b/vrobbler/templates/foods/food_list.html
@@ -0,0 +1,23 @@
+{% extends "base_list.html" %}
+
+{% block title %}Foods{% endblock %}
+
+{% block head_extra %}
+
+{% endblock %}
+
+{% block lists %}
+
+
+
+
+ {% include "_scrobblable_list.html" %}
+
+
+
+{% endblock %}
diff --git a/vrobbler/templates/scrobbles/scrobble_detail.html b/vrobbler/templates/scrobbles/scrobble_detail.html
index 213606e..f245792 100644
--- a/vrobbler/templates/scrobbles/scrobble_detail.html
+++ b/vrobbler/templates/scrobbles/scrobble_detail.html
@@ -12,7 +12,9 @@
{{ object.media_obj }} - {{object.media_type}}
+{% if object.logdata.avg_seconds_per_page %}
Rate: {{object.logdata.avg_seconds_per_page}}s per page
+{% endif %}
Edit Log