{% include '_head.html' -%}

Add a shortcode


{% if shortcodes -%} {% for shortcode in shortcodes -%} {% endfor -%}
Shortcode URL Remaining views Expiry date
{{ shortcode.shortcode }} {{ shortcode.url }} {{ shortcode.fixed_views if shortcode.fixed_views >= 0 else 'Unlimited' }} {{ shortcode.expiry if shortcode.expiry != '9999-12-31 23:59:59.999999' else 'None' }}
{% endif -%}
{% include '_tail.html' -%}