]> git.ipfire.org Git - ipfire.org.git/blame - templates/stasy-profile.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / stasy-profile.html
CommitLineData
940227cb
MT
1{% extends "stasy-base-1.html" %}
2
91a446f0 3{% block title %}{{ _("Profile lookup") }}{% end block %}
940227cb 4
60024cc8 5{% block body %}
91a446f0 6 <h3>{{ _("Profile lookup") }}</h3>
940227cb 7
91a446f0
MT
8 <p>
9 Please enter your profile ID and have a look of the hardware components
10 that are installed on your system:
940227cb 11 </p>
91a446f0
MT
12
13 <form name="profile">
14 <p>
15 <input type="text" name="profile_id" size="40" maxlength="40" />
16 <input type="submit" value="{{ _("Show profile") }}" />
17 </p>
18 </form>
940227cb 19{% end block %}