Share Address:
{% 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 %}
QR Downloads:
Small (268x268)
Medium (383x383)
Large (547x547)
{% endwith %}
{% endwith %}