You are here

download-count-file-field-formatter.html.twig in Download Count 8

{% if file %}
  <span class="{{ classes}}">{{  url }} </span>
  <span class="download-count">{{ count }}</span>
{% endif %}

File

templates/download-count-file-field-formatter.html.twig
View source
  1. {% if file %}
  2. <span class="{{ classes}}">{{ url }} </span>
  3. <span class="download-count">{{ count }}</span>
  4. {% endif %}