<%= I18n.t "data.export.title" %>

<%= I18n.t "data.export.format_header" %>

  • <%= raw I18n.t "data.export.yaml_description", yaml: "" + I18n.t("data.yaml") + "" %>
    <%= I18n.t "data.export.yaml_experimental" %>
  • <%= raw I18n.t "data.export.csv_description", csv: "" + I18n.t("data.csv") + "" %>
  • <%= raw I18n.t "data.export.xml_description", xml: "" + I18n.t("data.xml") + "" %>


<%= I18n.t "common.description" %> <%= I18n.t "data.export.download_link" %>
<%= I18n.t "data.export.yaml_link_description" %> <%= link_to I18n.t("data.export.yaml_link_title"), data_yaml_export_path %>
<%= I18n.t "data.export.csv_actions_description" %> <%= link_to I18n.t("data.export.csv_actions_title"), data_csv_actions_path %>
<%= I18n.t "data.export.csv_notes_description" %> <%= link_to I18n.t("data.export.csv_notes_title"), data_csv_notes_path %>
<%= I18n.t "data.export.xml_link_description" %> <%= link_to I18n.t('data.export.xml_link_title'), data_xml_export_path %>