{{ form.total_hours }}
{{ form.total_hours.errors }}
{% if item.hltb_main or item.hltb_extra or item.hltb_complete %}
HowLongToBeat:
{% if item.hltb_main %}Main {{ item.hltb_main|floatformat:0 }}h{% endif %}
{% if item.hltb_extra %} · +Extra {{ item.hltb_extra|floatformat:0 }}h{% endif %}
{% if item.hltb_complete %} · 100% {{ item.hltb_complete|floatformat:0 }}h{% endif %}
{% endif %}