|
@@ -1,5 +1,4 @@
|
|
|
{% extends "cranefly/profiles/profile.html" %}
|
|
|
-{% import "_forms.html" as form_theme with context %}
|
|
|
{% import "cranefly/macros.html" as macros with context %}
|
|
|
|
|
|
{% block title %}{{ macros.page_title(lang_member_details(), profile.username) }}{% endblock %}
|
|
@@ -8,7 +7,7 @@
|
|
|
<div class="user-details">
|
|
|
<div class="row">
|
|
|
<div class="span6">
|
|
|
-
|
|
|
+
|
|
|
<table class="table table-striped">
|
|
|
<thead>
|
|
|
<tr>
|
|
@@ -50,7 +49,7 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
-
|
|
|
+
|
|
|
<table class="table table-striped">
|
|
|
<thead>
|
|
|
<tr>
|
|
@@ -86,10 +85,10 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
-
|
|
|
+
|
|
|
</div>
|
|
|
<div class="span6">
|
|
|
-
|
|
|
+
|
|
|
<table class="table table-striped">
|
|
|
<thead>
|
|
|
<tr>
|
|
@@ -138,7 +137,7 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
-
|
|
|
+
|
|
|
<table class="table table-striped">
|
|
|
<thead>
|
|
|
<tr>
|
|
@@ -166,10 +165,10 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
-
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
{% if acl.users.can_see_users_trails() %}
|
|
|
<hr>
|
|
|
<div class="row">
|
|
@@ -202,10 +201,10 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
-
|
|
|
+
|
|
|
</div>
|
|
|
<div class="span6">
|
|
|
-
|
|
|
+
|
|
|
<table class="table table-striped">
|
|
|
<thead>
|
|
|
<tr>
|
|
@@ -233,7 +232,7 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
-
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|