You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<a href="{{ url('/table/tracking', {'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>
|
|
|