Long:{{url.target}} Short:{{url.short}}
{% if url.owner = request.user and request.user|is_registered %}
Clicks: {{url.clicks}}
QR Code Uses: {{url.qrclicks}}
Social Clicks: {{url.socialclicks}}
Expires: {{url.expires|default_if_none:"Never"}}
Delete
{% endif %}
{% with domain|add:url.short as the_url %}
{% with the_url|add:"?qr" as qr_url%}
{% qr_from_text qr_url 's' %}
{% endwith %}
{% with the_url|add:"?social" as social_url %}
{% endwith %}
{% with the_url|add:"?qr" as qr_url %}