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