{% if pro is defined and pro == 'unlimited' %}
  <p style="margin-top: 10px; font-weight: 600;">
      All records are available for download.
  </p>
{% else %}
  <p style="margin-top: 10px; font-weight: 600;">
      Available for download: first 100 records only.
      <br>
      To unlock full export, please upgrade to the PRO version.
  </p>
{% endif %}

<button type="button" class="js-dlsq-download-csv button-primary">
  {{ buttonText }}
</button>
