-<div class="col-md-12 column">
- <div class="row clearfix">
- <div class="well">
- <table class="table">
- <thead>
- <tr><th>Test number<th>Result<th>Time
- <tbody>
- <tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
- </tmpl_loop>
- </table>
- </div>
- </div>
+<div class="well">
+<table class="table">
+
+<thead>
+<tr><th>Test number<th>Result<th>Time
+
+<tbody>
+<tmpl_loop tests><tr><td><tmpl_var id><td class="r<tmpl_var result>"><tmpl_var result_text><td><tmpl_var time>
+</tmpl_loop>
+
+</table>
</div>
\ No newline at end of file
<div class="row clearfix">
- <div class="col-md-12 column">
-
- <div class="row clearfix">
- <div class="col-md-8 column">
- <div class="well">
- <tmpl_if levels>
- <h3>Beginner</h3>
- <ul class="list-group">
- <tmpl_loop beginner><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
- </tmpl_loop></ul>
+<div class="col-md-8 column">
- <h3>Easy</h3>
- <ul class="list-group">
- <tmpl_loop easy><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
- </tmpl_loop></ul>
+<div class="well">
+<tmpl_if levels>
+<h3>Beginner</h3>
+<ul class="list-group">
+<tmpl_loop beginner><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
+</tmpl_loop></ul>
- <h3>Medium</h3>
- <ul class="list-group">
- <tmpl_loop medium><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
- </tmpl_loop></ul>
+<h3>Easy</h3>
+<ul class="list-group">
+<tmpl_loop easy><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
+</tmpl_loop></ul>
- <h3>Hard</h3>
- <ul class="list-group">
- <tmpl_loop hard><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
- </tmpl_loop></ul>
+<h3>Medium</h3>
+<ul class="list-group">
+<tmpl_loop medium><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
+</tmpl_loop></ul>
- <tmpl_else>
- <ul class="list-group">
- <tmpl_loop problems><li><a href="<tmpl_var id>.var"><tmpl_var name></a>
- </tmpl_loop></ul>
- </tmpl_if>
- </div>
- </div>
- </div>
- </div>
-</div>
\ No newline at end of file
+<h3>Hard</h3>
+<ul class="list-group">
+<tmpl_loop hard><li class="list-group-item"><a href="<tmpl_var id>.var"><tmpl_var name></a>
+</tmpl_loop></ul>
+
+<tmpl_else>
+<ul class="list-group">
+<tmpl_loop problems><li><a href="<tmpl_var id>.var"><tmpl_var name></a>
+</tmpl_loop></ul>
+</tmpl_if>
+</div>
+
+</div>
+</div>
-<div class="col-md-12 column">
- <div class="row clearfix">
- <div class="well">
- <h1><tmpl_var name></h1>
- Town: <tmpl_var town><br>
- University: <tmpl_var university><br>
- Level: <tmpl_var level>
- </div>
- </div>
+<div class="well">
+<h1><tmpl_var name></h1>
+Town: <tmpl_var town><br>
+University: <tmpl_var university><br>
+Level: <tmpl_var level>
</div>
\ No newline at end of file