diff -r 52fb6408b86a -r 2d22262da8e0 templates/twig/results.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/twig/results.html Thu Oct 27 16:56:26 2011 +0200 @@ -0,0 +1,29 @@ + + + + +{% if error %} + {{ error }} +{% else %} +{% for entry in entries %} + + {% if loop.first %} + + + {% endif %} + + + + + + + {% if loop.last %} +
NameTelefonMail
{{entry.name}}{{entry.tel}}{{entry.mail}}
+ {{ left ? left ~ ' weitere Einträge' : '' }} + {% endif %} +{% else %} + Sorry, keine Einträge gefunden. +{% endfor %} +{% endif %} + +