recent_favorite_table_no_tables.twig 187 B

1234567
  1. <li class="warp_link">
  2. {% if is_recent %}
  3. {% trans 'There are no recent tables.' %}
  4. {% else %}
  5. {% trans 'There are no favorite tables.' %}
  6. {% endif %}
  7. </li>