jingcai-php/public/phmad521/templates/recent_favorite_table_no_ta...

8 lines
187 B
Twig
Executable File

<li class="warp_link">
{% if is_recent %}
{% trans 'There are no recent tables.' %}
{% else %}
{% trans 'There are no favorite tables.' %}
{% endif %}
</li>