Target URL: {{url.target}}
{% if url.owner == request.user.registereduser and request.user.registereduser.approved == True %}
Clicks:
{{url.clicks}}
QR Code Uses: {{url.qrclicks}}
Social Media Clicks: {{url.socialclicks}}
Expires: {{url.expires|default_if_none:"Never"}}
Delete
Edit
{% 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 %}