{{define "my_articles"}} {{template "header" .}}

{{index .Tr "my_articles_title"}}

{{index .Tr "dash_new_article"}}
{{range .Articles}} {{else}} {{end}}
{{index .Tr "article_col_title"}} {{index .Tr "article_col_status"}} {{index .Tr "article_col_published"}} {{index .Tr "article_col_actions"}}
{{.Title}} {{if .IsTop}}{{index $.Tr "article_is_top"}}{{end}} {{if eq .Status 1}}{{index $.Tr "article_published"}} {{else if eq .Status 2}}{{index $.Tr "article_archived"}} {{else}}{{index $.Tr "article_draft"}}{{end}} {{if .PublishedAt}}{{.PublishedAt.Format "2006-01-02 15:04"}}{{else}}—{{end}} {{index $.Tr "article_edit"}}
{{index .Tr "home_no_posts"}}
{{template "footer" .}} {{end}}