{% extends "layout.html" %} {% block head %} {{ super() }} {{ entry.title }} - GWARipper {% endblock %} {% block body %}

{{ entry.title }}

{% include 'components/entry_rate.html' %}
{% if entry.fcol_title %}

Collection: {{ entry.fcol_title }}

{% endif %}
{% if entry.reddit_created_utc is not none %} {% endif %} {% if entry.reddit_created_utc is not none %} {% endif %}
Date: {{ entry.date }}
Artist:
{{ entry.artist_name or entry.alias_name }}
Favorite:
Upvotes:
{{ entry.reddit_upvotes or "N/A" }}
Flair:
{{ entry.reddit_flair or "N/A" }}
Local filename: {{ (audio_path.subpath + '/' + entry.filename) if entry.filename else 'Missing!' }}
Selftext: {% if entry.reddit_selftext %} {% for ln in entry.reddit_selftext.strip().splitlines() %} {{ ln }}
{% endfor %} {% else %} Empty or not in DB!
{% endif %}
Description: {% if entry.description %} {% for ln in entry.description.splitlines() %} {{ ln }}
{% endfor %} {% else %} Missing!
{% endif %}
Source: {% if entry.fcol_url %} {% endif %}
Embed:
Actions: {# set favIntbool to opposite of what it is 0 or 1 with 1-val #} {# need to account for entry.favorite being None #}
{% endblock %}