templates/_partials/components/no_result_table.html.twig line 1

Open in your IDE?
  1. {% if class is not defined %}
  2.     {% set class = '' %}
  3. {% endif %}
  4. <div class="noresult {{ class }}" style="display: none">
  5.     <div class="text-center">
  6.         <lord-icon src="https://cdn.lordicon.com/msoeawqm.json" trigger="loop" colors="primary:#25a0e2,secondary:#00bd9d" style="width:75px;height:75px">
  7.         </lord-icon>
  8.         <h5 class="mt-2">Nie znaleziono danych</h5>
  9.         <p class="text-muted mb-0">Nasze bobry ciężko pracowały, aby znaleźć Twoje wymarzone dane. Niestety nie udało im się.</p>
  10.     </div>
  11. </div>