{% load fretboard_tags markup timesince_filters %}
{% if start_number %}
{{ forloop.counter0|add:start_number }}
{% endif %}
{% url 'view_profile_by_id' obj.author_id as author_url %}
{{ obj.author.preferred_name }}
{% with obj.post_date as d %}
{% endwith %}
{% with obj.quote as q %}
{% if q %}
{% if q.image %}
{% endif %}
{% firstof q.text_formatted|safe q.text|markdown %}
{% endif %}
{% endwith %}
{% if obj.image %}
{% endif %}
{% firstof obj.text_formatted|safe obj.text|markdown %}