- <%= Popolo::Post.human_attribute_name(:organization) %>
- <%= link_to @post.organization, @post.organization %>
<% if @post.role? %>
- <%= Popolo::Post.human_attribute_name(:role) %>
- <%= @post.role %>
<% end %>
<% if @post.start_date? %>
- <%= Popolo::Post.human_attribute_name(:start_date) %>
- <%=l @post.start_date %>
<% end %>
<% if @post.end_date? %>
- <%= Popolo::Post.human_attribute_name(:end_date) %>
- <%=l @post.end_date %>
<% end %>