This commit is contained in:
parent
d9211fa0d5
commit
caad5fec20
1 changed files with 5 additions and 6 deletions
|
@ -14,18 +14,17 @@ Language: {{ file.File.Lang }}
|
|||
|
||||
{{ category_url(file.File.CategoryPath, file.File.Category|last, 0) }}
|
||||
|
||||
### {{ T('mentions') }}
|
||||
{% if mentions %}
|
||||
{% for id, mention in mentions %}=> {{ mention}}
|
||||
{% endfor %} {% endif %}
|
||||
=> /mention/{{file.File.Id}} {{ T('newMention') }}
|
||||
|
||||
{{ home(lang) }}
|
||||
|
||||
```
|
||||
Page counter: {{pageCounter}}
|
||||
```
|
||||
|
||||
### {{ T('mentions') }}
|
||||
{% if mentions %}
|
||||
{% for id, mention in mentions %}=> {{ mention}} 📢 {{mention}}
|
||||
{% endfor %}{% endif %}=> /mention/{{file.File.Id}} ➕ {{ T('newMention') }}
|
||||
|
||||
{% if admin and adminWaitingMentions %}
|
||||
### Keravuotuojė sekcėjė
|
||||
{% for id, mention in adminWaitingMentions %}
|
||||
|
|
Loading…
Add table
Reference in a new issue