|
|
|
@ -12,9 +12,8 @@
|
|
|
|
|
<a class="btn btn-primary" href="{{ url_for('.token_create', user_email=user.email) }}">{% trans %}New token{% endtrans %}</a>
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block box %}
|
|
|
|
|
<table class="table table-bordered">
|
|
|
|
|
<tbody>
|
|
|
|
|
{% block content %}
|
|
|
|
|
{% call macros.table() %}
|
|
|
|
|
<tr>
|
|
|
|
|
<th>{% trans %}Actions{% endtrans %}</th>
|
|
|
|
|
<th>{% trans %}Comment{% endtrans %}</th>
|
|
|
|
@ -31,6 +30,5 @@
|
|
|
|
|
<td>{{ token.created_at }}</td>
|
|
|
|
|
</tr>
|
|
|
|
|
{% endfor %}
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
{% endcall %}
|
|
|
|
|
{% endblock %}
|
|
|
|
|