tracking_icon.twig 276 B

1234567
  1. <a href="tbl_tracking.php{{ Url_getCommon({'table': table, 'db': db}) }}">
  2. {% if is_tracked -%}
  3. {{ Util_getImage('eye', 'Tracking is active.'|trans) }}
  4. {%- else -%}
  5. {{ Util_getImage('eye_grey', 'Tracking is not active.'|trans) }}
  6. {%- endif %}
  7. </a>