gonito/templates/query-results.hamlet

10 lines
209 B
Plaintext
Raw Normal View History

2018-11-10 11:20:17 +01:00
$if not (isFullQuery query) || null submissions
<h2>Query results
2016-02-12 13:00:33 +01:00
$if null submissions
<p>No results found.
$else
$forall submission <- submissions
2021-08-21 16:54:54 +02:00
^{queryResult mUserId submission}
2018-11-17 13:49:44 +01:00
<hr>