<%= t(".home") %>
<%= text_field(:setting, :home_title_template, { :class => 'form-control'})%>
<%= text_area(:setting, :home_desc_template, :rows => 3, :class => 'form-control') %>
<%= t(".articles") %>
<%= text_field(:setting, :article_title_template, { :class => 'form-control'}) %>
<%= text_area(:setting, :article_desc_template, :rows => 3, :class => 'form-control') %>
<%= t(".pages") %>
<%= text_field(:setting, :page_title_template, { :class => 'form-control'}) %>
<%= text_area(:setting, :page_desc_template, :rows => 3, :class => 'form-control') %>
<%= t(".paginated_archives") %>
<%= text_field(:setting, :paginated_title_template, { :class => 'form-control'}) %>
<%= text_area(:setting, :paginated_desc_template, :rows => 3, :class => 'form-control') %>
<%= t(".dated_archives") %>
<%= text_field(:setting, :archives_title_template, { :class => 'form-control'}) %>
<%= text_area(:setting, :archives_desc_template, :rows => 3, :class => 'form-control') %>
<%= t(".author_page") %>
<%= text_field(:setting, :author_title_template, { :class => 'form-control'}) %>
<%= text_area(:setting, :author_desc_template, :rows => 3, :class => 'form-control') %>
<%= t(".search_results") %>
<%= text_field(:setting, :search_title_template, { :class => 'form-control'}) %>
<%= text_area(:setting, :search_desc_template, :rows => 3, :class => 'form-control') %>
<%= t(".short_statuses_lists") %>
<%= text_field(:setting, :statuses_title_template, { :class => 'form-control'}) %>
<%= text_area(:setting, :statuses_desc_template, :rows => 3, :class => 'form-control') %>
<%= t(".short_statuses") %>
<%= text_field(:setting, :status_title_template, { :class => 'form-control'}) %>
<%= text_area(:setting, :status_desc_template, :rows => 3, :class => 'form-control') %>

<%= t(".help_on_title_settings")%>

<%= t(".these_tags_can_be_included") %>

%title% <%= t(".replaced_with_the_title_of_the_article_page") %>
%blog_name% <%= t(".the_blog_s_name") %>
%blog_subtitle% <%= t(".the_blog_s_tagline_description") %>
%excerpt% <%= t(".replaced_with_the_post_page_excerpt") %>
%tags% <%= t(".replaced_with_the_article_tags") %>
%categories <%= t(".replaced_with_the_article_categories") %>
%title <%= t(".replaced_with_the_article_page_title") %>
%name% <%= t(".replaced_with_the_category_tag_name") %>
%search% <%= t(".replaced_with_the_current_search_phrase") %>
%currenttime% <%= t(".replaced_with_the_current_time") %>
%currentdate% <%= t(".replaced_with_the_current_date") %>
%currentmonth% <%= t(".replaced_with_the_current_month") %>
%currentyear% <%= t(".replaced_with_the_current_year") %>
%page% <%= t(".replaced_with_the_current_page_number") %>
%date% <%= t(".replaced_by_the_archive_date") %>
%body% <%= t(".replaced_by_the_content_body") %>