first commit

This commit is contained in:
2023-09-12 21:41:04 +02:00
commit 3361a7f053
13284 changed files with 2116755 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{% if only_i_user %}
<div class="js-translator-only-i translator-only-i" data-user-id="{{ only_i_user.ID }}">
<div class="translator-only-i-person">
<span class="translator-only-i-avatar">{{ only_i_user.avatar|raw }}</span>
<span class="translator-only-i-name ">{{ only_i_user.user_login }}</span>
<a class="otgs-ico-close js-remove-translator translator-only-i-remove-icon js-otgs-popover-tooltip" title="{{ strings.remove_me }}"></a>
</div>
<div class="translator-only-i-info">
<span class="translator-only-i-text">{{ strings.only_i }}</span>
<a class="js-remove-translator translator-only-i-remove-action">{{ strings.remove_me }}</a>
</div>
</div>
{% endif %}