summaryrefslogtreecommitdiff
path: root/server/templates/materials/search.html
blob: 0520fcb1c76065fa3b8c895e23f9efd9b428441f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{%extends "materials/index.html"%}
{%load user%}

{%block maincontent %}

<table>
	<tr><td>Property:</td><td>Value:</td><td>Operand:</td></tr>
	<tr><td>Density</td><td>Range...</td><td>AND/OR (how do we deal with parentheses and complex interactions?)</td></tr>
</table>

{%endblock%}