<%= name %>
<% if my_module.due_date.present? %>
<%=t "projects.reports.elements.module.due_date", due_date: l(my_module.due_date, format: :full) %>
<% else %>
<%=t "projects.reports.elements.module.no_due_date" %>
<% end %>
<% if my_module.description.present? %>
<%= my_module.description %>
<% else %>
<%=t "projects.reports.elements.module.no_description" %>
<% end %>