provide('title', $this->t('.title')) ?>
is_anonymous()) : ?>
= $this->t('.not_logged_in') ?>
- = $this->linkTo($this->t('.login'), ['action' => 'login']) ?>
enable_signups) : ?>
- = $this->linkTo($this->t('.signup'), ['action' => 'signup' ])?>
- = $this->t('.no_signup') ?>
- = $this->linkTo($this->t('.reset_password'), ['action' => 'reset_password']) ?>
= $this->t(['.greet_user', 'u' => current_user()->name]) ?>
= $this->t('.action_info') ?>
- = $this->linkTo($this->t('.logout'), ['action' => 'logout']) ?>
- = $this->linkTo($this->t('.my_profile'), ['action' => 'show', 'id' => current_user()->id]) ?>
- = $this->linkTo($this->t('.my_mail'), ['controller' => 'dmail', 'action' => 'inbox']) ?>
- = $this->linkTo($this->t('.my_favorites'), ['controller' => 'post', 'action' => 'index', 'tags' => 'vote:3:'.current_user()->name.' order:vote']) ?>
- = $this->linkTo($this->t('.settings'), ['action' => 'edit']) ?>
- = $this->linkTo($this->t('.change_password'), ['action' => 'change_password']) ?>
is_janitor_or_higher()) : ?>
= $this->t('.moderator_tools') ?>
- = $this->linkTo($this->t('.invites'), ['action' => 'invites']) ?>
is_mod_or_higher()) : ?>
- = $this->linkTo($this->t('.blocked_users'), ['action' => 'show_blocked_users']) ?>
= $this->partial('footer') ?>